@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap");
#header .header-logo .logo-link {
  display: none !important;
}

@media (min-width: 778px) {
  #header .header-logo .logo-link {
    display: block !important;
  }
}
#global-header {
  background-color: #001250;
  position: relative;
  padding: 10px 25px;
  z-index: 999999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  /* toggle main dropdown */
  /* MEDIA QUERIES  */
}
@media (min-width: 776px) {
  #global-header {
    padding: 0 40px;
    z-index: 999;
  }
}
#global-header img {
  max-height: 32px;
}
#global-header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#global-header .header-content {
  align-items: center;
  max-width: 78.125em !important;
  margin: 0 auto;
  color: #212529;
}
#global-header .logo {
  text-decoration: none;
  font-size: 13px;
  color: inherit;
  margin-right: 20px;
  display: flex;
}
#global-header label {
  padding: 25px 20px;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 0;
}
#global-header input[type=checkbox] {
  opacity: 0;
  position: absolute;
  right: 0;
}
#global-header label span {
  width: 30px;
  height: 2.188px;
  display: block;
  background: #FFFFFF;
  position: relative;
}
#global-header label span::after,
#global-header label span::before {
  content: "";
  position: absolute;
  display: block;
  background: inherit;
  width: inherit;
  height: inherit;
}
#global-header label span::before {
  top: 8px;
}
#global-header label span::after {
  bottom: 8px;
}
#global-header label::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 49px;
  top: 0;
  right: 0;
}
#global-header ul {
  background: transparent;
}
#global-header ul li {
  list-style: none;
  line-height: 1;
  font-weight: 600;
  color: white;
}
#global-header ul li a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.5s ease;
  border-radius: 8px;
  text-align: left;
  padding: 15px 1em;
  color: white;
  height: auto;
  line-height: initial;
  text-transform: uppercase;
}
#global-header ul li a:hover, #global-header ul li a:focus {
  background-color: white;
  color: #AD0455;
}
#global-header ul li a.elementor-button-link {
  border: 2px solid white;
  border-radius: 45px;
  display: inline-block;
  background: #AD0455;
  border-color: transparent;
  border: none;
  padding: 15px 20px;
  text-transform: unset;
}
#global-header ul li a.elementor-button-link:hover {
  background: #FFFFFF;
}
#global-header ul li.topics {
  padding: 11px 0 0 0;
}
@media (min-width: 778px) {
  #global-header ul li.topics {
    display: flex;
    padding: 10px 0;
  }
}
#global-header ul li.topics span {
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  color: white;
  border-radius: 8px;
  padding: 18px 1em 18px 0;
  text-align: left;
  font-size: 13px;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-weight: 600;
}
#global-header ul li.topics span .chevron {
  transition: all 0.1s ease;
}
@media (min-width: 778px) {
  #global-header ul li.topics span {
    padding: 18px 1em;
  }
  #global-header ul li.topics span:hover, #global-header ul li.topics span:focus, #global-header ul li.topics span:focus-within {
    background-color: white;
    color: #AD0455;
  }
  #global-header ul li.topics span:hover .chevron, #global-header ul li.topics span:focus .chevron, #global-header ul li.topics span:focus-within .chevron {
    transform: rotateX(180deg);
  }
}
#global-header ul li ul.dropdown {
  height: 0;
  overflow: hidden;
  transition: height ease 0.2s;
}
#global-header ul li ul.dropdown li {
  margin: 0;
}
#global-header .menus {
  position: absolute;
  top: 3.2em;
  left: 0;
  right: 0;
  background: #001250;
  color: white;
  /*  hide dropdown on small screens  */
  visibility: hidden;
  /*  smooth transitioning  */
  transform: translateY(-1em);
  transition: transform ease 0.2s;
}
#global-header input[type=checkbox]:checked ~ nav > ul {
  visibility: visible;
  transform: translateY(0);
  min-height: calc(75vh);
}
@media (min-width: 778px) {
  #global-header .header-content {
    display: flex;
    justify-content: space-between;
  }
  #global-header .menus {
    position: static;
    visibility: visible;
    background: #001250;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    transform: initial;
  }
  #global-header label,
#global-header input[type=checkbox] {
    display: none;
  }
  #global-header ul li {
    position: relative;
    margin-left: 10px;
  }
  #global-header ul li a {
    transition: all 0.5s ease;
  }
  #global-header ul li a:hover {
    background-color: white;
    color: #AD0455;
  }
  #global-header ul li button {
    transition: all 0.5s ease;
  }
  #global-header ul li button:hover {
    background-color: white;
    color: #AD0455;
  }
  #global-header .dropdown {
    position: absolute;
    box-shadow: 0 10px 15px -3px rgba(46, 41, 51, 0.08), 0 4px 6px -2px rgba(71, 63, 79, 0.16);
    z-index: 99;
    min-width: 10em;
    background-color: #001250;
    color: #FFFFFF;
    left: 0;
    right: auto;
    top: 66px;
    padding: 0 20px;
  }
  #global-header .dropdown li {
    min-width: 200px;
    padding: unset;
    margin: unset;
  }
  #global-header .dropdown li:last-of-type {
    margin-bottom: 10px;
  }
  #global-header .dropdown li:last-of-type::after {
    display: none;
  }
  #global-header .dropdown li::after {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: white;
    margin: 10px 0;
  }
  #global-header ul li:hover .dropdown {
    height: auto;
  }
  #global-header ul li:hover > button > .arrow {
    transform: rotate(-225deg);
    margin-top: 4px;
  }
}
@media (max-width: 775px) {
  #global-header input[type=checkbox]:checked ~ nav > ul {
    min-height: calc(100vh - 54px);
  }
  #global-header button {
    padding-bottom: 0 !important;
  }
  #global-header button::after {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: white;
    margin: 15px 0 0;
  }
  #global-header .fas {
    display: none !important;
  }
  #global-header ul {
    padding: 10px 1rem;
  }
  #global-header ul.menus {
    top: 54px;
  }
  #global-header ul li {
    width: 100%;
    margin: 0;
  }
  #global-header ul li a {
    text-align: left;
  }
  #global-header ul li::after {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: white;
    margin: 2px 0;
  }
  #global-header ul li:last-of-type::after {
    display: none;
  }
  #global-header ul li .elementor-button-link {
    margin: 15px 0;
  }
  #global-header ul li ul.dropdown {
    height: auto;
  }
  #global-header ul li ul.dropdown li {
    margin: 0;
    padding-left: 5px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #global-header ul li ul.dropdown li::after {
    margin: 2px 0;
  }
  #global-header ul li ul.dropdown li:last-of-type::after {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
