.page_banner {
display: flex;
flex-direction: column;
position: relative;
align-items: center;
min-height: 26vw;
height: auto;
justify-content: flex-end;
}
.page_banner * {
position: relative;
z-index: 2;
}
.page_banner::after {
content: '';
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.page_banner .banner_title {
max-width: 700px;
width: 100%;
}.fc_small_banner {
position: relative;
}
.fc_small_banner * {
position: relative;
z-index: 2;
}
.fc_small_banner .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}.fc_size_search.bg_light_blue {
background: #D5EEFE;
}
.fc_size_search .inner_container {
background: white;
padding: 50px;
box-sizing: border-box;
}
.fc_size_search .intro_container {
display: flex;
align-items: center;
gap: clamp(30px, 3vw, 60px);
margin-bottom: 40px;
}
.fc_size_search .intro_container .image-switch {
padding-bottom: 11%;
max-width: 300px;
width: 100%;
background-size: contain;
}
.fc_size_search .column {
display: flex;
align-items: center;
gap: 32px;
padding-bottom: 25px;
padding-top: 25px;
border-bottom: 1px solid #CCCCCC;
}
.fc_size_search .column:last-child {
border-bottom: none;
}
.fc_size_search .column input {
border: 1px solid #000000;
padding: 10px 12px;
box-sizing: border-box;
min-width: 30%;
}
.fc_size_search .column p {
flex: 1;
font-weight: 700;
font-size: 14px;
line-height: 150%;
letter-spacing: 0.25px;
color: #000000;
margin: 0;
}
.fc_size_search .button {
margin-top: 40px;
margin-left: auto;
display: flex;
}
.fc_size_search .column .icon {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='%2311151C' d='M5.199 11.031h2.768v1.067H5.2v2.837h-1.08v-2.837H1.343V11.03H4.12v-2.85h1.08v2.85ZM14.835 6.506l-3.72 9.994H9.798l3.725-9.994h1.313ZM17.193 13.335v-1.19h3.459v1.19h-3.459Z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
min-width: 22px;
height: 22px;
display: block;
}
@media (max-width: 1024px) {
.fc_size_search .intro_container {
flex-direction: column;
}
.fc_size_search .intro_container .intro {
text-align: center;
width: 100%;
}
.fc_size_search .intro_container .image-switch {
padding-bottom: 20%;
}
}
@media (max-width: 850px) {
.fc_size_search .intro_container .image-switch {
padding-bottom: 30%;
}
.fc_size_search .column {
flex-wrap: wrap;
}
.fc_size_search .column p {
min-width: 100%;
text-align: center;
}
.fc_size_search .column input {
flex: 1;
}
}
@media (max-width: 640px) {
.fc_size_search .column {
flex-direction: column;
gap: 15px;
}
.fc_size_search .column input {
min-width: 100%;
}
.fc_size_search .button {
justify-content: center;
}
}.fc_shop_links .links_container {
display: flex;
align-items: stretch;
gap: 20px;
flex-wrap: wrap;
}
.fc_shop_links .links_container .link {
width: calc(33% - 14px);
filter: drop-shadow(0px 8px 64px rgba(26, 26, 26, 0.15));
background: white;
flex-grow: 1;
}
.fc_shop_links .links_container .link:hover {
text-decoration: none;
opacity: 0.7;
}
.fc_shop_links .links_container .link .image_container {
padding: 16px;
box-sizing: border-box;
}
.fc_shop_links .links_container .link .image-switch {
padding-bottom: 50%;
}
.fc_shop_links .links_container .link .banner_title {
background: #7003AF;
padding: 12px 20px;
box-sizing: border-box;
font-family: 'Anton', sans-serif;
font-weight: 400;
font-size: 25px;
line-height: 120%;
letter-spacing: 0.25px;
text-transform: uppercase;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: space-between;
}
.fc_shop_links .links_container .link .banner_title::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Ccircle cx='17' cy='17' r='16' stroke='%23fff' stroke-width='2'/%3E%3Cpath fill='%23fff' d='M14.507 26 13 24.402 19.985 17 13 9.598 14.507 8 23 17l-8.493 9Z'/%3E%3C/svg%3E");
height: 34px;
}
@media (max-width: 1240px) {
.fc_shop_links .links_container .link .banner_title {
font-size: 20px;
}
}
@media (max-width: 1024px) {
.fc_shop_links .links_container .link {
width: calc(50% - 10px);
}
}
@media (max-width: 640px) {
.fc_shop_links .links_container .link {
width: 100%;
}
}.fc_cta_banner .cta {
box-shadow: 0px 8px 64px rgba(26, 26, 26, 0.15);
position: relative;
padding: 65px;
box-sizing: border-box;
display: flex;
align-items: flex-start;
}
.fc_cta_banner .cta * {
position: relative;
z-index: 2;
}
.fc_cta_banner .cta::after {
background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 13.33%, rgba(255, 255, 255, 0) 100%);
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.fc_cta_banner .cta .top_triangle {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-bottom: 110px solid transparent;
border-right-width: 170px;
border-right-style: solid;
position: absolute;
right: 0;
top: 0;
}
.fc_cta_banner .cta .bottom_triangle {
width: 0;
height: 0;
border-left: 50px solid transparent;
border-top: 110px solid transparent;
border-right-width: 170px;
border-right-style: solid;
position: absolute;
right: 0;
bottom: 0;
}
@media (max-width: 1240px) {
.fc_cta_banner .cta {
padding: 40px;
}
.fc_cta_banner .cta .top_triangle {
border-bottom: 70px solid transparent;
border-right-width: 130px;
}
.fc_cta_banner .cta .bottom_triangle {
border-top: 70px solid transparent;
border-right-width: 130px;
}
}
@media (max-width: 1024px) {
.fc_cta_banner .cta {
justify-content: center;
}
}
@media (max-width: 640px) {
.fc_cta_banner .cta .top_triangle {
border-bottom: 50px solid transparent;
border-right-width: 110px;
}
.fc_cta_banner .cta .bottom_triangle {
border-top: 50px solid transparent;
border-right-width: 110px;
}
.fc_cta_banner .cta::after {
background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0) 100%);
}
}.services_container {
display: flex;
gap: 30px;
flex-wrap: wrap;
align-items: stretch;
}
.services_container .service {
width: calc(20% - 24px);
display: flex;
flex-direction: column;
}
.services_container .service .image-switch {
padding-bottom: 53%;
border-bottom: 2px solid #2EAAFA;
}
.services_container .service .content {
margin-top: 25px;
text-align: center;
padding: 0 15px;
box-sizing: border-box;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.services_container .service .content .title {
font-family: 'Anton', sans-serif;
font-weight: 400;
font-size: 25px;
line-height: 120%;
letter-spacing: 0.25px;
text-transform: uppercase;
color: white;
}
.services_container .service .content .subtext {
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: 0.5px;
color: #E6E6E6;
}
.services_container .service:hover {
text-decoration: none;
opacity: 0.7;
}
.services_container .service .learn_more_button {
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 1px;
text-transform: uppercase;
color: #2EAAFA;
display: flex;
align-items: center;
justify-content: center;
margin-top: auto;
}
.services_container .service .learn_more_button::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath fill='%232EAAFA' d='M1.204 14 0 12.76 5.593 7 0 1.24 1.204 0 8 7l-6.796 7Z'/%3E%3C/svg%3E");
margin-left: 15px;
}
@media (max-width: 1240px) {
.services_container .service {
width: calc(33% - 18px);
}
}
@media (max-width: 1024px) {
.services_container .service {
width: calc(33% - 20px);
}
}
@media (max-width: 850px) {
.services_container .service {
width: calc(50% - 15px);
}
}
@media (max-width: 640px) {
.services_container .service {
width: 100%;
}
}