/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* Import Vendors.
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/**
* Import Helpers.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _variables - Small.
*/
/**
* _variables - Medium.
*/
/**
* _variables - Large.
*/
/**
* _variables - XL.
*/
/**
* _variables - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _colours - Small.
*/
/**
* _colours - Medium.
*/
/**
* _colours - Large.
*/
/**
* _colours - XL.
*/
/**
* _colours - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _fonts - Small.
*/
/* Neue Haas Grotesk Display Pro 75 Bold
font-family: neue-haas-grotesk-display, sans-serif;
font-weight: 700;
font-style: normal;

Neue Haas Grotesk Text Pro 55 Roman
font-family: neue-haas-grotesk-text, sans-serif;
font-weight: 400;
font-style: normal;

Neue Haas Grotesk Text Pro 65 Medium
font-family: neue-haas-grotesk-text, sans-serif;
font-weight: 500;
font-style: normal;

Neue Haas Grotesk Text Pro 75 Bold
font-family: neue-haas-grotesk-text, sans-serif;
font-weight: 700;
font-style: normal; */
/* @font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Bold.eot');
	src: url('../fonts/NeueHaasDisplay-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-Bold.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-Bold.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Black.eot');
	src: url('../fonts/NeueHaasDisplay-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-Black.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-Black.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-Black.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-Black.svg#NeueHaasDisplay-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-BlackItalic.eot');
	src: url('../fonts/NeueHaasDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-BlackItalic.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-BlackItalic.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-BlackItalic.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-BlackItalic.svg#NeueHaasDisplay-BlackItalic') format('svg');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-BoldItalic.eot');
	src: url('../fonts/NeueHaasDisplay-BoldItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-BoldItalic.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-BoldItalic.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-BoldItalic.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-BoldItalic.svg#NeueHaasDisplay-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Light.eot');
	src: url('../fonts/NeueHaasDisplay-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-Light.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-Light.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-Light.svg#NeueHaasDisplay-Light') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Thin.eot');
	src: url('../fonts/NeueHaasDisplay-Thin.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-Thin.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-Thin.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-Thin.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-Thin.svg#NeueHaasDisplay-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Mediu.eot');
	src: url('../fonts/NeueHaasDisplay-Mediu.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-Mediu.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-Mediu.svg#NeueHaasDisplay-Mediu') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-Roman.eot');
	src: url('../fonts/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-Roman.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-LightItalic.eot');
	src: url('../fonts/NeueHaasDisplay-LightItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-LightItalic.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-LightItalic.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-LightItalic.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-LightItalic.svg#NeueHaasDisplay-LightItalic') format('svg');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-RomanItalic.eot');
	src: url('../fonts/NeueHaasDisplay-RomanItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-RomanItalic.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-RomanItalic.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-RomanItalic.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-RomanItalic.svg#NeueHaasDisplay-RomanItalic') format('svg');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-XThin.eot');
	src: url('../fonts/NeueHaasDisplay-XThin.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-XThin.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-XThin.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-XThin.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-XThin.svg#NeueHaasDisplay-XThin') format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-XXThin.eot');
	src: url('../fonts/NeueHaasDisplay-XXThin.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-XXThin.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-XXThin.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-XXThin.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-XXThin.svg#NeueHaasDisplay-XXThin') format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-XThinItalic.eot');
	src: url('../fonts/NeueHaasDisplay-XThinItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-XThinItalic.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-XThinItalic.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-XThinItalic.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-XThinItalic.svg#NeueHaasDisplay-XThinItalic') format('svg');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-ThinItalic.eot');
	src: url('../fonts/NeueHaasDisplay-ThinItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-ThinItalic.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-ThinItalic.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-ThinItalic.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-ThinItalic.svg#NeueHaasDisplay-ThinItalic') format('svg');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-MediumItalic.eot');
	src: url('../fonts/NeueHaasDisplay-MediumItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-MediumItalic.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-MediumItalic.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-MediumItalic.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-MediumItalic.svg#NeueHaasDisplay-MediumItalic') format('svg');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Grotesk Display Pro';
	src: url('../fonts/NeueHaasDisplay-XXThinItalic.eot');
	src: url('../fonts/NeueHaasDisplay-XXThinItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NeueHaasDisplay-XXThinItalic.woff2') format('woff2'),
		 url('../fonts/NeueHaasDisplay-XXThinItalic.woff') format('woff'),
		 url('../fonts/NeueHaasDisplay-XXThinItalic.ttf') format('truetype'),
		 url('../fonts/NeueHaasDisplay-XXThinItalic.svg#NeueHaasDisplay-XXThinItalic') format('svg');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

$theFont:	'Neue Haas Grotesk Display Pro'; */
@font-face {
  font-family: "Agrandir-Variable";
  src: url("../fonts/Agrandir-Variable.eot");
  src: local("Agrandir-Variable"), local("Agrandir-Variable"), url("../fonts/Agrandir-Variable.eot?#iefix") format("embedded-opentype"), url("../fonts/Agrandir-Variable.woff2") format("woff2"), url("../fonts/Agrandir-Variable.woff") format("woff"), url("../fonts/Agrandir-Variable.ttf") format("truetype");
  font-weight: 767;
  font-style: normal;
}
@font-face {
  font-family: "Agrandir-NarrowBlack";
  src: url("../fonts/Agrandir-NarrowBlack.eot");
  src: local("Agrandir-NarrowBlack"), local("Agrandir-NarrowBlack"), url("../fonts/Agrandir-NarrowBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/Agrandir-NarrowBlack.woff2") format("woff2"), url("../fonts/Agrandir-NarrowBlack.woff") format("woff"), url("../fonts/Agrandir-NarrowBlack.ttf") format("truetype");
  font-weight: 767;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter-regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/matter-regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
h1 {
  margin: 0;
  font-family: "Agrandir-Variable";
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 3.438rem;
  font-stretch: 75%;
  font-feature-settings: "salt" on;
}

h2 {
  margin: 0;
  font-family: "Agrandir-Variable";
  font-size: 1.875rem;
  font-weight: 700;
  font-style: normal;
  line-height: 2.5rem;
  font-stretch: 75%;
  font-feature-settings: "salt" on;
}

h3 {
  margin: 0;
  font-family: "Agrandir-Variable";
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.313rem;
  font-stretch: 75%;
  font-feature-settings: "salt" on;
}

h4 {
  margin: 0;
  font-family: "Matter";
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2rem;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
  font-family: "Matter";
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  line-height: 0.75rem;
}

p, label, address {
  font-family: "Matter";
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75rem;
}

p strong {
  font-weight: 700;
}

/**
* _fonts - Medium.
*/
@media screen and (min-width: 640px) {
  h1 {
    font-size: 3.125rem;
    line-height: 4.063rem;
  }
  h2 {
    font-size: 2.188rem;
    line-height: 2.813rem;
  }
  h3 {
    font-size: 1.125rem;
    line-height: 1.438rem;
  }
  h4 {
    font-size: 1.063rem;
    line-height: 2.125rem;
  }
}
/**
* _fonts - Large.
*/
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3.75rem;
  }
  h3 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
  h4 {
    font-size: 1.125rem;
    line-height: 2.25rem;
  }
}
/**
* _fonts - XL.
*/
/**
* _fonts - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _cookie-policy - Small.
*/
.cookie-policy {
  width: calc(100% - 1.25rem);
  padding: 0.625rem;
  bottom: 0.625rem;
  right: 0.625rem;
  position: fixed;
  background-color: #7773FF;
  border-radius: 10px;
  box-shadow: 3px 3px 12px rgba(10, 10, 10, 0.5);
  z-index: 9;
}
.cookie-policy .cookie {
  width: 48px;
  height: 48px;
  padding: 0.625rem;
  margin: 0rem auto 1.25rem auto;
  background-color: #FEFEFE;
  border-radius: 100%;
}
.cookie-policy p {
  color: #FEFEFE !important;
  font-size: 12px;
  line-height: 20px;
}
.cookie-policy p a {
  display: inline-block;
  color: #FEFEFE !important;
  font-size: 12px;
  line-height: 20px;
}
.cookie-policy p a:before {
  background-color: rgba(254, 254, 254, 0.2) !important;
}
.cookie-policy p a:after {
  background-color: #fefefe !important;
}
.cookie-policy p:first-of-type {
  color: #FEFEFE !important;
  font-size: 16px;
  line-height: 24px;
}
.cookie-policy p:last-of-type {
  margin: 0rem 0rem 1.5rem 0rem;
}
.cookie-policy .cookie-policy-close {
  min-width: 160px;
  height: 45px;
  background-color: #FEFEFE;
  font-size: 14px;
  line-height: 45px;
  cursor: pointer;
}

/**
* _cookie-policy - Medium.
*/
@media screen and (min-width: 640px) {
  .cookie-policy {
    width: calc(100% - 1.875rem);
    max-width: 380px;
    padding: 0.9375rem;
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}
/**
* _cookie-policy - Large.
*/
@media screen and (min-width: 1024px) {
  .cookie-policy {
    width: calc(100% - 3.75rem);
    padding: 1.875rem;
    bottom: 1.875rem;
    right: 1.875rem;
  }
}
/**
* _cookie-policy - XL.
*/
/**
* _cookie-policy - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _mixins - Small.
*/
/* Clearfix. */
/* Pseudo (when using :before and :after you'll always need these three, so we're saving two lines of code every time you use this). */
/*.example {
	&:before {
		@include pseudo;
	}
}*/
/* Truncate. */
/* Responsive Ratio. */
/* Give Placeholder Text a Custom Colour. */
/* Hardware Acceleration. */
/**
* _mixins - Medium.
*/
/**
* _mixins - Large.
*/
/**
* _mixins - XL.
*/
/**
* _mixins - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _classes - Small.
*/
/* General Classes. */
#skip-navigation-link a {
  width: 1px;
  height: 1px;
  top: auto;
  left: -10000px;
  position: absolute;
  overflow: hidden;
}
#skip-navigation-link a:focus {
  width: auto;
  height: auto;
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.background-colour_navy {
  background-color: #29293D;
}

.background-colour_light-grey {
  background-color: #F7F7F7;
}

.background-colour_grey {
  background-color: #F7F7FA;
}

.background-image_linear-gradient {
  background-image: linear-gradient(to right, rgba(119, 115, 255, 0.65), rgba(205, 97, 219, 0.65));
}

.background-image_linear-gradient_alt {
  background-image: linear-gradient(45deg, #7773FF, #CD61DB);
}

.spacer {
  height: 60px;
}

.spacer_mini {
  height: 1rem;
}

/* Padding Classes. */
.padding-top {
  padding-top: 60px;
}

.padding-top_small {
  padding-top: 60px;
}

.padding-bottom {
  padding-bottom: 60px;
}

.padding-bottom_small {
  padding-bottom: 60px;
}

/* Margin Classes. */
.margin-top {
  margin-top: 60px;
}

.margin-top_small {
  margin-top: 60px;
}

.margin-bottom {
  margin-bottom: 60px;
}

.margin-bottom_small {
  margin-bottom: 60px;
}

/* Element Alignment Classes. */
.hybrid-flex-sm {
  display: flex;
  flex-direction: row;
}

.hybrid-flex-hs-sm {
  justify-content: flex-start;
}

.hybrid-flex-hc-sm {
  justify-content: center;
}

.hybrid-flex-he-sm {
  justify-content: flex-end;
}

.hybrid-flex-vt-sm {
  align-items: flex-start;
}

.hybrid-flex-vc-sm {
  align-items: center;
}

.hybrid-flex-vb-sm {
  align-items: flex-end;
}

.hybrid-flex-alt-sm {
  display: flex;
  flex-direction: column;
}

.hybrid-flex-alt-hs-sm {
  align-items: flex-start;
}

.hybrid-flex-alt-hc-sm {
  align-items: center;
}

.hybrid-flex-alt-he-sm {
  align-items: flex-end;
}

.hybrid-flex-alt-vt-sm {
  justify-content: flex-start;
}

.hybrid-flex-alt-vc-sm {
  justify-content: center;
}

.hybrid-flex-alt-vb-sm {
  justify-content: flex-end;
}

/* Text Alignment Classes. */
.text-left-sm {
  text-align: left;
}

.text-center-sm {
  text-align: center;
}

.text-right-sm {
  text-align: right;
}

/* Hide/Show Classes. */
.hide-for-xl {
  display: inline-block;
}

.hide-for-xxl {
  display: inline-block;
}

.show-for-xl {
  display: none;
}

.show-for-xxl {
  display: none;
}

/**
* _classes - Medium.
*/
@media screen and (min-width: 640px) {
  /* General Classes. */
  .spacer {
    height: 90px;
  }
  /* Padding Classes. */
  .padding-top {
    padding-top: 90px;
  }
  .padding-bottom {
    padding-bottom: 90px;
  }
  /* Margin Classes. */
  .margin-top {
    margin-top: 90px;
  }
  .margin-bottom {
    margin-bottom: 90px;
  }
  /* Element Alignment Classes. */
  .hybrid-flex-md {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-md {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-md {
    justify-content: center;
  }
  .hybrid-flex-he-md {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-md {
    align-items: flex-start;
  }
  .hybrid-flex-vc-md {
    align-items: center;
  }
  .hybrid-flex-vb-md {
    align-items: flex-end;
  }
  .hybrid-flex-alt-md {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-md {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-md {
    align-items: center;
  }
  .hybrid-flex-alt-he-md {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-md {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-md {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-md {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  /* Hide/Show Classes. */
}
/**
* _classes - Large.
*/
@media screen and (min-width: 1024px) {
  /* General Classes. */
  .spacer {
    height: 120px;
  }
  /* Padding Classes. */
  .padding-top {
    padding-top: 120px;
  }
  .padding-bottom {
    padding-bottom: 120px;
  }
  /* Margin Classes. */
  .margin-top {
    margin-top: 120px;
  }
  .margin-bottom {
    margin-bottom: 120px;
  }
  /* Element Alignment Classes. */
  .hybrid-flex-lg {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-lg {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-lg {
    justify-content: center;
  }
  .hybrid-flex-he-lg {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-lg {
    align-items: flex-start;
  }
  .hybrid-flex-vc-lg {
    align-items: center;
  }
  .hybrid-flex-vb-lg {
    align-items: flex-end;
  }
  .hybrid-flex-alt-lg {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-lg {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-lg {
    align-items: center;
  }
  .hybrid-flex-alt-he-lg {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-lg {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-lg {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-lg {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  /* Hide/Show Classes. */
}
/**
* _classes - XL.
*/
@media screen and (min-width: 1200px) {
  /* Element Alignment Classes. */
  .hybrid-flex-xl {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-xl {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-xl {
    justify-content: center;
  }
  .hybrid-flex-he-xl {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-xl {
    align-items: flex-start;
  }
  .hybrid-flex-vc-xl {
    align-items: center;
  }
  .hybrid-flex-vb-xl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-xl {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-xl {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-xl {
    align-items: center;
  }
  .hybrid-flex-alt-he-xl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-xl {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-xl {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-xl {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-xl {
    text-align: left;
  }
  .text-center-xl {
    text-align: center;
  }
  .text-right-xl {
    text-align: right;
  }
  /* Hide/Show Classes. */
  .hide-for-xl {
    display: none;
  }
  .show-for-xl {
    display: inline-block;
  }
}
/**
* _classes - XXL.
*/
@media screen and (min-width: 1440px) {
  /* Element Alignment Classes. */
  .hybrid-flex-xxl {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-xxl {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-xxl {
    justify-content: center;
  }
  .hybrid-flex-he-xxl {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-xxl {
    align-items: flex-start;
  }
  .hybrid-flex-vc-xxl {
    align-items: center;
  }
  .hybrid-flex-vb-xxl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-xxl {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-xxl {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-xxl {
    align-items: center;
  }
  .hybrid-flex-alt-he-xxl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-xxl {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-xxl {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-xxl {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-xxl {
    text-align: left;
  }
  .text-center-xxl {
    text-align: center;
  }
  .text-right-xxl {
    text-align: right;
  }
  /* Hide/Show Classes. */
  .hide-for-xxl {
    display: none;
  }
  .show-for-xxl {
    display: inline-block;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _effects - Small.
*/
/* Links. */
.text-link {
  position: relative;
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}
.text-link:before, .text-link:after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.text-link:before {
  background-color: rgba(254, 254, 254, 0.1);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.text-link:after {
  background-color: #fefefe;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

/* Buttons. */
.default-button {
  min-width: 175px;
  height: 50px;
  padding: 0rem 1rem 0rem 1rem;
  position: relative;
  display: inline-block;
  background-color: #EAE6FF;
  border-radius: 25px;
  color: #7773FF !important;
  font-family: "Matter";
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 0;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.default-button.fill-hover {
  transition: 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.default-button.fill-hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(100%);
  position: absolute;
  background-color: #29293D;
  z-index: -1;
  transition: 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  content: "";
}
.default-button.fill-alt-hover:before {
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: #29293D;
  border-radius: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  content: "";
}
.default-button.ghost {
  min-width: 200px;
  background-color: transparent;
  border: 1px solid #FEFEFE;
  color: #FEFEFE !important;
  line-height: 48px;
}
.default-button.ghost span {
  display: inline-block;
}
.default-button.ghost span.play-icon {
  margin: 0rem 0.5rem 0rem 0rem;
  top: 3px;
  transform: rotate(90deg);
  color: transparent;
  font-size: 24px;
  line-height: 24px;
  -webkit-text-stroke: 1.25px #FEFEFE;
  text-stroke: 1.25px #FEFEFE;
  transition: 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  /* width: 0;
  height: 0;
  margin: 0rem .5rem 0rem 0rem;
  top: 4px;
  border-width: 10px 0 10px 20px;
  border-style: solid;
  border-color: transparent transparent transparent $white; */
}
.default-button.ghost.fill-hover:before {
  background-color: #FEFEFE;
}
.default-button.ghost:focus {
  color: #FEFEFE !important;
}
.default-button:focus {
  color: #7773FF !important;
}

.materialize-button {
  min-width: 175px;
  height: 50px;
  padding: 0rem 2rem 0rem 2rem;
  position: relative;
  display: inline-block;
  background-color: #EAE6FF;
  border-radius: 25px;
  color: #7773FF !important;
  font-family: "Matter";
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  z-index: 0;
}
.materialize-button span.ripple {
  transform: scale(0.2);
  position: absolute;
  background-color: rgba(41, 41, 61, 0.3);
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: ripple 1.6s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  will-change: transform;
}
.materialize-button.ghost, .materialize-button.gradient {
  min-width: 200px;
  background-color: transparent;
  border: 1px solid #FEFEFE;
  color: #FEFEFE !important;
  line-height: 48px;
}
.materialize-button.ghost span, .materialize-button.gradient span {
  pointer-events: none;
}
.materialize-button.ghost span.play-icon, .materialize-button.gradient span.play-icon {
  margin: 0rem 0.5rem 0rem 0rem;
  top: 3px;
  transform: rotate(90deg);
  display: inline-block;
  color: transparent;
  font-size: 24px;
  line-height: 24px;
  -webkit-text-stroke: 1.25px #FEFEFE;
  text-stroke: 1.25px #FEFEFE;
  transition: 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.materialize-button.ghost span.ripple, .materialize-button.gradient span.ripple {
  background-color: rgba(254, 254, 254, 0.3);
}
.materialize-button.ghost:focus, .materialize-button.gradient:focus {
  color: #FEFEFE !important;
}
.materialize-button.gradient {
  background-image: linear-gradient(to right, #7773ff, #cd61db);
}
.materialize-button:focus {
  color: #7773FF !important;
}

/* @keyframes. */
@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes project-hint {
  0% {
    right: 0;
  }
  50% {
    right: -15px;
  }
  100% {
    right: 0;
  }
}
@keyframes scroll-hint {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(28px);
    opacity: 0;
  }
}
/* Wow. */
.wow {
  visibility: hidden;
}

.fadeIn {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInX {
  animation-name: flipInX;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInY {
  animation-name: flipInY;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.zoomOut {
  animation-name: zoomOut;
  animation-iteration-count: 1;
  animation-duration: 1.2s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

/* Block Reveal. */
/* .block-reveal-element {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    // background-color: $;
    opacity: 0;
    pointer-events: none;
} */
/**
* _effects - Medium.
*/
/**
* _effects - Large.
*/
@media screen and (min-width: 1024px) {
  /* Links. */
  .text-link:hover:before, .text-link:hover:after {
    width: 100%;
    left: 0;
  }
  /* Buttons. */
  .default-button.default-hover:hover {
    background-color: #29293D;
    color: #FEFEFE !important;
  }
  .default-button.fill-hover:hover {
    color: #FEFEFE !important;
  }
  .default-button.fill-hover:hover:before {
    transform: translateY(0);
  }
  .default-button.fill-alt-hover:hover {
    color: #FEFEFE !important;
  }
  .default-button.fill-alt-hover:hover:before {
    width: 222px;
    height: 222px;
    opacity: 1;
  }
  .default-button.ghost:hover {
    color: #29293D !important;
  }
  .default-button.ghost:hover span.play-icon {
    -webkit-text-stroke: 1.25px #29293D;
    text-stroke: 1.25px #29293D;
  }
  .default-button.ghost:hover:before {
    transform: translateY(0);
  }
  .materialize-button:hover {
    color: #7773FF !important;
  }
  .materialize-button.ghost:hover, .materialize-button.gradient:hover {
    color: #FEFEFE !important;
  }
}
/**
* _effects - XL.
*/
/**
* _effects - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*
* Example Checkbox Text: By selecting this box you agree for us to contact you using the information provided above and to everything outlined in our Privacy Policy.
*
*/
/**
* _forms - Small.
*/
.frm_forms form .frm_form_fields fieldset {
  padding: 0 !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin: 0rem 0rem 1.25rem 0rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field label, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label {
  padding: 0px 0px 5px 0px;
  color: #29293D;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field label span, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label span {
  left: -5px;
  position: relative;
  color: #DC4453;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  background-color: #FEFEFE;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #29293D;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]):focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus {
  background-color: #FEFEFE;
  border: none;
  box-shadow: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  height: 150px !important;
  padding: 25px !important;
  line-height: 24px !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container {
  display: flex;
  justify-content: flex-start;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  width: auto;
  height: 30px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0.3125rem 0.3125rem 0rem;
  position: relative;
  color: #29293D;
  font-family: "Matter";
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  text-indent: 0;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label input[type=checkbox] {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label input[type=checkbox]:checked ~ .hybrid-checkbox {
  background-color: #F8EAFA;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label .hybrid-checkbox {
  width: 100%;
  height: 30px;
  margin: 0;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  mix-blend-mode: multiply;
  background-color: #F7F7F7;
  border: none;
  border-radius: 5px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox:nth-of-type(1) label input[type=checkbox]:checked ~ .hybrid-checkbox {
  background-color: #F8EAFA;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox:nth-of-type(2) label input[type=checkbox]:checked ~ .hybrid-checkbox {
  background-color: #F4FFE6;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox:nth-of-type(3) label input[type=checkbox]:checked ~ .hybrid-checkbox {
  background-color: #ECE6FF;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox:nth-of-type(4) label input[type=checkbox]:checked ~ .hybrid-checkbox {
  background-color: #FCE8E3;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox:nth-of-type(5) label input[type=checkbox]:checked ~ .hybrid-checkbox {
  background-color: #FFF7E6;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox:nth-of-type(6) label input[type=checkbox]:checked ~ .hybrid-checkbox {
  background-color: #FFE6E8;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox:nth-of-type(7) label input[type=checkbox]:checked ~ .hybrid-checkbox {
  background-color: #E6F8FF;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone {
  width: 100%;
  max-width: none;
  height: 50px;
  min-height: 0;
  padding: 0px 25px 0px 25px;
  margin: 0;
  position: relative;
  background-color: #FEFEFE;
  border: 1px solid rgba(41, 41, 61, 0.1);
  border-radius: 25px;
  box-shadow: none;
  color: #29293D;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message {
  height: 48px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message .frm_icon_font {
  width: 30px;
  height: 30px;
  padding: 10px;
  left: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  background-color: #896FF8;
  border-radius: 100%;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message .frm_icon_font:before {
  color: #FEFEFE;
  font-size: 15px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message .frm_upload_text, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message .frm_compact_text {
  order: 1;
  color: rgba(41, 41, 61, 0.5);
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-message .frm_small_text {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview {
  width: calc(100% - 25px);
  height: 48px;
  padding: 0;
  top: 0;
  left: 25px;
  position: absolute;
  background-color: #FEFEFE;
  border-radius: 25px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column {
  width: 100%;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details {
  margin: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details .dz-filename {
  width: calc(100% - 50px);
  max-width: none;
  padding: 0;
  color: #29293D;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  text-overflow: ellipsis;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details .dz-size {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details .dz-remove {
  width: 30px;
  height: 30px;
  padding: 10px;
  top: 9px;
  left: -10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 2;
  background-color: #896FF8;
  border-radius: 100%;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-details .dz-remove:before {
  color: #FEFEFE;
  font-size: 16px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-column .dz-progress {
  display: none;
  /* .dz-upload {
  	background: $;
  } */
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .dz-preview .dz-image {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  margin: 5px 0px 0px 0px;
  color: #DC4453;
  font-family: "Matter";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-webkit-input-placeholder {
  color: rgba(41, 41, 61, 0.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-moz-placeholder {
  color: rgba(41, 41, 61, 0.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-moz-placeholder {
  color: rgba(41, 41, 61, 0.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-ms-input-placeholder {
  color: rgba(41, 41, 61, 0.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  width: 100%;
  max-width: 200px;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  background-color: #896FF8;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  z-index: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit span.ripple {
  transform: scale(0.2);
  position: absolute;
  background-color: rgba(41, 41, 61, 0.3);
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: ripple 1.6s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  will-change: transform;
}
.frm_forms form .frm_error_style {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.frm_forms .frm_message {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.frm_forms .frm_message p {
  color: #29293D;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
}
.frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea, .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea, .frm_forms#frm_form_6_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .frm_forms#frm_form_6_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms#frm_form_6_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea, .frm_forms#frm_form_7_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .frm_forms#frm_form_7_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms#frm_form_7_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  background-color: #FEFEFE;
  border: 1px solid rgba(41, 41, 61, 0.1);
  border-radius: 25px;
  box-shadow: none;
  color: #29293D;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
}
.frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]):focus, .frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, .frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus, .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]):focus, .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]):focus, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus, .frm_forms#frm_form_6_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]):focus, .frm_forms#frm_form_6_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, .frm_forms#frm_form_6_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus, .frm_forms#frm_form_7_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]):focus, .frm_forms#frm_form_7_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, .frm_forms#frm_form_7_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus {
  background-color: #FEFEFE;
  border: 1px solid rgba(41, 41, 61, 0.1);
  box-shadow: none;
}
.frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_submit, .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_submit, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_submit, .frm_forms#frm_form_6_container form .frm_form_fields fieldset .frm_fields_container .frm_submit, .frm_forms#frm_form_7_container form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  width: 100%;
}
.frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  background: url("../images/dropdown-arrow.svg") calc(100% - 10px)/30px no-repeat;
  color: rgba(41, 41, 61, 0.5);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field select option:not(:first-of-type) {
  color: #29293D;
}
.frm_forms#frm_form_6_container #frm_field_34_container, .frm_forms#frm_form_6_container #frm_field_35_container {
  width: 100% !important;
}

/**
* _forms - Medium.
*/
@media screen and (min-width: 640px) {
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
    margin: 0rem 0rem 1.875rem 0rem;
  }
  .frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container, .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container, .frm_forms#frm_form_6_container form .frm_form_fields fieldset .frm_fields_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    grid-gap: 0;
  }
  .frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field, .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field, .frm_forms#frm_form_6_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
    width: calc(50% - 0.46875rem);
  }
  #mfp-form_work-experience {
    margin-top: 3rem;
  }
}
.frm_dropzone .frmsvg {
  width: 18px;
}

/**
* _forms - Large.
*/
@media screen and (min-width: 1024px) {
  .frm_forms#frm_form_3_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field, .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field, .frm_forms#frm_form_6_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
    width: calc(33% - 0.46875rem);
  }
  .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_16_container, .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_17_container, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_16_container, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_17_container {
    width: 100%;
  }
  .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_23_container, .frm_forms#frm_form_5_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_25_container {
    width: calc(50% - 0.46875rem);
  }
  .frm_forms#frm_form_6_container #frm_field_27_container, .frm_forms#frm_form_6_container #frm_field_28_container, .frm_forms#frm_form_6_container #frm_field_29_container {
    width: calc(33% - 0.46875rem);
  }
  #mfp-form_work-experience {
    margin-top: 5rem;
  }
  #form_workexperience #frm_field_27_container, #form_workexperience #frm_field_28_container, #form_workexperience #frm_field_29_container {
    width: calc(33% - 0.46875rem) !important;
  }
}
/**
* _forms - XL.
*/
/**
* _forms - XXL.
*/
/**
* Import Partials.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _front-page - Small.
*/
.home .front-page_banner {
  height: 100vh;
  max-height: 725px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* .watcher {
      width: 100%;
      max-width: 1600px;
      padding: 0rem .625rem 0rem .625rem;
      margin: auto;
      left: 0;
      bottom: 30px;
      right: 0;
      color: $white;
      font-family: $theBodyFont;
      font-size: 16px;
      font-weight: 400;
      line-height: 32px;
      z-index: 3;

      img {
          width: 20px;
          height: 20px;
          margin: 0rem .75rem 0rem 0rem;
      }
  } */
}
.home .front-page_banner h1, .home .front-page_banner h2, .home .front-page_banner h3, .home .front-page_banner h4, .home .front-page_banner h5, .home .front-page_banner h6, .home .front-page_banner p, .home .front-page_banner ul, .home .front-page_banner ol, .home .front-page_banner li, .home .front-page_banner a {
  color: #FEFEFE;
}
.home .front-page_banner .colour-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.65;
  z-index: 1;
}
.home .front-page_banner .grid-container {
  z-index: 2;
}
.home .logos .bx-wrapper {
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.home .logos .bx-wrapper .bx-viewport ul {
  margin: 0;
  list-style: none;
}
.home .logos .bx-wrapper .bx-viewport ul li img {
  width: 100%;
  max-width: none;
  height: 45px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/**
* _front-page - Medium.
*/
@media screen and (min-width: 640px) {
  /* .home {
      .front-page_banner {
          .watcher {
              padding: 0rem .9375rem 0rem .9375rem;
          }
      }
  } */
}
/**
* _front-page - Large.
*/
/**
* _front-page - XL.
*/
/**
* _front-page - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _page-our-work - Small.
*/
.page-template-page-our-work .internal_banner .filters .controls .control {
  background-color: #F7F7F7;
  color: #90909A;
}
.page-template-page-our-work .internal_banner .filters .controls .control input {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: -0.625rem;
  opacity: 0;
}
.page-template-page-our-work .internal_banner .filters .controls .control label {
  margin: 0;
  color: #FEFEFE;
  font-family: "Agrandir-Variable";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}
.page-template-page-our-work .internal_banner .filters .controls .control.mixitup-control-active.all-areas {
  background-color: #29293D;
  color: #FEFEFE;
}
.page-template-page-our-work .internal_banner .filters .controls .control.mixitup-control-active.animation {
  background-color: #F4FFE6;
  color: #89C142;
}
.page-template-page-our-work .internal_banner .filters .controls .control.mixitup-control-active.brand-identity {
  background-color: #ECE6FF;
  color: #7773FF;
}
.page-template-page-our-work .internal_banner .filters .controls .control.mixitup-control-active.film-photo {
  background-color: #FCE8E3;
  color: #FD9176;
}
.page-template-page-our-work .internal_banner .filters .controls .control.mixitup-control-active.illustration {
  background-color: #FFF7E6;
  color: #F6BA2B;
}
.page-template-page-our-work .internal_banner .filters .controls .control.mixitup-control-active.social-strategy {
  background-color: #FFE6E8;
  color: #DC4453;
}
.page-template-page-our-work .internal_banner .filters .controls .control.mixitup-control-active.web {
  background-color: #E6F8FF;
  color: #4EC0EC;
}
.page-template-page-our-work .our-projects .mixitup-pagination .mixitup-control {
  width: 45px;
  height: 45px;
  margin: 0px 5px 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(41, 41, 61, 0);
  border: 2px solid #29293D;
  border-radius: 100%;
  color: #29293D;
  font-family: "Agrandir-Variable";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 41px;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.page-template-page-our-work .our-projects .mixitup-pagination .mixitup-control:first-of-type {
  margin: 0px 5px 0px 0px;
}
.page-template-page-our-work .our-projects .mixitup-pagination .mixitup-control:last-of-type {
  margin: 0px 0px 0px 5px;
}
.page-template-page-our-work .our-projects .mixitup-pagination .mixitup-control.mixitup-control-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.page-template-page-our-work .our-projects .mixitup-pagination .mixitup-control.mixitup-control-disabled:hover {
  background-color: rgba(41, 41, 61, 0);
  color: #29293D;
}
.page-template-page-our-work .our-projects .mixitup-pagination .mixitup-control.mixitup-control-active, .page-template-page-our-work .our-projects .mixitup-pagination .mixitup-control:hover {
  background-color: #29293d;
  color: #FEFEFE;
}
.page-template-page-our-work .our-projects .mixitup-pagination .mixitup-page-stats {
  color: #29293D;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 45px;
  text-transform: lowercase;
}

/**
* _page-our-work - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-our-work .our-projects .projects .project:nth-of-type(even) {
    top: 0;
  }
}
/**
* _page-our-work - Large.
*/
/**
* _page-our-work - XL.
*/
/**
* _page-our-work - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _page-resources - Small.
*/
.page-template-page-resources .internal_banner .filters .controls {
  flex-flow: row wrap;
}
.page-template-page-resources .internal_banner .filters .controls .control {
  background-color: #F7F7F7 !important;
  color: #90909A !important;
}
.page-template-page-resources .internal_banner .filters .controls .control input {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: -0.625rem;
  opacity: 0;
}
.page-template-page-resources .internal_banner .filters .controls .control label {
  margin: 0;
  color: #FEFEFE;
  font-family: "Agrandir-Variable";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}
.page-template-page-resources .internal_banner .filters .controls .control.mixitup-control-active.all-categories {
  background-color: #29293D !important;
  color: #FEFEFE !important;
}
.page-template-page-resources .internal_banner .filters .controls .control.mixitup-control-active.business {
  background-color: #F8EAFA !important;
  color: #CD61DB !important;
}
.page-template-page-resources .internal_banner .filters .controls .control.mixitup-control-active.design {
  background-color: #ECE6FF !important;
  color: #7773FF !important;
}
.page-template-page-resources .internal_banner .filters .controls .control.mixitup-control-active.development {
  background-color: #FFE6E8 !important;
  color: #DC4453 !important;
}
.page-template-page-resources .internal_banner .filters .controls .control.mixitup-control-active.film-photo {
  background-color: #FCE8E3 !important;
  color: #FD9176 !important;
}
.page-template-page-resources .internal_banner .filters .controls .control.mixitup-control-active.in-the-bath {
  background-color: #EBE7FE !important;
  color: #896FF8 !important;
}
.page-template-page-resources .internal_banner .filters .controls .control.mixitup-control-active.management {
  background-color: #F4FFE6 !important;
  color: #89C142 !important;
}
.page-template-page-resources .internal_banner .filters .controls .control.mixitup-control-active.thoughts {
  background-color: #E6F8FF !important;
  color: #4EC0EC !important;
}
.page-template-page-resources .internal_banner .filters .controls .control.mixitup-control-active.ux {
  background-color: #FFF7E6 !important;
  color: #F6BA2B !important;
}
.page-template-page-resources .our-resources {
  background-color: transparent;
}
.page-template-page-resources .our-resources .resources .workshops {
  max-width: calc(100% - 1.25rem);
  padding: 2rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  background-color: #29293D;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.page-template-page-resources .our-resources .resources .workshops h6 {
  margin: 0 !important;
  color: #896FF8;
  font-weight: 400;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.page-template-page-resources .our-resources .resources .workshops h2 {
  max-width: 544px;
  margin: 0 !important;
  line-height: 100%;
}
.page-template-page-resources .our-resources .resources .workshops h2 small {
  color: #FEFEFE;
}
.page-template-page-resources .our-resources .resources .workshops:hover {
  background-color: #896FF8;
}
.page-template-page-resources .our-resources .resources .workshops:hover h6 {
  color: #29293D;
}
.page-template-page-resources .our-resources .mixitup-pagination .mixitup-control {
  width: 45px;
  height: 45px;
  margin: 0px 5px 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(41, 41, 61, 0);
  border: 2px solid #29293D;
  border-radius: 100%;
  color: #29293D;
  font-family: "Agrandir-Variable";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 41px;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.page-template-page-resources .our-resources .mixitup-pagination .mixitup-control:first-of-type {
  margin: 0px 5px 0px 0px;
}
.page-template-page-resources .our-resources .mixitup-pagination .mixitup-control:last-of-type {
  margin: 0px 0px 0px 5px;
}
.page-template-page-resources .our-resources .mixitup-pagination .mixitup-control.mixitup-control-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.page-template-page-resources .our-resources .mixitup-pagination .mixitup-control.mixitup-control-disabled:hover {
  background-color: rgba(41, 41, 61, 0);
  color: #29293D;
}
.page-template-page-resources .our-resources .mixitup-pagination .mixitup-control.mixitup-control-active, .page-template-page-resources .our-resources .mixitup-pagination .mixitup-control:hover {
  background-color: #29293d;
  color: #FEFEFE;
}
.page-template-page-resources .our-resources .mixitup-pagination .mixitup-page-stats {
  color: #29293D;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 45px;
  text-transform: lowercase;
}

/**
* _page-resources - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-resources .our-resources .resources .workshops {
    max-width: calc(100% - 1.875rem);
    padding: 2.5rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
/**
* _page-resources - Large.
*/
@media screen and (min-width: 1024px) {
  .page-template-page-resources .our-resources .resources .workshops {
    padding: 3rem;
  }
}
/**
* _page-resources - XL.
*/
/**
* _page-resources - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _category - Small.
*/
.category .our-resources {
  background-color: transparent;
}
.category .our-resources .resources .workshops {
  max-width: calc(100% - 1.25rem);
  padding: 2rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  background-color: #29293D;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.category .our-resources .resources .workshops h6 {
  margin: 0 !important;
  color: #896FF8;
  font-weight: 400;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.category .our-resources .resources .workshops h2 {
  max-width: 544px;
  margin: 0 !important;
  line-height: 100%;
}
.category .our-resources .resources .workshops h2 small {
  color: #FEFEFE;
}
.category .our-resources .resources .workshops:hover {
  background-color: #896FF8;
}
.category .our-resources .resources .workshops:hover h6 {
  color: #29293D;
}

/**
* _category - Medium.
*/
@media screen and (min-width: 640px) {
  .category .our-resources .resources .workshops {
    max-width: calc(100% - 1.875rem);
    padding: 2.5rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
/**
* _category - Large.
*/
@media screen and (min-width: 1024px) {
  .category .our-resources .resources .workshops {
    padding: 3rem;
  }
}
/**
* _category - XL.
*/
/**
* _category - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _page-builder - Small.
*/
.page-template-page-builder .internal_banner_page-builder, .post-template-page-builder .internal_banner_page-builder, .work-template-page-builder .internal_banner_page-builder, .service-template-page-builder .internal_banner_page-builder {
  height: 100vh;
  max-height: 512px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-page-builder .internal_banner_page-builder:before, .post-template-page-builder .internal_banner_page-builder:before, .work-template-page-builder .internal_banner_page-builder:before, .service-template-page-builder .internal_banner_page-builder:before {
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.5), transparent);
  z-index: 1;
  content: "";
}
.page-template-page-builder .internal_banner-alt_page-builder, .post-template-page-builder .internal_banner-alt_page-builder, .work-template-page-builder .internal_banner-alt_page-builder, .service-template-page-builder .internal_banner-alt_page-builder {
  height: 100vh;
  max-height: 768px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-page-builder .internal_banner-alt_page-builder *, .post-template-page-builder .internal_banner-alt_page-builder *, .work-template-page-builder .internal_banner-alt_page-builder *, .service-template-page-builder .internal_banner-alt_page-builder * {
  color: #FEFEFE;
}
.page-template-page-builder .internal_banner-alt_page-builder .gradient-overlay, .post-template-page-builder .internal_banner-alt_page-builder .gradient-overlay, .work-template-page-builder .internal_banner-alt_page-builder .gradient-overlay, .service-template-page-builder .internal_banner-alt_page-builder .gradient-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  content: "";
}
.page-template-page-builder .internal_banner-alt_page-builder .grid-container, .post-template-page-builder .internal_banner-alt_page-builder .grid-container, .work-template-page-builder .internal_banner-alt_page-builder .grid-container, .service-template-page-builder .internal_banner-alt_page-builder .grid-container {
  height: 100%;
  z-index: 2;
}
.page-template-page-builder .internal_banner-alt_page-builder .grid-container .grid-x, .post-template-page-builder .internal_banner-alt_page-builder .grid-container .grid-x, .work-template-page-builder .internal_banner-alt_page-builder .grid-container .grid-x, .service-template-page-builder .internal_banner-alt_page-builder .grid-container .grid-x {
  height: 100%;
}
.page-template-page-builder .internal_banner-alt_page-builder .grid-container .grid-x .cell, .post-template-page-builder .internal_banner-alt_page-builder .grid-container .grid-x .cell, .work-template-page-builder .internal_banner-alt_page-builder .grid-container .grid-x .cell, .service-template-page-builder .internal_banner-alt_page-builder .grid-container .grid-x .cell {
  height: 100%;
}
.page-template-page-builder .internal_banner_for-work_page-builder, .post-template-page-builder .internal_banner_for-work_page-builder, .work-template-page-builder .internal_banner_for-work_page-builder, .service-template-page-builder .internal_banner_for-work_page-builder {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-page-builder .internal_banner_for-work_page-builder *, .post-template-page-builder .internal_banner_for-work_page-builder *, .work-template-page-builder .internal_banner_for-work_page-builder *, .service-template-page-builder .internal_banner_for-work_page-builder * {
  color: #FEFEFE;
}
.page-template-page-builder .internal_banner_for-work_page-builder .materialize-button, .post-template-page-builder .internal_banner_for-work_page-builder .materialize-button, .work-template-page-builder .internal_banner_for-work_page-builder .materialize-button, .service-template-page-builder .internal_banner_for-work_page-builder .materialize-button {
  max-width: 175px;
  margin: 1rem 0rem 0rem 0rem;
  background-color: #FEFEFE;
  color: #29293D !important;
  font-weight: 500;
}
.page-template-page-builder .internal_banner_for-work_page-builder .scroll-hint, .post-template-page-builder .internal_banner_for-work_page-builder .scroll-hint, .work-template-page-builder .internal_banner_for-work_page-builder .scroll-hint, .service-template-page-builder .internal_banner_for-work_page-builder .scroll-hint {
  width: 23px;
  height: 50px;
  display: block;
  border: 2px solid #29293D;
  border-radius: 23px;
}
.page-template-page-builder .internal_banner_for-work_page-builder .scroll-hint span, .post-template-page-builder .internal_banner_for-work_page-builder .scroll-hint span, .work-template-page-builder .internal_banner_for-work_page-builder .scroll-hint span, .service-template-page-builder .internal_banner_for-work_page-builder .scroll-hint span {
  width: 3px;
  height: 7px;
  margin: 6px auto 6px auto;
  display: block;
  background-color: #29293D;
  border-radius: 100%;
  animation: scroll-hint 1.2s infinite;
}
.page-template-page-builder .internal_banner_for-work_page-builder .gradient-overlay, .post-template-page-builder .internal_banner_for-work_page-builder .gradient-overlay, .work-template-page-builder .internal_banner_for-work_page-builder .gradient-overlay, .service-template-page-builder .internal_banner_for-work_page-builder .gradient-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  content: "";
}
.page-template-page-builder .internal_banner_for-work_page-builder .grid-container, .post-template-page-builder .internal_banner_for-work_page-builder .grid-container, .work-template-page-builder .internal_banner_for-work_page-builder .grid-container, .service-template-page-builder .internal_banner_for-work_page-builder .grid-container {
  height: 100%;
  z-index: 2;
}
.page-template-page-builder .internal_banner_for-work_page-builder .grid-container .grid-x, .post-template-page-builder .internal_banner_for-work_page-builder .grid-container .grid-x, .work-template-page-builder .internal_banner_for-work_page-builder .grid-container .grid-x, .service-template-page-builder .internal_banner_for-work_page-builder .grid-container .grid-x {
  height: 100%;
}
.page-template-page-builder .internal_banner_for-work_page-builder .grid-container .grid-x .cell, .post-template-page-builder .internal_banner_for-work_page-builder .grid-container .grid-x .cell, .work-template-page-builder .internal_banner_for-work_page-builder .grid-container .grid-x .cell, .service-template-page-builder .internal_banner_for-work_page-builder .grid-container .grid-x .cell {
  height: 100%;
}
.page-template-page-builder .half-text_page-builder .tags .tag, .post-template-page-builder .half-text_page-builder .tags .tag, .work-template-page-builder .half-text_page-builder .tags .tag, .service-template-page-builder .half-text_page-builder .tags .tag {
  width: auto;
  height: 40px;
  padding: 0rem 1.25rem 0rem 1.25rem;
  margin: 0.3125rem;
  position: relative;
  display: inline-block;
  background-color: #29293D;
  border-radius: 5px;
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  z-index: 0;
  cursor: pointer;
}
.page-template-page-builder .half-text_page-builder .tags .tag span.ripple, .post-template-page-builder .half-text_page-builder .tags .tag span.ripple, .work-template-page-builder .half-text_page-builder .tags .tag span.ripple, .service-template-page-builder .half-text_page-builder .tags .tag span.ripple {
  transform: scale(0.2);
  position: absolute;
  background-color: rgba(41, 41, 61, 0.3);
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: ripple 1.6s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  will-change: transform;
}
.page-template-page-builder .half-text_page-builder .tags .tag.animation, .post-template-page-builder .half-text_page-builder .tags .tag.animation, .work-template-page-builder .half-text_page-builder .tags .tag.animation, .service-template-page-builder .half-text_page-builder .tags .tag.animation {
  background-color: #F4FFE6;
  color: #89C142;
}
.page-template-page-builder .half-text_page-builder .tags .tag.brand-identity, .post-template-page-builder .half-text_page-builder .tags .tag.brand-identity, .work-template-page-builder .half-text_page-builder .tags .tag.brand-identity, .service-template-page-builder .half-text_page-builder .tags .tag.brand-identity {
  background-color: #ECE6FF;
  color: #7773FF;
}
.page-template-page-builder .half-text_page-builder .tags .tag.film-photo, .post-template-page-builder .half-text_page-builder .tags .tag.film-photo, .work-template-page-builder .half-text_page-builder .tags .tag.film-photo, .service-template-page-builder .half-text_page-builder .tags .tag.film-photo {
  background-color: #FCE8E3;
  color: #FD9176;
}
.page-template-page-builder .half-text_page-builder .tags .tag.illustration, .post-template-page-builder .half-text_page-builder .tags .tag.illustration, .work-template-page-builder .half-text_page-builder .tags .tag.illustration, .service-template-page-builder .half-text_page-builder .tags .tag.illustration {
  background-color: #FFF7E6;
  color: #F6BA2B;
}
.page-template-page-builder .half-text_page-builder .tags .tag.social-strategy, .post-template-page-builder .half-text_page-builder .tags .tag.social-strategy, .work-template-page-builder .half-text_page-builder .tags .tag.social-strategy, .service-template-page-builder .half-text_page-builder .tags .tag.social-strategy {
  background-color: #FFE6E8;
  color: #DC4453;
}
.page-template-page-builder .half-text_page-builder .tags .tag.web, .post-template-page-builder .half-text_page-builder .tags .tag.web, .work-template-page-builder .half-text_page-builder .tags .tag.web, .service-template-page-builder .half-text_page-builder .tags .tag.web {
  background-color: #E6F8FF;
  color: #4EC0EC;
}
.page-template-page-builder .text-image_page-builder .text p:first-of-type, .page-template-page-builder .image-text_page-builder .text p:first-of-type, .post-template-page-builder .text-image_page-builder .text p:first-of-type, .post-template-page-builder .image-text_page-builder .text p:first-of-type, .work-template-page-builder .text-image_page-builder .text p:first-of-type, .work-template-page-builder .image-text_page-builder .text p:first-of-type, .service-template-page-builder .text-image_page-builder .text p:first-of-type, .service-template-page-builder .image-text_page-builder .text p:first-of-type {
  margin: 0rem 0rem 1.5rem 0rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.page-template-page-builder .split-text_page-builder .column-one p, .post-template-page-builder .split-text_page-builder .column-one p, .work-template-page-builder .split-text_page-builder .column-one p, .service-template-page-builder .split-text_page-builder .column-one p {
  padding: 0rem 0rem 0rem 2rem;
  position: relative;
  background-image: linear-gradient(to bottom, #7773FF, #CD61DB);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-page-builder .split-text_page-builder .column-one p:before, .post-template-page-builder .split-text_page-builder .column-one p:before, .work-template-page-builder .split-text_page-builder .column-one p:before, .service-template-page-builder .split-text_page-builder .column-one p:before {
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, #7773FF, #CD61DB);
  content: "";
}
.page-template-page-builder .split-text-reverse_page-builder .column-two p, .post-template-page-builder .split-text-reverse_page-builder .column-two p, .work-template-page-builder .split-text-reverse_page-builder .column-two p, .service-template-page-builder .split-text-reverse_page-builder .column-two p {
  padding: 0rem 0rem 0rem 2rem;
  position: relative;
  background-image: linear-gradient(to bottom, #7773FF, #CD61DB);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-page-builder .split-text-reverse_page-builder .column-two p:before, .post-template-page-builder .split-text-reverse_page-builder .column-two p:before, .work-template-page-builder .split-text-reverse_page-builder .column-two p:before, .service-template-page-builder .split-text-reverse_page-builder .column-two p:before {
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, #7773FF, #CD61DB);
  content: "";
}
.page-template-page-builder .three-column-text_page-builder h2, .post-template-page-builder .three-column-text_page-builder h2, .work-template-page-builder .three-column-text_page-builder h2, .service-template-page-builder .three-column-text_page-builder h2 {
  margin: 0px 0px 30px 0px !important;
}
.page-template-page-builder .three-column-text_page-builder ul, .post-template-page-builder .three-column-text_page-builder ul, .work-template-page-builder .three-column-text_page-builder ul, .service-template-page-builder .three-column-text_page-builder ul {
  margin-left: calc(0.625rem + 8px);
}
.page-template-page-builder .full-width-text-with-optional-image-block_page-builder .overlay, .post-template-page-builder .full-width-text-with-optional-image-block_page-builder .overlay, .work-template-page-builder .full-width-text-with-optional-image-block_page-builder .overlay, .service-template-page-builder .full-width-text-with-optional-image-block_page-builder .overlay {
  width: 100%;
  height: 66%;
  top: 0;
  left: 0;
  z-index: 0;
}
.page-template-page-builder .full-width-text-with-optional-image-block_page-builder .grid-container, .post-template-page-builder .full-width-text-with-optional-image-block_page-builder .grid-container, .work-template-page-builder .full-width-text-with-optional-image-block_page-builder .grid-container, .service-template-page-builder .full-width-text-with-optional-image-block_page-builder .grid-container {
  z-index: 1;
}
.page-template-page-builder .image_page-builder img, .post-template-page-builder .image_page-builder img, .work-template-page-builder .image_page-builder img, .service-template-page-builder .image_page-builder img {
  width: 100%;
  max-width: none;
}
.page-template-page-builder .parallax-image_page-builder, .post-template-page-builder .parallax-image_page-builder, .work-template-page-builder .parallax-image_page-builder, .service-template-page-builder .parallax-image_page-builder {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-page-builder .parallax-image-alt_page-builder, .post-template-page-builder .parallax-image-alt_page-builder, .work-template-page-builder .parallax-image-alt_page-builder, .service-template-page-builder .parallax-image-alt_page-builder {
  height: 66vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-page-builder .gallery_page-builder .gallery_slider, .post-template-page-builder .gallery_page-builder .gallery_slider, .work-template-page-builder .gallery_page-builder .gallery_slider, .service-template-page-builder .gallery_page-builder .gallery_slider {
  margin: 0;
  list-style: none;
}
.page-template-page-builder .gallery_page-builder .gallery_slider li, .post-template-page-builder .gallery_page-builder .gallery_slider li, .work-template-page-builder .gallery_page-builder .gallery_slider li, .service-template-page-builder .gallery_page-builder .gallery_slider li {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.page-template-page-builder .gallery_page-builder .gallery_slider li .inner, .post-template-page-builder .gallery_page-builder .gallery_slider li .inner, .work-template-page-builder .gallery_page-builder .gallery_slider li .inner, .service-template-page-builder .gallery_page-builder .gallery_slider li .inner {
  padding: 125% 0% 0% 0%;
  display: block;
}
.page-template-page-builder .gallery_page-builder .gallery_slider li .inner img, .post-template-page-builder .gallery_page-builder .gallery_slider li .inner img, .work-template-page-builder .gallery_page-builder .gallery_slider li .inner img, .service-template-page-builder .gallery_page-builder .gallery_slider li .inner img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-builder .gallery-block_page-builder .one .image, .page-template-page-builder .gallery-block_page-builder .two .image, .page-template-page-builder .gallery-block_page-builder .three .image, .post-template-page-builder .gallery-block_page-builder .one .image, .post-template-page-builder .gallery-block_page-builder .two .image, .post-template-page-builder .gallery-block_page-builder .three .image, .work-template-page-builder .gallery-block_page-builder .one .image, .work-template-page-builder .gallery-block_page-builder .two .image, .work-template-page-builder .gallery-block_page-builder .three .image, .service-template-page-builder .gallery-block_page-builder .one .image, .service-template-page-builder .gallery-block_page-builder .two .image, .service-template-page-builder .gallery-block_page-builder .three .image {
  padding: 125% 0% 0% 0%;
}
.page-template-page-builder .gallery-block_page-builder .one .image img, .page-template-page-builder .gallery-block_page-builder .two .image img, .page-template-page-builder .gallery-block_page-builder .three .image img, .post-template-page-builder .gallery-block_page-builder .one .image img, .post-template-page-builder .gallery-block_page-builder .two .image img, .post-template-page-builder .gallery-block_page-builder .three .image img, .work-template-page-builder .gallery-block_page-builder .one .image img, .work-template-page-builder .gallery-block_page-builder .two .image img, .work-template-page-builder .gallery-block_page-builder .three .image img, .service-template-page-builder .gallery-block_page-builder .one .image img, .service-template-page-builder .gallery-block_page-builder .two .image img, .service-template-page-builder .gallery-block_page-builder .three .image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-builder .gallery-block_page-builder .one .image, .post-template-page-builder .gallery-block_page-builder .one .image, .work-template-page-builder .gallery-block_page-builder .one .image, .service-template-page-builder .gallery-block_page-builder .one .image {
  padding: 60.898% 0% 0% 0%;
}
.page-template-page-builder .gallery-images-and-videos_page-builder .video video, .post-template-page-builder .gallery-images-and-videos_page-builder .video video, .work-template-page-builder .gallery-images-and-videos_page-builder .video video, .service-template-page-builder .gallery-images-and-videos_page-builder .video video {
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-builder .gallery-images-and-videos_page-builder .video .circle, .post-template-page-builder .gallery-images-and-videos_page-builder .video .circle, .work-template-page-builder .gallery-images-and-videos_page-builder .video .circle, .service-template-page-builder .gallery-images-and-videos_page-builder .video .circle {
  z-index: 2;
  cursor: pointer;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #29293D;
  border: 1px solid #29293D;
}
.page-template-page-builder .gallery-images-and-videos_page-builder .video .circle svg, .post-template-page-builder .gallery-images-and-videos_page-builder .video .circle svg, .work-template-page-builder .gallery-images-and-videos_page-builder .video .circle svg, .service-template-page-builder .gallery-images-and-videos_page-builder .video .circle svg {
  width: 25px;
}
.page-template-page-builder .gallery-images-and-videos_page-builder .video .circle svg path, .post-template-page-builder .gallery-images-and-videos_page-builder .video .circle svg path, .work-template-page-builder .gallery-images-and-videos_page-builder .video .circle svg path, .service-template-page-builder .gallery-images-and-videos_page-builder .video .circle svg path {
  fill: #FEFEFE;
}
.page-template-page-builder .gallery-images-and-videos_page-builder .video .circle .mute, .post-template-page-builder .gallery-images-and-videos_page-builder .video .circle .mute, .work-template-page-builder .gallery-images-and-videos_page-builder .video .circle .mute, .service-template-page-builder .gallery-images-and-videos_page-builder .video .circle .mute {
  display: none;
  margin-left: 3px;
}
.page-template-page-builder .gallery-images-and-videos_page-builder .video .circle.start .mute, .post-template-page-builder .gallery-images-and-videos_page-builder .video .circle.start .mute, .work-template-page-builder .gallery-images-and-videos_page-builder .video .circle.start .mute, .service-template-page-builder .gallery-images-and-videos_page-builder .video .circle.start .mute {
  display: block;
}
.page-template-page-builder .gallery-images-and-videos_page-builder .video .circle.start .unmute, .post-template-page-builder .gallery-images-and-videos_page-builder .video .circle.start .unmute, .work-template-page-builder .gallery-images-and-videos_page-builder .video .circle.start .unmute, .service-template-page-builder .gallery-images-and-videos_page-builder .video .circle.start .unmute {
  display: none;
}
.page-template-page-builder .repeatable_page-builder h2, .post-template-page-builder .repeatable_page-builder h2, .work-template-page-builder .repeatable_page-builder h2, .service-template-page-builder .repeatable_page-builder h2 {
  max-width: 444px;
  margin: 0px auto 60px auto !important;
}
.page-template-page-builder .repeatable_page-builder .repeatable .repeat, .post-template-page-builder .repeatable_page-builder .repeatable .repeat, .work-template-page-builder .repeatable_page-builder .repeatable .repeat, .service-template-page-builder .repeatable_page-builder .repeatable .repeat {
  padding: 2rem;
  background-color: #29293D;
  border-radius: 15px;
  overflow: hidden;
}
.page-template-page-builder .repeatable_page-builder .repeatable .repeat *, .post-template-page-builder .repeatable_page-builder .repeatable .repeat *, .work-template-page-builder .repeatable_page-builder .repeatable .repeat *, .service-template-page-builder .repeatable_page-builder .repeatable .repeat * {
  color: #FEFEFE;
}
.page-template-page-builder .repeatable_page-builder .repeatable .repeat img, .post-template-page-builder .repeatable_page-builder .repeatable .repeat img, .work-template-page-builder .repeatable_page-builder .repeatable .repeat img, .service-template-page-builder .repeatable_page-builder .repeatable .repeat img {
  width: 120px;
  height: auto;
}
.page-template-page-builder .repeatable_page-builder .repeatable .featured, .post-template-page-builder .repeatable_page-builder .repeatable .featured, .work-template-page-builder .repeatable_page-builder .repeatable .featured, .service-template-page-builder .repeatable_page-builder .repeatable .featured {
  background-color: #29293D;
  border-radius: 15px;
  overflow: hidden;
}
.page-template-page-builder .repeatable_page-builder .repeatable .featured .repeat, .post-template-page-builder .repeatable_page-builder .repeatable .featured .repeat, .work-template-page-builder .repeatable_page-builder .repeatable .featured .repeat, .service-template-page-builder .repeatable_page-builder .repeatable .featured .repeat {
  padding-top: 0;
}
.page-template-page-builder .repeatable_page-builder .repeatable .featured .repeat h3, .post-template-page-builder .repeatable_page-builder .repeatable .featured .repeat h3, .work-template-page-builder .repeatable_page-builder .repeatable .featured .repeat h3, .service-template-page-builder .repeatable_page-builder .repeatable .featured .repeat h3 {
  margin: 3rem 0rem 2rem 0rem;
}
.page-template-page-builder .repeatable_page-builder .repeatable .featured .icon, .post-template-page-builder .repeatable_page-builder .repeatable .featured .icon, .work-template-page-builder .repeatable_page-builder .repeatable .featured .icon, .service-template-page-builder .repeatable_page-builder .repeatable .featured .icon {
  padding-top: 2rem;
}
.page-template-page-builder .quote_page-builder .quote p, .post-template-page-builder .quote_page-builder .quote p, .work-template-page-builder .quote_page-builder .quote p, .service-template-page-builder .quote_page-builder .quote p {
  color: #FEFEFE;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.page-template-page-builder .quote_page-builder .author, .post-template-page-builder .quote_page-builder .author, .work-template-page-builder .quote_page-builder .author, .service-template-page-builder .quote_page-builder .author {
  margin-top: 60px;
}
.page-template-page-builder .quote_page-builder .author img, .post-template-page-builder .quote_page-builder .author img, .work-template-page-builder .quote_page-builder .author img, .service-template-page-builder .quote_page-builder .author img {
  width: 80px;
  height: 80px;
  margin: 0rem 1.25rem 0rem 0rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}
.page-template-page-builder .quote_page-builder .author p, .post-template-page-builder .quote_page-builder .author p, .work-template-page-builder .quote_page-builder .author p, .service-template-page-builder .quote_page-builder .author p {
  margin: 0;
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
.page-template-page-builder .quote_page-builder .author p span, .post-template-page-builder .quote_page-builder .author p span, .work-template-page-builder .quote_page-builder .author p span, .service-template-page-builder .quote_page-builder .author p span {
  margin: 0;
  font-family: "Matter";
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}
.page-template-page-builder .quote_page-builder .background-colour, .post-template-page-builder .quote_page-builder .background-colour, .work-template-page-builder .quote_page-builder .background-colour, .service-template-page-builder .quote_page-builder .background-colour {
  width: 100%;
  height: 480px;
  left: 0;
  bottom: -240px;
  z-index: -1;
}
.page-template-page-builder .processes_page-builder .processes .process, .post-template-page-builder .processes_page-builder .processes .process, .work-template-page-builder .processes_page-builder .processes .process, .service-template-page-builder .processes_page-builder .processes .process {
  margin-bottom: 60px;
}
.page-template-page-builder .processes_page-builder .processes .process img, .post-template-page-builder .processes_page-builder .processes .process img, .work-template-page-builder .processes_page-builder .processes .process img, .service-template-page-builder .processes_page-builder .processes .process img {
  width: 20px;
  height: auto;
  margin: 0rem 0.5rem 0rem 0rem;
}
.page-template-page-builder .processes_page-builder .processes .process h4, .page-template-page-builder .processes_page-builder .processes .process h2, .post-template-page-builder .processes_page-builder .processes .process h4, .post-template-page-builder .processes_page-builder .processes .process h2, .work-template-page-builder .processes_page-builder .processes .process h4, .work-template-page-builder .processes_page-builder .processes .process h2, .service-template-page-builder .processes_page-builder .processes .process h4, .service-template-page-builder .processes_page-builder .processes .process h2 {
  margin: 0;
}
.page-template-page-builder .processes_page-builder .processes .process h2, .post-template-page-builder .processes_page-builder .processes .process h2, .work-template-page-builder .processes_page-builder .processes .process h2, .service-template-page-builder .processes_page-builder .processes .process h2 {
  display: inline;
  background-image: linear-gradient(to right, #7773FF, #CD61DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-page-builder .processes_page-builder .processes .process p, .post-template-page-builder .processes_page-builder .processes .process p, .work-template-page-builder .processes_page-builder .processes .process p, .service-template-page-builder .processes_page-builder .processes .process p {
  color: #666E79;
  font-size: 15px;
  line-height: 22px;
}
.page-template-page-builder .processes_page-builder .processes .process:last-of-type, .post-template-page-builder .processes_page-builder .processes .process:last-of-type, .work-template-page-builder .processes_page-builder .processes .process:last-of-type, .service-template-page-builder .processes_page-builder .processes .process:last-of-type {
  margin-bottom: 0;
}
.page-template-page-builder .dhd-map_page-builder h2 span, .post-template-page-builder .dhd-map_page-builder h2 span, .work-template-page-builder .dhd-map_page-builder h2 span, .service-template-page-builder .dhd-map_page-builder h2 span {
  background-image: linear-gradient(to right, #4CE4BD, #4DBEFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-page-builder .the-button-block_page-builder .the-button-block, .post-template-page-builder .the-button-block_page-builder .the-button-block, .work-template-page-builder .the-button-block_page-builder .the-button-block, .service-template-page-builder .the-button-block_page-builder .the-button-block {
  padding: 2rem;
  background-color: #F6F7F9;
  border-radius: 15px;
  overflow: hidden;
}
.page-template-page-builder .the-button-block_page-builder .the-button-block h3, .post-template-page-builder .the-button-block_page-builder .the-button-block h3, .work-template-page-builder .the-button-block_page-builder .the-button-block h3, .service-template-page-builder .the-button-block_page-builder .the-button-block h3 {
  margin: 0rem 0rem 1rem 0rem !important;
}
.page-template-page-builder .the-button-block_page-builder .the-button-block .materialize-button, .post-template-page-builder .the-button-block_page-builder .the-button-block .materialize-button, .work-template-page-builder .the-button-block_page-builder .the-button-block .materialize-button, .service-template-page-builder .the-button-block_page-builder .the-button-block .materialize-button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0rem auto !important;
  background-color: #7773FF !important;
  color: #FEFEFE !important;
}
.page-template-page-builder .our-projects h2, .post-template-page-builder .our-projects h2, .work-template-page-builder .our-projects h2, .service-template-page-builder .our-projects h2 {
  margin: 0px 0px 60px 0px !important;
}
.page-template-page-builder .our-projects .projects .project:nth-of-type(even), .post-template-page-builder .our-projects .projects .project:nth-of-type(even), .work-template-page-builder .our-projects .projects .project:nth-of-type(even), .service-template-page-builder .our-projects .projects .project:nth-of-type(even) {
  top: 0;
}
.page-template-page-builder .our-resources, .post-template-page-builder .our-resources, .work-template-page-builder .our-resources, .service-template-page-builder .our-resources {
  background-color: transparent;
}
.page-template-page-builder .our-resources h2, .post-template-page-builder .our-resources h2, .work-template-page-builder .our-resources h2, .service-template-page-builder .our-resources h2 {
  margin: 0px 0px 60px 0px !important;
}
.page-template-page-builder .tag, .post-template-page-builder .tag, .work-template-page-builder .tag, .service-template-page-builder .tag {
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 30px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: auto;
  display: inline-block;
  border-radius: 5px;
  font-family: "Agrandir-Variable";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}
.page-template-page-builder .tag.business, .post-template-page-builder .tag.business, .work-template-page-builder .tag.business, .service-template-page-builder .tag.business {
  background-color: #F8EAFA !important;
  color: #CD61DB !important;
}
.page-template-page-builder .tag.design, .post-template-page-builder .tag.design, .work-template-page-builder .tag.design, .service-template-page-builder .tag.design {
  background-color: #ECE6FF !important;
  color: #7773FF !important;
}
.page-template-page-builder .tag.development, .post-template-page-builder .tag.development, .work-template-page-builder .tag.development, .service-template-page-builder .tag.development {
  background-color: #FFE6E8 !important;
  color: #DC4453 !important;
}
.page-template-page-builder .tag.film-photo, .post-template-page-builder .tag.film-photo, .work-template-page-builder .tag.film-photo, .service-template-page-builder .tag.film-photo {
  background-color: #FCE8E3 !important;
  color: #FD9176 !important;
}
.page-template-page-builder .tag.in-the-bath, .post-template-page-builder .tag.in-the-bath, .work-template-page-builder .tag.in-the-bath, .service-template-page-builder .tag.in-the-bath {
  background-color: #EBE7FE !important;
  color: #896FF8 !important;
}
.page-template-page-builder .tag.management, .post-template-page-builder .tag.management, .work-template-page-builder .tag.management, .service-template-page-builder .tag.management {
  background-color: #F4FFE6 !important;
  color: #89C142 !important;
}
.page-template-page-builder .tag.thoughts, .post-template-page-builder .tag.thoughts, .work-template-page-builder .tag.thoughts, .service-template-page-builder .tag.thoughts {
  background-color: #E6F8FF !important;
  color: #4EC0EC !important;
}
.page-template-page-builder .tag.ux, .post-template-page-builder .tag.ux, .work-template-page-builder .tag.ux, .service-template-page-builder .tag.ux {
  background-color: #FFF7E6 !important;
  color: #F6BA2B !important;
}
.page-template-page-builder .author, .post-template-page-builder .author, .work-template-page-builder .author, .service-template-page-builder .author {
  flex-flow: row wrap;
}
.page-template-page-builder .author img, .post-template-page-builder .author img, .work-template-page-builder .author img, .service-template-page-builder .author img {
  width: 40px;
  height: 40px;
  margin: 0rem 0.625rem 0rem 0rem;
  background-color: #87DBFD;
  border-radius: 100% !important;
}
.page-template-page-builder .author span, .post-template-page-builder .author span, .work-template-page-builder .author span, .service-template-page-builder .author span {
  color: #29293D;
  font-family: "Agrandir-Variable";
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
}
.page-template-page-builder .author p, .post-template-page-builder .author p, .work-template-page-builder .author p, .service-template-page-builder .author p {
  width: 100%;
  margin-top: 1.5rem;
  font-size: 14px;
  line-height: 21px;
}
.page-template-page-builder .spacer_small, .post-template-page-builder .spacer_small, .work-template-page-builder .spacer_small, .service-template-page-builder .spacer_small {
  width: 100%;
  height: 2rem;
}
.page-template-page-builder .spacer_medium, .post-template-page-builder .spacer_medium, .work-template-page-builder .spacer_medium, .service-template-page-builder .spacer_medium {
  width: 100%;
  height: 60px;
}
.page-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h1:first-child, .page-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h2:first-child, .page-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h3:first-child, .post-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h1:first-child, .post-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h2:first-child, .post-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h3:first-child, .work-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h1:first-child, .work-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h2:first-child, .work-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h3:first-child, .service-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h1:first-child, .service-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h2:first-child, .service-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h3:first-child {
  margin: 1rem 0 1rem 0;
}

.internal_banner_page-builder {
  height: 100vh;
  max-height: 512px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.internal_banner_page-builder:before {
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.5), transparent);
  z-index: 1;
  content: "";
}

.page-id-3736 .full-width-text-with-optional-image-block_page-builder .overlap-img {
  -o-object-fit: cover;
     object-fit: cover;
}

/**
* _page-builder - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-builder .split-text_page-builder .column-one p, .post-template-page-builder .split-text_page-builder .column-one p, .work-template-page-builder .split-text_page-builder .column-one p, .service-template-page-builder .split-text_page-builder .column-one p {
    font-size: 28px;
    line-height: 38px;
  }
  .page-template-page-builder .split-text-reverse_page-builder .column-two p, .post-template-page-builder .split-text-reverse_page-builder .column-two p, .work-template-page-builder .split-text-reverse_page-builder .column-two p, .service-template-page-builder .split-text-reverse_page-builder .column-two p {
    font-size: 28px;
    line-height: 38px;
  }
  .page-template-page-builder .three-column-text_page-builder h2, .post-template-page-builder .three-column-text_page-builder h2, .work-template-page-builder .three-column-text_page-builder h2, .service-template-page-builder .three-column-text_page-builder h2 {
    margin: 0px 0px 45px 0px !important;
  }
  .page-template-page-builder .gallery_page-builder .gallery_slider li, .post-template-page-builder .gallery_page-builder .gallery_slider li, .work-template-page-builder .gallery_page-builder .gallery_slider li, .service-template-page-builder .gallery_page-builder .gallery_slider li {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .page-template-page-builder .repeatable_page-builder .repeatable .repeat, .post-template-page-builder .repeatable_page-builder .repeatable .repeat, .work-template-page-builder .repeatable_page-builder .repeatable .repeat, .service-template-page-builder .repeatable_page-builder .repeatable .repeat {
    padding: 3rem;
  }
  .page-template-page-builder .repeatable_page-builder .repeatable .featured .repeat, .post-template-page-builder .repeatable_page-builder .repeatable .featured .repeat, .work-template-page-builder .repeatable_page-builder .repeatable .featured .repeat, .service-template-page-builder .repeatable_page-builder .repeatable .featured .repeat {
    padding-top: 3rem;
  }
  .page-template-page-builder .repeatable_page-builder .repeatable .featured .repeat h3, .post-template-page-builder .repeatable_page-builder .repeatable .featured .repeat h3, .work-template-page-builder .repeatable_page-builder .repeatable .featured .repeat h3, .service-template-page-builder .repeatable_page-builder .repeatable .featured .repeat h3 {
    margin-top: 0;
  }
  .page-template-page-builder .repeatable_page-builder .repeatable .featured .icon, .post-template-page-builder .repeatable_page-builder .repeatable .featured .icon, .work-template-page-builder .repeatable_page-builder .repeatable .featured .icon, .service-template-page-builder .repeatable_page-builder .repeatable .featured .icon {
    padding-top: 0;
    background-color: #565680;
  }
  .page-template-page-builder .quote_page-builder .quote p, .post-template-page-builder .quote_page-builder .quote p, .work-template-page-builder .quote_page-builder .quote p, .service-template-page-builder .quote_page-builder .quote p {
    font-size: 23px;
    line-height: 29px;
  }
  .page-template-page-builder .the-button-block_page-builder .the-button-block, .post-template-page-builder .the-button-block_page-builder .the-button-block, .work-template-page-builder .the-button-block_page-builder .the-button-block, .service-template-page-builder .the-button-block_page-builder .the-button-block {
    padding: 2.5rem;
  }
  .page-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h1:first-child, .page-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h2:first-child, .page-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h3:first-child, .post-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h1:first-child, .post-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h2:first-child, .post-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h3:first-child, .work-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h1:first-child, .work-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h2:first-child, .work-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h3:first-child, .service-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h1:first-child, .service-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h2:first-child, .service-template-page-builder .three-column-text-more-spacing_page-builder.internal_content h3:first-child {
    margin: 0 0 2rem 0;
  }
}
/**
* _page-builder - Large.
*/
@media screen and (min-width: 1024px) {
  .page-template-page-builder .split-text_page-builder .column-one p, .post-template-page-builder .split-text_page-builder .column-one p, .work-template-page-builder .split-text_page-builder .column-one p, .service-template-page-builder .split-text_page-builder .column-one p {
    font-size: 32px;
    line-height: 44px;
  }
  .page-template-page-builder .split-text-reverse_page-builder .column-two p, .post-template-page-builder .split-text-reverse_page-builder .column-two p, .work-template-page-builder .split-text-reverse_page-builder .column-two p, .service-template-page-builder .split-text-reverse_page-builder .column-two p {
    font-size: 32px;
    line-height: 44px;
  }
  .page-template-page-builder .three-column-text_page-builder h2, .post-template-page-builder .three-column-text_page-builder h2, .work-template-page-builder .three-column-text_page-builder h2, .service-template-page-builder .three-column-text_page-builder h2 {
    margin: 0px 0px 60px 0px !important;
  }
  .page-template-page-builder .repeatable_page-builder .repeatable .repeat, .post-template-page-builder .repeatable_page-builder .repeatable .repeat, .work-template-page-builder .repeatable_page-builder .repeatable .repeat, .service-template-page-builder .repeatable_page-builder .repeatable .repeat {
    min-height: 523.63px;
    padding: 4rem;
  }
  .page-template-page-builder .quote_page-builder .quote p, .post-template-page-builder .quote_page-builder .quote p, .work-template-page-builder .quote_page-builder .quote p, .service-template-page-builder .quote_page-builder .quote p {
    font-size: 26px;
    line-height: 32px;
  }
  .page-template-page-builder .the-button-block_page-builder .the-button-block, .post-template-page-builder .the-button-block_page-builder .the-button-block, .work-template-page-builder .the-button-block_page-builder .the-button-block, .service-template-page-builder .the-button-block_page-builder .the-button-block {
    padding: 3rem;
  }
}
/**
* _page-builder - XL.
*/
/**
* _page-builder - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _social-media - Small.
*/
ul.juicer-feed {
  overflow: visible;
}
ul.juicer-feed .j-stacker-wrapper {
  margin: 0 !important;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker {
  display: flex;
  flex-flow: row wrap;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack {
  width: 100% !important;
  padding-left: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  padding-right: 0.625rem !important;
  flex: 0 0 auto;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item {
  margin-bottom: 0.625rem !important;
  display: none !important;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  box-shadow: 9px 9px 36px rgba(10, 10, 10, 0.3);
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-image {
  padding: 100% 0% 0% 0%;
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-image img, ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-image .instagram-wrapper {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-text {
  padding: 1.25rem;
  display: none;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-text .j-meta {
  margin-top: 1.25rem;
  display: flex;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-text .j-meta nav {
  display: flex;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-text .j-meta nav a {
  display: inline-flex;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-text .j-meta nav a:before {
  margin: 0;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-text .j-meta ul {
  display: none;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-poster {
  display: none;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item.juicer-about {
  display: none;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item:first-of-type {
  display: block !important;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item:last-of-type {
  margin-bottom: 0 !important;
}
ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack:nth-last-of-type(1) {
  padding-bottom: 0 !important;
}
ul.juicer-feed h1.referral, ul.juicer-feed h1.j-paginate, ul.juicer-feed a.referral, ul.juicer-feed a.j-paginate {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

/**
* _social-media - Medium.
*/
@media screen and (min-width: 640px) {
  ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack {
    width: 33.3333333333% !important;
    padding-left: 0.9375rem !important;
    padding-bottom: 1.875rem !important;
    padding-right: 0.9375rem !important;
  }
  ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item {
    margin-bottom: 1.875rem !important;
  }
  ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-text {
    padding: 1.875rem;
  }
  ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item .j-text .j-meta {
    margin-top: 1.875rem;
  }
  ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack .feed-item:last-of-type {
    margin-bottom: 0 !important;
  }
  ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack:nth-last-of-type(1), ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack:nth-last-of-type(2), ul.juicer-feed .j-stacker-wrapper .j-stacker .j-stack:nth-last-of-type(3) {
    padding-bottom: 0 !important;
  }
}
/**
* _social-media - Large.
*/
/**
* _social-media - XL.
*/
/**
* _social-media - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _page-testing - Small.
*/
.page-template-page-testing .scenes_wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.page-template-page-testing .scenes_wrapper .scenes {
  width: 100%;
  height: 77vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.page-template-page-testing .scenes_wrapper .scenes .scene {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  opacity: 0;
}
.page-template-page-testing .scenes_wrapper .scenes .scene h6 {
  margin: 0;
}
.page-template-page-testing .scenes_wrapper .scenes .scene h1 {
  margin-top: 0;
}
.page-template-page-testing .scenes_wrapper .scenes .scene .default-button {
  margin: 2rem 0rem 0rem 0rem;
}
.page-template-page-testing .scenes_wrapper .image_wrapper {
  width: 100%;
  height: 100%;
}
.page-template-page-testing .scenes_wrapper .image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-page-testing .navigation, .page-template-page-testing .our-ctas, .page-template-page-testing .footer {
  display: none;
}

/**
* _page-testing - Medium.
*/
/**
* _page-testing - Large.
*/
/**
* _page-testing - XL.
*/
/**
* _page-testing - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _page-builder - Small.
*/
.page-template-page-service-listing .navigation, .single-service .navigation {
  background: none;
  box-shadow: none;
}
.page-template-page-service-listing .internal_banner-alt_page-builder, .single-service .internal_banner-alt_page-builder {
  height: 100vh;
  max-height: 768px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-page-service-listing .internal_banner-alt_page-builder *, .single-service .internal_banner-alt_page-builder * {
  color: #FEFEFE;
}
.page-template-page-service-listing .internal_banner-alt_page-builder .gradient-overlay, .single-service .internal_banner-alt_page-builder .gradient-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  content: "";
}
.page-template-page-service-listing .internal_banner-alt_page-builder .grid-container, .single-service .internal_banner-alt_page-builder .grid-container {
  height: 100%;
  z-index: 2;
}
.page-template-page-service-listing .internal_banner-alt_page-builder .grid-container .grid-x, .single-service .internal_banner-alt_page-builder .grid-container .grid-x {
  height: 100%;
}
.page-template-page-service-listing .internal_banner-alt_page-builder .grid-container .grid-x .cell, .single-service .internal_banner-alt_page-builder .grid-container .grid-x .cell {
  height: 100%;
}
.page-template-page-service-listing .introduction p, .single-service .introduction p {
  font-weight: 500;
  color: rgba(41, 41, 61, 0.8);
}
.page-template-page-service-listing .steps:before, .single-service .steps:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: linear-gradient(90.01deg, #7773FF 0%, #CD61DB 100%);
  width: 500px;
  height: 4px;
}
.page-template-page-service-listing .circle, .single-service .circle {
  width: 320px;
  height: 320px;
  background-color: #F7F7FA;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin-bottom: 40px;
}
.page-template-page-service-listing .circle i, .single-service .circle i {
  font-size: 30px;
  margin-bottom: 1rem;
}
.page-template-page-service-listing .circle p, .single-service .circle p {
  font-family: "Agrandir-Variable";
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  width: 75%;
}
.page-template-page-service-listing .service .grid-x, .single-service .service .grid-x {
  min-height: 480px;
}
.page-template-page-service-listing .service span *, .single-service .service span * {
  color: #FEFEFE;
}
.page-template-page-service-listing .service .image, .page-template-page-service-listing .service .text, .single-service .service .image, .single-service .service .text {
  padding: 30px 40px 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-template-page-service-listing .service .image .materialize-button, .page-template-page-service-listing .service .text .materialize-button, .single-service .service .image .materialize-button, .single-service .service .text .materialize-button {
  margin-top: 2rem;
  font-weight: 500;
}
.page-template-page-service-listing .service .image, .single-service .service .image {
  min-height: 300px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
}
.page-template-page-service-listing .service .image img, .single-service .service .image img {
  max-height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-page-service-listing .service .text, .single-service .service .text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.page-template-page-service-listing .service .text h2, .single-service .service .text h2 {
  margin-bottom: 1rem;
}
.page-template-page-service-listing .service:nth-of-type(even) .image, .single-service .service:nth-of-type(even) .image {
  order: 1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
}
.page-template-page-service-listing .service:nth-of-type(even) .text, .single-service .service:nth-of-type(even) .text {
  order: 2;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 20px;
}
.page-template-page-service-listing .approach .grid-x, .single-service .approach .grid-x {
  min-height: unset;
}
.page-template-page-service-listing .approach *, .single-service .approach * {
  color: #FEFEFE;
}
.page-template-page-service-listing .approach .text, .single-service .approach .text {
  padding: 30px 0px 30px 0px !important;
}
.page-template-page-service-listing .approach .text ul, .single-service .approach .text ul {
  list-style-type: none;
}
.page-template-page-service-listing .approach .text ul > li, .single-service .approach .text ul > li {
  text-indent: -15px;
}
.page-template-page-service-listing .approach .text ul > li:before, .single-service .approach .text ul > li:before {
  content: "-";
  margin-right: 5px;
}
.page-template-page-service-listing .approach .image, .single-service .approach .image {
  padding: 0 !important;
}
.page-template-page-service-listing .approach .image .background, .single-service .approach .image .background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  filter: brightness(0.95);
}
.page-template-page-service-listing .approach:nth-of-type(odd) .text, .single-service .approach:nth-of-type(odd) .text {
  padding: 30px 0px 30px 0px !important;
}

.single-service .internal_banner-alt_page-builder {
  height: 768px;
}
.single-service .internal_banner-alt_page-builder span {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.single-service .internal_banner-alt_page-builder h1, .single-service .internal_banner-alt_page-builder h2, .single-service .internal_banner-alt_page-builder h3, .single-service .internal_banner-alt_page-builder h4, .single-service .internal_banner-alt_page-builder h5, .single-service .internal_banner-alt_page-builder h6 {
  margin: 1rem 0rem 2rem 0rem;
}
.single-service .internal_banner-alt_page-builder .image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-service .internal_banner-alt_page-builder .image img {
  height: 350px;
  position: relative;
}
.single-service .internal_banner-alt_page-builder .background {
  bottom: -300px;
  width: 100%;
  height: 300px;
}
.single-service .internal_banner-alt_page-builder .grid-container .grid-x {
  height: auto;
}
.single-service .internal_banner-alt_page-builder .grid-container .grid-x .cell {
  height: auto;
}
.single-service .service-banner-slider {
  position: relative;
  z-index: 2;
}
.single-service .service-banner-slider .slick-track {
  display: flex;
  align-items: center;
}
.single-service .service-banner-slider .slick-slide {
  padding: 0px 15px;
  width: auto;
  max-height: 600px;
}
.single-service .introduction-area {
  margin-top: 680px;
}
.single-service .introduction-area p {
  font-weight: 400;
}
.single-service .services_work_slider .slick-list {
  overflow: visible;
}
.single-service .services_work_slider .slick-slide {
  padding: 0 15px;
}
.single-service .services_work_slider .image {
  width: 100%;
  height: 330px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
}
.single-service .services_work_slider .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-service .services_work_slider .image:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(205, 97, 219, 0.75);
  border-radius: 15px;
  color: #fefefe;
  font-family: neue-haas-grotesk-display;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: "View Project";
}
.single-service .services_work_slider .text h3 {
  padding-bottom: 1rem;
}
.single-service .work .slick-arrow {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background-color: #1C290A;
  position: absolute;
  bottom: -40px;
  border-radius: 100%;
  z-index: 2;
}
.single-service .work .slick-arrow.slick-prev {
  left: 18px;
}
.single-service .work .slick-arrow.slick-next {
  right: 18px;
}
.single-service .work .slick-arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.single-service .work .slick-arrow i {
  font-size: 25px;
  color: #FEFEFE;
}

@media screen and (min-width: 470px) {
  .single-service .services_work_slider .image {
    height: 385px;
  }
}
/**
* _service-listing - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-service-listing .navigation nav ul li a, .single-service .navigation nav ul li a {
    color: #FEFEFE;
  }
  .page-template-page-service-listing .navigation nav ul li:not(.menu-item-38) a:before, .single-service .navigation nav ul li:not(.menu-item-38) a:before {
    background-color: rgba(254, 254, 254, 0.1);
  }
  .page-template-page-service-listing .navigation nav ul li:not(.menu-item-38) a:after, .single-service .navigation nav ul li:not(.menu-item-38) a:after {
    background-color: #FEFEFE;
  }
  .page-template-page-service-listing .introduction p, .single-service .introduction p {
    font-size: 25px;
    line-height: 35px;
  }
  .page-template-page-service-listing .steps .cell:nth-of-type(1), .single-service .steps .cell:nth-of-type(1) {
    justify-content: flex-start;
  }
  .page-template-page-service-listing .steps .cell:nth-of-type(3), .single-service .steps .cell:nth-of-type(3) {
    justify-content: flex-end;
  }
  .page-template-page-service-listing .steps:before, .single-service .steps:before {
    transform: translate(-50%, -50%);
    width: 50%;
  }
  .page-template-page-service-listing .circle, .single-service .circle {
    width: 250px;
    height: 250px;
    margin-bottom: 0;
  }
  .page-template-page-service-listing .circle p, .single-service .circle p {
    font-size: 20px;
    line-height: 30px;
  }
  .page-template-page-service-listing .service .image, .single-service .service .image {
    min-height: unset;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }
  .page-template-page-service-listing .service .text, .single-service .service .text {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
  .page-template-page-service-listing .service .text h2, .single-service .service .text h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .page-template-page-service-listing .service .text p, .single-service .service .text p {
    font-size: 20px;
    line-height: 30px;
  }
  .page-template-page-service-listing .service:nth-of-type(even) .image, .single-service .service:nth-of-type(even) .image {
    order: 2;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .page-template-page-service-listing .service:nth-of-type(even) .text, .single-service .service:nth-of-type(even) .text {
    order: 1;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .page-template-page-service-listing .approach .text, .single-service .approach .text {
    padding: 30px 90px 30px 0px !important;
  }
  .page-template-page-service-listing .approach:nth-of-type(odd) .text, .single-service .approach:nth-of-type(odd) .text {
    padding: 30px 0px 30px 90px !important;
  }
  .single-service .internal_banner-alt_page-builder {
    height: 100vh;
  }
  .single-service .service .image {
    min-height: 367px;
  }
  .single-service .service .text p {
    font-size: 20px;
    line-height: 30px;
  }
  .single-service .service-banner-slider .slick-slide {
    padding: 0 15px;
  }
  .single-service .services_work_slider .image {
    height: 425px;
  }
  .single-service .work .slick-arrow {
    bottom: -20px;
    width: 54px;
    height: 54px;
  }
  .single-service .work .slick-arrow i {
    font-size: 30px;
  }
}
@media screen and (max-width: 470px) {
  .single-service .service-banner-slider .slick-slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  .single-service .internal_banner-alt_page-builder .grid-x:not(.service-banner-slider) {
    padding-left: 18px;
    padding-right: 18px;
  }
  .single-service .introduction-area, .single-service .approach-area, .single-service .work {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 795px) {
  .page-template-page-service-listing .circle, .single-service .circle {
    width: 200px;
    height: 200px;
  }
  .page-template-page-service-listing .circle i, .single-service .circle i {
    font-size: 30px;
  }
  .page-template-page-service-listing .circle p, .single-service .circle p {
    font-size: 18px;
    line-height: 28px;
  }
}
/**
* _service-listing - Large.
*/
@media screen and (min-width: 1024px) {
  .page-template-page-service-listing .circle, .single-service .circle {
    width: 320px;
    height: 320px;
  }
  .page-template-page-service-listing .circle i, .single-service .circle i {
    font-size: 40px;
  }
  .page-template-page-service-listing .circle p, .single-service .circle p {
    font-size: 25px;
    line-height: 35px;
  }
  .page-template-page-service-listing .service .image, .page-template-page-service-listing .service .text, .single-service .service .image, .single-service .service .text {
    padding: 30px 90px 30px 90px;
  }
  .page-template-page-service-listing .service .image img, .single-service .service .image img {
    max-height: 240px;
  }
  .page-template-page-service-listing .approach .text, .single-service .approach .text {
    padding: 0px 90px 30px 0px !important;
  }
  .page-template-page-service-listing h2, .single-service h2 {
    font-size: 51px;
    line-height: 63px;
  }
  .page-template-page-service-listing .introduction p, .single-service .introduction p {
    font-size: 31px;
    line-height: 40px;
  }
  .page-template-page-service-listing .steps p, .single-service .steps p {
    font-size: 30px;
    line-height: 38px;
  }
  .single-service .internal_banner-alt_page-builder .grid-container {
    height: 100%;
  }
  .single-service .internal_banner-alt_page-builder .grid-container .grid-x {
    height: 100%;
    width: 100%;
  }
  .single-service .internal_banner-alt_page-builder .grid-container .grid-x .cell {
    height: 100%;
  }
  .single-service .internal_banner-alt_page-builder .image img {
    position: absolute;
  }
  .single-service .introduction-area {
    margin-top: 750px;
  }
  .single-service .services_work_slider .image {
    height: 530px;
  }
  .single-service .services_work_slider a:hover .image:before {
    opacity: 1;
    visibility: visible;
  }
  .single-service .work .slick-arrow {
    width: 64px;
    height: 64px;
  }
  .single-service .work .slick-arrow i {
    font-size: 35px;
  }
}
/**
* _service-listing - XL.
*/
/**
* _service-listing - XXL.
*/
/**
* Import Layouts.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _footer - Small.
*/
.footer {
  border-bottom: 30px solid transparent;
}
.footer .company-logo_footer {
  width: 40px;
  height: auto;
}
.footer h6 {
  margin: 0rem 0rem 1rem 0rem;
  color: #FEFEFE;
  opacity: 0.5;
}
.footer p {
  color: #FEFEFE;
}
.footer a:not(.social) {
  position: relative;
  display: inline-block;
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.footer a:not(.social):before, .footer a:not(.social):after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.footer a:not(.social):before {
  background-color: rgba(254, 254, 254, 0.1);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.footer a:not(.social):after {
  background-color: #fefefe;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.footer span {
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.footer hr {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(254, 254, 254, 0.1);
}
.footer .social {
  width: 18px;
  height: 18px;
  margin: 0px 18px 0px 0px;
  display: flex;
  float: left;
}
.footer .social img, .footer .social svg {
  width: 18px;
  height: auto;
}
.footer .social svg path {
  fill: #FEFEFE;
  transition: 0.8s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.footer .social:last-child {
  margin: 0;
}
.footer .social:hover svg path {
  fill: #7773FF;
}
.footer .jonb p:first-of-type {
  margin: 0rem 0rem 0.5rem 0rem;
}
.footer .jonb p:last-of-type {
  margin: 0rem 0rem 1rem 0rem;
  opacity: 0.5;
}
.footer .jonb .frm_forms form .frm_form_fields fieldset .frm_fields_container {
  width: 100%;
  position: relative;
}
.footer .jonb .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin: 0;
}
.footer .jonb .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.footer .jonb .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  position: absolute;
  top: 2px;
  right: 2px;
}
.footer .jonb .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  width: 138px;
  height: 46px;
  padding: 0;
  margin: 0;
  background-image: linear-gradient(to right, #7773FF, #CD61DB);
  border: none;
  border-radius: 23px;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 46px;
}
.footer .jonb .frm_forms .frm_message {
  padding: 0 !important;
  margin: 0rem 0rem 1rem 0rem !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.footer .jonb .frm_forms .frm_message * {
  margin: 0;
  color: #896FF8;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  opacity: 1;
}
.footer .legal span, .footer .legal a {
  opacity: 0.5;
}
.footer:after {
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -30px;
  position: absolute;
  background-image: linear-gradient(45deg, #7773FF, #CD61DB);
  content: "";
}

/**
* _footer - Medium.
*/
/**
* _footer - Large.
*/
@media screen and (min-width: 1024px) {
  .footer a:not(.social):hover:before, .footer a:not(.social):hover:after {
    width: 100%;
    left: 0;
  }
}
/**
* _footer - XL.
*/
/**
* _footer - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _header - Small.
*/
.navigation {
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-color: #FEFEFE;
  box-shadow: 3px 3px 60px rgba(10, 10, 10, 0.1);
  z-index: 9;
}
.navigation .company-logo {
  width: auto;
  height: 50px;
}
.navigation .company-logo img {
  width: auto;
  height: 50px;
}
.navigation .hamburger_container {
  width: 116px;
  height: 44px;
  background-color: rgba(254, 254, 254, 0.3);
  border-radius: 22px;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.navigation .hamburger_container span {
  color: #FEFEFE;
  font-family: "Agrandir-Variable";
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 44px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.navigation .hamburger_container .hamburger {
  width: 22px;
  height: 22px;
  margin: 0rem 0rem 0rem 0.9375rem;
}
.navigation .hamburger_container .hamburger:before {
  width: 100%;
  height: 2px;
  top: 10px;
  left: 0;
  position: absolute;
  background-color: #FEFEFE;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: "";
}
.navigation .hamburger_container .hamburger:after {
  width: 70%;
  height: 2px;
  left: 0;
  bottom: 10px;
  position: absolute;
  background-color: #FEFEFE;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: "";
}
.navigation .hamburger_container.is-active {
  /* background-color: rgba($black, .075);

  span {
  	color: $black;
  } */
}
.navigation .hamburger_container.is-active .hamburger {
  /* &:before, &:after {
  	background-color: $black;
  } */
}
.navigation .hamburger_container.is-active .hamburger:before {
  top: 14px;
  transform: rotate(45deg);
}
.navigation .hamburger_container.is-active .hamburger:after {
  width: 100%;
  bottom: 14px;
  transform: rotate(-45deg);
}
.navigation.grid-container.full {
  height: 100px;
}
.navigation.grid-container.full .grid-x {
  height: 100px;
}
.navigation.grid-container.full .grid-x .cell {
  height: 100px;
}

.home .navigation, .page-template-page-builder .navigation, .post-template-page-builder .navigation, .work-template-page-builder .navigation, .service-template-page-builder .navigation {
  background-color: transparent;
  box-shadow: none;
}

.page-template-page-our-work .navigation .hamburger_container, .page-template-page-resources .navigation .hamburger_container, .archive .navigation .hamburger_container {
  background-color: rgba(119, 115, 255, 0.06);
}
.page-template-page-our-work .navigation .hamburger_container span, .page-template-page-resources .navigation .hamburger_container span, .archive .navigation .hamburger_container span {
  color: #7773FF;
}
.page-template-page-our-work .navigation .hamburger_container .hamburger:before, .page-template-page-resources .navigation .hamburger_container .hamburger:before, .archive .navigation .hamburger_container .hamburger:before {
  background-color: #7773FF;
}
.page-template-page-our-work .navigation .hamburger_container .hamburger:after, .page-template-page-resources .navigation .hamburger_container .hamburger:after, .archive .navigation .hamburger_container .hamburger:after {
  background-color: #7773FF;
}

.navigation_overlay {
  width: 100%;
  height: 100vh;
  padding: 0rem calc(0.625rem + 18px) 0rem calc(0.625rem + 18px);
  top: 0;
  left: 0;
  transform: translateX(-100%);
  position: fixed;
  background-color: rgba(119, 115, 255, 0.96);
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.navigation_overlay nav {
  padding: 120px 0px 60px 0px;
}
.navigation_overlay nav ul {
  margin: 0;
  display: block;
  list-style: none;
}
.navigation_overlay nav ul li {
  display: flex;
  /* &:nth-of-type(1), &:nth-of-type(6), &:nth-of-type(7) {
  	a {
  		color: rgba($white, .6);
  		font-family: $theBodyFont;
  		font-size: 15px;
  		font-weight: 500;
  		font-style: normal;
  		line-height: 45px;
  	}
  } */
}
.navigation_overlay nav ul li:nth-of-type(1) a, .navigation_overlay nav ul li:nth-of-type(2) a, .navigation_overlay nav ul li:nth-of-type(3) a, .navigation_overlay nav ul li:nth-of-type(4) a {
  color: #FEFEFE;
  font-family: "Agrandir-Variable";
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
}
.navigation_overlay nav ul li:nth-of-type(5) a {
  min-width: 175px;
  height: 50px;
  padding: 0rem 1rem 0rem 1rem;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  display: inline-block;
  background-color: #EAE6FF;
  border-radius: 25px;
  color: #7773FF !important;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
.navigation_overlay nav ul li:nth-of-type(5) a:focus {
  color: #7773FF !important;
}
.navigation_overlay.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/**
* _header - Medium.
*/
@media screen and (min-width: 640px) {
  .navigation {
    width: 100%;
    z-index: 9;
  }
  .navigation nav ul {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none;
  }
  .navigation nav ul li {
    height: 100px;
    padding: 0px 30px 0px 30px;
    display: inline-flex;
    align-items: center;
    transform: translateX(-1.875rem);
    opacity: 0;
    visibility: hidden;
  }
  .navigation nav ul li a {
    display: block;
    color: #29293D;
    font-family: "Matter";
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 32px;
  }
  .navigation nav ul li:not(.menu-item-38) a {
    position: relative;
  }
  .navigation nav ul li:not(.menu-item-38) a:before, .navigation nav ul li:not(.menu-item-38) a:after {
    width: 0;
    height: 1px;
    top: 100%;
    right: 0;
    position: absolute;
    content: "";
  }
  .navigation nav ul li:not(.menu-item-38) a:before {
    background-color: rgba(41, 41, 61, 0.1);
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  }
  .navigation nav ul li:not(.menu-item-38) a:after {
    background-color: #29293d;
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  }
  .navigation nav ul li:not(.menu-item-38):hover a:before, .navigation nav ul li:not(.menu-item-38):hover a:after {
    width: 100%;
    left: 0;
  }
  .navigation nav ul li.menu-item-38 a {
    width: 175px;
    height: 50px;
    position: relative;
    background-color: #f3f3ff;
    border-radius: 25px;
    box-shadow: 3px 3px 12px rgba(41, 41, 61, 0);
    color: #7773FF;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  }
  .navigation nav ul li.menu-item-38 a span.ripple {
    transform: scale(0.2);
    position: absolute;
    background-color: rgba(41, 41, 61, 0.2);
    border-radius: 100%;
    opacity: 0;
    pointer-events: none;
    animation: ripple 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  }
  .navigation nav ul li.menu-item-38 a:before {
    width: 20px;
    height: 20px;
    margin: 0rem 0.5rem 0rem 0rem;
    top: 5px;
    position: relative;
    display: inline-flex;
    content: url("../images/rocket-alt.svg");
  }
  .navigation nav ul li.menu-item-38:hover a {
    box-shadow: 3px 3px 12px rgba(41, 41, 61, 0.3);
  }
  .navigation nav ul li:first-of-type {
    padding: 0px 30px 0px 0px;
  }
  .navigation nav ul li:last-of-type {
    padding: 0px 0px 0px 30px;
  }
  .navigation nav .start-a-project {
    width: 208.16px;
    height: 50px;
    margin: 0px 0px 0px 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    z-index: 0;
    /* &:hover {
    	box-shadow: 3px 3px 12px rgba($navy, .3);
    } */
  }
  .navigation nav .start-a-project img {
    height: 50px;
    border-radius: 25px;
  }
  .navigation nav .start-a-project span.ripple {
    transform: scale(0.2);
    position: absolute;
    background-color: rgba(41, 41, 61, 0.3);
    border-radius: 100%;
    opacity: 0;
    pointer-events: none;
    animation: ripple 1.6s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    will-change: transform;
  }
  .navigation nav .start-a-project.alt:after {
    width: calc(100% - 50px);
    height: 100%;
    top: 0;
    left: 25px;
    position: absolute;
    background-color: #7773FF;
    mix-blend-mode: color;
    z-index: -1;
    content: "";
  }
  .navigation.ready nav ul li:nth-child(1) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  }
  .navigation.ready nav ul li:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.2s;
  }
  .navigation.ready nav ul li:nth-child(3) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.3s;
  }
  .navigation.ready nav ul li:nth-child(4) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.4s;
  }
  .navigation.ready nav ul li:nth-child(5) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.5s;
  }
  .navigation.ready nav ul li:nth-child(6) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.6s;
  }
  .navigation.ready nav ul li:nth-child(7) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.7s;
  }
  .navigation.ready nav ul li:nth-child(8) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.8s;
  }
  .navigation.ready nav ul li:nth-child(9) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.9s;
  }
  .navigation.ready nav ul li:nth-child(10) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1s;
  }
  .navigation.ready nav ul li:nth-child(11) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.1s;
  }
  .navigation.ready nav ul li:nth-child(12) {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.2s;
  }
  .navigation.inverted {
    position: relative;
    background-color: #29293D;
  }
  .home .navigation nav ul li a, .page-template-page-builder .navigation nav ul li a, .post-template-page-builder .navigation nav ul li a, .work-template-page-builder .navigation nav ul li a, .service-template-page-builder .navigation nav ul li a {
    color: #FEFEFE;
  }
  .home .navigation nav ul li:not(.menu-item-38) a:before, .page-template-page-builder .navigation nav ul li:not(.menu-item-38) a:before, .post-template-page-builder .navigation nav ul li:not(.menu-item-38) a:before, .work-template-page-builder .navigation nav ul li:not(.menu-item-38) a:before, .service-template-page-builder .navigation nav ul li:not(.menu-item-38) a:before {
    background-color: rgba(254, 254, 254, 0.1);
  }
  .home .navigation nav ul li:not(.menu-item-38) a:after, .page-template-page-builder .navigation nav ul li:not(.menu-item-38) a:after, .post-template-page-builder .navigation nav ul li:not(.menu-item-38) a:after, .work-template-page-builder .navigation nav ul li:not(.menu-item-38) a:after, .service-template-page-builder .navigation nav ul li:not(.menu-item-38) a:after {
    background-color: #fefefe;
  }
  .home .navigation nav ul li.menu-item-38 a, .page-template-page-builder .navigation nav ul li.menu-item-38 a, .post-template-page-builder .navigation nav ul li.menu-item-38 a, .work-template-page-builder .navigation nav ul li.menu-item-38 a, .service-template-page-builder .navigation nav ul li.menu-item-38 a {
    background-color: #FEFEFE;
    box-shadow: 3px 3px 12px rgba(41, 41, 61, 0);
    color: #29293D;
  }
  .home .navigation nav ul li.menu-item-38 a span.ripple, .page-template-page-builder .navigation nav ul li.menu-item-38 a span.ripple, .post-template-page-builder .navigation nav ul li.menu-item-38 a span.ripple, .work-template-page-builder .navigation nav ul li.menu-item-38 a span.ripple, .service-template-page-builder .navigation nav ul li.menu-item-38 a span.ripple {
    background-color: rgba(41, 41, 61, 0.2);
  }
  .home .navigation nav ul li.menu-item-38 a:before, .page-template-page-builder .navigation nav ul li.menu-item-38 a:before, .post-template-page-builder .navigation nav ul li.menu-item-38 a:before, .work-template-page-builder .navigation nav ul li.menu-item-38 a:before, .service-template-page-builder .navigation nav ul li.menu-item-38 a:before {
    content: url("../images/rocket-grey.svg");
  }
  .home .navigation nav ul li.menu-item-38:hover a, .page-template-page-builder .navigation nav ul li.menu-item-38:hover a, .post-template-page-builder .navigation nav ul li.menu-item-38:hover a, .work-template-page-builder .navigation nav ul li.menu-item-38:hover a, .service-template-page-builder .navigation nav ul li.menu-item-38:hover a {
    box-shadow: 3px 3px 12px rgba(41, 41, 61, 0.6);
  }
}
/**
* _header - Large.
*/
@media screen and (min-width: 1024px) {
  .navigation nav ul li a {
    font-size: 17px;
  }
}
/**
* _header - XL.
*/
/**
* _header - XXL.
*/
/**
* Import Checklist.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _checklist - max-width: 639px.
*/
@media screen and (max-width: 639px) {
  .navigation .company-logo {
    height: 44px;
    left: 18px;
    position: relative;
  }
  .navigation .company-logo img {
    height: 44px;
  }
  .navigation .hamburger_container {
    right: 18px;
    position: relative;
  }
  .home .front-page_banner h1 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 36px;
    line-height: 51px;
  }
  .home .front-page_banner .materialize-button {
    margin-left: 18px;
  }
  .home .front-page_banner .watcher {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .home .our-values {
    padding-bottom: 0;
  }
  .home .our-team {
    padding-bottom: 0;
  }
  .home .our-team .switch {
    margin-top: 2rem;
  }
  .internal_banner .filters .controls {
    flex-flow: row wrap;
  }
  .page-template-page-our-work .our-projects .mixitup-pagination .mixitup-page-stats {
    margin-top: 1rem;
  }
  .page-template-page-builder .internal_banner_page-builder, .post-template-page-builder .internal_banner_page-builder, .work-template-page-builder .internal_banner_page-builder {
    max-height: 222px;
  }
  .page-template-page-builder .parallax-image_page-builder, .post-template-page-builder .parallax-image_page-builder, .work-template-page-builder .parallax-image_page-builder {
    max-height: 333px;
    background-size: 175%;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container {
    justify-content: flex-start;
    flex-flow: row wrap;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
    margin: 0rem 0.3125rem 0.3125rem 0rem;
  }
}
/**
* _checklist - min-width: 640px and max-width: 1023px.
*/
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .home .our-team {
    padding-bottom: 0 !important;
  }
  .page-template-page-builder .parallax-image_page-builder, .post-template-page-builder .parallax-image_page-builder, .work-template-page-builder .parallax-image_page-builder {
    max-height: 666px;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container {
    justify-content: flex-start;
    flex-flow: row wrap;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
    margin: 0rem 0.3125rem 0.3125rem 0rem;
  }
}
/**
* _checklist - min-width: 1024px and max-width: 1199px.
*/
/**
* _checklist - min-width: 1200px and max-width: 1439px.
*/
/**
* _checklist - min-width: 1440px.
*/
/**
* Global Styles - Small.
*/
/* Prevent Horizontal Scrollbar. */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  margin-right: 0 !important;
  overflow-y: scroll !important;
}

button {
  outline: 0 !important;
}

.cursor {
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  position: fixed;
  background-color: rgba(205, 97, 219, 0.1);
  mix-blend-mode: multiply;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
}

.grid-container {
  width: 100%;
  max-width: 83rem;
}
.grid-container.max-width_1600 {
  max-width: 1480px;
}
.grid-container.full {
  max-width: none;
}

.grid-container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.grid-padding-x > .cell {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-2_5 {
    margin-left: 20%;
  }
}
.internal_banner {
  margin: 100px 0px 0px 0px;
}
.internal_banner .filters {
  margin: 30px 0px 0px 0px;
}
.internal_banner .filters .controls {
  justify-content: center;
}
.internal_banner .filters .controls .control {
  width: auto;
  height: 30px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0.3125rem;
  background-color: #29293D;
  border-radius: 5px;
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  cursor: pointer;
}
.internal_banner .filters .controls .control.management {
  background-color: #F4FFE6;
  color: #89C142;
}
.internal_banner .filters .controls .control.design {
  background-color: #ECE6FF;
  color: #7773FF;
}
.internal_banner .filters .controls .control.business {
  background-color: #FFF7E6;
  color: #F6BA2B;
}
.internal_banner .filters .controls .control.development {
  background-color: #FFE6E8;
  color: #DC4453;
}
.internal_banner .filters .controls .control.in-the-bath {
  background-color: #E6F8FF;
  color: #4EC0EC;
}

.internal_content h1, .internal_content h2, .internal_content h3, .internal_content h4, .internal_content h5, .internal_content h6, .internal_content p, .internal_content ul, .internal_content ol, .internal_content li, .internal_content a, .internal_content small {
  color: #29293D;
}
.internal_content h1:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content h2:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content h3:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content h4:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content h5:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content h6:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content p:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content ul:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content ol:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content li:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content a:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude), .internal_content small:last-child:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.target):not(.exclude) {
  margin-bottom: 0 !important;
}
.internal_content ul, .internal_content ol {
  margin: 0rem 0rem 1rem 1.1rem;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.internal_content ul li, .internal_content ol li {
  padding: 0rem 0rem 0.625rem 0rem;
}
.internal_content ul li:last-of-type, .internal_content ol li:last-of-type {
  padding: 0;
}
.internal_content h1, .internal_content h2, .internal_content h3 {
  margin: 3rem 0rem 2rem 0rem;
}
.internal_content h1:first-child, .internal_content h2:first-child, .internal_content h3:first-child {
  margin: 0rem 0rem 2rem 0rem;
}
.internal_content h4, .internal_content h5, .internal_content h6 {
  margin: 2rem 0rem 1.5rem 0rem;
}
.internal_content h4:first-of-type, .internal_content h5:first-of-type, .internal_content h6:first-of-type {
  margin: 0rem 0rem 1.5rem 0rem;
}
.internal_content p:not(:last-of-type) {
  margin-bottom: 1.125rem;
}
.internal_content ul {
  list-style: disc;
}
.internal_content ul li::marker {
  color: #7773FF;
}
.internal_content a:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.dz-remove):not(.exclude) {
  position: relative;
  display: inline-block;
  color: #7773FF;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}
.internal_content a:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.dz-remove):not(.exclude):before, .internal_content a:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.dz-remove):not(.exclude):after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.internal_content a:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.dz-remove):not(.exclude):before {
  background-color: rgba(119, 115, 255, 0.1);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.internal_content a:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.dz-remove):not(.exclude):after {
  background-color: #7773ff;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

.single-post .internal_content img {
  border-radius: 15px;
}

.our-values .values .value .inner .image {
  margin: 0rem 0rem 1.5rem 0rem;
  border-radius: 15px;
  overflow: hidden;
}
.our-values .values .value .inner .image img {
  width: 100%;
}
.our-values .values .value .inner .image .title {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-values .values .value .inner .image .title img {
  width: auto;
}
.our-values .values .value .inner .image .title span {
  margin: 0rem 0rem 0rem 0.5rem;
  display: inline-flex;
  color: #FEFEFE;
  font-family: "Agrandir-Variable";
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
}
.our-values .values .value .inner .image:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
.our-values .values .value:nth-of-type(1) .inner .image .title {
  margin-left: -5px;
}
.our-values .values .value:nth-of-type(1) .inner .image .title img {
  margin-top: -3px;
}
.our-values .values .value:nth-of-type(1) .inner .image:before {
  background-color: rgba(205, 97, 219, 0.75);
}
.our-values .values .value:nth-of-type(2) .inner .image .title {
  margin-left: -5px;
}
.our-values .values .value:nth-of-type(2) .inner .image .title img {
  margin-top: -3px;
}
.our-values .values .value:nth-of-type(2) .inner .image:before {
  background-color: rgba(137, 111, 248, 0.75);
}
.our-values .values .value:nth-of-type(3) .inner .image .title {
  margin-left: -4px;
}
.our-values .values .value:nth-of-type(3) .inner .image .title img {
  margin-top: -8px;
}
.our-values .values .value:nth-of-type(3) .inner .image:before {
  background-color: rgba(119, 115, 255, 0.75);
}

.hashtag {
  min-height: 333px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hashtag h1, .hashtag h2, .hashtag h3, .hashtag h4, .hashtag h5, .hashtag h6, .hashtag p, .hashtag ul, .hashtag ol, .hashtag li, .hashtag a {
  color: #FEFEFE;
}
.hashtag .colour-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.hashtag .grid-container {
  width: 100%;
  z-index: 2;
}

.services .row {
  white-space: nowrap;
}
.services .row h1 {
  padding: 0px 30px 0px 30px;
  margin: 0 !important;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.services .row h1 strong {
  background-image: linear-gradient(to right, #7773FF, #CD61DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services .row h1:first-child {
  padding-left: 0;
}
.services .row h1:last-child {
  padding-right: 0;
}
.services .row:nth-of-type(odd) {
  margin-left: -30px;
}

.our-team h1, .our-team h2, .our-team h3, .our-team h4, .our-team h5, .our-team h6, .our-team p, .our-team ul, .our-team ol, .our-team li, .our-team a {
  color: #FEFEFE;
}
.our-team .switch {
  width: 175px;
  height: 50px;
  margin: 0;
  justify-content: space-evenly;
  background-color: #8585AD;
  border-radius: 25px;
}
.our-team .switch i {
  color: #FEFEFE;
  font-size: 18px;
}
.our-team .switch .switch-paddle {
  width: 50px;
  height: 24px;
  background-color: #29293D;
  border-radius: 12px;
}
.our-team .switch .switch-paddle:after {
  width: 18px;
  height: 18px;
  top: 3px;
  left: 3px;
  background-color: #4CE4BD;
  border-radius: 100%;
}
.our-team .switch .switch-input {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.our-team .switch .switch-input:checked ~ .switch-paddle:after {
  left: 29px;
}
.our-team .team .member {
  width: 50%;
}
.our-team .team .member .image {
  padding-top: 100%;
  margin-bottom: 1rem;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.our-team .team .member .image img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-team .team .member .image img.avatar {
  width: 66%;
  height: auto;
}
.our-team .team .member .image img.headshot {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.our-team .team .member .text p {
  margin: 0 !important;
}
.our-team .team .member .text span {
  display: block;
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 12px;
  opacity: 0.5;
}
.our-team .team .member.switched .image {
  background-color: transparent !important;
}
.our-team .team .member.switched .image img.headshot {
  opacity: 1;
  visibility: visible;
}
.our-team .team .member:nth-of-type(1) .image {
  background-color: #ECE6FF;
}
.our-team .team .member:nth-of-type(2) .image {
  background-color: #FFF7E6;
}
.our-team .team .member:nth-of-type(3) .image {
  background-color: #F4FFE6;
}
.our-team .team .member:nth-of-type(4) .image {
  background-color: #FFE6E8;
}
.our-team .team .member:nth-of-type(5) .image {
  background-color: #E6F8FF;
}
.our-team .team .member:nth-of-type(6) .image {
  background-color: #F4FFE6;
}
.our-team .team .member:nth-of-type(7) .image {
  background-color: #ECE6FF;
}
.our-team .team .member:nth-of-type(8) .image {
  background-color: #E6F8FF;
}
.our-team .team .member:nth-of-type(9) .image {
  background-color: #FFF7E6;
}
.our-team .team .member:nth-of-type(10) .image {
  background-color: #FFE6E8;
}
.our-team .team .member:nth-of-type(11) .image {
  background-color: #F4FFE6;
}
.our-team .team .member:nth-of-type(12) .image {
  background-color: #ECE6FF;
}
.our-team .team .member:nth-of-type(13) .image {
  background-color: #E6F8FF;
}
.our-team .team .member:hover .image {
  background-color: transparent;
}
.our-team .team .member:hover .image img.headshot {
  opacity: 1;
  visibility: visible;
}

.our-showreel .showreel {
  height: 0;
  padding: 56.25% 0% 0% 0%;
  border-radius: 15px;
  overflow: hidden;
  /* img {
      width: 100%;
      height: auto;
      min-height: 444px;
      transform: scale3d(1.1, 1.1, 1.1);
      object-fit: cover;
      object-position: center;
      border-radius: 15px;
      overflow: hidden;
      transition: 1.2s cubic-bezier(0.51, 0.18, 0, 0.88);
  }

  .materialize-button {
      top: 80%;
      left: 50%;
      transform: translate(-50%, 0);
      position: absolute !important;
      border: none;
      z-index: 2;
  }

  &:before {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-color: rgba($navy, .3);
      border-radius: 15px;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      pointer-events: none;
      z-index: 1;
      content: '';
      transition: 1.2s cubic-bezier(0.51, 0.18, 0, 0.88);
  }

  &:hover, &:focus {
      img {
          transform: scale3d(1, 1, 1);
      }

      &:before {
          opacity: 1;
          visibility: visible;
      }
  } */
}
.our-showreel .showreel .tag {
  width: auto;
  height: 30px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0px 5px 5px 0px;
  top: 30px;
  left: 30px;
  background-color: #ECE6FF;
  border-radius: 5px;
  color: #7773FF;
  font-family: "Matter";
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
  z-index: 2;
}
.our-showreel .showreel .tag.film-photo {
  background-color: #FCE8E3;
  color: #FD9176;
}
.our-showreel .showreel .video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.our-projects {
  overflow: hidden;
}
.our-projects .projects {
  justify-content: space-between;
  transition: transform 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  will-change: transform;
}
.our-projects .projects .project {
  max-width: 550px;
}
.our-projects .projects .project .new {
  width: 90px;
  height: 90px;
  top: -45px;
  right: 30px;
  border-radius: 100%;
  z-index: 2;
}
.our-projects .projects .project .new span {
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-align: center;
}
.our-projects .projects .project .areas {
  top: 30px;
  left: calc(30px + 0.625rem);
  z-index: 2;
}
.our-projects .projects .project .areas .area {
  width: auto;
  height: 30px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0px 5px 5px 0px;
  border-radius: 5px;
  font-family: "Agrandir-Variable";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}
.our-projects .projects .project .areas .area.animation {
  background-color: #F4FFE6;
  color: #89C142;
}
.our-projects .projects .project .areas .area.brand-identity {
  background-color: #ECE6FF;
  color: #7773FF;
}
.our-projects .projects .project .areas .area.film-photo {
  background-color: #FCE8E3;
  color: #FD9176;
}
.our-projects .projects .project .areas .area.illustration {
  background-color: #FFF7E6;
  color: #F6BA2B;
}
.our-projects .projects .project .areas .area.social-strategy {
  background-color: #FFE6E8;
  color: #DC4453;
}
.our-projects .projects .project .areas .area.web {
  background-color: #E6F8FF;
  color: #4EC0EC;
}
.our-projects .projects .project .areas .area.new {
  display: none;
}
.our-projects .projects .project .image {
  padding: 100% 0% 0% 0%;
  margin: 0rem 0rem 1.5rem 0rem;
  border-radius: 15px;
  overflow: hidden;
}
.our-projects .projects .project .image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our-projects .projects .project .image:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(205, 97, 219, 0.75);
  border-radius: 15px;
  color: #FEFEFE;
  font-family: "Agrandir-Variable";
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: "View Project";
}
.our-projects .projects .project .text h2 {
  margin: 0rem 0rem 0.5rem 0rem !important;
  left: -1px;
  position: relative;
}
.our-projects .projects .project .text h2:before {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  opacity: 1;
  visibility: visible;
  transition: 0.2s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: url("../images/project-arrow.svg");
}
.our-projects .projects .project .text h2:after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: url("../images/project-arrow_alt.svg");
}
.our-projects .projects .project .text h4 {
  margin: 0 !important;
}
.our-projects .projects .project:nth-last-of-type(1) {
  margin-bottom: 0;
}
.our-projects .projects .project-alt {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.our-projects .projects .project-alt .overlay {
  width: 100%;
  height: 100%;
  padding: 2rem;
  top: 0;
  left: 0;
  background-color: rgba(41, 41, 61, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.our-projects .projects .project-alt .overlay * {
  color: #FEFEFE;
}
.our-projects .projects .project-alt .overlay .area {
  width: auto;
  height: 30px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0.3125rem;
  background-color: #FEFEFE;
  border-radius: 5px;
  color: #29293D;
  font-family: "Agrandir-Variable";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  cursor: pointer;
}
.our-projects .projects .project-alt .overlay .area.animation, .our-projects .projects .project-alt .overlay .area.management {
  background-color: #F4FFE6;
  color: #89C142;
}
.our-projects .projects .project-alt .overlay .area.brand-identity, .our-projects .projects .project-alt .overlay .area.design {
  background-color: #ECE6FF;
  color: #7773FF;
}
.our-projects .projects .project-alt .overlay .area.film-photo {
  background-color: #FCE8E3;
  color: #FD9176;
}
.our-projects .projects .project-alt .overlay .area.illustration, .our-projects .projects .project-alt .overlay .area.business {
  background-color: #FFF7E6;
  color: #F6BA2B;
}
.our-projects .projects .project-alt .overlay .area.social-strategy, .our-projects .projects .project-alt .overlay .area.development {
  background-color: #FFE6E8;
  color: #DC4453;
}
.our-projects .projects .project-alt .overlay .area.web, .our-projects .projects .project-alt .overlay .area.in-the-bath {
  background-color: #E6F8FF;
  color: #4EC0EC;
}
.our-projects .projects .project-alt .overlay h2 {
  margin: 0 !important;
}
.our-projects .projects .project-alt:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.our-reviews .bx-wrapper {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.our-reviews .bx-wrapper .bx-viewport .reviews {
  margin: 0;
  list-style: none;
}
.our-reviews .bx-wrapper .bx-viewport .reviews .review {
  padding-bottom: 60px;
}
.our-reviews .bx-wrapper .bx-viewport .reviews .review .review-itself {
  padding: 45px 30px 54px 30px;
  background-color: #FEFEFE;
  border-radius: 15px;
  overflow: hidden;
}
.our-reviews .bx-wrapper .bx-viewport .reviews .review .review-itself img {
  margin: 0rem 0rem 1rem 0rem;
}
.our-reviews .bx-wrapper .bx-viewport .reviews .review .review-extra {
  margin-top: 30px;
}
.our-reviews .bx-wrapper .bx-viewport .reviews .review .review-extra img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our-reviews .bx-wrapper .bx-viewport .reviews .review .review-extra p {
  margin: 0;
}
.our-reviews .bx-wrapper .bx-viewport .reviews .review .review-extra p.name {
  font-weight: 700;
}

.our-resources .resources .resource .image {
  padding: 75% 0% 0% 0%;
  margin: 0rem 0rem 1.5rem 0rem;
  border-radius: 15px;
  overflow: hidden;
}
.our-resources .resources .resource .image .tags {
  width: calc(100% - 60px);
  top: 30px;
  left: 30px;
  z-index: 4;
}
.our-resources .resources .resource .image .tags .tag {
  width: auto;
  height: 30px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0px 5px 5px 0px;
  background-color: #ECE6FF;
  border-radius: 5px;
  color: #7773FF;
  font-family: "Matter";
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 30px;
}
.our-resources .resources .resource .image .tags .tag.business {
  background-color: #F8EAFA;
  color: #CD61DB;
}
.our-resources .resources .resource .image .tags .tag.design {
  background-color: #ECE6FF;
  color: #7773FF;
}
.our-resources .resources .resource .image .tags .tag.development {
  background-color: #FFE6E8;
  color: #DC4453;
}
.our-resources .resources .resource .image .tags .tag.film-photo {
  background-color: #FCE8E3;
  color: #FD9176;
}
.our-resources .resources .resource .image .tags .tag.in-the-bath {
  background-color: #EBE7FE;
  color: #896FF8;
}
.our-resources .resources .resource .image .tags .tag.management {
  background-color: #F4FFE6;
  color: #89C142;
}
.our-resources .resources .resource .image .tags .tag.thoughts {
  background-color: #E6F8FF;
  color: #4EC0EC;
}
.our-resources .resources .resource .image .tags .tag.ux {
  background-color: #FFF7E6;
  color: #F6BA2B;
}
.our-resources .resources .resource .image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
}
.our-resources .resources .resource .image:before {
  width: 100%;
  height: 75px;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(41, 41, 61, 0.9), transparent);
  z-index: 1;
  content: "";
}
.our-resources .resources .resource .image:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(205, 97, 219, 0.75);
  border-radius: 15px;
  color: #FEFEFE;
  font-family: "Agrandir-Variable";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 3;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: "View";
}
.our-resources .resources .resource .text h2 small {
  color: #29293D;
}
.our-resources .resources .resource .text h3 {
  margin: 0rem 0rem 1.5rem 0rem !important;
}
.our-resources .resources .resource .text .author img {
  width: 40px;
  height: 40px;
  margin: 0rem 0.625rem 0rem 0rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
}
.our-resources .resources .resource .text .author span {
  color: #666E79;
  font-family: "Matter";
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
}
.our-resources .resources .resource.featured .text {
  padding: 2rem;
  border-radius: 15px;
}
.our-resources .resources .resource:nth-last-of-type(1) {
  margin-bottom: 0;
}

.our-social-media {
  margin-bottom: -60px;
  z-index: 1;
}
.our-social-media p {
  margin: 0 !important;
  color: #7773FF;
}
.our-social-media h2 {
  margin: 0 !important;
}
.our-social-media .social-media .social .image {
  border-radius: 15px;
  overflow: hidden;
}
.our-social-media .social-media .social .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our-social-media .social-media .social .image:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(205, 97, 219, 0.75);
  color: #FEFEFE;
  font-family: "Agrandir-Variable";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  content: "View Post";
}

.our-ctas {
  margin-bottom: -60px;
  z-index: 1;
}
.our-ctas .ctas .cta {
  padding: 2rem;
  border-radius: 15px;
  overflow: hidden;
}
.our-ctas .ctas .cta:first-of-type {
  background-color: #F6F7F9;
}
.our-ctas .ctas .cta:first-of-type h3 {
  margin: 0rem 0rem 1rem 0rem !important;
}
.our-ctas .ctas .cta:first-of-type p:last-of-type {
  margin: 1rem 0rem 0rem 0rem !important;
}
.our-ctas .ctas .cta:first-of-type .materialize-button {
  background-color: #7773FF !important;
  color: #FEFEFE !important;
}
.our-ctas .ctas .cta:last-of-type {
  background-image: linear-gradient(to right, #7773FF, #CD61DB);
}
.our-ctas .ctas .cta:last-of-type h2 {
  color: #FEFEFE !important;
}
.our-ctas .ctas .cta:last-of-type .start-a-project {
  width: 208.16px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  z-index: 0;
  /* &:hover {
      box-shadow: 3px 3px 12px rgba($navy, .3);
  } */
}
.our-ctas .ctas .cta:last-of-type .start-a-project img {
  height: 50px;
  border-radius: 25px;
}
.our-ctas .ctas .cta:last-of-type .start-a-project span.ripple {
  transform: scale(0.2);
  position: absolute;
  background-color: rgba(41, 41, 61, 0.3);
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: ripple 1.6s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  will-change: transform;
}
.our-ctas .ctas .cta:last-of-type .start-a-project.alt:after {
  width: calc(100% - 50px);
  height: 100%;
  top: 0;
  left: 25px;
  position: absolute;
  background-color: #7773FF;
  z-index: -1;
  content: "";
}
.our-ctas .ctas .cta:last-of-type .materialize-button {
  background-color: rgba(254, 254, 254, 0.3) !important;
  color: #FEFEFE !important;
}

.videos_page-builder .bx-wrapper {
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.videos_page-builder .bx-wrapper .bx-viewport ul {
  margin: 0;
  list-style: none;
}
.videos_page-builder .bx-wrapper .bx-viewport ul .video_wrapper {
  width: 100%;
  height: 0;
  padding: 56.25% 0% 0% 0%;
  border-radius: 15px;
  overflow: hidden;
}
.videos_page-builder .bx-wrapper .bx-viewport ul .video_wrapper .video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videos_page-builder .bx-wrapper .bx-viewport ul .video_wrapper .responsive-embed {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute !important;
}
.videos_page-builder .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 60px;
  height: 60px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #29293D;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #FEFEFE;
  font-family: "Matter";
  font-size: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 0;
  text-indent: 0;
}
.videos_page-builder .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
}
.videos_page-builder .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:after {
  transform: rotate(-180deg);
  content: url("../images/slider-arrow.svg");
}
.videos_page-builder .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
}
.videos_page-builder .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:after {
  content: url("../images/slider-arrow.svg");
}

/* Magnific Popup. */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.75;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-iframe-holder .mfp-close {
  padding: 0;
  top: -60px;
  right: 0;
}

.mfp-form, .mfp-profile {
  width: calc(100% - 1.25rem);
  max-width: none;
  padding: 1rem;
  margin: auto;
  position: relative;
  background-color: #FEFEFE;
  border-radius: 15px;
}
.mfp-form button.mfp-close, .mfp-profile button.mfp-close {
  top: 1rem;
  right: 1rem;
  position: absolute;
  background-color: #FEFEFE;
  border: 1px solid #29293D;
  border-radius: 100%;
  color: #29293D;
  font-size: 30px;
  line-height: 30px;
  opacity: 1;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mfp-form h2, .mfp-profile h2 {
  margin: 0rem 0rem 1rem 0rem !important;
}
.mfp-form p:last-of-type, .mfp-profile p:last-of-type {
  margin: 0rem 0rem 3rem 0rem;
}

@media print, screen and (min-width: 40em) {
  .our-team .team .member {
    width: 20% !important;
  }
}
/**
* Global Styles - Medium.
*/
@media screen and (min-width: 640px) {
  .our-social-media .social-media .social .image img {
    min-height: 220px;
    max-height: 220px;
  }
  .internal_banner .filters {
    margin: 45px 0px 0px 0px;
  }
  .internal_content ul li, .internal_content ol li {
    padding: 0rem 0rem 0.9375rem 0rem;
  }
  .our-values .values .value .inner .image .title span {
    font-size: 30px;
    line-height: 30px;
  }
  .our-values .values .value:nth-of-type(1) {
    margin-top: 180px;
  }
  .our-values .values .value:nth-of-type(2) {
    margin-top: 90px;
  }
  .services .row h1 {
    padding: 0px 45px 0px 45px;
  }
  .services .row:nth-of-type(odd) {
    margin-left: -45px;
  }
  .our-projects .projects .project .areas {
    left: calc(30px + 0.9375rem);
  }
  .our-projects .projects .project:nth-of-type(even) {
    top: -135px;
  }
  .our-projects .projects .project .text h2 small {
    font-size: 70%;
  }
  .our-projects .projects .project:nth-last-of-type(1), .our-projects .projects .project:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .our-projects .projects .project-alt .overlay {
    padding: 2.5rem;
  }
  .our-projects .projects .project-alt:nth-of-type(2), .our-projects .projects .project-alt:nth-of-type(3), .our-projects .projects .project-alt:nth-of-type(6), .our-projects .projects .project-alt:nth-of-type(7), .our-projects .projects .project-alt:nth-of-type(10), .our-projects .projects .project-alt:nth-of-type(11) {
    height: 655px;
  }
  .our-projects .projects .project-alt:nth-of-type(3), .our-projects .projects .project-alt:nth-of-type(7), .our-projects .projects .project-alt:nth-of-type(11) {
    margin-top: -320px;
  }
  .our-resources .resources .resource.featured {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-wrap;
  }
  .our-resources .resources .resource.featured .image, .our-resources .resources .resource.featured .text {
    width: calc(50% - 0.46875rem);
  }
  .our-resources .resources .resource.featured .image {
    padding: 32.5% 0% 0% 0%;
    margin: 0;
  }
  .our-resources .resources .resource.featured .text {
    height: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .our-resources .resources .resource:nth-last-of-type(1), .our-resources .resources .resource:nth-last-of-type(2), .our-resources .resources .resource:nth-last-of-type(3) {
    margin-bottom: 0;
  }
  .our-social-media {
    margin-bottom: -90px;
  }
  .our-ctas {
    margin-bottom: -90px;
  }
  .our-ctas .ctas .cta {
    padding: 2.5rem;
  }
  /* Magnific Popup. */
  .mfp-form, .mfp-profile {
    width: calc(100% - 1.875rem);
    max-width: 666px;
    padding: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .our-social-media .social-media .social .image img {
    min-height: 220px;
    max-height: 220px;
  }
}
@media screen and (min-width: 850px) {
  .our-social-media .social-media .social .image img {
    min-height: 275px;
    max-height: 275px;
  }
}
/**
* Global Styles - Large.
*/
@media screen and (min-width: 1024px) {
  .our-social-media .social-media .social .image img {
    min-height: 330px;
    max-height: 330px;
  }
  .internal_banner .filters {
    margin: 60px 0px 0px 0px;
  }
  .internal_content a:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.dz-remove):not(.exclude):hover:before, .internal_content a:not(.accordion-title):not(.member):not(.project):not(.resource):not(.social):not(.control):not(.materialize-button):not(.mfp-button):not(.j-image):not(.dz-remove):not(.exclude):hover:after {
    width: 100%;
    left: 0;
  }
  .our-values .values .value .inner .image .title span {
    font-size: 40px;
    line-height: 40px;
  }
  .our-values .values .value:nth-of-type(1) {
    margin-top: 240px;
  }
  .our-values .values .value:nth-of-type(2) {
    margin-top: 120px;
  }
  .services .row h1 {
    padding: 0px 60px 0px 60px;
  }
  .services .row:nth-of-type(odd) {
    margin-left: -60px;
  }
  .our-team .team .member.large-2 {
    width: 20%;
  }
  .our-projects .projects .project:nth-of-type(even) {
    top: -170px;
  }
  .our-projects .projects .project:hover .image:before {
    opacity: 1;
    visibility: visible;
  }
  .our-projects .projects .project:hover .text h2:before {
    opacity: 0;
    visibility: hidden;
  }
  .our-projects .projects .project:hover .text h2:after {
    opacity: 1;
    visibility: visible;
    animation: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) project-hint;
  }
  .our-projects .projects .project-alt .overlay {
    padding: 3rem;
  }
  .our-projects.our-recent-work .projects .project {
    max-width: 365px;
  }
  .our-resources .resources .resource:hover .image:after {
    opacity: 1;
    visibility: visible;
  }
  .our-resources .resources .resource.featured .text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .our-social-media {
    margin-bottom: -120px;
  }
  .our-social-media .social-media .social:hover .image:before {
    opacity: 1;
    visibility: visible;
  }
  .our-ctas {
    margin-bottom: -120px;
  }
  .our-ctas .ctas .cta {
    padding: 3rem;
  }
  /* Magnific Popup. */
  .mfp-form, .mfp-profile {
    max-width: 768px;
    padding: 3rem;
  }
  .mfp-form button.mfp-close:hover, .mfp-profile button.mfp-close:hover {
    background-color: #7773FF;
    border: 1px solid #7773FF;
    color: #FEFEFE;
  }
}
/**
* Global Styles - XL.
*/
@media screen and (min-width: 1200px) {
  .our-social-media .social-media .social .image img {
    min-height: 400px;
    max-height: 400px;
  }
  /* .services {
      .row {
          h1 {
              padding: 0px 120px 0px 120px;
          }

          &:nth-of-type(odd) {
              margin-left: -120px;
          }
      }
  } */
  .our-social-media, .our-ctas {
    margin-bottom: -150px;
  }
  /* Magnific Popup. */
  .mfp-form, .mfp-profile {
    max-width: 1024px;
    padding: 4rem;
  }
}
/**
* Global Styles - XXL.
*/
@media screen and (min-width: 1440px) {
  /* .services {
      .row {
          h1 {
              padding: 0px 150px 0px 150px;
          }

          &:nth-of-type(odd) {
              margin-left: -150px;
          }
      }
  } */
  .our-social-media, .our-ctas {
    margin-bottom: -180px;
  }
}
.page-id-2292 .content section:nth-of-type(4) .grid-container .grid-x .cell {
  width: 100%;
  margin: 0px 0px -60px 0px;
}/*# sourceMappingURL=custom.css.map */