<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'gothambook';
    src: url('fonts/gotham-book_1-webfont.woff2') format('woff2'),
         url('fonts/gotham-book_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('fonts/gotham-bold_1-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_blackregular';
    src: url('fonts/gotham-black_1-webfont.woff2') format('woff2'),
         url('fonts/gotham-black_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*---- General Rules ----*/
:root {
	--blue: #2e3192;
	--grey: #f3f3f3;
	--white: #ffffff;
	--light-blue: #cfcfe5;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.tablet {
	display: none;
}
main {
	overflow: hidden;
}
body {
	background-color: var(--grey);
	margin: 0;
    overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'gothambook', serif;
	text-wrap: balance;
}
a {
	text-decoration: none;
}
.page {
	margin-bottom: 0;
}
.page-bg:before {
	background-position: 100% 0;
	content: "";
	right: 0;
}
.page-bg-blue:before {
	background: var(--light-blue);
    clip-path: polygon(100% 0, 25% 100%, 100% 100%);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    width: 135%;
    z-index: -99;
    bottom: 0;
}
.lynchpin-pin-background {
	right: 0;
    top: 10%;
    width: 100%;
	position: absolute;
}
#about,
#reach,
#clients,
#solutions,
#get-to-know {
	min-height: 100vh;
}
h1 {
	font-family: 'gotham_boldregular', serif;
}
.row {
	--bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.relative {
	position: relative;
}
.book {
	font-family: 'gothambook';
}
.bold {
	font-family: 'gotham_boldregular';
}
.black {
	font-family: 'gotham_blackregular';
}
.light-blue {
	color: var(--light-blue);
}
.center {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*---- End of General Rules ----*/
/*---- Animations ----*/
.hidden-from-left {
	opacity: 0;
	filter: blur(5px);
	transform: translateX(-100%);
	transition: all 3s;
}
.hidden-from-right {
	opacity: 0;
	filter: blur(5px);
	transform: translateX(100%);
	transition: all 3s;
}
.hidden-from-above {
	opacity: 0;
	filter: blur(5px);
	transform: translateY(-50%);
	transition: all 3s;
}
.hidden-from-below {
	opacity: 0;
	filter: blur(5px);
	transform: translateY(50%);
	transition: all 3s;
}
.hidden-no-move {
	opacity: 0;
	filter: blur(5px);
	transition: all 3s;
}
.show {
    opacity: 1;
	filter: blur(0);
	transform: translateX(0) translateY(0);
}
@media (prefers-reduced-motion: no-preference) {
  	.hidden-from-left,
	.hidden-from-right,
	.hidden-from-above, 
	.hidden-from-below {
    	transition: all 1s;
  	}
}
/*---- End of Animations ----*/
/*------ Home Page Header ------*/
.site-header {
	display: flex;
}
.lynchpin-logo-box {
	display: flex;
	align-items: center;
    width: 22.917vw;
    height: 17.188vw;
    max-height: 20em;
    max-width: 27.5em;
}
.lynchpin-logo-box img {
	position: relative;
	z-index: 1;
	width: 13.75vw;
    max-width: 15em;
    max-height: 20em;
	min-width: 4em;
    margin-left: 9%;
}
.square {
	position: absolute;
    width: 22.917vw;
    height: 20.833vw;
    max-height: 25em;
    max-width: 27.5em;
    min-width: 7em;
    min-height: 6em;
}
#light-blue-square {
	background: var(--light-blue);
	transform: rotate(-25deg);
}
#lynchpin-blue-square {
	background: var(--blue);
	transform: rotate(-20deg);
}
#light-blue-square, 
#lynchpin-blue-square {
    top: -2.604vw;
    left: -5.208vw;
}
.nav-box {
	background-color: var(--white);
    width: 6.25em;
    height: 6.25em;
    position: fixed;
    top: 0;
    right: 0;
	-webkit-box-shadow: 0 0 1.875em 0.1875em rgba(0,0,0,0.75);
	-moz-box-shadow: 0 0 1.875em 0.1875em rgba(0,0,0,0.75);
	box-shadow: 0 0 1.875em 0.1875em rgba(0,0,0,0.75);
	z-index: 99;
}
#nav-icon {
	width: 60px;
	height: 45px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 20px;
	margin-top: 25px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	opacity: 1;
	left: 0;
	background-color: var(--blue);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	top: 18px;
}
#nav-icon span:nth-child(4) {
  top: 36px;
}
#nav-icon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav {
	position: absolute;
	top: 15%;
	left: 10%;
	transform: translate(-15%,-10%);
	list-style: none;
	text-align: left;
	opacity: 0;
	transition: all 1s ease;
}
#nav-container {
	z-index: 3;
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: var(--blue);
	transition: all 0.6s ease;
}
#nav-container.open {
	left: 0%;
}
#nav.open {
	opacity: 1;
}
.nav-link a {
	font-size: clamp(2em, 4vw, 5.6em);
    color: var(--white);
    text-decoration: none;
    position: relative;
}
.nav-link a::before {
	content: '';
	background-color: var(--white);
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: min(0.417vw, 0.5em);
	transition: all .3s ease-in-out;
	z-index: -1;
}
.nav-link a:hover::before {
	bottom: 0;
	height: 100%;
}
.nav-link a:hover {
	color: var(--blue);
	z-index: 99;
}
.spinner-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--blue);
	display: grid;
	align-content: center;
	justify-items: center;
	z-index: 9999;
}
.spinner {
	margin-top: 50px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	animation: spinner-rotate 1s linear infinite;
}
@keyframes spinner-rotate {
  to { transform: rotate(360deg); }
}
.HeaderWrapper h1 {
	font-size: clamp(3em, 7vw, 9em);
	margin: 0 auto;
    padding: 15px;
	font-weight: 600;
}
.HeaderWrapper {
	display: flex;
	align-items: center;
    justify-content: center;
	text-align: center;
	position: relative;
	padding: 0em;
	margin-bottom: 5em;
}
/*---- End of header ----*/
/*---- Footer ----*/
footer {
	background-color: var(--blue);
	color: var(--white);
}
.footer-container {
	margin: 0 10px 0px 10px;
	padding-top: 10px;
}
.contact-email h1 a {
	position: relative;
	font-size: min(6vw, 5.625em);
  	text-decoration: underline 0.15em rgba(255, 255, 255, 0);
  	transition: text-decoration-color 300ms;
	color: var(--white);
}
.contact-email h1 a:hover {
  	text-decoration-color: rgba(255, 255, 255, 1);
}
.footer-nav {
	list-style: none;
	display: flex;
	margin: 4.167vw 0 0 0;
	padding: 0;
	font-size: clamp(0.5em, 2vw, 2.5em);
}
.footer-nav li a,
.copyright a {
	color: var(--white);
	text-decoration: underline 0.15em rgba(255, 255, 255, 0);
  	transition: text-decoration-color 300ms;
}
.footer-nav li a:hover,
.copyright a:hover {
  	text-decoration-color: rgba(255, 255, 255, 1);	
}
.footer-nav-link:not(:last-child) {
	border-right: 3px solid var(--white);
    margin-right: 1.042vw;
    padding-right: 1.042vw;
}
.copyright {
	margin-top: min(5.208vw, 100px);
	font-size: clamp(0.4em, 1vw, 1.25em);
}
.copyright a {
	border-left: 2px solid var(--white);
	margin-left: 10px;
	padding-left: 10px;
}
.copyright p {
	margin-bottom: 10px;
}
.social-col {
	margin: 0 auto;
}
.social-links {
	display: flex;
	justify-content: center;
    align-items: center;
    flex-direction: column;
	font-size: clamp(1.3em, 2.6vw, 3.125em);
	margin-top: 4.167vw;
}
.social-links a {
	color: var(--white);
	height: clamp(1em, 2.6vw, 3em);
}
/*---- End of footer ----*/
/*------ HOME PAGE ------*/
/*---- Hero Section ----*/
#hero {
	min-height: 90vh;
}
/* .banner-brand:before {
	background-position: 100% 0;
	content: "";
	right: 0;
	top:0;
} */
.video-container {
	position: absolute;
    width: 75%;
	height: 110vh;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: -98;
}
.hero-video {
	width: 150%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 70% 0);
}
/* .banner:before {
	background: var(--blue);
    clip-path: polygon(100% 0, 25% 100%, 100% 100%);
	background-repeat: no-repeat;
	background-size: contain;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 100vw;
	z-index: -99;
} */
.banner-container {
	padding-top: 120px;
    float: left;
    width: 40%;
	position: relative;
	animation: fade-in-up;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .6s; 
}
@keyframes fade-in-up {
  from {
    transform: translateY(200px); 
     opacity:0;
  }
  to {
    transform: translateY(0);
     opacity:1.0;
  }
} 
.hero-text-bg-svg {
	font-size: clamp(3em, 7vw, 9em);
	height: 50px;
	letter-spacing: -.1vw;
	pointer-events: none;
	text-align: center;
	width: 100%;
	overflow: visible;
	z-index: -1;
	opacity: 0.4;
}
.hero-text-bg-text {
	fill: none;
	stroke: rgba(112, 112, 112, 0.7);
	stroke-linejoin: round;
	stroke-width: 0.8px;
}
.hero-text {
	text-align: center;
	color: var(--blue);
}
.hero-text h1 {
	font-size: clamp(2em, 5vw, 5em);
	font-weight: 700;
	margin-top: 0;
	position: relative;
	z-index: 1;
}
.hero-text h3 {
    font-size: clamp(0.8em, 2vw, 2em);
}
.hero-text-create,
.hero-text-engage,
.hero-text-deliver {
	height: 7vw;
    max-height: 135px;
}
.arrow-container-desktop {
	display: block;
	text-align: center;
	margin-top: 30px;
}
.arrow-container-mobile {
	display: none;
}
.arrow {
	width: 60px;
}
.arrow path {
	stroke: var(--blue);
	stroke-width: 2px;
	fill: transparent;	
	animation: down 2s infinite;
}
@keyframes down {
	0% { opacity:0 }
	25% { opacity:1 }
	75% { opacity:0 }
	100% { opacity:0 }
}
.arrow path.a1 {	
	animation-delay: -1s; 
}
.arrow path.a2 {	
	animation-delay: -.5s; 
}
.arrow path.a3 {	
	animation-delay: 0s; 
}
.lynchpin-pin {
  	position: absolute;
	right: 0;
	top: 10%;
  	width: 100%;
  	max-width: 50%;
}
.fade-out-mask {
    position: absolute;
    top: 10%;
    right: 0;
    mask: url(#fade-out-mask);
}
.lynchpin-pin svg { 
    position: absolute;
    top: 10%;
    right: 0;
	z-index: -2;
	animation: fade-in-down;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .6s; 
}
@keyframes fade-in-down {
  from {
    transform: translateY(-200px); 
     opacity:0;
  }
  to {
    transform: translateY(0);
     opacity:1.0;
  }
}
/*---- End of Hero ----*/
/*---- About Section ----*/
#about {
	margin-top: 5%;
}
#clients,
#solutions {
	margin-top: 10%;
}
.about-container:before {
	background-position: 100% 0;
	content: "";
	right: 0;
	top: 110%;
}
.about:before {
	background: var(--light-blue);
    clip-path: polygon(0 0, 0 35%, 25% 0);
	background-repeat: no-repeat;
	background-size: contain;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 100vw;
	z-index: -99;
}
.about-hero-text h1 {
	color: var(--blue);
	font-size: clamp(2em, 5vw, 6em);
	margin: 10px;
}
.about-col {
	width: 35%;
}
.what-we-do-text,
.who-we-are-text {
	width: 120%;
	margin-left: 10%;
}
.what-we-do-text {
    margin-top: 9.375em;
}
.who-we-are-card,
.what-we-do-card {
	font-size: 1.1875em;
	margin-left: 10%;
    border: none;
    border-radius: 0;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
}
.who-we-are-card {
	margin-top: 2em;
}
.about-img,
.about-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-text-bg-svg {
	font-size: clamp(6em, 5vw, 10em);
	height: 150px;
	margin-top: 100px;
	letter-spacing: -.1vw;
	pointer-events: none;
	text-align: center;
	width: 100%;
	overflow: visible;
	z-index: -2;
}
.about-text-bg-text {
	fill: none;
	stroke: rgba(112, 112, 112, 0.7);
	stroke-linejoin: round;
	stroke-width: 0.8px;
}
.about-btn button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-btn a {
	text-decoration: none;
}
i.fa-solid.fa-circle-chevron-right {
	padding-left: 5px;
}
.btn-outline-primary {
    --bs-btn-color: var(--blue);
    --bs-btn-border-color: var(--blue);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--blue);
    --bs-btn-hover-border-color: var(--blue);
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--blue);
    --bs-btn-active-border-color: var(--blue);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--blue);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--blue);
    --bs-gradient: none;
}
i.fa-light.fa-file-pdf {
	padding-left: 10px;
}
.btn-outline-primary:hover i.fa-solid.fa-circle-chevron-right,
.btn-outline-primary:hover i.fa-light.fa-file-pdf {
	color: var(--white);
}
.drop-cap {
	color: var(--blue);
	font-size: 80px;
	padding-right: 8px;
	float: left;
	line-height: 0.7;
	font-family: 'gotham_blackregular';
}
/*---- End of about ----*/
/*------ Reach ------*/
#reach {
	display: grid;
    place-items: center;
    align-content: center;
}
.section-heading-text h1 {
	color: var(--blue);
    text-align: center;
	font-size: clamp(2em, 5vw, 6em);
}
.map-box {
	display:flex;
}
.ICIO-Europe-Region-Map {
    fill: #7c90a9;
}
 .ICIO-CIS-Region-Map {
    fill: #b2b2b2;
}
.ICIO-APAC-Region-Map {
    fill: #7a92ad;
}
.ICIO-Middle-East-Region-Map {
    fill: #586383;
}
.ICIO-LATAM-Region-Map {
    fill: #965893;
}
.ICIO-North-America-Region-Map {
    fill: #b22336;
}	
.ICIO-Africa-Region-Map {
    fill: #1c7e3f;
}
.ICIO-Middle-East-Region-Map, .ICIO-APAC-Region-Map, .ICIO-North-America-Region-Map, .ICIO-LATAM-Region-Map, .ICIO-Africa-Region-Map, .ICIO-Europe-Region-Map, .ICIO-CIS-Region-Map {
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: .25px;
}
.world-map {
	margin-top: 2em;
}
.alert-primary {
    --bs-alert-color: var(--white);
    --bs-alert-bg: rgba(46, 49, 146, 0.8);
    --bs-alert-border-color: var(--blue);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.reach-stats p {
	font-weight: bold;
	font-size: 80px;
	text-align: left;
	text-transform: uppercase;
	background-color: var(--white);
	color: var(--blue);
}
.reach-text-bg-svg {
	font-size: clamp(6em, 5vw, 10em);
	height: 150px;
	letter-spacing: -.1vw;
	pointer-events: none;
	text-align: center;
	width: 100%;
	overflow: visible;
	z-index: -1;
}
.reach-text-bg-text {
	fill: none;
	stroke: rgba(112, 112, 112, 0.7);
	stroke-linejoin: round;
	stroke-width: 0.8px;
}
.statistics {
	width: 10.417vw;
    height: 10.417vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: solid 5px var(--blue);
}
.statistics p {
	font-size: clamp(0.5em, 1.1vw, 1.25em);
}
.statistics h5 {
	font-size: clamp(0.7em, 1.5vw, 1.875em);
}
.statistics p,
.statistics h5 {
	text-align: center;
}
.north-america-stats {
	position: absolute;
    left: 15%;
    top: 25%;
}
.latam-stats {
	position: absolute;
    left: 30%;
    top: 60%;
}
.africa-stats {
	position: absolute;
	left: 45%;
    top: 45%;
}
.europe-stats {
	position: absolute;
    left: 50%;
    top: 15%;
}
.me-stats {
	position: absolute;
	left: 57%;
    top: 35%;
}
.apac-stats {
	position: absolute;
	left: 80%;
    top: 50%;
}
.statistics-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.statistics-container {
	display: inline-grid;
	grid-template-columns: repeat(3, 150px);
	grid-template-rows: repeat(2, 150px);
	grid-gap: 20px 20px;
	justify-content: center;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
}
.statistics-card {
	width: 150px;
	height: auto;
}
/*---- End of Reach ----*/
/*---- Clients ----*/
#clients {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.client-img {
	width: 100%;
	animation: scroll-clients 120s linear infinite;
}
.agency-img {
	width: 100%;
	animation: scroll-agency 60s linear infinite;
}
.slide-track {
	width: 100%;
	display: flex;
	gap: 3em;
	overflow: hidden;
}
.vendor-slider {
	margin-top: 5%;
}
.agency-slider {
	margin-top: 0.5%;
}
.client-box {
	width: min(25vw, 290px);
	flex-shrink: 0;
}
.client-text-bg-svg {
	margin-top: 240px;
}
@keyframes scroll-clients {
	0% {transform: translatex(0);}
	100% {transform: translatex(-4000%);}
}
@keyframes scroll-agency {
	0% {transform: translatex(0);}
	100% {transform: translatex(-1000%);}
}
/*---- End of Clients ----*/
/*---- Solutions ----*/
.solutions-text {
	margin-bottom: 2em;
}
.solutions-container:before {
	background-position: 100% 0;
	content: "";
	right: 0;
}
.solutions-heading h1 {
	color: var(--blue);
	font-size: 120px;
	margin-bottom: 50px;
}
.carousel-item-next, 
.carousel-item-prev, 
.carousel-item.active {
    display: flex;
    justify-items: center;
    justify-content: center;
	height: 90vh;
}
.carousel-indicators [data-bs-target] {
	background-color: var(--blue);
    width: 60px;
    height: 6px;
}
.carousel-control-next-icon, 
.carousel-control-prev-icon {
	background-color: var(--blue);
}
.solutions-card {
	margin: 5% 5% 5% 5%;
	font-size: 1.1875em;
    border: none;
    border-radius: 0;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
}
.landing-page-hover {
	transition: 0.3s;
}
.landing-page-hover:hover {
	background-color: var(--light-blue);
}
.solutions-hero-text {
	color: var(--blue);
}
.lead-gen-img {
	width: 95%;
	position: relative;
	z-index: -1;
}
.overlay-from-top {
	top: 10%;
}
.overlay-from-bottom {
	top: -10%;
}
/*---- End of solutions ----*/
/*---- Get to Know ----*/
#get-to-know {
	position: relative;
	margin-top: 6px;
	min-height: 110vh;
}
.team-container:before {
	background-position: 100% 0;
	content: "";
	right: 0;
}
.team:before {
    background: var(--light-blue);
    clip-path: polygon(100% 0, 25% 100%, 100% 100%);
    background-repeat: no-repeat;
    background-size: contain;
    height: 165vh;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 200vw;
    z-index: -99;
    top: -50%;
}
.team-pin:before {
	-webkit-mask: url(https://www.lynchpinmedia.com/staging/wp-content/uploads/2024/01/Lynchpin-Pin-Footer-v2.svg);
  	mask: url(https://www.lynchpinmedia.com/staging/wp-content/uploads/2024/01/Lynchpin-Pin-Footer-v2.svg) no-repeat;
	background: var(--white);
	background-repeat: no-repeat;
  	background-size: 70vw 100vh;
	content: "";
	left: 0;
	height: 110vh;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 100vw;
	z-index: -1;
	margin-top: 100px;
	animation: fade-in-up;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .6s; 
}
.team-text-col {
    position: absolute;
    right: 0;
    width: 60%;
    margin-top: 10%;
}
.team-text {
	padding: 0px 1.5% 5% 0px
}
.team-text h1 {
	font-size: min(5.5vw, 6.8em);
	font-weight: 600;
	text-align: right;
	color: var(--white);
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.team-btn {
	float: right;
}
.team-btn a p,
.team-btn a p i {
	margin: 0 0 1% 0;
}
.team-btn a {
	display: contents;
	font-size: clamp(0.8em, 4vw, 3.125em);
	padding: 5px;
    color: var(--blue);
    text-decoration: none;
    position: relative;
	transition: .3s;	
}
.team-btn a::before {
	content: '';
	background-color: var(--blue);
	position: absolute;
	bottom: 3px;
	width: 100%;
	height: 8px;
	transition: all .3s ease-in-out;
	z-index: -1;
}
.team-btn a:hover::before {
	bottom: 0;
	height: 75px;
}
.team-btn a:hover {
	transition: .3s;
	color: var(--white);
	z-index: 1;
}
/*---- End of Get to Know ----*/
/*------- END OF HOME PAGE ------*/
/*------- BRANDS PAGE/WHO WE ARE ------*/
.lynchpin-pin-background-brand {
	height: 9vh;
    pointer-events: none;
    position: absolute;
    width: 20vw;
    z-index: -1;
    right: 8%;
}
.lynchpin-pin-background-brand:before {
    -webkit-mask: url(https://www.lynchpinmedia.com/staging/wp-content/uploads/2024/01/Lynchpin-Pin-Footer.svg);
    mask: url(https://www.lynchpinmedia.com/staging/wp-content/uploads/2024/01/Lynchpin-Pin-Footer.svg) no-repeat;
    background: url(https://www.lynchpinmedia.com/staging/wp-content/uploads/2024/01/Footer-pin-image-scaled.jpeg);
    background-repeat: no-repeat;
    background-size: 75vw 110vh;
    content: "";
    left: 0;
    top: -400%;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 110vw;
    z-index: -2;
    margin-top: 100px;
    animation: fade-in-up;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .6s;
}
.brand-heading {
	margin-top: 2em;
}
.brand-carousel .carousel-item{
	margin-top: 2em;
	margin-bottom: 2em;
}
.brand-carousel .carousel-item-next, 
.brand-carousel .carousel-item-prev, 
.brand-carousel .carousel-item.active {
	height: 70vh;
}
.intro-row {
	margin-top: 2em;
}
.brand-intro-card {
	font-size: 1.1875em;
	border: none;
    border-radius: 0;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
}
.drop-cap-small {
	font-size: 50px;
}
.brand-carousel .col-3 {
	margin: 1em;
}
.card-container {
	width: 450px;
    height: 636px;
    margin: 0 auto;
}
.card-container:hover &gt; .brand-card {
	cursor: pointer;
	transform: rotatey(180deg);
}
.brand-card {
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 1500ms;
	transform-style: preserve-3d;
}
.front,
.back {
	height: 100%;
	width: 100%;
	position: absolute;
	backface-visibility: hidden;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
}
.back {
	background-color: var(--white);
	transform: rotatey(180deg);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.back img {
	width: 50%;
}
.back p {
	margin: 1rem;
	font-size: 0.9em;
}
.desktop-brands {
	display: block;
}
.tablet-brands {
	display: none;
}
.mobile-brands {
	display: none;
}
.eu {
	background-color: #8596b0;
}
.emea {
	background-color: #1f325e;
}
.af {
	background-color: #187a34;
}
.apac {
	background-color: #3b6189;
}
.na {
	background-color: #b31c2b;
}
.latam {
	background-color: #7a2879;
}
.global {
	background-color: var(--blue);
}
.global,
.eu,
.emea,
.af,
.apac,
.na,
.latam {
	color: var(--white);
	padding: 5px;
}
.regions p {
	text-align: center;
    margin: 0.5rem;
}
.cxo-logo {
	width: 40%!important;
}
@media (max-width: 1700px) {
	.card-container {
		width: 400px;
    	height: 566px;
	}
}
/*------- END OF BRANDS PAGE/WHO WE ARE ------*/
/*------- WHAT WE DO/SOLUTIONS PAGE --------*/
.solution-title h3 {
	font-size: clamp(2em, 5vw, 5em);
	font-family: 'gotham_boldregular';
}
.solution-img {
	width: 70%;
}
#solution-bg-svg {
	position: absolute;
    bottom: 0;
	font-size: clamp(3em, 7vw, 7em);
}
.TextBlue {
	color: var(--blue);
}
.cta-btn {
	background-color: var(--blue);
	border: var(--bs-btn-border-width) solid var(--blue);
}
#our-solutions-bg-text {
	font-size: calc(1.75em + 1.2vw);
	stroke-width: 2.2px;
	letter-spacing: 0.4vw;
	z-index: -2;
	position: absolute;
}
.our-solutions-lynchpin-pin svg {
	position: absolute;
    top: 10%;
    right: 0;
    z-index: -2;
    animation: fade-in-down;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .6s;
    width: 30vw;
}
/*------- END OF WHAT WE DO/SOLUTIONS PAGE --------*/
/*------- TEAM PAGE -------*/
.team-title {
	color: var(--blue);
	text-align: center;
}
.team-image {
	-webkit-box-shadow: 0px 0px 5px 0.5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0.5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0.5px rgba(0,0,0,0.75);
    border-radius: 50%!important;
    width: 200px;
	height: 200px;
	cursor: pointer;
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
}
.team-image:hover {
	filter: grayscale(0%);
}
.modal-header .btn-close {
	margin: 0;
	position: absolute;
    right: 1%;
	top: 2%;
}
.modal-header {
	flex-direction: column;
}
.modal-title {
	text-align: center;
}
.modal-body .team-image {
	display: flex;
	margin: 0 auto;
	filter: grayscale(0%);
	cursor: default;
}
.modal-body .social a {
	display: inline-flex;
    color: var(--white);
    background: var(--blue);
    padding: 12px;
    border-radius: 50%;
    font-size: 1.6em;
    width: 50px;
    height: 50px;
    margin: 0.2em;
    text-decoration: none;
	transition: all .3s ease-in-out;
}
.modal-body .social a:hover {
    background: var(--light-blue);
}
.team-info {
	text-align: center;
}
/*------- END OF TEAM PAGE --------*/
/*------- CONTACT --------*/
.contact-container {
	display: flex;
	flex-direction: column;
	min-height: 80vh;
}
.contact-box {
    width: 50%;
    margin-bottom: 2em;
}
.contact-box p {
	color: var(--white);
    background-color: var(--blue);
	padding: 1em;
}
.contact-box p a {
	color: var(--white)
}
.contact-form {
	width: 100%;
}
form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
	background-color: var(--blue)!important;
}
.ff-default .ff-el-form-control {
	border-radius: 0!important;
}
.ff-default .ff-el-input--label label {
	font-size: 1.1em!important;
}
.ff-default .ff_btn_style {
	border-radius: 0!important;
}
/*------- END OF CONTACT -------*/
/*------- SOLUTION PAGES -------*/
.solution-container {
	max-width: 2000px;
}
.card {
	border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
}
.solution-intro-card,
.solution-example-card {
	width: 80%;
    text-wrap: wrap;
    margin: 0 auto;
	font-size: 1.5em;
	z-index: 1;
}
.solution-subtitle {
	font-size: 2.5em;
	margin-bottom: 0;
	color: var(--blue);
}
.solution-lead-gen-img {
	margin: 0 auto;
	width: 100%;
	z-index: -1;
}
.card-row {
	display: flex;
    justify-content: center;
}
.single-solution-card h1,
.lead-gen-solution-card h1 {
	color: var(--blue);
}
.lead-gen-solution-card {
    margin: 0 auto;
    width: 80%;
    font-size: 1.2em;
}
.events-col-mobile{
	width: 100% !important;
}
.lead-gen-solution-card-mobile{
	margin: 0 auto;
	width: 90%;
	font-size: 1em;
	max-width: 525px;
}

.card-flip-mobile{
	height: 60svw !important;
	max-height: 360px;
}

.card-footer-mobile{
	max-width: 570px;
}

.single-solution-card {
    margin: 0 auto;
	width: 90%;
    font-size: 1.2em;	
}
.solution-example-card h1 {
	color: var(--blue);
}
.center-no-align {
	display: flex;
	justify-content: center;
}
.events-desktop,
.strategic-content-desktop,
.industry-report-desktop,
.content-awareness-desktop,
.programmatic-display-desktop,
.lead-delivery-desktop {
	display: block;
}
.events-mobile,
.events-desktop-1425,
.content-awareness-desktop-1425,
.strategic-content-desktop-1425,
.strategic-content-mobile,
.industry-report-mobile,
.content-awareness-mobile,
.lead-delivery-mobile {
	display: none;
}
li span.bold {
	color: var(--blue);
}
.global-events-img img {
	border-radius: 0.5rem;
}
.list-group-item {
	font-size: 1.2em;
	border: none;
}
.list-group {
	margin: 0;
	justify-content: center;
}
.card-body i {
	font-size: 2em;
	color: var(--blue);
}

/* card flipping */
.card-flip{
	perspective: 1000px;
	background-color: transparent;
}

.card-flip-inner{
  position: relative;
  width: 100%;
  height: 20svw;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
	
}

.card-flip:hover .card-flip-inner{
	transform:rotateY(180deg);
}

.card-front, .card-back{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}

.card-front{
  background-color: #bbb;
  color: black;
}

.card-footer{
	text-align: center;
    padding: 0.75em 0;
    background-color: #FFFF;
    color: var(--blue);
	width:100%;
	margin: 0 auto;
}

.card-back{
	padding: 30px;
  background-color: #2E3192;
  color: white;
  transform: rotateY(180deg);
	display: flex;
	align-items:center;
}
.card-body {
	min-height: 171px;
}
.event-card {
	min-height: 250px;
	background-color: transparent;
	border: 1px solid #f1f1f1;
	perspective: 1000px; 
}

.event-card-long{
	font-size: 1em !important;
	width: 90% !important;
}

.card-flip-long{
	height: 25svw !important;
}
/* end card flipping */

/* events management */

.events-solutions.solutions-card{
	margin: 0 5%;
}
.events-management-header{
	padding: 0 0 3em 0;
}
.events-solutions.agency-slider{
	padding: 1em 0;
}

.events-solutions.overlay-from-bottom{
	top: -5%;
}

.events-solutions.overlay-from-top{
	top: 5%;
}

.column{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.events-header{
	padding: 3em 0;
}

.events-management-text-container{
	width: 100%;
}

.events-management-text, .events-management-text-wide{
	width: 75%;
	max-width: 920px;
	text-align: center;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    padding: 10px 0;
}

.events-management-text-wide{
	min-width: 890px;
	padding: 20px !important;
}

.events-management-text h2,
.events-management-text-wide h2,
.events-management-text h3,
.events-management-text-wide h3{
	color: var(--blue);
}

.events-contact{
	display: flex;
	justify-content: center;
	padding: 3em 0 0;
}

.events-contact-copy{
	width: 80%;
	margin: auto;
}

.events-contact-copy .events-contact-right-col 
.text-box {
	width: 100%;
	text-wrap: auto;
}

.events-contact-copy .events-contact-left-col{
	width: 25%;
}

.card-image{
	width:100%;
	height: 100%;
	object-fit: cover;
}

.events-contact-img{
	width: 15vw;
	height: 15vw;
	border-radius: 360px;
}

.events-contact-left-col{
	width: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--blue);
	text-align: center;
}



.events-contact-right-col{
	display: flex; 
	flex-direction: column;
	margin-left: 2.5em;
	align-items: center;
	width: 50%;
	
}

.events-button-container{
	display: flex;
	gap: 20px;
}

.events-contact-right-col .text-box{
	background-color: #FFFF;
	padding: 10px;
	font-size: 1.5em;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
}

.events-contact-right-col a{
	margin-top: 1em;
}

/* end of events main page */

/* workshop events */

.testimonial-container{
	display: flex;
	height: 45svw;
	align-items: center;
}

.events-carousel:hover .carousel-inner .carousel-item .testimonial-grid-container .testimonial-text{
	background-color: #FFF;
	opacity: 100;
}


.testimonial-text{
	position: absolute;
	display: flex;
	width:50%;
	padding: 1em 2.5em;
	justify-content: center;
	align-items: center;
	opacity: 0;
	color: var(--blue) !important;
	text-align: center;
    transition: opacity 0.5s ease;
}


.testimonials{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-grid-container{
	flex-direction: column;
	
	gap: 10px;
}

.testimonial-grid-row{
	display: flex; 
	gap: 10px;
}


.testimonial-grid-col{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.testimonial-text-mobile{
	background-color: #FFF;
	padding: 0.5em;
	text-align: center;
	color: var(--blue);
}

.testimonial-solo-img{
	width: 100%;
	height: 100%;
}

.mobile-carousel{
	display: none;
}

.events-carousel.carousel{
	width: 60%;

}

.events-carousel.carousel-item-next, .events-carousel.carousel-item-prev, .events-carousel.carousel-item.active{
	height: 80vh;
}



/* case-studies */

#case-study-container{
	margin-top: 1.5em;
    height: 400px;
    display: flex;
    gap: 1em;
    justify-content: space-evenly;
    align-items: center;
	width: 60%;
}

.case-study-col{
	width: 100%;
}

.case-study{
	width: calc(100% / 3);
    height: 100%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    transition: width 0.5s, transform 0.25s, box-shadow 0.25s;
    cursor: pointer;
    user-select: none;
}

.copy-case-study{
	padding: 3em 0;
}

.case-study.active{
	width: 200%;
    transform: scale(1) !important;
    -webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
}

.case-study.active .open-btn{
	display: none !important;
}

.case-study.active .case-study-text{
	opacity: 1;
}

.case-study .case-study-text{
	position: absolute;
    margin: 1em;
    bottom: 1em;
    opacity: 0;
    transition: opacity 0.5s;
    color: var(--white);
}

.case-study-text span{
	float: left;
}

.case-study span.open-btn.position-absolute.top-50.start-50.translate-middle{
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--white);
    background-color: var(--blue);
    opacity: 1;
    transition: opacity 1s;
}

.case-study-text .page-button span{
    background-color: var(--blue);
}

/* events FAQS */
.expanding-box-wrapper {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid var(--blue);
    margin-left: 0;
    padding-left: 0;
	min-height: 100px;
}

.expanding-box-wrapper .Q {
    cursor: pointer;
}

.page-button a{
	color: #FFF;
}

.faq-question-wrapper {
    width: 90%;
}

.faq-question {
    color: var(--blue);
}

.expanding-box-wrapper .A {
    display: none;
}


.faq-page-inner .expanding-box-wrapper:last-child {
    border-bottom: 0;
}


.faq-icon-wrapper {
    width: 10%;
}


.expanding-box-wrapper.faq-last{
	border-bottom: 0;
}

.faq-page-inner .expanding-box-wrapper:last-child {
    border-bottom: 0;
}

.benefits {
	margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (hover : none){
    .testimonial-text{
        opacity: 100;
    }
}
@media (max-width:1425px) {
	.content-awareness-desktop,
	.strategic-content-desktop {
		display: none;
	}
	.events-desktop-1425,
	.content-awareness-desktop-1425,
	.strategic-content-desktop-1425 {
		display: block;
	}
	
	.events-carousel.carousel, #case-study-container{
		width: 70%;
	}
	.events-carousel.carousel-item-next, .events-carousel.carousel-item-prev, .events-carousel.carousel-item.active, .testimonial-container{
		height: 50svw;
		min-height: auto;
	}
	
	.card-flip{
		width: 90%;
		font-size: 1em;
		min-height: 250px;
	}
	
}
@media (max-width:900px) {
	.events-desktop-1425,
	.content-awareness-desktop-1425,
	.strategic-content-desktop-1425,
	.content-awareness-desktop,
	.lead-delivery-desktop {
		display: none;
	}
	.events-mobile,
	.strategic-content-mobile,
	.content-awareness-mobile,
	.lead-delivery-mobile {
		display: block;
	}
	
	.card-flip-container{
		width: 100% !important;
	}
	
	
	
	.events-management-img-container, .events-management-text, .events-management-text-wide{
		width: 100%;
	}
	.testimonials{
		flex-direction: column;
	}
	.testimonial-img{
		height: 50svw;
	}
	 .events-carousel.carousel, #case-study-container{
			width: 100%;
		}
		
	.events-carousel.carousel-item-next, .events-carousel.carousel-item-prev, .events-carousel.carousel-item.active, .testimonial-container{
		height: auto;
		min-height: auto;
	}

	.testimonial-grid-row, .testimonial-img{
		width: 100%;
	}
	
	.testimonial-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	
	.desktop-carousel{
		display: none;
	}

	.mobile-carousel{
		display: block;
	}
}
/*------- END OF SOLUTION PAGES -------*/
/*------- MEDIA KIT PAGE -------*/
.close-button {
    position: absolute;
    right: 0;
    z-index: 100;
    background-color: var(--blue);
    color: var(--white);
    border: none;
}
.close-button i {
	font-size: 25px;
}
#LynchpinMediaDeck {
    background-color: rgba(0, 0, 0, 0.4);
	width: 80%;
	height: 80%;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.75);
}
.df-controls-top.df-float .df-ui {
	top: 50px!important;
}
.media-kit-title h1 {
	font-size: 4em;
    color: var(--blue);
}
.df-popup-thumb {
	width: 90%!important;
}
.df-popup-thumb .df-book-cover:after {
	background: none!important;
}
.df-popup-thumb .df-book-wrapper {
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75)!important;
}
.df-book-title,
.df-loading-info {
	display: none!important;
}
.media-kit-carousel .carousel-item-next, 
.media-kit-carousel .carousel-item-prev, 
.media-kit-carousel .carousel-item.active {
	height: 100%;
}
.carousel-item.vertical-cover.active {
    height: 100%;
}
#carouselLandscapeKits .carousel-indicators {
	bottom: -10%;
}
#carouselVerticalKits .carousel-indicators {
	bottom: -5%;
}
.media-kit-container {
	min-height: 100vh;
}
.col-md-6.media-kit-title.d-flex.align-content-start.flex-wrap {
	margin-top: 30px;
}
.dropdown-item {
	cursor: pointer;
}
.dropdown-text {
	margin: 1%;
    font-size: 2em;
}
.media-kit-select {
	border: var(--bs-btn-border-width) solid var(--blue);
	background-color: var(--blue);
}
.vertical-cover .media-kit-img {
	width: 37.5%;
}


@media (max-width:1000px) {
	.media-kit-title h1 {
		font-size: 3em;
	}
	#carouselLandscapeKits .carousel-indicators {
		bottom: -20%;
	}
	#carouselVerticalKits .carousel-indicators {
    	bottom: -15%;
	}
}
@media (max-width:768px) {
	.media-kit-title h1 {
		font-size: 2.5em;
	}
}
@media (max-width:550px) {
	.media-kit-title h1 {
		font-size: 2em;
	}
}
@media (max-width:400px) {
	.mobile-media-kit {
		text-align: end;
    	min-height: 219px;
	}
	.media-kit-title h1 {
		font-size: 1.5em;
	}
}
/*------- END OF MEDIA KIT PAGE -------*/
/*------- 404 PAGE --------*/
.not-found-container {
	display: flex;
}
.not-found-image {
	width: 50%;
}
.not-found-message {
	width: 35%;
    text-align: center;
    display: table;
}
.not-found-message-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.not-found-message-inner h1 {
	font-size: 5em;
	color: var(--blue);
}
.not-found-message-inner h5 {
	font-size: 3em;
	color: var(--blue);
}
.not-found-button-home a {
	background: var(--blue);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 2em;
    text-decoration: none;
    font-size: 1.5em;
}
/*------- END OF 404 PAGE --------*/
/*------- PRIVACY POLICY --------*/
#post-71 {
	margin-top: 4em;
}
/*------- END OF PRIVACY POLICY --------*/
/*---- Media Rules ----*/
/*----SCREEN WIDTH 1200 to 1536px----*/
@media only screen 
	and (min-width: 1201px)
	and (max-width: 1536px) {
		/*---Hero---*/
		#hero {
			min-height: 90vh;
		}
		.hero-video,
		.banner:before,
		.about:before {
			height: 90vh;
		}
		.banner-container {
			padding-top: 100px;
		}
		/*---About---*/
		.about-container:before {
			top: 90%;
		}
		.about-col {
			width: 50%;
		}
		/*---Reach---*/
		.statistics p {
			width: 70%;
		}
		/*---Solutions---*/
		.carousel-item-next, 
		.carousel-item-prev, 
		.carousel-item.active {
			height: 70vh;
		}
		/*---Team---*/
		#get-to-know {
			min-height: 90vh;
		}
		.team-pin:before {
			height: 85vh;
		}
		/*----Brand Page----*/
		.desktop-brands {
			display: none;
		}
		.tablet-brands {
			display: block;
		}
		.brand-carousel .carousel-item-next, 
		.brand-carousel .carousel-item-prev, 
		.brand-carousel .carousel-item.active {
			height: 600px;
		}
		.card-container {
			width: 350px;
			height: 495px;
		}
	
}
/*----SCREEN WIDTH 1200 to 1536px and SMALL VH----*/
@media only screen 
	and (min-width: 1201px)
	and (max-width: 1536px)
	and (min-height: 0px)
	and (max-height: 820px){
		/*---Hero---*/
		.hero-video, 
		.banner:before, 
		.about:before {
			height: 110vh;
		}
		.banner-container {
			padding-top: 0;
    	}
		.hero-text-bg-svg {
			display: none;
		}
		/*---About---*/
		.about-container:before {
			top: 110%;
		}
		/*---Solutions---*/
		
		.carousel-item-next, 
		.carousel-item-prev, 
		.carousel-item.active {
			min-height: 800px;
		}
		/*---Team---*/
		#get-to-know {
        	min-height: 700px;
    	}
		.team-pin:before {
			height: 120vh;
    	}
		.team:before {
			height: 200vh
		}
}
/*----SCREEN WIDTH 900 to 1200px----*/
@media only screen 
	and (min-width: 901px)
	and (max-width: 1200px) {
		/*---Nav---*/
		.nav-link a::before {
			transition: none;
		}
		/*---Hero---*/
		#hero {
			min-height: 45vh;
		}
		.hero-video {
			min-height: 515px;
		}
		.hero-video,
		.banner:before,
		.about:before {
			height: 55vh;
		}
		.banner-container {
			padding-top: 80px;
		}
		.video-container {
			height: 55vh;
		}
		/*---About---*/
		.about-container:before {
			top: 55%;
		}
		#about {
			margin-top: 10%;
			min-height: 70vh;
		}
		.about-col {
			width: 50%;
		}
		.who-we-are-card {
			margin-left: 0;
		}
		/*---Reach---*/
		#reach {
			min-height: 50vh;
		}
		/*---Clients---*/
		#clients {
			min-height: 50vh
		}
		.client-text-bg-svg {
			margin-top: 120px;
		}
		/*--Solutions---*/
		.lead-gen-img-bottom, 
		.lead-gen-img-top {
			width: 80%;
			margin: 0 auto;
		}
		.col-lg-4.hidden-from-right.show,
		.col-lg-4.hidden-from-above.show,
		.col-lg-4.hidden-from-left.show {
			height: 70vh;
		}
		.solutions-desktop {
			display: none;
		}
		.solutions-mobile {
			display: flex;
		}
		.mobile-lead-gen-img {
			display: flex;
		}
		.desktop-lead-gen-img {
			display: none;
		}
		.row.desktop {
			display: none;
		}
		.row.tablet {
			display: block;
		}
		
		.events-carousel .carousel-control-next .carousel-control-next-icon, .events-carousel .carousel-control-prev .carousel-control-prev-icon {
			display: inline-block;
		}
		
        .events-carousel.carousel, #case-study-container{
            width: 90%;
        }

		.carousel-control-next-icon, 
		.carousel-control-prev-icon {
			display: none;
		}
		
	
		
		.carousel-item-next, 
		.carousel-item-prev, 
		.carousel-item.active {
			height: 70vh;
			max-height: 956px;
		}
		/*---Reach---*/
		.statistics {
			border: solid 3px var(--blue);
		}
		.statistics p {
			margin-bottom: 0.5em;
		}
		/*---Team---*/
		#get-to-know {
			min-height: 60vh;
		}
		.team:before {
			height: 110vh
		}
		.team-pin:before {
			margin-top: 0;
			height: 62vh;
		}
		/*---Brands---*/
		.brand-carousel .carousel-item-next, 
		.brand-carousel .carousel-item-prev, 
		.brand-carousel .carousel-item.active {
			height: 600px;
		}
		.tablet-brands,
		.desktop-brands {
			display: none;
		}
		.mobile-brands {
			display: block;
		}
		/*---Contact Page---*/
		.contact-container {
			min-height: 80vh;
		}
		.contact-container {
			display: block;
		}
		.contact-box {
			width: 80%;
			text-align: center;
			margin: 0 auto;
		}
		.contact-form {
			width: 100%;
			margin-left: 0;
			margin-top: 5%;
			margin-bottom: 5%;
		}
		/*---Solution Pages---*/
		.lead-gen-solution-card-left {
			width: 45%;
		}
		.lead-gen-solution-card-right-top {
			width: 45%;
		}
		.lead-gen-solution-card-right-bottom {
			width: 92%;
			text-wrap: pretty;
		}
		
		/*---404 Page---*/
		.not-found-message-inner h1 {
			font-size: 3em;
		}
		.not-found-message-inner h5 {
			font-size: 1.5em;
		}
		.not-found-button-home a {
			font-size: 1em;
		}
		/*---Media Kits---*/
		.media-kit-carousel .carousel-item-next, 
		.media-kit-carousel .carousel-item-prev, 
		.media-kit-carousel .carousel-item.active {
			min-height: 350px;
		}
		
		/*---Events---*/
		
		.testimonial-grid-col{
			gap: 5px;
		}
}
/*----SCREEN WIDTH 900 to 1200px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 901px)
	and (max-width: 1200px) {
		/*---Nav---*/
		.nav-link a::before {
			transition: none;
		}
		/*---Hero---*/
		#hero {
			min-height: 85vh;
		}
		.video-container,
		.hero-video,
		.about:before {
			height: 110vh;
		}
		.about-container:before {
			top: 110%;
		}
		/*---Solutions---*/
		.row.desktop {
			display: block;
		}
		.row.tablet {
			display: none;
		}
		
		.carousel-item-next, 
		.carousel-item-prev, 
		.carousel-item.active {
			min-height: 800px;
    		max-height: 956px;
		}
		/*---Team---*/
		#get-to-know {
			min-height: 100vh;
		}
		.team:before {
			height: 150vh;
		}
		.team-pin:before {
			height: 105vh;
		}
		/*---Media Kits---*/
		.media-kit-carousel .carousel-item-next, 
		.media-kit-carousel .carousel-item-prev, 
		.media-kit-carousel .carousel-item.active {
			min-height: 350px;
		}
}
/*----SCREEN WIDTH 600 to 900px----*/
@media only screen 
	and (min-width: 601px)
	and (max-width: 900px) {
		.desktop {
			display: none;
		}
		.tablet {
			display: block;
		}
		/*---Nav---*/
		.nav-link a::before {
			transition: none;
		}
		/*---Hero---*/
		.hero-text-bg-svg {
			padding-top: 0.7em;
		}
		.arrow-container-desktop {
			display: none;
		}
		.arrow-container-mobile {
			display: block;
			text-align: center;
			margin-top: 1.875em;
		}
		.arrow {
			width: 1.875em;
		}
		.video-container {
			height: 600px;
		}
		#hero {
			height: 50vh;
			min-height: 560px;
		}
		.hero-video {
			min-height: 560px;
		}
		.banner-container {
			padding-top: 30px;
		}
		/*---About---*/
		#about {
			margin-top: 0;
		}
		.about:before {
			height: 50vh;
			min-height: 540px;
		}
		.about-container:before {
			top: 600px;
		}
		.about-col {
			width: 100%;
		}
		.who-we-are-card, 
		.what-we-do-card {
			margin-left: 0;
		}
		.what-we-do-text {
			margin-top: 0;
			text-align: end;
		}
		.about-text-bg-svg {
			margin-top: 25px;
		}
		.what-we-do-text, 
		.who-we-are-text {
			width: 100%;
			margin-left: 0;
		}
		.who-we-are-card {
			margin-top: 0;
		}
		/*---Reach---*/
		#reach {
			min-height: 50vh;
			margin-top: 6em;
		}
		.statistics {
			border: solid 2px var(--blue);
		}
		.statistics p {
			margin-bottom: 0.5rem;
		}
		.statistics {
			width: 12vw;
    		height: 12vw;
		}
		/*---Clients---*/
		#clients {
			min-height: 30vh;
			margin-top: 1em;
		}
		/*---Solutions---*/
		#solutions {
			margin-top: 10em;
		}
		
		/*---Team---*/
		#get-to-know {
			min-height: 40vh;
		}
		.team:before {
			height: 60vh;
		}
		.team-pin:before {
			margin-top: 0;
			height: 41vh;
		}
		.team-btn a:hover::before {
			height: 1.8em;
		}
		/*---Brands---*/
		.brand-carousel .carousel-item-next, 
		.brand-carousel .carousel-item-prev, 
		.brand-carousel .carousel-item.active {
			height: 600px;
		}
		.tablet-brands,
		.desktop-brands {
			display: none;
		}
		.mobile-brands {
			display: block;
		}
		/*---Contact Page---*/
		.contact-container {
			min-height: 65vh;
		}
		.contact-container {
			display: block;
		}
		.contact-box {
			width: 80%;
			text-align: center;
			margin: 0 auto;
		}
		.contact-form {
			width: 100%;
			margin-left: 0;
			margin-top: 5%;
			margin-bottom: 5%;
		}
		/*---Solution Pages---*/
		.lead-gen-solution-card-left {
			width: 80%;
		}
		.lead-gen-solution-card-right-top {
			width: 80%;
		}
		.lead-gen-solution-card-right-bottom {
			width: 80%;
			text-wrap: pretty;
		}
		.solution-intro-card,
		.solution-example-card {
			font-size: 1.2em;
		}
		.lead-gen-solution-card-left, 
		.lead-gen-solution-card-right-top, 
		.lead-gen-solution-card-right-bottom {
			font-size: 1em;
		}	
		.event-card {
			min-height: 400px;
		}
		/*---404 Page---*/
		.not-found-image {
			display: none;
		}
		.not-found-message {
			width: 100%;
		}
		/*---Media Kits---*/
		.media-kit-carousel .carousel-item-next, 
		.media-kit-carousel .carousel-item-prev, 
		.media-kit-carousel .carousel-item.active {
			min-height: 250px;
		}
		.media-kit-container {
			min-height: 85vh;
		}
		/*---What we do--*/
		.solution-title {
			text-align: center;
		}
		#solution-bg-svg {
			left: 0;
		}
		.solution-img {
			display: flex;
			margin: 0 auto;
			margin-bottom: 1em;
		}
		
		/*---EVENTS---*/
		
		.events-carousel.carousel, #case-study-container{
			width: 100%;
		}
		
		
		.events-carousel .carousel-control-next .carousel-control-next-icon, .events-carousel .carousel-control-prev .carousel-control-prev-icon {
			display: inline-block;
		}
		
		.carousel-control-next-icon, 
		.carousel-control-prev-icon {
			display: none;
		}
		
		.carousel-item-next, 
		.carousel-item-prev, 
		.carousel-item.active {
			min-height: 815px;
		}
		
		.events-row .col-md-4{
			width: 50%;
		}
		
		.events-contact .events-contact-left-col{
			width: 100%;
		}
		
		.events-contact .events-contact-left-col{
			width: 33%;
		}
		
		.events-contact-img{
			width: 30vw;
			height: 30vw;
		}
		
		
}
/*----SCREEN WIDTH 600 to 900px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 601px)
	and (max-width: 900px) {
		/*---Nav---*/
		.nav-link a::before {
			transition: none;
		}
		/*---About---*/
		.about-container:before {
			top: 149%;
		}
		.about:before {
			min-height: 530px;
		}
		#about {
			margin-top: 0;
		}
		/*---Team---*/
		#get-to-know {
			min-height: 100vh;
		}
		.team:before {
			height: 150vh;
		}
		.team-pin:before {
			height: 103vh;
		}
		/*---Media Kits---*/
		.media-kit-carousel .carousel-item-next, 
		.media-kit-carousel .carousel-item-prev, 
		.media-kit-carousel .carousel-item.active {
			min-height: 200px;
		}
		/*---404 Page---*/
		.not-found-image {
			display: none;
		}
		.not-found-message {
			width: 100%;
		}
	
}

/* Tablet Media */

@media only screen  
	and (min-width: 768px)
	and (max-width: 1024px){
		
		.events-contact-copy .events-contact-left-col{
			width: 33%;
		}
			.events-contact-img{
			width: 25vw;
			height: 25vw;
		}
		
		.events-row .col-md-4{
			width: 45%;
		}
		
		.card-flip:hover .card-flip-inner{
	transform:rotateY(0deg);
		}
		
		.testimonial-text{
			opacity: 100;
		}
}
@media only screen
	and (min-width: 0px)
	and (max-width: 728px){
		
		.events-contact{
			flex-direction: column;
			gap: 1em;
		}
		
		.events-contact-left-col img{
			height: 35svh;
			width: 35svh;
			object-fit: cover;
			object-position: 0% 25%;
		}
		
		.events-contact-right-col{
			margin-left: 0;
		}
		
		.events-contact-right-col, .events-contact-left-col{
			width: 100% !important;
		} 
		.events-row .col-md-4{
			width: 100%;
			margin: 5%;
		}
		.events-button-container{
			gap: 5px;
		}
}
/*----SCREEN WIDTH 0 to 600px----*/
@media only screen 
	and (min-width: 0px)
	and (max-width: 600px) {
		.desktop {
			display: none;
		}
		.mobile {
			display: block;
		}
		.lynchpin-pin-background {
			top: 7%;
		}
		.our-solutions-lynchpin-pin svg {
			right: 3%;
		}
		/*---Overlay---*/
		.spinner-container img {
			width: 80%;
		}
		/*---Nav---*/
		#nav {
			left: 0%;
		}
		.nav-box {
			width: 4.25em;
    		height: 4.25em;
		}
		#nav-icon {
			width: 45px;
    		height: 22px;
			margin: 15px;
			margin-top: 12px;
			margin-right: 12px;
		}
		#nav-icon span {
			height: 5px;
			width: 90%;
		}
		.nav-link a::before {
			transition: none;
		}
		/*---Hero---*/
		#light-blue-square,
		#lynchpin-blue-square {
			top: -3%;
    		left: -6%;
		}
		#hero,
		.video-container,
		.hero-video, 
		.banner:before, 
		.about:before {
			height: 325px;
		}
		#hero {
			min-height: 0;
		}
		.banner-container {
			padding-top: 30px;
		}
		.hero-text-bg-svg {
			display: none;
		}
		.hero-text-create, 
		.hero-text-engage, 
		.hero-text-deliver {
			margin-bottom: 10px;
		}
		.hero-text h3 {
    		margin-top: 20px;
		}
		.arrow-container-desktop {
			display: none;
		}
		.arrow-container-mobile {
			display: block;
			text-align: center;
		}
		.arrow {
			width: 30px;
		}
		/*---About---*/
		.about-container:before {
			top: 325px;
		}
		.about-col {
			width: 100%;
		}
		.about .row {
			display: block;
		}
		.who-we-are-card, 
		.what-we-do-card {
			margin-left: 0;
			font-size: 1em;
		}
		.who-we-are-card {
			margin-top: 0;
		}
		.what-we-do-text, 
		.who-we-are-text {
			margin-left: 0;
		}
		.about-text-bg-svg {
			height: auto;
			margin-top: 0;
		}
		/*---Clients/Reach---*/
		#clients,
		#reach {
			min-height: 400px;
		}
		#reach {
			margin-top: 1em;
		}
		.statistics {
			border: solid 1px var(--blue);
		}
		.statistics p {
			margin-bottom: 0.5rem;
		}
		.statistics {
			width: 20vw;
    		height: 20vw;
		}
		.north-america-stats {
			left: 10%;
			top: 10%;
		}
		.latam-stats {
			left: 20%;
    		top: 60%;
		}
		.europe-stats {
			left: 40%;
    		top: 1%;
		}
		.africa-stats {
			left: 40%;
    		top: 40%;
		}
		.me-stats {
			left: 55%;
    		top: 25%;
		}
		.apac-stats {
			left: 75%;
    		top: 50%;
		}
		.reach-text-bg-svg {
			height: auto;
		}
		/*---Clients---*/
		#clients {
			margin-top: 0;
		}
		.client-text-bg-svg {
			height: 50px;
		}
		/*---Solutions---*/
		
		.carousel-item-next, 
		.carousel-item-prev, 
		.carousel-item.active {
			height: 650px;
		}
		.overlay-from-top {
			top: 5%;
		}
		.overlay-from-bottom {
			top: -5%;
		}
		.solutions-card {
			font-size: 1em;
		}
		.solutions-text {
			margin-bottom: 0;
		}
		.card {
		    -webkit-box-shadow: 0px 0px 15px 1.5px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 15px 1.5px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 15px 1.5px rgba(0,0,0,0.75);
		}
		.event-card {
    		min-height: 200px;
		}
		/*---Team---*/
		#get-to-know {
			min-height: 27vh;
		}
		.team:before {
			height: 45vh;
		}
		.team-pin:before {
			margin-top: 0;
			height: 30vh;
		}
		.team-btn a::before {
			height: 2px;
		}
		.team-text-col {
			margin-top: 0;
		}
		.team-btn a:hover::before {
			height: 1.6em;
		}
		/*---Brands---*/
		.brand-carousel .carousel-item-next, 
		.brand-carousel .carousel-item-prev, 
		.brand-carousel .carousel-item.active {
			height: 450px;
		}
		.tablet-brands,
		.desktop-brands {
			display: none;
		}
		.mobile-brands {
			display: block;
		}
		.card-container {
			width: 270px;
			height: 382px;
		}
		.about-btn button {
			font-size: 1em;
		}
		.regions {
			display: none;
		}
		img.ciso {
			width: 30%;
		}
		/*---Contact Page---*/
		.contact-container {
			min-height: 65vh;
		}
		.contact-container {
			display: block;
		}
		.contact-box {
			width: 90%;
			text-align: center;
			margin: 0 auto;
		}
		.contact-form {
			width: 100%;
			margin-left: 0;
			margin-top: 5%;
			margin-bottom: 5%;
		}
		/*---Media Kits---*/
		.media-kit-container {
			min-height: 0;
		}
		/*---404 Page---*/
		.not-found-image {
			display: none;
		}
		.not-found-message {
			width: 100%;
		}
		/*---Solutions---*/
		.solution-example-card {
			font-size: 1.2em;
			width: 100%
		}
		/*---What we do--*/
		.solution-title {
			text-align: center;
		}
		#solution-bg-svg {
			left: 0;
		}
		.solution-img {
			display: flex;
			margin: 0 auto;
			margin-bottom: 1em;
		}
		/*---Footer---*/
		.footer-nav-link:not(:last-child) {
			border-right: 1px solid var(--white);
		}
		.copyright a {
			border-left: 1px solid var(--white);
		}
		.social-links {
			margin-top: 0;
		}
		
		/*---EVENTS---*/
		
		.events-solutions .slide-track .client-box{
			width: min(33vw)
		}
		
		.card-flip, .event-card{
			min-height: 250px;
		}
		
		.events-header{
			padding: 1em 0;
		}
		
		.events-management-header{
			padding: 0 0 1em 0;
		}
		
		.events-contact-copy{
			width: 100%;
		}
		
		.testimonial-grid-row{
			gap: 0;
		}
		
		.testimonial-text-mobile{
			width: 100%;
		}
		
		.card-flip:hover .card-flip-inner{
	transform:rotateY(0deg);
		}
		
		.testimonial-text-mobile{
			min-height: 250px;
		}

        .events-text-hidden-on-mobile{
            display: none;
        }
}
		
		

</pre></body></html>