
a {
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -ms-transition: all 350ms;
    text-decoration: none;
    outline: none;
}
.top-new-head{
    background: #fefefe;
    padding-top: 14px;
    padding-bottom: 4px;
}
.top-line {
    text-align: right;
    padding-right: 60px;
}
.top-line h3{
    position: relative;
    display: inline-block;
    color: #071708;
    font-size: 47px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    margin: 0px;
}
.top-line h3::before{
    content: "★";
    position: absolute;
    left: -58px;
    top: -4px;
    font-style: normal;
}
.top-line h3::after{
    content: "★";
    position: absolute;
    right: -58px;
    top: -4px;
    font-style: normal;
}
.top-text-lin{margin-bottom: 15px;}
.nav-block-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-logo a{
    display: block;
}

.right-nav-bar {
    display: flex;
    align-items: center;
    gap: 30px;
}
.right-nav-bar ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 30px;
}
.right-nav-bar ul li a {
    font-family: 'Oswald',sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #020202;
    text-decoration: none;
}
.right-nav-bar ul li a:hover {
    color: #083900;
}
.right-button-block{
    display: flex;
    align-items: center;
    gap: 15px;
}
.right-button-block a{
    font-family: 'Oswald',sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    line-height: 22px;
    color: #020202;
    text-decoration: none;
    padding: 7px 20px;
    border: 2px solid transparent;
    border-radius: 8px;
    display: block;
}
.right-button-block .button-line a{
    border: 2px solid #92ae63;
}
.right-button-block .button-color a{
    color: #ffffff;
    background: #032603;
    border: 2px solid #032603;
}
.right-button-block .button-line a:hover{
    color: #ffffff;
    background: #032603;
    border: 2px solid #032603;
}

.main-hero-block{
    min-height: 280px;
    position: relative;
    display: flex;
    align-items: center;
}
.hero-card-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.hero-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.hero-left-text h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin: 0px;
    font-family: "Roboto Condensed", sans-serif;
    text-shadow: 0 0 0.5em rgba(0,0,0,0.8), 0 0 0.5em rgba(0,0,0,0.8), 0 0 0.5em rgba(0,0,0,0.8);
}
.hero-left-text h1 em {
    font-style: normal;
    color: #cce823;
}
.hero-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-left-text{
    width: 40%;
    margin-left: 250px;
}
.member-icon{
    width: 62px;
    height: 62px;
    border: 2px solid #c7d73b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.hero-right-block{
    background: #032402;
    padding: 15px 28px;
    border-radius: 10px;
    border: 2px solid #bdd831;
    max-width: 454px;
    width: 100%;
}
.member-icon img{
    max-width: 44px;
    width: 100%;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 180px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    z-index: 2;
}

.custom-dropdown-menu.show {
    display: block;
}
.member-block{
    display: flex;
    align-items: center;
}
.member-info h2{
    color: #c7d73b;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin: 0px;
    display: flex;
    align-items: first baseline;
    gap: 5px;
}
.member-icon{
    margin-right: 34px;
}
.member-info h2 .num{
    font-size: 42px;
    font-weight: bold;
}
.member-info h2 .dollar {
    font-size: 28px;
    font-weight: bold;
    display: block;
    top: -12px;
    position: relative;
}
.hero-right-block .pbox-lede{
    color: #fff;
    font-size: 19px;
    font-family: "Noto Sans", sans-serif;
    margin-top: 8px;
    border-bottom: 1px solid #c7d73b;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: 500;
}
.hero-right-block .pbox-fine {
    color: #fff;
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
    margin-top: 8px;
    margin-bottom: 0px;
}
.hero-right-block .pbox-fine strong{
    color: #c7d73b;
    font-size: 20px;
    font-weight: 500;
}
.main-block{
    background: #fdfdfb;
}
.flag-line{
    background: #f0f3e2;
}
.flg-box{
    width: 60px;
    height: 60px;
    background: #042704;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f3e2;
    border-radius: 100%;
    margin-top: -5px;
    margin-bottom: -5px;
}
.flg-box img{
    max-width: 26px;
    width: 100%;
}
.flg-in{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
}
.flg-box-text h3{
    font-size: 26px;
    color: #052007;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    margin: 0px;
}

.captains-inner{
    display: flex;
    align-items: flex-start;
}
.captains-inner .captains-item:nth-of-type(1){
    max-width: 460px;
    width: 100%;
    display: flex;

}
.captains-inner .captains-item:nth-of-type(1) .captains-item-info{
    width: calc(100% - 115px);
}
.captains-inner .captains-item:nth-of-type(2){
    max-width: 183px;
    width: 100%;
}
.captains-inner .captains-item:nth-of-type(3){
    max-width: 674px;
    width: 100%;
}

.captains-icon-box{
    width: 90px;
    height: 90px;
    border: 2px solid #c7d73b;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fefefe;
}
.captains-item-info h4{
    color: #052007;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.captains-item-info p{
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
}
.captains-item-info p em{
    font-weight: bold;
    display: block;
}
.captains-block{
    padding-top: 47px;
}
.cap-group{
    width: 90px;
    height: 90px;
    border: 2px solid #c7d73b;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fefefe;
    margin: 0 auto;
}
.cap-group img{
    max-width: 60px;
    width: 100%;
}
.captains-inner .captains-item.border-lr {

}
.captains-item-info ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.captains-item-info ul li{
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
}