.header {
  display:flex;
  align-items:center;
  padding:20px 30px;
  overflow-x: clip;
  position:fixed;
  width:100%;
  z-index:99;
  
}

.header .logo img {
  width:120px;
  height:auto;
}


.header .navigation {
  display:flex;
  justify-content:space-between;
  width:100%;
}

.header .navigation .main-link .dropdown {
   display:none;
}

.header .navigation .main-link {
  display: inline-block;
  padding-bottom:40px;
  margin-bottom:-40px;
}

.header .navigation .submenu-title {
  font-family: kade,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-transform:uppercase;
  color:#fff;
  border-bottom:1px solid #ffffffb3;
  padding-bottom:8px;
  margin-bottom:16px;
}

.header .navigation .submenu-title.under {
  padding-top:30px;
}

.header .navigation .main-link > a {
  color:#fff;
  padding:10px;
  margin-right:10px;
  text-decoration:none;
  font-family: kade,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
}

.header .navigation .right-menu .main-link > a {
  color:#AAAADE;
}



.header .navigation {
  padding-left:36px;
}


.header .navigation .left-menu .main-link .dropdown {
  padding-left:195px;
  padding-right:35px;
}

.header .navigation .main-link .dropdown {
  display: none;
  position: absolute;
  background-color:#000050;
  width:100%;
  padding: 0 20px 35px;
  z-index: 99;
  top:95px;
  left:0;
}
.header .submenu-logo img {
  width:auto;
  height:24px;
  margin-bottom:16px;
}


.header .navigation .main-link:hover .dropdown {
  display: block;
}

.header .navigation .main-link:hover > a {
  text-decoration-color: #00F2B5;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset:8px;
  color:#fff;
}

.header .navigation .submenu-links {
  display:flex;
  flex-direction:column;
  gap:10px;
}

.header .navigation .submenu-links a {
  color: #fff;
  text-decoration:none;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
  max-width:173px;
  display:flex;
  align-items:center;
}

.header .navigation .submenu-links a:hover {
  text-decoration-color: #00F2B5;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset:4px;
}

.header .navigation .submenu-links img {
  height:10px;
  width:auto;
  margin-left:12px;
}


.header .navigation .inner-wrap,
.header .navigation .inner-col {
  display:flex;
  gap:40px;
  
}


.header .strapline p {
  color:#00F2B5;
  font-size: 33.717px;
  font-weight: 400;
  line-height: 120%;
  font-family: kade,sans-serif;
}

.header .left-menu .strapline {
    margin-top: auto;
    max-width: 445px;
    text-align: right;
    float: right;
    margin-left: auto;
}

.header .right-menu .strapline {
    margin-top: auto;
    max-width: 465px;
    text-align: left;
}

.header .tools {
  display:flex;
  align-items:center;
  gap:32px;
}

.header .tools svg,
.header .tools img {
  fill:#fff;
  height:17px;
  width:auto;
}

.header .tools .contact,
.mobile-navigation .contact {
  color: #000050;
  text-align: center;
  font-family: kade,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; 
  display:block;
  padding:8px 24px;
  background: #00F2B5;
  transition:all .2s ease;
  text-wrap: nowrap;
}

.header .tools .contact:hover {
  color:#fff;
  background:#40407C;
}

{# Search module #}

  .hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 20px;
  fill:#fff;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
  
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  display:block!important;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
  font-family: kade,sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.search-icon-button-as {
  margin:0;
}
.search-button-as {
  background-color: transparent;
  border: none;
  cursor:pointer;
}
.search-button-as.clicked-as {

}

.hs-search-field.search-open {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index:100;
}
@media only screen and (max-width:1061px) {
  .search-button-as {
    right: 102px;
    top: -51px;

  }

}
.search-button-as:hover {
  background:transparent;
}
.search-button-as svg {
  height:19px;
  fill:#fff;
}

.search-area-as {
  display:none;
  background: #000050;
  width: 100%;
  height:100%;
  overflow:auto;
}

.form-styling-header-as {

  border: 1px solid #00F2B5;

}

.inner-search-as {
  display:flex;

}
.popular-search-as {
  width:40%; 
}
.trending-articles-as {
  width:60%; 
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  border:none !important;
  padding:10px;
  padding-left:0;

}
.hs-search-field--open .hs-search-field__suggestions a{
  color:#00f2b5;
}
.close-search-as {
  display:none; 
  right: 60px;
  top: 20px;
  position:absolute;
}
.hs-search-field__suggestions {
  z-index: 9999999999;
  background: #000050;
  width: 100%;
}
.hs-search-field__suggestions li{
  color:#fff;
  margin-top:10px;

}
.hs-search-highlight {
  color:#fff;
}


.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}

.hs-search-field__input  {
  background: url(https://f.hubspotusercontent30.net/hubfs/4832280/input-seach-icon.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding:15px;
  border:none;


}
.hs-search-field__input::placeholder {
  color:#fff; 
  font-size:35px;
  font-family: kade, sans-serif;
  font-style: normal;
  font-weight: normal;

}

.form-styling-header-as input[type=text] {
  color:#fff; 
  font-size:35px;
  font-family: kade, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.search-section-wrapper-as {
  margin: 0 auto;
  position:relative;
  width: 100%;
  padding: 110px 60px;
}
.related-blog-item {
  max-height: 100px;
  display:flex;
  margin-top:20px;
}

.related-blog-item img {
  max-width: 160px !important;
  width: 100%;
  height:100px !important;
  object-fit:cover;
}
.related-article-wrapper{
  background: rgba(255, 255, 255, 0.2); 
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 14px;

}
.related-article-wrapper:hover {
  background: linear-gradient(90deg, rgba(59,240,182,1) 63%, rgba(0,255,255,1) 100%);

}
.related-blog-date {
  font-family: kade, sans-serif;
  font-style: normal;
  font-weight: normal; 
  font-size:12px;
  color: #fff;
  letter-spacing:1.2px;
}

.related-blog-title {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  text-decoration:none;
  text-overflow:ellipsis;
  overflow:hidden;

}
.related-blog-title:hover  {
  color:#fff;
}
.popular-searches-as {
  width:40%;
}
.hs-search-highlight .hs-highlight-title {
  color:#00f2b5;
}
.popular-searches-as p, .trending-articles-as p {
  font-family: kade, sans-serif;
  font-style: normal;
  font-size:12px;
  color:#fff;
  letter-spacing:1.2px;
  margin-top:60px;
}
.popular-searches-wrapper-as {
  display:flex;
  flex-direction:column;
}
.popular-searches-wrapper-as a {
  font-size:25px;
  font-family: kade, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration:none;
  color:#00F2B5;
}
.popular-searches-wrapper-as a:hover{
  color:#fff;
}
@media only screen and (max-width:500px) {
  .search-area-as {

  }
  .form-styling-header-as {
    top:18%; 
  }
  .inner-search-as {
    flex-direction:column;
    top:48% !important;
  }
  .popular-searches-as, .trending-articles-as {
    width:100%; 

  }
  .hs-search-field__suggestions {
    top: 64%;
    height: 94%;
  }
  .related-blog-item img { 
    display:none;
  }
}
@media only screen and (max-width:660px) {
  .hs-search-field__suggestions {
    top: 64%;
    height: 94%;
  }
}

.tools .mobile-menu-button-as {
  display:none;
}

.mobile-navigation .contact {
  display:none
}
.mobile-dropdown {
    display:none;
  }

{# Mobile navigation #}

@media (max-width:1130px) {
  .header {
    justify-content:space-between;
  }
  .header .navigation {
    display:none;
  }
  .tools .mobile-menu-button-as svg {
    width:36px;
    height:36px;
  }
  .tools .mobile-menu-button-as {
   display:block; 
    font-size:0;
    line-height:1;
 }
    .tools .mobile-menu-button-as .line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .tools .mobile-menu-button-as .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .tools .mobile-menu-button-as .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .tools .mobile-menu-button-as .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .tools .mobile-menu-button-as .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .tools .mobile-menu-button-as .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .tools .mobile-menu-button-as .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .tools .mobile-menu-button-as button.menu {
    padding:0;
    margin:0;
    background:unset;
    border:none;
    font-size:0;
  }
  

  .mobile-dropdown.opened {
    display: block;
    width: 100%;
    background: #030050;
    position: fixed;
    overflow-y:auto;
    top: 96px;
    height: calc(100vh - 96px);
    z-index: 99;
  }
  
  .mobile-navigation {
    display:flex;
    flex-direction:column;
    padding:0 30px 30px;
  }
  
  .mobile-navigation .dropdown {
    display:none;
  }
  .mobile-navigation .dropdown.opened {
    display:block;
  }
  
  .mobile-navigation .main-link {
  border-bottom:1px solid #f7f7f780;
  padding: 10px 0px;
  }
  
  .mobile-navigation .main-link.active .top_link {
  position:relative;
  color:#fff;
  }
  
  .mobile-navigation .main-link.active .mobile-arrow-down path {
    stroke:#fff;
  }
  
  .mobile-navigation .main-link.active .top_link:before {
    content:"";
    position:absolute;
        left: -30px;
        top: -10px;
        width: 100vw;
        height: 45px;
        z-index: -1;
        background: #006178;
  }
  
  .mobile-navigation .main-link:first-of-type {
    border-top:1px solid #f7f7f780;
  }
  .mobile-navigation .main-link a {
    color:#fff;
    font-family: kade,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-navigation .main-link.right-one > a {
    color:#AAAADE;
  }
  
  .mobile-navigation .submenu-links {
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  
  .mobile-navigation .right-one .submenu-links {
    margin-top:16px;
  }
  
  
  .mobile-navigation .submenu-logo img {
    height:24px;
    width:auto;
  }
  
  .mobile-navigation .submenu-logo {
    padding: 20px 0 16px;
  }
  
  .mobile-navigation .main-link a.submenu-link {
    gap:20px;
    justify-content:start;
  }
  
  .mobile-navigation .submenu-title {
    color: #fff;
    font-size: 12px;
    font-family: kade, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1.2px;
    border-bottom:1px solid #f7f7f780;
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin-top: 20px;
  }
  .mobile-navigation .logo-dropdown {
    display:none;
  }
  
  .mobile-navigation .strapline p {
  color: var(--mint, #00F2B5);
  font-family: kade;
  font-size: 24px;
  font-style: normal; 
  font-weight: 400;
  line-height: 120%;
  }
  .mobile-navigation .main-link svg {
    transition:all .3s ease;
  }
  
  
  .mobile-navigation .main-link.active .mobile-arrow-down {
    transform: rotate(-90deg);
  }
  
  .mobile-navigation .main-link .mobile-arrow-down {
    transform: rotate(90deg);
  }
  
}

@media (max-width:560px) {
  .header .tools .contact {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding: 13px 20px;
  }
  
  .mobile-navigation .contact {
    display:block;
    margin-top: 30px;
  }

}
