@media (1024px < width ) and (1400px > width) {
.header_transparent #header {
padding-bottom: 120px;
}
#header {
flex-wrap: wrap;
}
#header .menu_content_container {
order: 2;
width: 100%;
margin-top: 20px;
display: flex;
justify-content: center;
}
.fc_hero_banner.home_hero , .fc_hero_banner.page_hero {
padding-top: 200px;
}
}.fc_hero_banner {
background: center / cover no-repeat;
display: flex;
gap: 60px;
justify-content: space-between;
position: relative;
flex-flow: column;
min-height: clamp(400px, 45vw, 650px);
padding: clamp(130px, 13vw, 170px) var(--width-xl) 10px;
&.home_hero {
min-height: clamp(400px, 45vw, 1000px);
padding: 130px var(--width-xl) 10px;
}
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--deep-grey);
opacity: 0.7;
}
.wp_content {
max-width: 1050px;
flex: 1;
display: flex;
flex-flow: column;
justify-content: center;
}
.hero_usps {
&.align_centre {
justify-items: center;
}
&.align_right {
justify-items: flex-end;
}
}
> * {
position: relative;
z-index: 5;
}
}
.header_solid {
.fc_hero_banner {
.the_usps {
background: transparent;
}
}
}
@media ( width < 1024px) {
.fc_hero_banner {
.hero_usps {
justify-items: center;
}
}
}.fc_distributor_map {
.continent_container {
aspect-ratio: 1680 / 1002;
> div {
position: relative;
width: 100%;
height: 100%;
}
.distributor_map_button {
position: absolute;
.button {
background: var(--white-15);
border-color: var(--white-15);
&:hover {
background: var(--primary);
border-color: var(--primary);
}
&:before {
content: none;
}
}
> a {
display: inline-flex;
flex-flow: column;
align-items: center;
gap: 5px;
&:hover {
text-decoration: none;
}
&:after {
content: '';
position: relative;
aspect-ratio: 21 / 32;
height: 32px;
background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 32'%3E%3Cpath fill='%23B72E54' fill-rule='evenodd' d='M0 11.3c0 1.1 0 2.5.5 3.2l10 17.5 10.1-17.5c.5-.7.5-2 .5-3.2C21 5 16.4 0 10.5 0 4.7 0 0 5 0 11.3Z' clip-rule='evenodd'/%3E%3Cellipse cx='10.5' cy='11.6' fill='%23fff' rx='4' ry='4.4'/%3E%3C/svg%3E");
}
}
&#north-america {
bottom: 68%;
left: 14%;
}
&#south-america {
bottom: 28%;
left: 23%;
}
&#europe {
bottom: 67%;
left: 53%
}
&#africa-middle-east {
bottom: 41%;
left: 45%;
}
&#asia-australia {
bottom: 19%;
left: 83%;
}
}
}
.mobile_continent_container {
display: none;
}
}
@media (width <= 1200px ) {
.fc_distributor_map {
.continent_container {
.distributor_map_button {
&#north-america {
bottom: 66%;
left: 9%;
}
&#south-america {
bottom: 28%;
left: 20%;
}
&#europe {
bottom: 66%;
left: 49%;
}
&#africa-middle-east {
bottom: 41%;
left: 41%;
}
&#asia-australia {
bottom: 19%;
left: 79%;
}
}
}
}
}
@media (width <= 900px ) {
.fc_distributor_map {
.continent_container {
.distributor_map_button {
&#north-america {
bottom: 66%;
left: 4%;
}
&#south-america {
bottom: 25%;
left: 16%;
}
&#europe {
bottom: 66%;
left: 49%;
}
&#africa-middle-east {
bottom: 40%;
left: 36%;
}
&#asia-australia {
bottom: 19%;
left: auto;
right: 0;
}
}
}
}
}
@media (width <= 700px ) {
.fc_distributor_map {
.continent_container {
.distributor_map_button {
.button {
display: none;
}
&#north-america {
bottom: 66%;
left: 16%;
}
&#south-america {
bottom: 25%;
left: 27%;
}
&#europe {
bottom: 63%;
left: 52%;
}
&#africa-middle-east {
bottom: 41%;
left: 50%;
}
&#asia-australia {
bottom: 19%;
left: auto;
right: 10%;
}
}
}
.mobile_continent_container {
display: flex;
flex-flow: row wrap;
justify-content: center;
gap: 15px;
padding-top: 30px;
.button {
font-size: 14px;
padding: 10px 15px;
}
}
}
}.fc_block_links {
.links_container {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
&.grid_3 {
.links_container {
grid-template-columns: repeat(3, 1fr);
}
}
&.grid_2 {
.links_container {
grid-template-columns: repeat(2, 1fr);
}
}
&.gap {
.links_container {
gap: var(--gap-s);
}
.block_link {
.image-switch {
border-radius: var(--border-radius-m);
overflow: hidden;
&:before {
border-radius: var(--border-radius-m);
}
}
}
&.overlay {
.block_link {
&:before {
border-radius: var(--border-radius-m);
}
.icon_button {
background: var(--deep-grey);
border-color: var(--deep-grey);
}
}
}
}
.block_link {
position: relative;
text-decoration: none;
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(207, 105, 138, 0.95) 0%, rgba(183, 46, 84, 0.95) 100%);
opacity: 0;
transition: all 0.3s ease;
}
&:hover {
&:before {
opacity: 1;
}
.icon_button {
&:before {
transform: rotateZ(45deg);
}
}
}
.icon_button {
position: absolute;
top: 20px;
right: 20px;
margin: 0;
}
.image-switch {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
aspect-ratio: 480 / 550;
}
.wp_content {
position: absolute;
bottom: 20px;
left: 20px;
z-index: 1;
* {
color: var(--white);
font-weight: 700;
}
}
}
&.below {
.block_link {
position: relative;
&:before {
content: none;
}
.image-switch {
position: relative;
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background: linear-gradient(180deg, rgba(207, 105, 138, 0.95) 0%, rgba(183, 46, 84, 0.95) 100%);
transition: all 0.3s ease;
}
}
&:hover {
.image-switch {
&:before {
opacity: 1;
}
}
}
.wp_content {
position: relative;
bottom: auto;
left: auto;
padding-top: 20px;
}
}
}
}
@media (600px < width <= 1200px) {
.fc_block_links {
.links_container {
grid-template-columns: repeat(2, 1fr);
}
}
}
@media (width <= 800px) {
.fc_block_links {
&.grid_3 {
.links_container {
grid-template-columns: repeat(1, 1fr);
}
}
}
}
@media (width <= 600px) {
.fc_block_links {
.links_container {
grid-template-columns: 1fr;
}
}
}