/*
Theme Name: TH Blocks
Author: Tom Harrington
Template: twentytwentyfive
Text Domain: th-blocks
Tags:
*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&display=swap');

@font-face {
    font-family: 'Bagnard';
    src: url('assets/fonts/bagnard/Bagnard.woff2') format('woff2'),
         url('assets/fonts/bagnard/Bagnard.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
	--padding-block-start: 50px;
	--padding-block-end: 50px;
}

.global-width {
		max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
		padding-left: 20px;
		padding-right: 20px;
	}
.global-width, .has-global-padding { padding-left: 20px !important; padding-right: 20px !important; }
	@media (min-width: 768px)  {	.global-width, .has-global-padding {		padding-left: 30px !important;	padding-right: 30px !important;	}	}
	@media (min-width: 1000px) {	.global-width, .has-global-padding {  	padding-left: 40px !important;	padding-right: 40px !important;	}	}
	@media (min-width: 1200px) {	.global-width, .has-global-padding {		padding-left: 50px !important;	padding-right: 50px !important;	}	}


.counter-padding-right {margin-right:-20px}
	@media (min-width: 768px)  {	.counter-padding-right {margin-right:-30px}	}
	@media (min-width: 1000px) {	.counter-padding-right {margin-right:-40px}	}
	@media (min-width: 1200px) {	.counter-padding-right {margin-right:-50px}	}



:root :where(.is-layout-constrained) > * {
	padding-block-start: var(--padding-block-start);
  padding-block-end: var(--padding-block-end);
	margin-block-start: 0;
	margin-block-end: 0;
}

html, body {
	overflow-x: hidden;
}

img, video {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

a:focus {
  outline: none;
}

/* Lazy load images and videos: Base state (hidden) */
img[loading="lazy"],
.video:not(.noLazy),
.lazy-video {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease-out;
}

/* When fully loaded */
img.lazy-loaded,
.video.lazy-loaded,
.lazy-video.lazy-loaded {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}

.lazy-video.no-lazy {
	opacity: 1;
	transform: translateY(0);
}

h1, h2 {
 opacity: 0
}

h1.animated-heading, h2.animated-heading {
	opacity: 1
}


/* Animate headlines */
.animated-heading {
  display: inline-block;
  overflow: hidden; /* crop letters that are below baseline */
  vertical-align: bottom;

}

.animated-heading span {
  display: inline-block;
  transform: translateY(100%); /* start fully below baseline */
  opacity: 0;
  transition: 0.6s cubic-bezier(0.1, 0.56, 0.22, 0.98);
}


canvas {
	width: 100%;
	height: auto;
}


[data-viewed="fadeIn"] {
  transition-duration: 500ms;
	transition-delay: 100ms;
  transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  opacity: 0;
}
[data-viewed="fadeIn"].true {
  opacity: 1;
}

.slideUp {
	translate: 0px 200px;
	opacity: 0;
}
.slideUp.viewed.true {
  animation-duration: 600ms;
  animation-name: slide-up;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.09, 0.23, 0.5, 0.99);
}

@keyframes slide-up {
  from {
    translate: 0px 150px;
    opacity: 0;
  }

  to {
    translate: 0;
    opacity: 1;
  }
}


@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/* Fonts */


html {
	scroll-behavior: smooth;

}

body {
	font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
		color: #131319;
	background: #F3F3F3 url(../th-blocks/assets/images/Grid-paper-background.png) left top / cover repeat ;
  background-size: 1080px, 1075.5px;

}


.scroll-margin-top {
	scroll-margin-top: 75px;
}

/*/ General type/typography styling /*/


h1, h2, h3, h4, h5, h6 {
	color: #6733f9;
	line-height: 115%;
	font-weight: 800;
}


h1, h2, h3, h4, h5, h6, p, a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


h1 {
	font-size: 40px;
	letter-spacing: -1px;
	margin: 0;
}

.home .text-block-large h1 {
	font-size: 25px !important;
	line-height: 125% !important;
	padding-bottom: 2vw;
}

.project-title-container h1 {
	font-size: clamp(30px, 6vw, 40px);
	line-height: 110%;
}

.projectView .project-page-title h3,
.project-grid .project-page-title h3 {
	font-size: clamp(18px, 4.5vw, 30px);
	font-weight: 500;
	color: #131319;
}

.projectView .project-page-title p,
.project-grid .project-page-title p {
	margin: 0px 0 2px 0;
	font-size: clamp(14px, 3.3vw, 19px);
	font-weight: 400;
	color: #838383;
}

.cardView .project-page-title h3 {
	font-size: clamp(20px, 2.2vw, 23px);
	font-weight: 500;
	color: #131319;
}



.cardView .project-page-title p {
	margin: 2px 0;
	font-size: 17px;
	font-weight: 500;
}

.display-posts-container.cardView .project-page-title {
	transform: translate(0, 0)
}



h2 {
	font-size: 30px;
	letter-spacing: -1px;
	margin: 0;
}

h3 {
	font-size: 23px;
	letter-spacing: -0.5px;
	margin: 0;
}

h4 {
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0;
	color: #131319;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	letter-spacing: 0px;
	margin: 0;
}

h6 {
	text-transform: unset;
	margin: 0;
	letter-spacing: 0px;
}

.text-block-large p {
	max-width: 850px;
}

.regular-para p {
	font-size: 17px;
	font-weight: 300;
	line-height: 150%;
}

.regular-para p.link,
.large-para p.link {
	font-weight: 500;
	font-size: 0.8em;
}

.large-para p {
	font-size: 20px;
	line-height: 130%;
}

.large-para p:not(:first-of-type) {
  font-size: 0.85em;
  /* color: red !important */
}


.large-para.two-levels p:nth-child(2) {
	font-size: 17px;
	color: blue !important;
}

.XL-para p {
	font-size: 20px;
	line-height: 150%;
}

.regular-para p {
	margin: 7px 0 15px 0
}
.large-para p {
	margin: 10px 0 20px 0
}

a {
	text-decoration: none;
}


.noWrap {
  white-space: nowrap;
}


.link {
	font-size: 14px;
	width: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	margin: 5px 0
}

.get-in-touch .link {font-size: 18px}

.get-in-touch h1 {
  color: #FFF4CB
}

.arrow-path {
  fill: none;
  stroke: #131319;
  stroke-width: 2.4px;
}

.dark .arrow-path { stroke: #131319; }
.light .arrow-path { stroke: white; }

.home-intro-text .arrow-path,
.home .nav-container .arrow-path { stroke: white; }

svg.arrow-button {
  transition: transform 0.25s cubic-bezier(0.44, 0.1, 0, 1);
}



/* Up and down */
.regular.down .arrow-path,
.regular.up .arrow-path { stroke-width: 1.4px; }
.regular.down .arrow-button,
.regular.up .arrow-button { width: 17px; }

.down .arrow-button { transform: rotate(0deg) translateY(0px)}
.up .arrow-button { transform: rotate(180deg) translateY(1px)}

a:hover .regular.down .arrow-button {
	transform: rotate(0deg) scale(1) translateY(2.5px);
}

/* Left and right */
.regular.right .arrow-path,
.regular.left .arrow-path { stroke-width: 1.6px; }
.regular.right .arrow-button,
.regular.left .arrow-button { width: 18px; }
.regular.right .arrow-button { transform: rotate(-90deg) translateY(-3px) translateX(1px)}

.small.right .arrow-path,
.small.left .arrow-path { stroke-width: 2.1px; }
.small.right .arrow-button,
.small.left .arrow-button { width: 13px; }
.small.right .arrow-button { transform: rotate(-90deg) translateY(-3px) translateX(1.5px)}


a:hover .regular.right .arrow-button {
	transform: rotate(-90deg) scale(1) translateY(0.5px) translateX(2px);
}



@media (min-width: 768px) {

  .regular.down .arrow-button,
  .regular.up .arrow-button { width: 21px }

  .regular.right .arrow-path,
  .regular.left .arrow-path { stroke-width: 1.6px; }
  .regular.right .arrow-button,
  .regular.left .arrow-button { width: 19px; }
  .regular.right .arrow-button { transform: rotate(-90deg) translateY(-4px) translateX(2px)}

  .small.right .arrow-path,
  .small.left .arrow-path { stroke-width: 2.1px; }
  .small.right .arrow-button,
  .small.left .arrow-button { width: 15px; }
  .small.right .arrow-button { transform: rotate(-90deg) translateY(-3px) translateX(1px)}

  a:hover .small.right .arrow-button {
  	transform: rotate(-90deg) scale(1) translateY(0.5px);
  }

}



.text-block-large {
	margin-top: 80px;
	margin-bottom: 80px;
}


.home .text-block-large {				margin-bottom: 13vw;}
.home .text-block-large h1 {		margin-top: 3vw;}
@media(min-width:768px) {
	.home .text-block-large {			margin-bottom: 5vw;	}
	.home .text-block-large h1 {	line-height: 110%; margin-top: 1vw;	}
}


/* First text-block-large on every page will have 0px margin top */
.text-block-container:first-of-type .text-block-large,
.get-in-touch .text-block-large {
	margin-top: 0px !important
}

.textBlockAndContact .text-block-large {
  padding-top: 30px
}


@media (min-width: 450px) {
	h1 {	font-size: 50px;}
	.home .text-block-large h1 {font-size: clamp(25px, 6vw, 31px) !important;		max-width: 90vw;}
}

@media (min-width: 768px) {
	h1 {	font-size: 50px;}
	.home .text-block-large h1 {font-size: clamp(25px, 4vw, 37px) !important;		max-width: 71vw;}
	.project-title-container h1 {	font-size: 44px;}
	h2 {font-size: 39px;}
	h3 {font-size: 23px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
	.regular-para p {font-size: 18px; line-height: 150%;}
	.large-para p {	font-size: 21px; line-height: 150%}
	.large-para.two-levels p:nth-child(2) {font-size: 17px;	}
	.XL-para p {font-size: 20px;	}
	.link {font-size: 16px;}
  .get-in-touch .link {font-size: 18px}
	.text-block-large {margin-top: 100px; margin-bottom: 100px;}
}

@media (min-width: 1000px) {
	.regular-para p {font-size: 19px; line-height: 150%;}
	.large-para p {	font-size: 23px; line-height: 150%}
	.large-para.two-levels p:nth-child(2) {font-size: 17px;	}
	.XL-para p {font-size: 20px;	}
	.link {font-size: 16px;}

	.home .text-block-large h1 {font-size: clamp(40px, 3.5vw, 50px) !important;	max-width: 71vw;	margin-bottom: 0px; }
	.text-block-large {margin-top: 120px; margin-bottom: 120px;}

}

@media (min-width: 1200px) {

}

@media (min-width: 1500px) {
	.home .text-block-large h1 {font-size: 48px !important;		max-width: 900px;}
	.home .text-block-large {	margin-bottom: 3vw;	}
}

.horizontal_slider__image {
	aspect-ratio: 16 / 9;
}


/* General */

.desktop-only {display: none}
.mobile-only {display: block}

@media (min-width: 768px) {
	.desktop-only {display: block}
	.mobile-only {display: none}
}

/* .container {
	max-width: 1400px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	background: green;
	border: 1px solid blue
} */

.spacing {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1000px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 1200px) {
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.th-button,
:root :where(.wp-element-button, .wp-block-button__link) {
	background: grey !important;
	color: black !important;
	border-radius: 6px !important;
	padding: 8px 12px !important;
	display: block;
	width: fit-content !important;
	transition: 0.3s ease all !important;

}

.th-button:hover,
:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
	transform: scale(1.05) !important;
	transition: 0.3s ease all !important;
}

.th-button a {
	text-decoration: none;
}


.contactCTA-container {
	display: grid;
	grid-template-columns: 1fr;
}


.contactCTA-container .get-in-touch.global-width {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.faq__container {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media(min-width: 768px) {

	.contactCTA-container {
		grid-template-columns: 1fr 1fr;
	}

	.faq__container,
  .contactCTA-container .get-in-touch,
  .contactCTA-container .text-block-large {
		padding-top: 50px;
		padding-bottom: 50px;
	}

  .textBlockAndContact.contactCTA-container .get-in-touch {
    padding: 0
  }

  .contactCTA-container.faqAndContact .text-block-large {
    padding-top: 0px
  }
}


/*/ Navigation /*/

.wp-block-navigation-item {
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 20px;
}

.nav-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 40px 0;
}

.site-title {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Bagnard', sans-serif;
	width: fit-content;
	font-size: 30px;
	letter-spacing: -2px;
	transition: 0.3s ease;
	position: absolute;
	overflow: hidden;
}

.site-title, .scroll-gradient-active .site-title a {
	color: #FFF4CB;
}

.site-title, .site-title-bg {
	height: 32px;
	width: 31px;
	opacity: 1;
}


/* Home fix */

body.home .site-title, body.home .site-title-bg {
	height: 36px;
	width: 225px;
	opacity: 1;
}


body.modal-open .site-title-bg {
	opacity: 0;
}

body.home .site-title span {
	transform: translateY(0px) !important;
  opacity: 1 !important;
}


/* End home fix */

.site-title.hovered .site-title-bg,
.modal-open .site-title, .modal-open .site-title-bg {
		width: 212px;
}

.site-title.hovered,
.site-title.hovered .site-title-bg {
	height: 36px;
	width: 225px;
}

.modal-open .site-title,
.modal-open .site-title-bg {
	height: 38px;
	width: 225px;
}


.site-title-bg {
	background: linear-gradient(137deg, #4501FF -20.67%, #AE9CEE 143.65%);
	position: relative;
  z-index: 2
}

.site-title a {
	position: absolute;
	top: -1px;
	left: 5px;
	display: block;
	width: fit-content;
	z-index: 205;
}


.site-title span {
	position: absolute;
	transform: translateY(-35px);
}

.site-title span:nth-child(1) {	transform: translateY(0px);}

.site-title span:nth-child(2) {left: 18px}
.site-title span:nth-child(3) {left: 35px}
.site-title span:nth-child(4) {left: 66px}
.site-title span:nth-child(5) {left: 66px}
.site-title span:nth-child(6) {left: 90px}
.site-title span:nth-child(7) {left: 105px}
.site-title span:nth-child(8) {left: 117px}
.site-title span:nth-child(9) {left: 129px}
.site-title span:nth-child(10) {left: 137px}
.site-title span:nth-child(11) {left: 154px}
.site-title span:nth-child(12) {left: 169px}
.site-title span:nth-child(13) {left: 180px}
.site-title span:nth-child(14) {left: 196.5px}



/* .site-title.hovered a {
	color: #5F15FF
} */


.site-title,
.site-title-bg,
.site-title a {
	transition:
		width .3s cubic-bezier(0.47, 0.44, 0, 0.95),
		height  .8s cubic-bezier(0.47, 0.44, 0, 0.95),
    opacity 0.2s cubic-bezier(0.21, 0.28, 0.32, 1.14);
}


.site-title.hovered, .site-title.hovered .site-title-bg, .site-title.hovered a,
.modal-open .site-title, .modal-open .site-title-bg, .modal-open .site-title a {
	transition:
  width 0.4s  cubic-bezier(0.03, 0.62, 0.36, 1.03),
  height 0.8s  cubic-bezier(0.03, 0.62, 0.36, 1.03) .1s,
  opacity 0.4s 0.1s cubic-bezier(0.08, 0.92, 0.26, 1.01);
}

.site-title.home {
	color: #5F15FF;
}

.site-title.expanded {
	color: #5F15FF;
}

@media(max-width: 767px) {
	.site-title {
		/* left: 30px; */
		position: absolute;
		z-index: 200;
		position: absolute;
	}

}

.modal-open .site-title {
	color: #FFF4CB
}

.nav-dt .indented {
	position: absolute;
	z-index: 200;
	/* pointer-events: none */
}

.nav-dt .indented-bg,
.nav-dt .indented {
	display: none;
}
.nav-dt.services-hover .indented-bg,
.nav-dt.services-hover .indented {
	display: block
}

.nav-dt .indented:nth-of-type(2) {top: 40px}
.nav-dt .indented:nth-of-type(3) {top: 70px}
.nav-dt .indented:nth-of-type(4) {top: 100px}
.nav-dt .indented:nth-of-type(5) {top: 130px}

.indented-bg {
	display: block;
	position: absolute;
	background: #ffffff;
	height: 102px;
	width: 200px;
	z-index: 2;
	left: 9px;
	top: 24px;
	border-radius: 4px;
}

.services-hover-patch {
	display: block;
position: absolute;
background: #ffffff00;
height: 42px;
width: 100px;
z-index: 1;
left: 10px;
top: 15px;
}



.services-hover .indented-bg {
    backdrop-filter: blur(10px);
		margin-top: 10px;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(132deg, rgb(255 255 255 / 15%) -17.28%, rgb(255 255 255 / 50%) 124.2%);
}

@media(max-width: 787px) {

	.nav-mob .nav-modal-menu {
		position: absolute;
		background: linear-gradient(215deg, #6201FF -5.92%, #C7B6D7 114.01%);
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		top: 0vh;
		right: 0vw;
		width: 100vw;
		height: 105vh;
		z-index: 150;
    pointer-events: none;
		transition: 0.4s cubic-bezier(0.21, 0.28, 0.32, 1.14);
	}



	.nav-modal-menu-container {
		width: 100vw;
    height: 105vh;
    overflow: hidden;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none
	}

		body.modal-open .nav-mob .nav-modal-menu {
			right: 0vw;
			transition: 0.4s cubic-bezier(0.08, 0.92, 0.26, 1.01);
      pointer-events: auto;
		}

		.nav-mob .nav-modal-menu {
			right: -100vw;
			/* top: -100vh */
		}

		body.modal-open {
			overflow: hidden;
      height: 100vh;
      touch-action: none;
		}

    .nav-item {
      margin: 5px 0
    }

/*
	.nav-mob .nav-modal-menu {
		right: 0vw;
		top: 0vh;
	}

	.modal-open nav-mob .nav-modal-menu {
		right: -100vw;
		top: -100vh
	} */

	.hamburger {
		position: absolute;
		z-index: 200;
		background: #ffffff00;
		height: 28px;
		width: 49px;
		right: 30px;
	}

	.hamburger div {
		background: black;
		height: 1.5px;
		position: absolute;
		transition: 0.3s ease;
	}

  .home .hamburger div {
    background: #FFF4CB
  }

	.hamburger div#lineOne {
		width: 40px;
		top: 0px;
    right: 0px;
	}

	.hamburger div#lineTwo {
		width: 31px;
		top: 10px;
    right: 0px;
	}

	.hamburger div#lineThree {
		width: 40px;
		top: 20px;
	  right: 0px;
	}

	.hamburger.hovered div#lineOne { transform: translateY(2px) rotate(0deg)	}
	.hamburger.hovered div#lineTwo { width: 40px; opacity: 1	}
	.hamburger.hovered div#lineThree  { transform: translateY(-2px)  rotate(0deg)	}


	.modal-open .hamburger div#lineOne { width: 34px; transform: translateY(13px) translateX(-4px) rotate(-45deg)	}
	.modal-open .hamburger div#lineTwo { width: 2px; transform: translateX(-18px); opacity: 0}
	.modal-open .hamburger div#lineThree  { width: 34px; transform: translateY(-7px) translateX(-4px) rotate(45deg)	}
	.modal-open .hamburger div  { background: #FFF4CB	}

}

@media(min-width: 768px) {
	.nav-dt {
		display: flex;
		flex-direction: row;
		width: fit-content;
		position: relative;
		margin-left: auto;
	}

	.nav-dt .nav-item {
		margin-left: 20px;
		z-index: 201;
	}

	.nav-dt .nav-item a {
		font-weight: 400;
		font-size: 20px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

  .nav-dt .nav-item a,
  #services-nav .arrow-path {
    transition: 0.8s 0s ease;
  }

  .nav-dt .nav-item a:hover,
  #services-nav:hover .arrow-path {
    color: #6733f9;
    transition: 0.1s ease;
  }




  #services-nav .arrow-path {
    stroke: currentColor;
}

  #services-nav:hover .arrow-path {
    stroke: #6733f9;
  }


  .home .nav-dt .nav-item a:hover,
  .home #services-nav:hover .arrow-path,
  .home .nav-dt .nav-item.indented a:hover {
    color: #ad8fff;
  }

  .home #services-nav:hover .arrow-path {
    stroke: #ad8fff;
  }

}


/* Homepage */

.home .homepage-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  animation: homepageGradientFadeIn 0.25s cubic-bezier(0.72, 0.26, 0.05, 0.81)  forwards;
}

body.home .site-title {
  opacity: 0;
}

html.animate-site-title body.home .site-title {
  animation: homepageGradientFadeIn 0.25s cubic-bezier(0.72, 0.26, 0.05, 0.81) forwards;
}

html.show-site-title body.home .site-title {
  opacity: 1;
}

@keyframes homepageGradientFadeIn {
  to {
    opacity: 1;
  }
}

.home .home-intro-text p {
  opacity: 0;
  transform: translateY(30px);
  animation: homeGetInTouch .8s 0.4s cubic-bezier(0.08, 0.41, 0.16, 0.97) forwards;
}

@keyframes homeGetInTouch {
  to {
    opacity: 1;
    transform: translateY(0px)
  }
}

.home-intro-text {
  margin-bottom: -10vw
}

@media(min-width: 768px) {
  .home-intro-text {
    margin-bottom: -30px
  }
}

/* .home .homepage-gradient-bg,
.home .nav,
.home .text-block-container,
.home .video-custom-container,
.home .services-block {
  background: linear-gradient(90deg, #2A2B33 3.01%, #000 101.29%);
} */

.home video {
  aspect-ratio: 16/9
}


@media(min-width: 650px) {
  .home video {aspect-ratio: 16/9}
}

.home .services-block ~ * {
  position: relative;
  z-index: 1; /* ensures later content appears above the gradient */
}

.home .service-block-item:nth-child(4) {
  display: none
}


/* hide completely on non-homepage */
/* :not(.home) .scroll-gradient-bg {
  display: none;
} */


.home .nav-dt a  {
	color: white;
}

.home .home-intro-text p  {
	color: white
}

.alm-btn-wrap {
  visibility: visible;
  display: flex;
  align-items: center;
  padding: 40px;
}

.projLoadMore {
  margin: 0 auto;
  border: 1px solid #6733f970 !important;
  border-radius: 6px;
  font-size: 18px;
  color: #6733f9;
  padding: 10px;
  font-weight: 300;
  font-family: 'Archivo', sans-serif;
  margin-bottom: 5vw;
  background: none !important;
}

@media(min-width: 768px) {
  .projLoadMore {
    font-size: 22px;
  }
}

.projLoadMore.done {
  border: none;
  cursor: pointer;
}

/* 404 */

.fourOhFour {
  padding-top: 10vw;
  padding-bottom: 20vw;
  text-align: center;
}

@media(min-width: 768px) {
  .fourOhFour {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
}

@media(min-width: 1000px) {
  .fourOhFour {
    padding-top: 10vw;
    padding-bottom: 13vw;
  }
}

/*/ Tags /*/

@media(max-width: 500px) {
  .tags.tag-container {
    mask-image: linear-gradient(90deg,black 80%,transparent 100%);
  -webkit-mask-image: linear-gradient(90deg,black 80%,transparent 100%);
  }
}

@media(max-width: 767px) {
  .tags.tag-container {
    border-top: 1px solid #8080807a;
    padding-top: 13px;
    margin-top: 30px;
    width: auto;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    scrollbar-width: none;
  }

  .tags .tag-item {
    padding-right: 10px;
  }


  .tag-text-container, .button, .button-container.buttonLayout a {
    width: fit-content;
  }
}


.tag-container {
  width: auto;
  padding-right: 2vw
}

.button-container {
	display: flex;
}

.button-container a {
	width: fit-content;
	transition: transform 0.25s cubic-bezier(0.44, 0.1, 0, 1);
	margin-right: 20px;
}

.button-container.buttonLayout a {
	transition: transform 0.25s cubic-bezier(0.44, 0.1, 0, 1);
	transform: scale(1);
}

/* .button-container.buttonLayout a:hover {
	transform: scale(1.04);
} */


.tag-item h6 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
}

.tag-item p, .button p, .buttonLayout p {
  font-weight: 300;
  font-size: 16px;
	margin: 0;
  white-space: nowrap;
  cursor: default;
}

.tag-text-container, .button, .button-container.buttonLayout a {
  background: #ffffff8f;
  padding: 5px 9px;
  border-radius: 100px;
  width: fit-content;
  margin-bottom: 0px;
  margin-right: 10px;
}

.project-intro-container .tag-text-container {
	margin-top: 15px;
}


.project-intro-container .tag-text-container:nth-child(2) {
	margin-top: 0px;
}

.button-container.buttonLayout a {
	padding-left: 14px;
}

.button-container.buttonLayout a p {
	margin: 0
}

.tag-text-container:nth-child(2) {
}

.tag-item {
  margin-bottom: 20px;
  width: fit-content;
}
.tag-text { margin: 0}

.tag-group-container {
  display: flex;
}

@media(min-width: 768px) {
	.tag-item p, .button p, .buttonLayout p {
	  font-size: 19px;
	}

	.tag-container {
	  margin-left: auto;
    transform: scale(0.9);
    transform-origin: top left;
	}

	.tag-text-container, .button, .button-container.buttonLayout a {
	  background: #ffffff8f;
	  padding: 5px 16px;
	  border-radius: 100px;
	  width: fit-content;
	  margin-bottom: 0px;
	  margin-right: 15px
	}

	.button-container.buttonLayout a {
		padding-left: 19px;
	}
}

@media(min-width: 1100px) {
	.tags.tag-container {
    transform: scale(1);
	}
}


.grad-bg-one, .purpleBg {
	background: linear-gradient(64deg, #6201FF 13.45%, #C7B6D7 167.47%);
}

.grad-bg-two {
	background: linear-gradient(108deg, rgba(56, 59, 77, 0.20) 0.81%, rgba(33, 36, 57, 0.20) 103.76%), #383B4D;
}

.grad-bg-three,
.page-id-573 .services-block {
	background: linear-gradient(115deg, #2A2B33 3.01%, #000 101.29%);

}

.home .homepage-gradient-bg {
	background: linear-gradient(281deg, #21222a 3.01%, #000 101.29%)
}


@media(min-width: 768px) {
	.grad-bg-one, .purpleBg {
		background: linear-gradient(95deg, #6201FF -5.6%, #C7B6D7 108.12%);
	}

	.home .homepage-gradient-bg {
	background: linear-gradient(115deg, #21222a 3.01%, #000 101.29%);
}
}

/* Ensure SVG has dimensions (important for Safari) */
.lottie-inner,
.lottie-inner svg {
  width: 100%;
  height: 100%;
  display: block;
}


/* Projects */

.media-wrapper {
  position: relative;
  display: inline-block;
}

/* Default overlay covers media for clickability */
.media-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: auto; /* clickable by default */
}

/* Desktop: Rive interactive, overlay behind */
@media (hover: hover) and (pointer: fine) {
  .rive-wrapper {
    pointer-events: auto; /* receive mouse events */
    z-index: 2; /* above overlay visually, but overlay click handled by JS */
  }

  .rive-wrapper + .media-overlay-link {
    pointer-events: none; /* overlay behind */
  }
}

/* Touch devices: overlay on top, Rive not interactive */
@media (pointer: coarse) {
  .rive-wrapper {
    pointer-events: none; /* Rive not interactive */
  }

  .rive-wrapper + .media-overlay-link {
    pointer-events: auto; /* clickable */
    z-index: 3;
  }
}





.project-page-title {
	/* margin-bottom: 100px; */
}

.cardView .project-page-title {
	margin: 0 !important
}

														.projects-container {	padding: 0 20px }
@media(min-width: 768px) {	.projects-container { padding: 0 40px } }
@media(min-width: 1200px) {	.projects-container { padding: 0 50px } }

.projects-container .projects-container {padding: 0 !important}

.project-grid {
	display: block;
	width: auto;
	max-width: 100%;
}

.project-page-item {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20vw;
}

.project-page-item a {
	overflow: visible
}

.project-page-item {
	margin-bottom: 20vw;
}

.project-page-item.rBelay {

}

/* .project-page-item a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: fit-content;
} */



.ftwa-book a, .pt-festival a, .belay-project a, .chase-showreel a,
.hp a {
	flex-direction: column-reverse
}


.pt-festival .project-page-title {
	margin-bottom: -6vw;
}

.hp .project-page-title {
	margin-top: -35vw;
	margin-left: 59vw;
}

.chase-showreel .project-page-title {
	margin-bottom: 1vw;
}

.bk .project-page-title {
	margin-top: 1.8vw;
}


.belay-project .project-page-title {
  margin-bottom: 0;
  margin-left: 31%;
  margin-top: -13%;
}



@media(min-width: 768px) {
	.ftwa-book a {
		flex-direction: column
	}

	.hp .project-page-title {
		margin-top: -33vw;
		margin-left: 57vw;
	}

	.pt-festival .project-page-title {
		margin-bottom: -4vw;
	}

	.belay-project .project-page-title {
    margin-left: 32.2%;
    margin-top: -12.4%;
	}
}



@media(min-width: 1100px) {
	.pt-festival .project-page-title {
		margin-bottom: -5vw;
	}

	.belay-project .project-page-title {
		/* margin-bottom: -18vw;
		margin-left: 12.8vw; */
	}
}


@media(min-width: 1400px) {
	.belay-project .project-page-title {

	}

	.belay-project.project-page-item {
		/* margin-left: 9vw; */
	}

	.hp .project-page-title {
		margin-top: -31.5vw;
    margin-left: 57vw;
	}
}


.ftwa-book.project-page-item {
	height: 96vw;
	/* background: grey; */
	overflow: hidden;
	margin-bottom: 0vw;
}

.ftwa-book .container {
  transform: translateY(-2vw);
}

.ftwa-book .project-page-title {
  transform: translate(0vw, -25vw)
}
@media(min-width: 768px)  {
	.ftwa-book {
		height: 75vw;
	}
	.ftwa-book .container {
	  transform: translateY(-2vw);
	}
	.ftwa-book .project-page-title {
		transform: translate(0vw, -17vw)
	}
	.ftwa-book.project-page-item {
		height: 75vw;
		margin-bottom: 10vw;
	}
}

@media(min-width: 1100px)  {
	.ftwa-book { height: 60vw;}
	.ftwa-book .project-page-title {
		transform: translate(0vw, -14vw)
	}
  .ftwa-book.project-page-item {
    margin-bottom: 0vw;
  }
}

@media(min-width: 1400px)  {
	.ftwa-book { height: 66vw; }
	.ftwa-book .container {
	  transform: translateY(0vw)
	}
	.ftwa-book .project-page-title {
		height: 65vw;
	}
}
@media(min-width: 1900px)  {


}


#platesThumb {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  width: 100%;
}

.projectView .plates-farm {
  margin-top: -60px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#platesThumb .item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 1px 9px 0px rgba(100, 100, 100, 0.15);
  -webkit-box-shadow: 1px 1px 9px 0px rgba(100, 100, 100, 0.15);
  -moz-box-shadow: 1px 1px 9px 0px rgba(100, 100, 100, 0.15);
}

#platesThumb img, #platesThumb video {
  min-width: 100%;
  min-height: 100%;
}

.platesVideo {
  grid-column-start: 1;
  grid-column-end: 11;
  grid-row-start: 2;
    aspect-ratio: 16 / 9;
}

.platesHome {
  grid-column-start: 2;
  grid-column-end: 7;
  grid-row-start: 1;
  aspect-ratio: 16 / 9;
  align-self: end;
}

.platesEditorial {
  grid-column-start: 7;
  grid-column-end: 11;
  grid-row-start: 1;
  aspect-ratio: 6 / 8;
    align-self: end;
  /* border: 1px solid #34689729; */
}

@media(min-width: 500px) {
  .projectView .plates-farm {
    max-width: 90%;
  }
}

@media(min-width: 700px) {

  .projectView .plates-farm {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22vw;
  }


  #platesThumb {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;

  }

  .platesVideo {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
    align-self: center;
  }

  .platesHome {
    grid-column-start: 9;
    grid-column-end: 14;
    grid-row-start: 2;
    align-self: start;
  }

  .platesEditorial {
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 1;
      align-self: end;
  }

  .projectView .plates-farm .project-page-title {
    margin-right: 39.6%;
    margin-top: -12%;
    text-align: right;
  }
}

@media(min-width: 1100px) {
  .projectView .plates-farm {
  }

  #platesThumb .item {
    border-radius: 12px;
  }
}

@media(min-width: 1300px) {
  .projectView .plates-farm {
    max-width: 80%
  }
  .projectView .rFTWAContainer {max-width: 70%}

  #platesThumb .item {
    border-radius: 12px;
  }
}



/* Get in touch */

.get-in-touch {
	background: linear-gradient(115deg, #2A2B33 3.01%, #000 101.29%);
}

@media(min-width:768px) {
	.get-in-touch {
		background: linear-gradient(115deg, #2A2B33 3.01%, #000 101.29%);
	}
}

.get-in-touch h2, .get-in-touch h4 {
	color: #FFF4CB
}

.get-in-touch h4 {
  margin-top: 30px;
}

.get-in-touch .column-container p {
  margin-top: 10px;
  margin-bottom: 40px;
}

.get-in-touch > div {
	position: relative;
	z-index: 10;
}

.get-in-touch #aeroplane {
	z-index: 2;
}

.get-in-touch p, .get-in-touch a {
  color: white
}

@media(min-width: 1000px) {
	.get-in-touch .regular-para p,
	.get-in-touch .regular-para a {
		font-size: clamp(16px, 2vw, 25px)
	}
}

.arrow.white-arrow::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='8' viewBox='0 0 18 8' fill='none'><path d='M0.539062 0.720703L8.53906 6.7207L16.5391 0.720703' stroke='white' stroke-width='1.5'/></svg>") !important;
}

.get-in-touch {
  padding-top: 00px;
  padding-bottom: 00px;
	display: flex;
	flex-direction: column;
  justify-content: space-between;
	min-height: 410px
}

@media(min-width:768px) {
  .get-in-touch {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#aeroplane-img {
	width: fit-content;
	margin-left: auto;
}

/* end get in touch */


.footer-container {
	background: linear-gradient(215deg, #6201FF -5.92%, #C7B6D7 114.01%);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 100;
	position: relative;
}


.footer-site-title {
	font-family: 'Bagnard', serif;
	font-size: clamp(38px, 7vw, 70px);
	letter-spacing: -1.14px;
	color: #FFF4CB;
	font-weight: 400;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 50px;
	transition: 0.45s cubic-bezier(0.44, 0.1, 0, 1);
}

.footer-site-title:hover {
	transform: translateY(-8px)
}

.footer_link, .nav-mob {
	text-align: center;
	margin-bottom: 10px;
	transition: 0.25s cubic-bezier(0.44, 0.1, 0, 1);
}

.footer_link.hovered {opacity: 0.5}
.footer_link.hovered:hover {opacity: 1}

.footer_link a, .nav-mob a {
	color: #FFF4CB;
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	margin: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 8px;
}

@media(min-width: 768px) {
	.footer_link a {
		font-weight: 500;
	}
}


.footer_link:hover {
	transform: translateY(-5px);
}

/* touchscreen */
@media (pointer: coarse) {
  .footer_link:hover {
    transform: none;
  }
}

.footer_link.indented a, .nav-mob .indented a  {
	color: white;
	font-size: 23px;
	font-weight: 500;
}

.indented:nth-of-type(4), .nav-mob .indented:nth-of-type(4) {
	margin-bottom: 20px
}



#mc_embed_shell {
	margin: 0 auto !important;
	width: fit-content;
	margin-top: 75px !important;
	padding-bottom: 100px;
}
@media(min-width:768px) {
	#mc_embed_shell {
		padding-bottom: 0px;
	}
}
#mc_embed_shell h2 {
	color: white;
	font-family: 'Archivo', sans-serif;
	font-weight: 400 !important;
	font-size: 20px !important;
	text-align: center;
	letter-spacing: 0px !important;
}
#mc_embed_signup {
	background: #ffffff00 !important;
	max-width: 100vw;
}
#mc_embed_signup label {
	color: white;
	font-family: 'Archivo', sans-serif;
	font-weight: 300 !important;
	font-size: 15px !important;
}

#mc_embed_signup h2 {
	display: block
}

#mc_embed_signup .mc-field-group input {
	display: block;
width: 100%;
padding: 8px 0;
text-indent: 2%;
background: #ffffff00;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #ffffff6b;
border-radius: 0;
}

#mc_embed_signup .mc-field-group input,
#mc_embed_signup .mc-field-group input::placeholder {
text-indent: 2%;
background: #ffffff00;
color: white;
font-family: 'Archivo', sans-serif;
font-weight: 300 !important;
font-size: 15px !important;
letter-spacing: 0px !important
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	color: white !important;
	background-color: rgb(255 255 255 / 0%) !important;
	font-family: 'Archivo', sans-serif;
	font-weight: 300 !important;
	font-size: 15px !important;
	letter-spacing: 0px !important
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 2px solid #fa7aff !important
}

#mc_embed_signup .button {
	background-color: #ffffff00 !important;
	font-family: 'Archivo', sans-serif;
	font-weight: 300 !important;
	font-size: 15px !important;
	letter-spacing: 0px !important;
	margin: 0 auto !important;
}

#mc_embed_signup #mce-success-response {
	color: white !important;
	font-family: 'Archivo', sans-serif;
	font-weight: 300 !important;
	font-size: 15px !important;
	letter-spacing: 0px !important
}

#mc_embed_signup .foot {
	grid-template-columns: 1fr !important
}
.asterisk {color: white !important; opacity: 0.75;}

@media(min-width:768px) {

	.footer-container {
		background: linear-gradient(215deg, #6201FF -5.92%, #C7B6D7 114.01%);
  }

	.footer-site-title {
		font-size: clamp(38px, 10vw, 140px);
		letter-spacing: -2.38px;
		/* pointer-events: none; */
		padding-top: 0px;

	}

	.footer_link a {
		color: white;
		font-size: 25px;
		margin: 10px;

	}

	.footer_link.indented a {
	display: none;
	}

	.footer_links_container  {
	display: flex;
  justify-content: center;
	}
}

@media(min-width:1000px) {
	.footer_link a {
		font-size: 30px;
		margin: 25px;
	}
}





/*  */

/* Projects */

.projectView.container.global-width {
	max-width: unset
}


canvas#rFTWA {
    width: 100%;
		transform: translate(-3.9vw, -8.2vw);
}

canvas {width: 100%}
.rFTWAContainer {
	width: 100%;
	margin-left: auto;
	margin-top: 7vw;
}
.rPageturnerContainer {width: 100%; margin-left: auto}



canvas#canvas_ironheart_mobile { width: 204vw;  margin-left: -83vw;}
canvas#canvas_ironheart        { width: 197vw; margin-left: -12.5vw;}
canvas#rBelay {  width: 100%;  margin-left: 0 }
canvas#rHarryPotter {
	width: 100vw;
	transform: translate(-8vw, -15.5vw);
}
canvas#canvas_wiwh {width: 100vw; margin-left: 0vw}
.the-comedy-store-dab-img {margin-bottom: 15px; min-width: unset !important}
.rBelayContainer {margin-bottom:40vw;}

/* @media(min-width: 550px) {
  canvas#rBelay {  width: 102vw;  margin-left: -4vw }

} */

#destination-nuclear-motion-design,
#hsbc-pride-animation,
#bbfc-app-advertisement {
	max-width: 850px;
	margin-left: auto
}

@media(min-width: 768px) {
  canvas {width: 100%}
	canvas#rFTWA {
			transform: translate(-3.9vw, 0vw)
	}
  .rFTWAContainer {
		width: 90vw;
		margin-top:0vw;
		margin-right: auto;
		margin-left: 0
	}
  .rPageturnerContainer {margin-bottom: 11vw;}
  .rBelayContainer {max-width:85%; margin-right: -3vw; margin-left: auto;}
  .rPageturnerContainer {width: 70%; margin-left: 3vw}
  canvas#canvas_wiwh {width: 80vw; margin-left: 17vw}
  .the-comedy-store-dab-img {max-width: 80% !important}

}

@media(min-width: 1100px) {
  .the-comedy-store-dab-img {max-width: 75% !important}
	.rFTWAContainer {width: 75vw;}

}

@media(min-width: 1400px) {
  .rFTWAContainer {
		width: 80vw;
    margin-left: auto;
    transform: translate(3vw, 0px);
  }

  #destination-nuclear-motion-design,
	#hsbc-pride-animation,
	#bbfc-app-advertisement {
	margin-right: 6vw
}

  .rPageturnerContainer {max-width: 65%; margin-left: 3vw }
  canvas#canvas_wiwh {width: 1200px; margin-left: 20vw}
  canvas#rHarryPotter {width: 90vw;}
  canvas#canvas_ironheart     { width: 2000px; margin-left: -5vw;}
  .the-comedy-store-dab-img {max-width: 75% !important}

}

.single-project .footer-container {
	margin-top: 50px;
}

.chase-showreel {
	max-width: 900px;
	margin-left: auto;
	margin-right:auto;
}

.chase-showreel video {
	border-radius: 10px
}

.bk {
	max-width: 900px;
	margin-left: auto;
}

@media(min-width: 1200px) {
	.bk {
		max-width: 75vw;
	}
	.chase-showreel {
		max-width: 75vw;
	}
	.chase-showreel video {
		border-radius: 20px
	}
}


.bk-thumb {
	display: flex;
	flex-direction: row;
	gap: 12px
}


.bk-thumb .column-right {
	gap: 16px
}

.bk-thumb img, .bk-thumb video {
	min-height: 100%;
}

.bk-thumb .column-right {
	display: flex;
	flex-direction: column;
}

.flex-item {
	margin-bottom: -5px;
}
.bk-thumb div {
	border-radius: 8px;
	overflow: hidden;
}

.bk-thumb .column-left {
	width: 67%;
}
.bk-thumb .column-right {
	width: 33%;
}

@media(min-width: 768px) {
	.bk-thumb, .bk-thumb .column-right {
		gap: 30px
	}

	.bk-thumb div {
		border-radius: 12px;
	}

	.bk-thumb .column-left {
		width: 75%;
	}
	.bk-thumb .column-right {
		width: 25%;
	}
}

/* Project page */


.image-custom-container, .video-custom-container, .credits-container, .image-custom-columns-container, .project-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media(min-width: 768px) {
.image-custom-container, .video-custom-container, .credits-container, .image-custom-columns-container, .project-margin {
	margin-top: 50px;
	margin-bottom: 50px;
}
}

.bold {
	font-weight: 600
}

.single-project .entry-content h1, .single-project .entry-content h2, .single-project .entry-content h3,
.single-project .entry-content h4, .single-project .entry-content h5, .single-project .entry-content h6,
.single-project .entry-content p {
	color: #131319
}


/* Contact */

.in-copy-link {
  color: #6733f9;
  border-bottom: 1px solid #6733f9;
  white-space: nowrap;
}

.whatsapp::before {
  width: 20px;
    margin-right: -2px;
    transform: scale(0.9) translateY(2px);
      height: 20px;
      display: inline-block;
content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5596 7.9806C16.4816 5.84601 15.5821 3.82413 14.0489 2.33705C12.5156 0.849958 10.4671 0.0126491 8.33121 2.24412e-06H8.29087C6.85248 -0.0010563 5.43865 0.372387 4.1884 1.08356C2.93815 1.79474 1.89459 2.81919 1.16046 4.05612C0.426276 5.29301 0.0268149 6.69976 0.00129842 8.13787C-0.0241624 9.57605 0.325213 10.996 1.01505 12.2582L0.282537 16.6416C0.281367 16.6506 0.282091 16.6597 0.28471 16.6684C0.287328 16.6771 0.291785 16.6851 0.297747 16.692C0.303708 16.6988 0.311062 16.7043 0.319308 16.7081C0.327553 16.7119 0.336523 16.7138 0.345604 16.7139H0.358195L4.69377 15.7495C5.81399 16.2873 7.04073 16.5663 8.28335 16.566H8.52024C9.61333 16.5348 10.6894 16.2874 11.6864 15.8382C12.6833 15.3889 13.5814 14.7466 14.3289 13.9484C15.0763 13.1503 15.6583 12.2119 16.0411 11.1876C16.424 10.1633 16.6002 9.07335 16.5596 7.9806ZM8.47902 15.1253H8.2833C7.18508 15.1267 6.10258 14.8639 5.12722 14.3592L4.90543 14.2432L1.96523 14.938L2.50793 11.9633L2.38191 11.7499C1.78004 10.7238 1.45591 9.55866 1.44131 8.36914C1.42677 7.17967 1.72227 6.00685 2.29879 4.96636C2.8753 3.92581 3.71295 3.0534 4.72915 2.43505C5.74541 1.81669 6.90518 1.47372 8.09432 1.4399H8.29338C10.0887 1.44525 11.8101 2.15559 13.0866 3.41799C14.3632 4.68039 15.0927 6.39378 15.1181 8.18891C15.1434 9.98409 14.4625 11.7173 13.2221 13.0153C11.9817 14.3132 10.2811 15.0719 8.48659 15.1279L8.47902 15.1253Z' fill='%236733F9'/%3E%3Cpath d='M16.5596 7.9806C16.4816 5.84601 15.5821 3.82413 14.0489 2.33705C12.5156 0.849958 10.4671 0.0126491 8.33121 2.24412e-06H8.29087C6.85248 -0.0010563 5.43865 0.372387 4.1884 1.08356C2.93815 1.79474 1.89459 2.81919 1.16046 4.05612C0.426276 5.29301 0.0268149 6.69976 0.00129842 8.13787C-0.0241624 9.57605 0.325213 10.996 1.01505 12.2582L0.282537 16.6416C0.281367 16.6506 0.282091 16.6597 0.28471 16.6684C0.287328 16.6771 0.291785 16.6851 0.297747 16.692C0.303708 16.6988 0.311062 16.7043 0.319308 16.7081C0.327553 16.7119 0.336523 16.7138 0.345604 16.7139H0.358195L4.69377 15.7495C5.81399 16.2873 7.04073 16.5663 8.28335 16.566H8.52024C9.61333 16.5348 10.6894 16.2874 11.6864 15.8382C12.6833 15.3889 13.5814 14.7466 14.3289 13.9484C15.0763 13.1503 15.6583 12.2119 16.0411 11.1876C16.424 10.1633 16.6002 9.07335 16.5596 7.9806ZM8.47902 15.1253H8.2833C7.18508 15.1267 6.10258 14.8639 5.12722 14.3592L4.90543 14.2432L1.96523 14.938L2.50793 11.9633L2.38191 11.7499C1.78004 10.7238 1.45591 9.55866 1.44131 8.36914C1.42677 7.17967 1.72227 6.00685 2.29879 4.96636C2.8753 3.92581 3.71295 3.0534 4.72915 2.43505C5.74541 1.81669 6.90518 1.47372 8.09432 1.4399H8.29338C10.0887 1.44525 11.8101 2.15559 13.0866 3.41799C14.3632 4.68039 15.0927 6.39378 15.1181 8.18891C15.1434 9.98409 14.4625 11.7173 13.2221 13.0153C11.9817 14.3132 10.2811 15.0719 8.48659 15.1279L8.47902 15.1253Z' fill='%236733F9'/%3E%3Cpath d='M5.39894 4.2843C5.29659 4.28631 5.19569 4.30881 5.10215 4.35049C5.00867 4.39222 4.92448 4.45222 4.85456 4.52704C4.65712 4.7295 4.10523 5.21671 4.0733 6.23994C4.04138 7.2631 4.75629 8.27541 4.85624 8.41736C4.95618 8.55932 6.22298 10.7696 8.30971 11.6659C9.53623 12.1943 10.0739 12.285 10.4225 12.285C10.5661 12.285 10.6745 12.2699 10.7879 12.2632C11.1701 12.2397 12.0329 11.7978 12.221 11.3173C12.4092 10.8367 12.4218 10.4167 12.3722 10.3327C12.3227 10.2487 12.1866 10.1882 11.9816 10.0807C11.7767 9.97314 10.7711 9.43551 10.5821 9.35991C10.512 9.32726 10.4366 9.30765 10.3594 9.30197C10.3092 9.30459 10.2604 9.31941 10.2173 9.3452C10.1741 9.37094 10.1378 9.40688 10.1116 9.44978C9.94366 9.65898 9.55807 10.1134 9.42865 10.2445C9.4004 10.2771 9.36558 10.3033 9.32653 10.3216C9.28747 10.3398 9.24496 10.3496 9.20184 10.3504C9.12239 10.3469 9.04468 10.3259 8.9742 10.289C8.36509 10.0304 7.80974 9.65993 7.33691 9.19695C6.89511 8.7615 6.52027 8.26298 6.22466 7.71761C6.11044 7.5059 6.22466 7.3967 6.32884 7.29759C6.43302 7.19842 6.54473 7.06153 6.65225 6.94303C6.7405 6.84186 6.81404 6.72876 6.8707 6.60703C6.90001 6.55053 6.91483 6.48763 6.91377 6.42401C6.91277 6.36033 6.89594 6.29799 6.8648 6.24244C6.81527 6.13659 6.44478 5.09576 6.2709 4.67825C6.12978 4.32124 5.96175 4.30948 5.81472 4.29856C5.69377 4.29015 5.55515 4.28597 5.41654 4.28174H5.39888' fill='%236733F9'/%3E%3Cpath d='M5.39894 4.2843C5.29659 4.28631 5.19569 4.30881 5.10215 4.35049C5.00867 4.39222 4.92448 4.45222 4.85456 4.52704C4.65712 4.7295 4.10523 5.21671 4.0733 6.23994C4.04138 7.2631 4.75629 8.27541 4.85624 8.41736C4.95618 8.55932 6.22298 10.7696 8.30971 11.6659C9.53623 12.1943 10.0739 12.285 10.4225 12.285C10.5661 12.285 10.6745 12.2699 10.7879 12.2632C11.1701 12.2397 12.0329 11.7978 12.221 11.3173C12.4092 10.8367 12.4218 10.4167 12.3722 10.3327C12.3227 10.2487 12.1866 10.1882 11.9816 10.0807C11.7767 9.97314 10.7711 9.43551 10.5821 9.35991C10.512 9.32726 10.4366 9.30765 10.3594 9.30197C10.3092 9.30459 10.2604 9.31941 10.2173 9.3452C10.1741 9.37094 10.1378 9.40688 10.1116 9.44978C9.94366 9.65898 9.55807 10.1134 9.42865 10.2445C9.4004 10.2771 9.36558 10.3033 9.32653 10.3216C9.28747 10.3398 9.24496 10.3496 9.20184 10.3504C9.12239 10.3469 9.04468 10.3259 8.9742 10.289C8.36509 10.0304 7.80974 9.65993 7.33691 9.19695C6.89511 8.7615 6.52027 8.26298 6.22466 7.71761C6.11044 7.5059 6.22466 7.3967 6.32884 7.29759C6.43302 7.19842 6.54473 7.06153 6.65225 6.94303C6.7405 6.84186 6.81404 6.72876 6.8707 6.60703C6.90001 6.55053 6.91483 6.48763 6.91377 6.42401C6.91277 6.36033 6.89594 6.29799 6.8648 6.24244C6.81527 6.13659 6.44478 5.09576 6.2709 4.67825C6.12978 4.32124 5.96175 4.30948 5.81472 4.29856C5.69377 4.29015 5.55515 4.28597 5.41654 4.28174H5.39888' fill='%236733F9'/%3E%3C/svg%3E%0A");
}


@media(min-width: 768px) {
  .whatsapp::before {
    margin-right: -1px;
    transform: scale(1) translateY(0px);
  }
}


/* */
