@font-face {
    font-family: 'safiroregular';
    src: url('../fonts/safiro-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'safiromedium';
    src: url('../fonts/safiro-medium-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'safirosemibold';
    src: url('../fonts/safiro-semibold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'safirobold';
    src: url('../fonts/safiro-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* Variable --------------------------------------------- */
:root{
    --font-sarifo: "safiroregular", sans-serif;
    --font-sarifo-medium: "safiromedium", sans-serif;
    --font-sarifo-semi: "safirosemibold", sans-serif;
    --font-sarifo-bold: "safirobold", sans-serif;
	--font-bebas: "Bebas Neue", sans-serif;
    --mf---background: #F6F6F6;
    --mf-title-text: #333333;
    --mf---black: #231F20;
    --mf---light-grey: #F8F4F6;
    --mf---dark-grey: #5B5B5B;
    --mf---light-red: #E50914;
    --mf---dark-red: #B3101b;
    --mf-header-height: 3.938rem;
    --text-xxxl: 10.438rem;
	--text-xxl: 9.25rem;
	--text-xl: 6rem;
    --text-l: 4.375rem;
    --text-ml: 2.25rem;
    --text-m: 1.875rem;
    --text-s: 1.125rem;
    --text-xs: 1rem;
    --text-xxs: 0.875rem;
    --gap-xxl: 15.313rem;
    --gap-m: 3.25rem;
	--gap-s: 1.25rem;
    --gap-xs: 0.875rem;
    --header-padding: 0.688rem 2.125rem;
    --aerial-padding: 0 2.125rem;
    --logos-padding: 5.188rem 2.125rem 5.813rem 2.125rem;
    --credits-padding: 0 2.125rem 5.813rem 2.125rem;
    --experts-padding: 0 2.125rem 5.813rem 2.125rem;
	--insurance-padding: 0 2.125rem 7.875rem 2.125rem;
    --services-grid-padding: 0 0.5rem 5.813rem 0.5rem;
    --contact-padding: 0 2.125rem 5.125rem 2.125rem;
    --footer-padding: 4.688rem 1.688rem;
    --footer-copyright-padding: 1.438rem 1.688rem 1.938rem 1.688rem;
}
/* General --------------------------------------------- */
html{box-sizing: border-box; overflow-x: hidden; scroll-padding-top: var(--mf-header-height);}
body{overflow-x: hidden; font-family: var(--font-sarifo); background: var(--mf---background, #F6F6F6); color: var(--mf---dark-grey, #5B5B5B);}
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}
.site-inner, .content{max-width: 100%; padding: 0;}
.content{width:100%;}
*, *::before, *::after{box-sizing: inherit;}
a{text-decoration: none; color: currentColor;}
a:focus-visible, button:focus-visible, .aerial-video-carousel__tab:focus-visible{outline: 2px solid currentColor; outline-offset: 2px;}
h1, h2, h3, h4, h5, h6{margin: 0; box-sizing: border-box; font-family: var(--font-sarifo-medium); }
p, li{font-size: var(--text-s); line-height: 150%;}
p:last-child{margin: 0;}
.link-underline{position: relative; color: currentColor; text-decoration: none;}
.link-underline::after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: currentColor; transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease;}
.link-underline:hover::after, .link-underline:focus-visible::after{transform: scaleX(1);}
.copy ol, .copy ul{margin: 0 0 28px;}
.copy li{list-style: inside; list-style-type: disc;}
button:hover, button:active, button:focus{outline: none; background-color: transparent; box-shadow: none; color: currentColor;}
/* Header --------------------------------------------- */
.site-header{position: static; padding: 0; margin: 0; background: transparent;border: 0; box-shadow: none; min-height: 0;}
.mf-header{position: sticky; top: 0; z-index: 100; background: var(--mf---background, #F6F6F6); color: var(--mf---dark-grey, #5B5B5B); padding: var(--header-padding); min-height: var(--mf-header-height); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--gap-xs);}
.mf-header__logo-link{display: inline-flex; align-items: center; width: 2.5rem; height: 2.563rem;}
.mf-header__logo{display: block; width: 2.5rem; height: auto;}
.mf-header__message{text-align: center; color: var(--mf---black, #333); text-transform: uppercase; font-family: var(--font-sarifo-medium); font-size: var(--text-xs); line-height: 150%;}
.mf-header__contact{font-family: var(--font-sarifo-medium); color: var(--mf---black, #333); font-size: var(--text-xs); line-height: 150%;}
#contact-us{scroll-margin-top: var(--mf-header-height);}
@media (max-width: 600px) {
	:root {
		--mf-header-height: 58px;
	}
	.mf-header {
		padding: 0 1rem;
		gap: 0.75rem;
	}
	.mf-header__message,
	.mf-header__contact {
		font-size: 0.75rem;
	}
	.mf-header__logo-link,
	.mf-header__logo {
		width: 36px;
	}
}
/* Slideshow - Above The Fold --------------------------------------------- */
.acf-slideshow{margin: 0 0.5rem; height: calc(100svh - var(--mf-header-height)); min-height: 32rem;}
.acf-slider.swiper{position: relative;}
.acf-slider.swiper, .acf-slider .swiper-wrapper, .acf-slider .swiper-slide, .acf-slider .media-wrapper, .acf-slider .ratio-box{width: 100%; height: 100%;}
.acf-slider.swiper{border-radius: 0.625rem; overflow: hidden;}
.acf-slider .swiper-slide{position: relative; overflow: hidden;}
.acf-slider .slide-media{display: block; width: 100%; height: 100%; object-fit: cover;}
.media-wrapper{position: relative; overflow: hidden;}
.media-wrapper::after{content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%); pointer-events: none;}
.acf-slideshow__content{position: absolute; inset: 0; z-index: 5; display: flex; align-items: flex-end; padding: 1.875rem; pointer-events: none;}
.acf-slideshow__text{width: 100%; display: flex; flex-direction: column; color: var(--mf---light-grey, #F8F4F6);}
.acf-slideshow__bottom{order: 1;}
.acf-slideshow__heading{order: 2; line-height: 0.85; color: var(--mf---light-red, #E50914); font-family: var(--font-bebas); letter-spacing: 20.04px; font-size: var(--text-xxxl);}
.acf-slideshow__strapline p{max-width: 40rem; color: var(--mf---light-grey, #F8F4F6); font-size: 1.75rem; line-height: 150%; margin-bottom: 1.25rem;}
.acf-slideshow__showreel{position: absolute; right: 2.063rem; bottom: 2.063rem; pointer-events: auto; align-self: end; justify-self: end; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; width: 7.25rem; height: 7.25rem; border: 1px solid var(--mf---light-grey, #F8F4F6); border-radius: 50%; color: var(--mf---light-grey, #F8F4F6); font-family: var(--font-sarifo-medium); font-size: 0.5rem; line-height: 121%; text-align: center; text-decoration: none; gap: var(--gap-xs);}
.acf-slideshow__showreel span{font-size: var(--text-xs); line-height: 121%; text-decoration: underline;}
.acf-slideshow__showreel:hover, .acf-slideshow__showreel:focus-visible{background: var(--mf---light-grey, #F8F4F6); color: var(--mf---black, #231F20);}
/* Home --------------------------------------------- */
/* .aerial-section__inner{padding: var(--aerial-padding);} */
.one-col__copy p{font-size: var(--text-ml); color: var(--mf---black, #231F20); max-width: 69rem; margin-bottom: var(--gap-m);}
.aerial-section__inner{padding: var(--aerial-padding);}
.aerial-video-carousel{position: relative; margin: 0 .5rem 5.813rem; height: 100svh;}
.aerial-video-carousel__media{position: relative; height: 100%; border-radius: 1rem; overflow: hidden; background: var(--mf---black, #231F20);}
.aerial-video-carousel__video{width: 100%; height: 100%; object-fit: cover; opacity: 1; transform: scale(1); transition: opacity 450ms ease, transform 650ms ease;}
.aerial-video-carousel__video.is-changing{opacity: 0;}
.aerial-video-carousel__tabs{position: absolute; left: 1.875rem; right: 1.875rem; bottom: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap-s);}
.aerial-video-carousel__tab{text-align: left; background: var(--mf---light-grey, #F8F4F6); border-radius: 0.313rem; color: var(--mf---black, #231F20); font-size: 1.5rem; line-height: 150%; cursor: pointer; transition: background-color 350ms ease, border-color 350ms ease, color 350ms ease, transform 350ms ease;}
.aerial-video-carousel__tab:hover, .aerial-video-carousel__tab.is-active{background: var(--mf---light-red, #E50914); border-color: var(--mf---light-red, #E50914); color: var(--mf---light-grey, #F8F4F6);}
.latest-credits{padding: var(--credits-padding);}
.latest-credits__cards{display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; column-gap: 0.75rem; row-gap: 1rem;}
.credit-card{display: flex; flex-direction: column; height: 100%; border-radius: 5px; border: 1px solid #BBB; padding: 0.75rem; text-decoration: none; color: inherit;}
.credit-card:hover, .home-logos__item:hover, #insurance.home-logos__items .home-logos__item:hover{border: 1px solid var(--mf---black, #231F20);}
.credit-card__image{overflow: hidden; aspect-ratio: 0.68; flex-shrink: 0;}
.credit-card__img{display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3;}
.credit-card__title{color: var(--mf---black, #231F20); font-family: var(--font-sarifo-semi); font-size: var(--text-s); line-height: 150%; text-transform: uppercase; padding-top: 0.875rem; margin: 0 0 1rem;}
/*.credit-card__details{margin-top: auto;}*/
.credit-card__row{display: grid; grid-template-columns: 1.25rem 1fr; gap: 0.875rem; align-items: center; padding: 0.375rem 0; border-top: 1px solid #D9D9D9;}
.credit-card__row:first-child{border-top: 0; padding-top: 0;}
.credit-card__icon{display: flex; align-items: center; justify-content: center;}
.credit-card__icon-img{display: block; width: 1rem; height: 1rem;}
.credit-card__text{color: var(--mf---black, #231F20); font-family: var(--font-sarifo); font-size: var(--text-xs); line-height: 150%;}
.latest-credits__counters{margin-top: var(--gap-m); display: flex; column-gap: var(--gap-m);}
.latest-credits__counter-value{font-size: var(--text-xl); line-height: 120%; color: var(--mf---light-red, #E50914);}
.latest-credits__counter-label{color: var(--mf---black, #231F20); font-family: var(--font-sarifo-medium); font-size: 1.25rem; line-height: 150%; max-width: 10rem;}
@media (max-width: 1024px) {
	.two-col__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.two-col__copy {
		max-width: none;
	}
    .home-logos__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.home-logos__copy {
		max-width: none;
	}
}
.home-logos{padding: var(--logos-padding);}
.home-logos .wrap, .aerial-section__inner, .latest-credits .wrap, .experts-section__aside, .two-col__grid, .contact-section__inner{max-width: 1440px; margin: 0 auto;}
.home-logos__items{display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem;}
#insurance.home-logos__items{grid-template-columns: repeat(3, 1fr);}
.home-logos__item{display: flex; align-items: center; justify-content: center; min-height: 8.75rem; padding: 2.188rem; border: 1px solid transparent; border-radius: 5px; background: #fff;}
#insurance.home-logos__items .home-logos__item{flex-direction: column; border: 1px solid #BBB; background: transparent; gap: var(--gap-s); justify-content: flex-start;}
.home-logos__img{display: block; width: auto; max-width: 100%; height: 4.375rem; object-fit: contain;}
.home-logos__label{text-align: center;}
.experts-section{padding: var(--experts-padding); overflow: hidden;}
.experts-section__slider{margin-left: 8px; width: calc(100vw - 16px); overflow: visible;}
.experts-section__slide{height: auto;}
.experts-section__card{position: relative; overflow: hidden; border-radius: 0.625rem;}
.experts-section__card::after{content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to bottom, rgba(0,0,0,.45) 0%,rgba(0,0,0,0) 20%)}
.experts-section__image{display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 2 / 1;}
.experts-section__slide-heading{position: absolute; top: 1.875rem; left: 1.875rem; z-index: 2; color: var(--mf---light-grey, #F8F4F6); font-size: var(--text-m); line-height: 150%;}
.experts-section__carousel{position: relative;}
.experts-section__next{position: absolute; top: 50%; left: 0; z-index: 20; display: flex; align-items: center; justify-content: center; padding: 0; border: 0; background: none; cursor: pointer; transform: translateY(-50%); will-change: left;}
.experts-section__next svg{display: block; width: 2.938rem; height: 2.938rem;}
.insurance-section{padding: var(--insurance-padding);}
.services-grid-section{padding: var(--services-grid-padding);}
.services-grid{display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 8.25rem; gap: 0.5rem;}
.services-grid__item{position: relative; overflow: hidden; border-radius: 10px;}
.services-grid__item--1, .services-grid__item--2{grid-column: span 6; grid-row: span 4;}
.services-grid__item--3{grid-column: span 4; grid-row: span 3;}
.services-grid__item--4{grid-column: span 8; grid-row: span 3;}
.services-grid__item--5, .services-grid__item--6{grid-column: span 3; grid-row: span 2;}
.services-grid__item--7{grid-column: span 6; grid-row: span 2;}
.services-grid__media{position: relative; width: 100%; height: 100%; overflow: hidden;}
.services-grid__media::after{content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.45) 0%,rgba(0,0,0,0) 20%); pointer-events: none; z-index: 1;}
.services-grid__image{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.45s ease;}
.services-grid__item:hover .services-grid__image, .services-grid__item:focus-within .services-grid__image{transform: scale(1.05);}
.services-grid__title{position: absolute; top: 1.25rem; left: 1.25rem; z-index: 2; color: var(--mf---light-grey, #F8F4F6); font-family: var(--font-sarifo-medium); font-size: var(--text-m);}
/* Contact Module - Above Footer --------------------------------------------- */
.contact-section{padding: var(--contact-padding);}
.two-col__grid, .contact-section__inner{display: grid; grid-template-columns: 0.5fr 2fr; align-items: start; column-gap: var(--gap-xxl);}
.two-col__subheading{display: flex; align-items: center; gap: 1rem; margin: 0; font-size: var(--text-xs); letter-spacing: 1.44px; text-transform: uppercase; color: var(--mf---black, #231F20); font-family: var(--font-sarifo-semi);}
.two-col__subheading-icon{display: flex; flex-shrink: 0; line-height: 0;}
.contact-section__subheading-icon svg{display: block;}
.two-col__copy{margin-top: 1.625rem!important; max-width: 14rem;}
.insurance-section__heading, .one-col__subheading-text, .contact-section__heading{font-size: var(--text-l); line-height: 130%; color: var(--mf---black, #231F20); margin-bottom: 0.625rem;}
.insurance-section__copy p, .contact-section__copy p{font-size: var(--text-ml); color: var(--mf---black, #231F20); margin-bottom: var(--gap-m);}
.gform_title{display: none;}
.gform-theme--foundation .gform_fields{row-gap: 0.625rem!important;}
.gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield textarea.large{color: var(--mf---black, #231F20); font-family: var(--font-sarifo-medium); border-radius: 10px; border: 1px solid #000; background: transparent; padding: 1.375rem 1.5rem;}
input#gform_submit_button_2{background: var(--mf---light-red, #E50914); width: 100%; padding: 29px 0; border-radius: 0.313rem; font-size: var(--text-xs); letter-spacing: 1.44px; text-transform: uppercase; font-family: 'safirosemibold';}
input#gform_submit_button_2:hover{background: var(--mf---dark-red, #B3101b);}
/* Policies --------------------------------------------- */
.mf-policies-page{padding: var(--logos-padding);}
/* Footer --------------------------------------------- */
.custom-footer__main{padding: var(--footer-padding); color: var(--mf---light-grey); margin: 0.5rem; background: var(--mf---black, #231F20); border-radius: 0.625rem;}
.custom-footer__heading{margin: 0 0 var(--gap-m); font-size: var(--text-xxl); font-family: var(--font-bebas); letter-spacing: 17.76px; line-height: 0.85;}
.custom-footer__content{display: grid; grid-template-columns: 1.5fr .4fr 1fr; align-items: start;}
.custom-footer__logo{width: 13.438rem; height: auto; margin-bottom: var(--gap-xs);}
.custom-footer a{color: inherit;}
.custom-footer__contact-numbers, .custom-footer__emails{display: flex; flex-direction: column; align-items: flex-start; font-size: var(--text-m);}
.custom-footer h5{margin: 0 0 1.313rem; font-size: var(--text-xs);}
.custom-footer__socials li{font-size: var(--text-s);}
.custom-footer__accreditation-logos{display: flex; align-items: center; gap: 2.813rem;}
.custom-footer__accreditation-logo{width: auto; max-width: 6.25rem; max-height: 6.25rem;}
.custom-footer__bottom{display: flex; justify-content: space-between; align-items: center; padding: var(--footer-copyright-padding); font-size: var(--text-xs); color: var(--mf---black, #231F20);}
.custom-footer__bottom p{margin: 0;}
.custom-footer__policies{display: flex; gap: 2.375rem;}
/* Modal --------------------------------------------- */
.sticky-showreel{position: fixed; top: 50%; right: 0; transform: translateY(-50%); z-index: 900; display: flex; align-items: center; justify-content: center; width: 2rem; height: 11.25rem; background: var(--mf---light-red, #E50914); color: #fff; cursor: pointer; transition: background-color 0.3s ease, transform 0.3s ease; border-radius: 0.313rem 0 0 0.313rem; padding: 0.188rem 0.375rem;}
.sticky-showreel:hover, .sticky-showreel:focus-visible{background: var(--mf---dark-red, #B3101b); color: #fff;} 
.sticky-showreel span{display: block; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; white-space: nowrap; color: #FFF; text-align: center; font-family: var(--font-sarifo-bold); font-size: 13px; line-height: 150%; letter-spacing: 1.56px;}
.showreel-modal{position: fixed; inset: 0; z-index: 9999; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.3s ease, visibility 0.3s ease;}
.showreel-modal.is-active{opacity: 1; visibility: visible; pointer-events: auto;}
.showreel-modal__overlay{position: absolute; inset: 0; background: rgba(0, 0, 0, 0.9); backdrop-filter: blur(3px);}
.showreel-modal__dialog{position: absolute; top: 50%; left: 50%; width: 60%; aspect-ratio: 16 / 9; transform: translate(-50%, -50%); background: #000; border-radius: 0.625rem; overflow: hidden;}
.showreel-modal__media, .showreel-modal__media iframe, .showreel-modal__media video{width: 100%; height: 100%; display: block;}
.showreel-modal__media iframe, .showreel-modal__media video{border: 0; object-fit: contain;}
.showreel-modal__close{display: none; position: absolute; top: 0; right: 0; z-index: 5; border-radius: 0; background: transparent; color: #fff; font-size: 1.75rem; cursor: pointer; transition: background-color 0.3s ease;}
.showreel-modal__close:hover, .showreel-modal__close:focus-visible{background: transparent;}
.showreel-modal-open{overflow: hidden;}