.featured-card-section {
padding-top: 40px;
padding-bottom: 20px;
}
@media (min-width: 1024px) {
.featured-card-section {
padding-top: 80px;
padding-bottom: 50px;
}
}
.featured-card-section .featured-card-container {
justify-content: center;
padding-left: 30px;
padding-right: 30px;
width: 100%;
}
.featured-card-section .featured-card-container .featured-card {
position: relative;
padding: 28px 20px 10px 20px;
width: 100%;
height: inherit !important;
text-decoration: none;
border-radius: 0;
margin-bottom: 30px;
display: inline-block;
height: inherit !important;
flex: 1 1 0;
margin-right: 0;
}
@media (min-width: 1024px) {
.featured-card-section .featured-card-container .featured-card {
padding: 48px 20px 42px 20px;
}
}
.featured-card-section .featured-card-container .featured-card:nth-last-child(1) {
margin-right: 0px;
}
.featured-card-section .featured-card-container .featured-card:hover .animated-underline-button, .featured-card-section .featured-card-container .featured-card:focus .animated-underline-button {
color: #313535 !important;
}
.featured-card-section .featured-card-container .featured-card:hover .animated-underline-button::after, .featured-card-section .featured-card-container .featured-card:focus .animated-underline-button::after {
width: 26px;
}
@media (min-width: 1024px) {
.featured-card-section .featured-card-container .featured-card {
margin-right: 52px;
max-width: 500px;
}
}
@media (max-width: 1024px) {
.featured-card-section .featured-card-container .featured-card .featured-card-inner {
max-width: 510px;
margin-left: auto;
margin-right: auto;
}
}
.featured-card-section .featured-card-container .featured-card .image-box {
max-width: 510px;
max-height: 450px;
margin-left: auto;
margin-right: auto;
margin-bottom: 37px;
overflow: hidden;
position: relative;
display: block;
}
.featured-card-section .featured-card-container .featured-card .image-box .featured-card-image {
width: 100%;
transition: all 0.3s;
display: block;
height: auto;
}
.featured-card-section .featured-card-container .featured-card .featured-card-title {
color: #000;
font-family: "gentonasemibold";
line-height: 40px;
font-size: 24px;
}
.featured-card-section .featured-card-container .featured-card .featured-card-text {
font-size: 21px;
letter-spacing: -0.01em;
line-height: 38px;
color: #000;
margin-bottom: 25px;
font-family: "gentonabook";
display: block;
}
.featured-card-section .featured-card-container .featured-card .animBottom,
.featured-card-section .featured-card-container .featured-card .animTop {
position: absolute;
width: 100%;
height: 100%;
background-size: 100% 10px;
z-index: -1;
max-width: 150px;
display: none;
pointer-events: none;
}
@media (min-width: 1024px) {
.featured-card-section .featured-card-container .featured-card .animBottom,
.featured-card-section .featured-card-container .featured-card .animTop {
display: block;
}
}
.featured-card-section .featured-card-container .featured-card .animTop {
left: -100px !important;
top: 65px;
}
.featured-card-section .featured-card-container .featured-card .animbottomLeft {
left: -100px !important;
top: -65px;
}
.featured-card-section .featured-card-container .featured-card .animBottom {
right: -100px;
bottom: 65px;
}
@media (min-width: 1024px) {
.featured-card-section .featured-card-container .slick-list {
overflow: visible;
}
}
@media (min-width: 1024px) {
.featured-card-section .featured-card-container .slick-track {
display: flex !important;
justify-content: center;
justify-content: center;
align-items: stretch;
align-content: stretch;
overflow: visible;
}
}
.featured-card-section .featured-card-container .slick-arrow {
bottom: 0px;
top: 0;
margin-top: auto;
margin-bottom: auto;
margin-left: 0;
margin-right: 0;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
border: none;
display: flex;
align-items: center;
justify-content: center !important;
gap: 12px;
background: none !important;
color: #fa4616 !important;
font-size: 62px;
line-height: 2;
border-radius: 0;
justify-content: center;
overflow: visible;
font-family: "gentonabook";
padding-left: 0;
padding-right: 0;
min-width: 65px;
max-height: 125px;
position: absolute;
z-index: 9999;
}
.featured-card-section .featured-card-container .slick-arrow:hover {
opacity: 0.5;
}
.featured-card-section .featured-card-container span {
overflow: visible;
}
.featured-card-section .featured-card-container .cto-next {
right: 0px;
}
.featured-card-section .featured-card-container .cto-prev {
left: 0px;
}
.featured-card-section .featured-card-container .slick-disabled {
opacity: 0.5;
pointer-events: none;
}