ul.nav-menu>li {
    list-style-type: none;
}

ul.nav-menu .menu-item {
    display: flex;
    flex-direction: column;
    padding: 10px 16px;
}

.menu-item:hover .text-content-1 {
    color: #3B9ED7 !important;
}

.menu-item:hover .text-content-2 {
    color: #DB2E2E !important;
}

.menu-item:hover .text-content-3 {
    color: #FFB240 !important;
}

.menu-item:hover .text-content-4 {
    color: #00AE4C !important;
}

.number-1 {
    color: #3B9ED7;
}

.number-2 {
    color: #DB2E2E;
}

.number-3 {
    color: #FFB240;
}

.number-4 {
    color: #00AE4C;
}

.menu-button {
    cursor: pointer;
    position: relative;
    z-index: 51;
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.menu-button span {
    width: 30px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
    display: block;
    transition: transform 0.4s;
}

.menu-button span:first-child {
    margin-top: 0;
}

.menu-item {
    padding: 10px 16px;
}

.menu-button span:last-child {
    margin-bottom: 0;
}

.open .menu-button span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.open .menu-button span:nth-of-type(2) {
    opacity: 0;
}

.open .menu-button span:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
}

.menu-button label {
    color: white;
    text-transform: uppercase;
    padding-left: 0.5em;
    cursor: pointer;
}
.author {
	display: flex;
    flex-direction: column;
}
.menu-close {
	text-align: right;
	margin-bottom: 35px;
}
.menu-button svg, .menu-close svg {
    width: 24px;
    height: 24px;
}
.menu-close, .nav-invited{
	display: none;
}
.nav-invited{
	padding: 10px 0 0 0;
    margin-top: 50px;
    border-top: 1px solid #004A81;
}
.nav-invited .nav-title{
	text-align: center;
    color: #00274E;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.338px;
}
.nav-invited .nav-directional {
	 display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}
.nav-invited .nav-directional li {
    list-style-type: none;
}
.nav-invited .nav-directional li a {
    color: #00274E;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.338px;
    font-family: "Montserrat", Sans-serif;
}

@media (max-width: 1023px) {
    .menu-button, .menu-close, .nav-invited{
        display: block;
    }
	.menu-header .nav-menu{
		position: absolute;
		padding: 31px 32px 85px 31px;
		height: 0;
		opacity: 0;
		z-index: -10;
		background: #FFF;
		flex-direction: column;
		transition: height 0.5s, height 0.5s, z-index 0.5s;
		width: 100vw;
	}
	
}
.menu-header ul.nav-menu li{
    margin-right: 13px;
}
.menu-header ul.nav-menu {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}
.menu-button{
    float: right;
}


@media (max-width: 1200px){
    .menu-header ul.nav-menu{
        gap: 0; 
    }
    .menu-header ul.nav-menu li{
		margin-right: 0;
	}
}
@media (max-width: 1023px) {
	.menu-header .nav-menu{
	    left: calc(-100vw + 43px);
		top: -69px;
	}
	.menu-header .open.nav-menu{
	    display: block !important;
	}
	.menu-header ul.nav-menu .menu-item{
	    padding: 0;
		text-align: center;
		margin-bottom: 24px;
	}
	.menu-header :where(span[class*=text-content-]) {
    color: #00274E !important;
}
}
@media (max-width: 767px){
    .menu-header .nav-menu{
		left: calc(-100vw + 59px);
		top: -52px;			
    }
    
}



/* slider widget */

.quote {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    padding: 38px 40px 44px 40px;
    border-radius: 30px;
    background: #fff;
	margin: 0 10px;
	min-height: 340px !important;
	min-width: 315px;
	height: 100%;
}
@media (min-width: 1440px){
	max-width: 310px;
	width: 310px !important;

}