li.nav_list_item {
    float: left;
}
nav.nav {
    width: 80%;
    float: left;
    text-align: right;
}
.header-logo {
    width: calc(100% - 560px);
    float: left;
}
.header-content {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; 
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 17px;
    display: flex;
}

.nav_list{
   display: inline-block;
   align-items: center;
   list-style: none;
   max-width: 1000px;
   margin: 0;
   padding: 0;
   font-family: 'OpenSans-Bold';
}
.nav_list_item {
   display: flex;
   align-items: center;
   justify-content: center;
   list-style: none;
   min-width: 80px;
   height: 60px;
  font-family: 'OpenSans-Bold';
}
.nav_list_item > a {
    text-decoration: none;
    color: #292b2c ;
    font-family: 'OpenSans-Bold';
}
.logo-img {
    margin: -20px -10px;
}
li.nav_list_item>a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #3B3D3E;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.nav_list {
    width: 560px;
}
@media screen and (max-width : 560px)  {
    .nav {
        font-size: 12px;
        font-weight: 700;
    }
    .nav_list_item > a {
        margin-right: 14px;
    }           
} 
@media screen and (min-width : 561px) {
    .nav {
        font-size: 18px;
        font-weight: 700;
    }  
    .nav_list_item > a {
        margin-right: 28px;
    }   
}

.root.container.responsivegrid {
    margin-left: auto;
    margin-right: auto;
}
.cmp-amplify-header{
	max-width:1200px;
    margin:0 auto;
    box-sizing: border-box;
}


.footer-links>ul {
    display: flex;
    list-style: none;
}
li.footer_link_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 102px;
    height: 40px;
    flex: none;
    order: 4;
    flex-grow: 0;
}
.footer-share {
    float: left;
    width: 250px;
    margin-top: 4px;
    padding-top: 4px;
}
.footer-content {
    display: flex;
}
.footer-links {
    width: calc(100% - 350px);
}
.footer-line {
    height: 3px;
    background: linear-gradient(90deg, #9440E8 0%, #F8116A 51.04%, #FF5A22 100%);
}
.cmp-amplify-footer .footer-content, .cmp-amplify-footer .footer-content ul>li a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding-top: 22px;
    padding-bottom: 22px;
}
.cmp-amplify-footer {
    background: #3B3D3E;
    box-shadow: 0px -4px 40px rgb(0 0 0 / 7%), 0px 20px 40px rgb(0 0 0 / 7%);
}
img.cmp-image__image {
    /*width: 18px;
    height: 18px;*/
}
.cmp-socialMediaLinks__circle {
    width: 32px;
    height: 32px;
}
.cmp-socialMediaLinks__icon, .cmp-image {
    line-height: 32px;
}
.cmp-amplify-footer .cmp-socialMediaLinks__circle {
    background-color: white;
}
.cmp-amplify-footer .footer-content>span {
    color: white;
    padding-left: 20px;
}
.cmp-amplify-footer .footer-content .footer_link_item_text a{
    padding: 0px;
    line-height: 56px;
}
.cmp-leader-content-card {
    width: 370px;
    background: #FFFFFF;
    box-shadow: 0px -4px 40px rgb(0 0 0 / 7%), 0px 20px 40px rgb(0 0 0 / 7%);
    border-radius: 20px;
}
.cmp-leader-content-card-image>img {
    width: 370px;
    height: 210px;
    border-radius: 20px 20px 0px 0px;
}
.cmp-leader-content-card-line {
    height: 3px;
    background: linear-gradient(90deg, #9440E8 0%, #F8116A 51.04%, #FF5A22 100%);
}
.cmp-leader-content-card-title, .cmp-leader-content-card-desc {
    font-family: 'Open Sans';
    font-style: normal;
	padding-left: 24px;
    font-size: 20px;
    line-height: 30px;
    align-items: center;
    letter-spacing: 0.03em;

}
.cmp-leader-content-card-title{
    font-weight: 700;
    padding-top: 30px;
}
.action-link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgba(59, 61, 62, 0.5);
    width: calc(100% - 64px);
    line-height: 48px;
}
.cmp-leader-content-card-action {
    display: flex;
    margin-left: 24px;
}
.action-share {
    width: 64px;
    margin-top: 8px;
}