
.navigator-button {
height: 26px;
gap: 8px;
/* opacity: 0; */

    margin-top:10px;
    margin-bottom:20px;


}

.learnMore-button {
    /* width: 89px; */
    height: 26px;
    gap: 0px;
    /* opacity: 0; */
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 25.6px;
    text-align: right;
    color: var(--primary-text, #684B9B);
    border: 0px;
    background: none;
    padding: 0px 10px;
}

.arrowimage {
    width: 20px;
    height: 20px;
    padding: 4.17px 3.33px 4.17px 3.33px;
    gap: 0px;
    /* opacity: 0; */
}

.align-award-button .arrowimage {
    width: 20px;
    height: 20px;
    padding: 0px;
}

.arrowClass{
    width: 20.98px;
    height: 20.98px;
}


.external-link {
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) { 
.learnMore-button {
/* width: 89px; */
    height: 26px;
    gap: 0px;
    /* opacity: 0; */
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 25.6px;
    text-align: right;
    color: var(--primary-text, #684B9B);
    border: 0px;
    background: none;
    padding: 0px 150px 40px 150px;
}

}

.award-btn-gap {
	padding: 12px 0px 98px 0px;
}

.align-award-button {
    display: flex;
    height: 50px;
    align-items: flex-start;
}

.award-btn {
	display: flex;
    gap: 8px;
    height: 50px;
    /*padding: 8px 12px 8px 24px;*/
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 30px;
    background: var(--Gradient-brand-surface, linear-gradient(99deg, #684B9B -27.72%, #381B6B 127.08%));
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
}

.award-btn-text {
	color: var(--gray-text-invert, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

@media (max-width: 767px) {
 	.align-award-button {
        width: 100%
	}

    .award-btn-gap {
		padding: 12px 0px 98px 0px;
	} 

    .award-btn-gap.custom-charter-button {
        padding: 24px 0px;
    }

	.align-award-button.corporate-benefits-btn {
    	width: auto !important;
	}
}

.buttoncss {
	padding-bottom: 32px !important;
}

.custom-charter-button {
    height: fit-content;
    gap: 8px;
    margin-top: unset;
}

.custom-charter-button .readMore {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
} 

.custom-charter-button .arrowimage {
    padding: 0;
}

.award-btn-gap.custom-charter-button {
    padding: 32px 0px;
}

.corporate-benefits-btn .award-btn {
    width: 228px;
    padding: 8px 70px;
}

.award-btn a {
  color: #fff!important;
}
