.mainheader {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
height: 71px;
}

.mainheader__top {
    background: #2d5154;
}

.mainheader__top .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mainheader__top__logo {
    padding: 10px;
}

.mainheader__top__logo img {
    max-width: 150px;
    height: auto;
    width: 100%;
}

.mainheader__top__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    font-size: 14px;
}

.mainheader__top__content nav,
.mainheader__top__content ul,
.mainheader__top__content li {
    height: 100%;
}

.mainheader__top__content li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mainheader__top__content li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.mainheader__top__content li svg {
    width: 14px;
    fill: white;
}

.mainheader__top__content li:hover > a {
    opacity: 0.6;
}

.mainheader__top__actions {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.mainheader__top__actions .search {
    width: 50px;
    padding: 13px;
    background: #00c7ab;
}

.mainheader__top__actions .search svg {
    fill: white;
}

.mainheader__top__actions .btn {
    background-color: #00c7ab;
    font-weight: bold;
    color: white;
    padding: 10px 27px 12px;
    text-decoration: none;
    font-weight: 500;
    border: 2px solid #00c7ab;
    border-radius: 0;
}

.mainheader__search {
    background: white;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.mainheader__search form {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mainheader__search form input[type=text] {
    padding: 20px 16px;
    border: none;
    background: #ABE6DE;
    width: 25vw;
    min-width: 300px;
}

.mainheader__search form button {
    aspect-ratio: 1;
    height: 64px;
    border: none;
    background: #00C7AB;
    fill: white;
    margin-left: -4px;
    padding: 15px;
    cursor: pointer;
}

.mainheader__drop {
    display: none;
    flex-direction: row;
}

.mainheader__drop.show {
    display: flex;
}

.mainheader__drop__left {
    display: flex;
    flex: 1;
    flex-direction: column;
    background: #2d5154;
    width: 100%;
    justify-content: space-between;
}

.mainheader__drop__left__top {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 50px 50px;
    gap: 16px;
}

.mainheader__drop__left__top__item {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.mainheader__drop__left__top__item:hover {
    text-decoration: none;
    color: white;
    opacity: 0.6;
}

.mainheader__drop__left__bottom {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-top: 1px solid white;
    width: -webkit-fill-available;
    gap: 10px;
}

.mainheader__drop__left__bottom__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mainheader__drop__left__bottom__item:hover {
    opacity: 0.6;
    text-decoration: none;
    color: white;
}

.mainheader__drop__right {
    flex: 4;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    background-color: white;
}

.mainheader__drop__right__card {
    flex: 1 1 250px;
    text-decoration: none;
    max-width: calc(20% - 16px);
}

.mainheader__drop__right__card:hover img {
    background-color: red;
    transform: scale(1.05);
}

.mainheader__drop__right__card__image {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.mainheader__drop__right__card__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.25s ease-in-out;
}

.mainheader__drop__right__card__content {
    color: black;
    text-decoration: none;
}

.mainheader__top__menu nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.mainheader__top__menu nav ul li a {
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.mainheader__top__menu {
    height: 100%;
}

.mainheader__top__content {
    height: -webkit-fill-available;
}

a.mainheader__drop__left__top__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

a.mainheader__drop__left__top__item svg {
    width: 10px;
    fill: white;
}

body.extra-padding {
    padding-top: 65px;
}

.mainheader__backgroundblur {
    width: 100vw;
    height: 100vh;
    background: #0004;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(6px);
    display: none;
}

.mainheader__backgroundblur.show {
    display: block;
}

.mainheader__top {
    z-index: 10;
    position: relative;
}

.mainheader__drop.show {
    z-index: 10;
    position: relative;
}

.mainheader__search {
    position: relative;
}
.burgermenu {
    width: 50px;
    aspect-ratio: 1;
    background: #00c7ab;
    padding: 12px;
    flex-direction: column;
    justify-content: space-around;
}

.burgermenu__line {
    height: 3px;
    background: white;
    width: 100%;
}
.burgermenu__line__group {
    position: relative;
    height: 3px;
}

.burgermenu__line__group .burgermenu__line {
    position: absolute;
    top: 0;
    left: 0;
}
.burgermenu.active > .burgermenu__line {
    opacity: 0;
}

.burgermenu.active .burgermenu__line__group .burgermenu__line:nth-of-type(1) {
    transform: rotate(45deg);
}

.burgermenu.active .burgermenu__line__group .burgermenu__line:nth-of-type(2) {
    transform: rotate(-45deg);
}

.burgermenu__line {
    transition: 0.3s;
}
.mobileFlyout.active {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    position: fixed;
    top: 71px;
    height: calc(100% - 71px);
    width: 100%;
    z-index: 99990999;
    background: white;
overflow:auto;
}

.mobileFlyout {
display: none;
}

.menuFlyout__footer {
	padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 12px;
}

a.menuFlyout__footer__action {
    flex: 1;
    text-align: center;
    padding: 12px;
    background: #00c7ab;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: white;
    font-size: 14px;
}

a.menuFlyout__footer__action svg path {fill: white;}

.menuFlyout__body__item__content,
.menuFlyout__body__item__submenu__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.menuFlyout__body__item {	
	padding: 5px 20px 5px 20px;
}
.menuFlyout__body__item:first-of-type {
    margin-top: 15px;
}
.menuFlyout__body__item.active {
    background: #00c7ab44;
}
.menuFlyout__body__item__content > svg,
.menuFlyout__body__item__submenu__content > svg {
    max-width: 32px;
padding: 8px;
aspect-ratio:1;
}
.menuFlyout__body__item__content,
.menuFlyout__body__item__submenu__content  {
min-height: 32px;
}
.menuFlyout__body__item__content a,
.menuFlyout__body__item__submenu__content a {
text-decoration: none;
}

.menuFlyout__body__item__submenu {
    margin-top: 10px;
	display: none;
}
.menuFlyout__body__item__submenu.active{
display: block;
}
.menuFlyout__body__item__submenu__content {
    padding-left: 10px;
}
.menuFlyout__body__item__submenu__submenu {
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 10px;
	display: none;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
.menuFlyout__body__item__submenu__submenu.active {
	display: flex;
margin-bottom: 18px;
}

.menuFlyout__body__item__submenu__submenu__card {
    width: calc(50% - 6px);
	text-decoration: none;
}

.menuFlyout__body__item__submenu__submenu__card__image {
    aspect-ratio: 16/9;
    position: relative;
    margin-bottom: 6px;
}

.menuFlyout__body__item__submenu__submenu__card__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.menuFlyout__body__item__submenu__submenu__card__title {
    font-size: 12px;
}
svg {
transition: 0.3s;
}
svg.rotated {
    transform: rotate(90deg);
}

@media screen and (max-width: 796px) {
	.mainheader__top__logo img {
    width: 100px !important;
}	
}

.hasdropdown.dropdown ul {
    gap: 10px;
}

.hasdropdown.dropdown ul li {
    align-items: flex-start;
    justify-content: flex-start;
    white-space: nowrap;
}

.hasdropdown.dropdown ul li a {
    font-size: 1rem;
}

.hasdropdown.dropdown ul {
    display: none;
    flex-direction: column;
    align-items: self-start;
    position: absolute;
    top: 100%;
    background: #2d5154;
    height: auto;
    padding: 1rem;
}

.hasdropdown.dropdown:hover ul {
    display: flex;
}