/*!
Theme Name: siliconplus
Theme URI: http://underscores.me/
Author: Henry
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: silicon-plus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

siliconplus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* General style
--------------------------------------------- */
.truncate {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.custom-scroll-bar__wrapper {
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.custom-scroll-bar__wrapper ::-webkit-scrollbar {
	display: none;
	visibility: hidden;
}

.custom-scroll-bar__wrapper ::-webkit-scrollbar-track {
	display: none;
	visibility: hidden;
}

.custom-scroll-bar__wrapper ::-webkit-scrollbar-thumb {
	display: none;
	visibility: hidden;
}

.custom-scroll-bar__wrapper ::-webkit-scrollbar-thumb:hover {
	display: none;
	visibility: hidden;
}

.custom-scroll-bar__wrapper {
	position: relative;
}

.custom-scroll-bar__left {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background: linear-gradient(-90deg, transparent, white, white);
	display: flex;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	.custom-scroll-bar__left {
		display: none;
	}
}

.custom-scroll-bar__left.hidden {
	display: none;
}

.custom-scroll-bar__left__icon {
	background-image: url("assets/images/left-arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 9px;
	height: 100%;
}

.custom-scroll-bar__right {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	background: linear-gradient(90deg, transparent, white, white);
	display: flex;
	justify-content: flex-end;
}

@media (min-width: 768px) {
	.custom-scroll-bar__right {
		display: none;
	}
}

.custom-scroll-bar__right.hidden {
	display: none;
}

.custom-scroll-bar__right__icon {
	background-image: url("assets/images/right-arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 9px;
	height: 100%;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

@font-face {
	font-family: "inter";
	src: url("assets/fonts/inter/Inter-Regular.ttf");
}

@font-face {
	font-family: "inter light";
	src: url("assets/fonts/inter/Inter-Light.ttf");
}

@font-face {
	font-family: "inter medium";
	src: url("assets/fonts/inter/Inter-Medium.ttf");
}

@font-face {
	font-family: "inter semibold";
	src: url("assets/fonts/inter/Inter-SemiBold.ttf");
}

@font-face {
	font-family: "inter bold";
	src: url("assets/fonts/inter/Inter-Bold.ttf");
}

@font-face {
	font-family: "neuemontreal";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Regular.otf");
}

@font-face {
	font-family: "neuemontreal bold";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Bold.otf");
}

@font-face {
	font-family: "neuemontreal bold italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-BoldItalic.otf");
}

@font-face {
	font-family: "neuemontreal italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Italic.otf");
}

@font-face {
	font-family: "neuemontreal light";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Light.otf");
}

@font-face {
	font-family: "neuemontreal light italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-LightItalic.otf");
}

@font-face {
	font-family: "neuemontreal medium";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Medium.otf");
}

@font-face {
	font-family: "neuemontreal medium italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-MediumItalic.otf");
}

@font-face {
	font-family: "gowun-batang";
	src: url("assets/fonts/gowun-batang/GowunBatang-Regular.ttf");
}

@font-face {
	font-family: "gowun-batang bold";
	src: url("assets/fonts/gowun-batang/GowunBatang-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f");
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?qq5f0f") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?qq5f0f") format("woff"), url("assets/fonts/icomoon/icomoon.svg?qq5f0f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
	content: "\e900";
}

.icon-plus:before {
	content: "\e901";
}

.icon-play-button:before {
	content: "\e902";
}

.icon-arrow-thin-long-left:before {
	content: "\e903";
}

.icon-arrow-thin-long-right:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e906";
}

.icon-pinterest:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e908";
}

.icon-close:before {
	content: "\e909";
}

/* Elements
--------------------------------------------- */
.higlight-text {
	color: #FF5330;
}

strong {
	font-family: inherit;
	font-weight: normal;
	color: #FF5330;
}

*::marker {
	color: #FF5330;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.subscribe__text label {
	font-family: "inter";
	font-size: 24px;
	line-height: 1.4;
	color: white;
	margin-bottom: 12px;
}

.subscribe__content {
	display: flex;
	align-items: flex-end;
}

.subscribe__content__input[type="email"] {
	background: transparent;
	color: white;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid white;
	padding: 0;
	height: 36px;
}

.subscribe__content__input[type="email"]:focus, .subscribe__content__input[type="email"]:focus-visible {
	background: transparent;
	color: white;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid white;
	outline: none;
}

.subscribe__content__button[type="submit"] {
	height: 44px;
	margin-left: 25px;
	background: transparent;
	font-family: "neuemontreal";
	font-size: 16px;
	text-align: center;
	letter-spacing: .5px;
	border: 1px solid white;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.subscribe__content__button[type="submit"]:hover {
	font-family: "inter medium";
	background: white;
	color: #FF5330;
}

.mc4wp-response p {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	color: #999999;
	margin-top: 10px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

@font-face {
	font-family: "inter";
	src: url("assets/fonts/inter/Inter-Regular.ttf");
}

@font-face {
	font-family: "inter light";
	src: url("assets/fonts/inter/Inter-Light.ttf");
}

@font-face {
	font-family: "inter medium";
	src: url("assets/fonts/inter/Inter-Medium.ttf");
}

@font-face {
	font-family: "inter semibold";
	src: url("assets/fonts/inter/Inter-SemiBold.ttf");
}

@font-face {
	font-family: "inter bold";
	src: url("assets/fonts/inter/Inter-Bold.ttf");
}

@font-face {
	font-family: "neuemontreal";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Regular.otf");
}

@font-face {
	font-family: "neuemontreal bold";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Bold.otf");
}

@font-face {
	font-family: "neuemontreal bold italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-BoldItalic.otf");
}

@font-face {
	font-family: "neuemontreal italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Italic.otf");
}

@font-face {
	font-family: "neuemontreal light";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Light.otf");
}

@font-face {
	font-family: "neuemontreal light italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-LightItalic.otf");
}

@font-face {
	font-family: "neuemontreal medium";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Medium.otf");
}

@font-face {
	font-family: "neuemontreal medium italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-MediumItalic.otf");
}

@font-face {
	font-family: "gowun-batang";
	src: url("assets/fonts/gowun-batang/GowunBatang-Regular.ttf");
}

@font-face {
	font-family: "gowun-batang bold";
	src: url("assets/fonts/gowun-batang/GowunBatang-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f");
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?qq5f0f") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?qq5f0f") format("woff"), url("assets/fonts/icomoon/icomoon.svg?qq5f0f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
	content: "\e900";
}

.icon-plus:before {
	content: "\e901";
}

.icon-play-button:before {
	content: "\e902";
}

.icon-arrow-thin-long-left:before {
	content: "\e903";
}

.icon-arrow-thin-long-right:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e906";
}

.icon-pinterest:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e908";
}

.icon-close:before {
	content: "\e909";
}

/* Elements
--------------------------------------------- */
.higlight-text {
	color: #FF5330;
}

strong {
	font-family: inherit;
	font-weight: normal;
	color: #FF5330;
}

*::marker {
	color: #FF5330;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 Animate.css
 */
:root {
	--animate-duration:1s;
	--animate-delay:1s;
	--animate-repeat:1;
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
	animation-iteration-count: calc(var(--animate-repeat)*2);
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
	animation-iteration-count: calc(var(--animate-repeat)*3);
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay)*2);
	animation-delay: calc(var(--animate-delay)*2);
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay)*3);
	animation-delay: calc(var(--animate-delay)*3);
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay)*4);
	animation-delay: calc(var(--animate-delay)*4);
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay)*5);
	animation-delay: calc(var(--animate-delay)*5);
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration)/2);
	animation-duration: calc(var(--animate-duration)/2);
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration)*.8);
	animation-duration: calc(var(--animate-duration)*.8);
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration)*3);
	animation-duration: calc(var(--animate-duration)*3);
}

@media (prefers-reduced-motion: reduce), print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
	}
	.animate__animated[class*=Out] {
		opacity: 0;
	}
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	80% {
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

@keyframes bounce {
	0%, 20%, 53%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05);
	}
	80% {
		-webkit-transform: translateZ(0) scaleY(0.95);
		transform: translateZ(0) scaleY(0.95);
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02);
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shakeX {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX;
}

@-webkit-keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes shakeY {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.animate__headShake {
	-webkit-animation-name: headShake;
	animation-name: headShake;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.animate__swing {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__heartBeat {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration)*1.3);
	animation-duration: calc(var(--animate-duration)*1.3);
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInRight {
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight;
}

@-webkit-keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
	}
	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
	}
}

@keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
}

@keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
}

@keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(0.7);
		transform: translateX(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
	}
}

@keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(0.7);
		transform: translateY(0) scale(0.7);
	}
	to {
		opacity: .7;
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3);
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2);
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3);
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0);
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0);
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0);
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0);
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
	}
	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
	}
	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
	}
}

.animate__animated.animate__flip {
	-webkit-animation-name: flip;
	animation-name: flip;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.animate__flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
	}
	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
	}
	60% {
		opacity: 1;
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
	}
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
}

@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	}
}

@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	}
}

@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
}

@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	}
}

@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	}
}

@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: hidden;
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: hidden;
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: hidden;
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background: #ffffff;
	color: #000000;
}

.site-footer__content-wrapper {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 64px 20px 14px;
	max-width: none;
	background: #ffffff;
}

@media (min-width: 768px) {
	.site-footer__content-wrapper {
		padding: 64px 20px 30px;
	}
}

.site-footer__copyright {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	flex-direction: column;
}

@media (min-width: 768px) {
	.site-footer__copyright {
		flex-direction: row;
		margin-top: 195px;
	}
}

.site-footer__copyright__col-left {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	font-family: "neuemontreal";
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	order: 2;
}

@media (min-width: 768px) {
	.site-footer__copyright__col-left {
		order: 1;
		max-width: 215px;
	}
}

@media (min-width: 992px) {
	.site-footer__copyright__col-left {
		max-width: unset;
	}
}

.site-footer__copyright__col-right {
	display: flex;
	margin-bottom: 11px;
	order: 1;
	flex-direction: column;
	gap: 11px;
}

@media (min-width: 480px) {
	.site-footer__copyright__col-right {
		flex-direction: row;
		gap: 0;
	}
}

@media (min-width: 768px) {
	.site-footer__copyright__col-right {
		margin-bottom: 0;
		order: 2;
	}
}

.site-footer__copyright__col-right a {
	flex: 0 0 auto;
	font-family: "neuemontreal";
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	order: 1;
	text-decoration: none;
	color: #ffffff;
}

@media (min-width: 768px) {
	.site-footer__copyright__col-right a {
		order: 2;
	}
}

.site-footer__copyright__col-right a:hover, .site-footer__copyright__col-right a:focus, .site-footer__copyright__col-right a:active, .site-footer__copyright__col-right a:visited {
	color: #FF5330;
	text-decoration: none;
}

.site-footer__info {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

@media (min-width: 768px) {
	.site-footer__info {
		flex-direction: row;
	}
}

.site-footer__info__highlight {
	font-family: "inter";
	font-size: 36px;
	line-height: 1.2;
	flex: 0 0 auto;
}

@media (min-width: 768px) {
	.site-footer__info__highlight {
		flex: 0 0 37%;
		font-size: 56px;
		line-height: 1.2;
		max-width: 530px;
	}
}

.site-footer__info__main-nav {
	flex: 0 0 auto;
	margin: 32px 0 24px;
}

@media (min-width: 768px) {
	.site-footer__info__main-nav {
		margin: 0;
	}
}

.site-footer__info__main-nav__item {
	font-family: "inter medium";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.25;
	color: #000000;
}

.site-footer__info__main-nav__item + * {
	margin-top: 9px;
}

.site-footer__info__main-nav__item a {
	color: #000000;
	text-decoration: none;
}

.site-footer__info__main-nav__item a:visited, .site-footer__info__main-nav__item a:focus {
	color: #000000;
	text-decoration: none;
}

.site-footer__info__main-nav__item a:hover {
	color: #FF5330;
	text-decoration: none;
}

.site-footer__info__contact {
	flex: 0 0 auto;
	margin: 0;
}

@media (min-width: 768px) {
	.site-footer__info__contact {
		flex: 0 0 37%;
	}
}

.site-footer__info__contact__title {
	font-family: "inter medium";
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	color: #6A6A6A;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.site-footer__info__contact__title {
		margin-bottom: 4px;
	}
}

.site-footer__info__contact__title a {
	color: #000000;
	text-decoration: none;
}

.site-footer__info__contact__title a:visited, .site-footer__info__contact__title a:focus {
	color: #000000;
	text-decoration: none;
}

.site-footer__info__contact__title a:hover {
	color: #FF5330;
	text-decoration: none;
}

.site-footer__info__contact__email, .site-footer__info__contact__number {
	font-family: "neuemontreal";
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: #000000;
}

.site-footer__info__contact__address {
	font-family: "neuemontreal";
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: #000000;
	margin-top: 26px;
}

.site-footer__info__social-list {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.site-footer__info__social-list {
		margin-bottom: 0;
	}
}

.site-footer__info__social-list.social-list-blog-page {
	display: none;
}

@media (min-width: 768px) {
	.site-footer__info__social-list.social-list-blog-page {
		display: flex;
	}
}

.site-footer__info__social-list a {
	position: relative;
	font-family: "inter";
	font-size: 16px;
	letter-spacing: -0.24px;
	color: #6A6A6A;
}

.site-footer__info__social-list a:hover .instagram-icon-hover {
	color: #FF5330;
	z-index: 2;
}

.site-footer__info__social-list a:hover .facebook-icon-hover {
	color: #FF5330;
	z-index: 2;
}

.site-footer__info__social-list a:hover .linkedin-icon-hover {
	color: #FF5330;
	z-index: 2;
}

.site-footer__info__social-list a + * {
	margin-top: 0;
}

@media (min-width: 768px) {
	.site-footer__info__social-list a + * {
		margin-left: 47px;
	}
}

.site-footer__logo-content {
	z-index: 1;
	width: 100%;
	height: auto;
	min-height: 138px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 20px;
	max-width: none;
	background: #481E0D;
	margin: 0 auto;
	position: sticky;
	bottom: 0;
}

@media (min-width: 768px) {
	.site-footer__logo-content {
		height: auto;
		min-height: 500px;
		padding: 45px 70px;
	}
}

.site-footer__logo-content img {
	width: 100%;
}

/* Header
--------------------------------------------- */
.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.site-header .sticked {
	display: none;
}

.site-header .none-stick {
	display: block;
}

.site-header .navbar-light .navbar-nav .nav-item span,
.site-header .navbar-grey .navbar-nav .nav-item span {
	color: white;
}

.site-header .navbar-light .navbar-toggler .navbar-toggler__icon--1, .site-header .navbar-light .navbar-toggler .navbar-toggler__icon--2, .site-header .navbar-light .navbar-toggler .navbar-toggler__icon--3,
.site-header .navbar-grey .navbar-toggler .navbar-toggler__icon--1,
.site-header .navbar-grey .navbar-toggler .navbar-toggler__icon--2,
.site-header .navbar-grey .navbar-toggler .navbar-toggler__icon--3 {
	background: white;
}

.site-header .navbar-dark .navbar-nav .nav-item span {
	color: #1A1A1A;
}

.site-header .navbar-dark .navbar-toggler .navbar-toggler__icon--1, .site-header .navbar-dark .navbar-toggler .navbar-toggler__icon--2, .site-header .navbar-dark .navbar-toggler .navbar-toggler__icon--3 {
	background: black;
}

.site-header .navbar-transparent {
	background: rgba(80, 80, 80, 0.3);
}

.site-header .navbar-transparent .navbar-nav .nav-item span {
	color: white;
}

.site-header .navbar-transparent .navbar-toggler .navbar-toggler__icon--1, .site-header .navbar-transparent .navbar-toggler .navbar-toggler__icon--2, .site-header .navbar-transparent .navbar-toggler .navbar-toggler__icon--3 {
	background: white;
}

.site-header .navbar-black {
	background: black;
}

.site-header .navbar-black .navbar-nav .nav-item span {
	color: white;
}

.site-header .navbar-black .navbar-toggler .navbar-toggler__icon--1, .site-header .navbar-black .navbar-toggler .navbar-toggler__icon--2, .site-header .navbar-black .navbar-toggler .navbar-toggler__icon--3 {
	background: white;
}

.site-header .sticked-background-navigation .sticked {
	display: block;
}

.site-header .sticked-background-navigation .none-stick {
	display: none;
}

.site-header .sticked-background-navigation.navbar-light, .site-header .sticked-background-navigation.navbar-transparent {
	background: white;
}

.site-header .sticked-background-navigation.navbar-light .navbar-nav .nav-item span, .site-header .sticked-background-navigation.navbar-transparent .navbar-nav .nav-item span {
	color: black;
}

.site-header .sticked-background-navigation.navbar-light .navbar-nav .nav-item:hover span, .site-header .sticked-background-navigation.navbar-transparent .navbar-nav .nav-item:hover span {
	color: #FF5330;
}

.site-header .sticked-background-navigation.navbar-light .navbar-toggler .navbar-toggler__icon--1, .site-header .sticked-background-navigation.navbar-light .navbar-toggler .navbar-toggler__icon--2, .site-header .sticked-background-navigation.navbar-light .navbar-toggler .navbar-toggler__icon--3, .site-header .sticked-background-navigation.navbar-transparent .navbar-toggler .navbar-toggler__icon--1, .site-header .sticked-background-navigation.navbar-transparent .navbar-toggler .navbar-toggler__icon--2, .site-header .sticked-background-navigation.navbar-transparent .navbar-toggler .navbar-toggler__icon--3 {
	background: black;
}

.site-header .sticked-background-navigation.navbar-dark {
	background: black;
}

.site-header .sticked-background-navigation.navbar-dark .navbar-nav .nav-item span {
	color: black;
}

@media (min-width: 768px) {
	.site-header .sticked-background-navigation.navbar-dark .navbar-nav .nav-item span {
		color: white;
	}
}

.site-header .sticked-background-navigation.navbar-dark .navbar-nav .nav-item:hover span {
	color: #FF5330;
}

.site-header .sticked-background-navigation.navbar-dark .navbar-toggler .navbar-toggler__icon--1, .site-header .sticked-background-navigation.navbar-dark .navbar-toggler .navbar-toggler__icon--2, .site-header .sticked-background-navigation.navbar-dark .navbar-toggler .navbar-toggler__icon--3 {
	background: white;
}

.site-header .sticked-background-navigation.navbar-grey {
	background: #1A1A1A;
}

.site-header .navbar__search {
	position: absolute;
	top: 87px;
	width: calc(100% - 27px - 40px);
}

@media (min-width: 768px) {
	.site-header .navbar__search {
		position: relative;
		display: flex;
		align-items: center;
		top: auto;
		gap: 15px;
		height: 26px;
		padding-left: 15px;
		margin-left: 15px;
		border-left: 1px solid #c6c6c6;
		width: auto;
	}
}

.site-header .navbar__search .collapse:not(.show) {
	display: block;
}

@media (min-width: 768px) {
	.site-header .navbar__search .collapse:not(.show) {
		display: none;
	}
}

.site-header .navbar__search__trigger {
	width: 19px;
	height: 19px;
}

.site-header .navbar__search__trigger.search-icon {
	display: none;
	background-image: url("assets/images/search-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

@media (min-width: 768px) {
	.site-header .navbar__search__trigger.search-icon {
		display: block;
	}
}

@media (max-width: 767px) {
	.site-header .navbar__search .is-form-style input.is-search-input {
		background: transparent;
		border: none !important;
		box-shadow: none !important;
		margin-left: 40px;
		color: white;
	}
}

@media (max-width: 767px) {
	.site-header .navbar__search .is-form-style .is-search-icon {
		background: transparent;
		border: none;
	}
}

@media (max-width: 767px) {
	.site-header .navbar__search .is-form-style .is-search-submit path {
		fill: white;
	}
}

@media (max-width: 767px) {
	.site-header .navbar__search .is-form-style button.is-search-submit {
		position: absolute;
		left: 0;
		top: 0;
	}
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	max-width: 100%;
}

@media (min-width: 768px) {
	.site-header .container {
		padding: 0 24px;
		max-width: none;
	}
}

.site-header .navbar-brand {
	padding: 0;
}

.site-header .navbar-brand__logo {
	width: 120px;
	object-fit: contain;
}

@media (min-width: 768px) {
	.site-header .navbar-brand__logo {
		width: 162px;
		height: 49px;
	}
}

.site-header .navbar-collapse {
	flex: 0 0 auto;
	height: 35px;
}

.site-header .navbar-nav .menu-item {
	position: relative;
}

.site-header .navbar-nav .menu-item + * {
	margin-left: 0;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item + * {
		margin-left: 34px;
	}
}

.site-header .navbar-nav .menu-item.current-menu-item {
	padding-left: 28px;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item.current-menu-item {
		padding-left: 0;
	}
}

.site-header .navbar-nav .menu-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -65%);
	width: 18px;
	height: 18px;
	opacity: 0;
	transition: opacity 0.2s ease;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item::before {
		transform: translate(-24px, -65%);
	}
}

.site-header .navbar-nav .menu-item:hover span {
	color: #FF5330;
}

.site-header .navbar-nav .menu-item.active::before {
	content: url("assets/images/sign.svg");
	opacity: 1;
}

.site-header .navbar-nav .menu-item.menu-item-has-children:after {
	display: none;
}

.site-header .navbar-nav .menu-item.menu-item-has-children a:after {
	display: none;
}

.site-header .navbar-nav .menu-item.menu-item-has-children ul {
	background: transparent;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item.menu-item-has-children ul {
		background: white;
	}
}

.site-header .navbar-nav .menu-item.menu-item-has-children ul li {
	margin: 0;
}

.site-header .navbar-nav .menu-item.menu-item-has-children ul li:after {
	display: none;
}

.site-header .navbar-nav .menu-item.menu-item-has-children ul li a:hover span {
	color: #FF5330;
}

.site-header .navbar-nav .menu-item.menu-item-has-children ul li a span {
	font-size: 24px;
	color: #1A1A1A;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .menu-item.menu-item-has-children ul li a span {
		font-size: 16px;
	}
}

.site-header .navbar-nav .menu-item.menu-item-has-children ul li .dropdown-item:hover, .site-header .navbar-nav .menu-item.menu-item-has-children ul li .dropdown-item:active, .site-header .navbar-nav .menu-item.menu-item-has-children ul li .dropdown-item.active {
	background: transparent;
}

.site-header .navbar-nav .menu-item.menu-item-has-children:hover ul li span {
	color: #1A1A1A;
}

.site-header .navbar-nav .menu-item.menu-item-has-children.active span {
	font-family: "inter medium";
	color: #FF5330;
}

.site-header .navbar-nav .menu-item.menu-item-has-children.active ul li span {
	color: #1A1A1A;
	font-family: "inter";
}

.site-header .navbar-nav .menu-item.menu-item-has-children.active ul li.active span {
	font-family: "inter medium";
	color: #FF5330;
}

.site-header .navbar-nav .nav-link {
	padding: 0;
}

.site-header .navbar-nav .nav-link span {
	font-family: "inter";
	font-size: 24px;
	line-height: 2;
}

@media (min-width: 768px) {
	.site-header .navbar-nav .nav-link span {
		font-size: 18px;
		line-height: 1.4;
	}
}

/* Template parts
--------------------------------------------- */
.category-tile {
	position: relative;
}

.category-tile__thumbnail {
	position: relative;
	height: 180px;
	background-color: #D9D9D9;
}

@media (min-width: 768px) {
	.category-tile__thumbnail {
		height: 278px;
	}
}

.category-tile__thumbnail__photo {
	position: relative;
	width: 100%;
	height: 180px;
	object-fit: cover;
	z-index: 1;
}

@media (min-width: 768px) {
	.category-tile__thumbnail__photo {
		height: 278px;
	}
}

.category-tile__thumbnail .hover-opacity {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.category-tile__info {
	margin-bottom: 19px;
}

.category-tile__info__name {
	font-family: "inter";
	color: #1A1A1A;
	font-size: 20px;
	line-height: 1.4;
	text-decoration: none;
}

@media (min-width: 768px) {
	.category-tile__info__name {
		font-size: 24px;
	}
}

.category-tile__info__name:visited, .category-tile__info__name:hover, .category-tile__info__name:focus {
	color: #1A1A1A;
	text-decoration: none;
}

.post-tile {
	position: relative;
	min-width: 0;
}

.post-tile__thumbnail {
	position: relative;
}

.post-tile__thumbnail__overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.post-tile__thumbnail:hover .post-tile__thumbnail__overlay {
	display: block;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider {
	width: 100%;
	height: 278px;
	margin: 0 !important;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider .slick-list {
	height: 100%;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider .slick-list .slick-track {
	height: 100%;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider .slick-list .slick-track .slick-slide > div {
	height: 100%;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider .slick-list .slick-track .ngg-gallery-slideshow-image {
	height: 100% !important;
}

.post-tile__thumbnail .ngg-slideshow.slick-slider .slick-list .slick-track .ngg-gallery-slideshow-image img {
	max-height: 100% !important;
	height: 100%;
	object-fit: cover;
}

.post-tile__thumbnail__photo {
	position: relative;
	width: 100%;
	height: 278px;
	object-fit: cover;
	z-index: 1;
}

.post-tile__thumbnail__photo.none-photo {
	background-color: #D9D9D9;
}

.post-tile__thumbnail .hover-opacity {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

.post-tile__info {
	padding-top: 17px;
}

.post-tile__info a:hover, .post-tile__info a:visited, .post-tile__info a:focus {
	text-decoration: none;
}

.post-tile__info__tag-list {
	display: flex;
	flex-wrap: wrap;
}

.post-tile__info__tag-item {
	font-family: "inter semibold";
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .5px;
	color: #ffffff;
	margin-bottom: 0;
	min-height: 16.8px;
}

@media (min-width: 768px) {
	.post-tile__info__tag-item {
		margin-bottom: 8px;
	}
}

.post-tile__info__name {
	font-family: "inter";
	color: #1A1A1A;
	font-size: 18px;
	line-height: 1.4;
	text-decoration: none;
}

.post-tile__info__name:visited, .post-tile__info__name:focus {
	color: black;
	text-decoration: none;
}

.post-tile__info__name:hover {
	color: #6A6A6A;
	text-decoration: none;
}

.post-tile__info__content {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1, 6;
	letter-spacing: .5px;
	color: black;
}

.projects-grid {
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.projects-grid {
		max-width: none;
		padding: 0 24px;
	}
}

.projects-grid .post-tile {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.projects-grid .post-tile {
		flex: 0 0 calc(50% - 6px);
	}
}

.projects-grid .post-tile:nth-child(1) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.projects-grid .post-tile:nth-child(1) > a {
		aspect-ratio: 23 / 12;
	}
}

@media (min-width: 768px) {
	.projects-grid .post-tile:nth-child(2) {
		margin-left: 12px;
	}
}

.projects-grid .post-tile:nth-child(2) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.projects-grid .post-tile:nth-child(2) > a {
		aspect-ratio: 23 / 12;
	}
}

.projects-grid .post-tile:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.projects-grid .post-tile:nth-child(3) {
		margin: 32px 0;
	}
}

.projects-grid .post-tile:nth-child(3) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.projects-grid .post-tile:nth-child(3) > a {
		aspect-ratio: 698 / 235;
	}
}

.projects-grid .post-tile:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.projects-grid .post-tile:nth-child(4) {
		flex: 0 0 calc(40% - 6px);
	}
}

.projects-grid .post-tile:nth-child(4) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.projects-grid .post-tile:nth-child(4) > a {
		aspect-ratio: 573 / 362;
	}
}

.projects-grid .post-tile:nth-child(5) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.projects-grid .post-tile:nth-child(5) {
		flex: 0 0 calc(60% - 6px);
		margin-left: 12px;
	}
}

.projects-grid .post-tile:nth-child(5) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.projects-grid .post-tile:nth-child(5) > a {
		aspect-ratio: 811 / 654;
	}
}

.projects-grid .post-tile__info {
	margin-top: 16px;
	margin-bottom: 32px;
	padding: 0;
}

@media (min-width: 768px) {
	.projects-grid .post-tile__info {
		margin-top: 16px;
		margin-bottom: 0;
	}
}

.projects-grid .post-tile__info__name {
	display: block !important;
	color: white;
	font-size: 18px;
}

@media (min-width: 768px) {
	.projects-grid .post-tile__info__name {
		height: 26px;
	}
}

.projects-grid .post-tile__thumbnail {
	height: 100%;
}

.projects-grid .post-tile__thumbnail__photo {
	height: 100%;
}

/* Page
--------------------------------------------- */
.blog-page {
	font-family: "inter";
}

.blog-page__banner {
	position: relative;
	display: flex;
	justify-content: center;
	padding-bottom: 85px;
}

@media (min-width: 768px) {
	.blog-page__banner {
		padding-bottom: 120px;
	}
}

.blog-page__background {
	width: 100%;
	height: 440px;
	background: #d9d9d9;
}

@media (min-width: 768px) {
	.blog-page__background {
		height: 568px;
	}
}

.blog-page__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-page__carousel {
	position: absolute;
	bottom: 52px;
	height: 274px;
	width: 100%;
	padding: 0 27px;
}

@media (min-width: 768px) {
	.blog-page__carousel {
		width: 724px;
		height: 256px;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.blog-page__carousel {
		width: 822px;
	}
}

.blog-page__carousel .banner-carousel {
	z-index: 2;
	padding-bottom: 0;
}

.blog-page__carousel .banner-carousel__content {
	height: 274px;
	padding: 35px 25px 35px;
	background: white;
}

@media (min-width: 768px) {
	.blog-page__carousel .banner-carousel__content {
		height: 256px;
		padding: 42px 52px 55px;
	}
}

.blog-page__carousel .banner-carousel__content img {
	display: none;
}

.blog-page__carousel .banner-carousel__content__category {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.6px;
	color: #ff4713;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.blog-page__carousel .banner-carousel__content__category {
		font-size: 12px;
	}
}

.blog-page__carousel .banner-carousel__content__category a {
	font-family: "neuemontreal";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__category a:hover, .blog-page__carousel .banner-carousel__content__category a:visited, .blog-page__carousel .banner-carousel__content__category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__category__wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.blog-page__carousel .banner-carousel__content__divide {
	background: #FF5330;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__carousel .banner-carousel__content__divide:last-child {
	display: none;
}

.blog-page__carousel .banner-carousel__content__title {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.blog-page__carousel .banner-carousel__content__title {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.blog-page__carousel .banner-carousel__content__title {
		font-size: 40px;
	}
}

.blog-page__carousel .banner-carousel__content__title a {
	color: black;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__title a:hover, .blog-page__carousel .banner-carousel__content__title a:visited, .blog-page__carousel .banner-carousel__content__title a:focus {
	color: black;
	text-decoration: none;
}

.blog-page__carousel .banner-carousel__content__author {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #1a1a1a;
}

.blog-page__carousel .banner-carousel__indicators {
	position: absolute;
	bottom: -45px;
	display: flex;
	justify-content: space-between;
	width: 240px;
	left: 50%;
	margin-left: -120px;
	z-index: 1;
}

.blog-page__carousel .banner-carousel__indicators__slick-prev, .blog-page__carousel .banner-carousel__indicators__slick-next {
	cursor: pointer;
}

.blog-page__carousel .banner-carousel .slick-list {
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1);
}

.blog-page__carousel .slick-dotted.slick-slider {
	margin: 0;
}

.blog-page__carousel .slick-dots {
	height: 34px;
	bottom: -50px;
	width: 150px;
	left: 50%;
	margin-left: -75px;
}

@media (min-width: 768px) {
	.blog-page__carousel .slick-dots {
		bottom: -52px;
	}
}

.blog-page__carousel .slick-dots li {
	width: 9.5px;
	height: 9.5px;
}

@media (min-width: 768px) {
	.blog-page__carousel .slick-dots li {
		width: 14px;
		height: 14px;
	}
}

.blog-page__carousel .slick-dots li button {
	width: 9.5px;
	height: 9.5px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #787878;
}

@media (min-width: 768px) {
	.blog-page__carousel .slick-dots li button {
		width: 14px;
		height: 14px;
	}
}

.blog-page__carousel .slick-dots li button:before {
	content: none;
}

.blog-page__carousel .slick-dots li.slick-active button {
	background: #ff4713;
	border-color: #ff4713;
}

.blog-page__top-section {
	display: flex;
	flex-direction: column;
	max-width: calc(1120px + 27px);
	margin: 0 auto;
	padding: 35px 27px;
}

@media (min-width: 768px) {
	.blog-page__top-section {
		flex-direction: row;
		padding: 60px 27px;
	}
}

.blog-page__top-section__col-left {
	flex: 1;
	padding-bottom: 37px;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-left {
		padding-bottom: 0;
		padding-right: 28px;
		flex: 0 0 calc(55% - 0.75px);
	}
}

@media (min-width: 992px) {
	.blog-page__top-section__col-left {
		flex: 0 0 calc(60% - 0.75px);
		padding-right: 20px;
	}
}

.blog-page__top-section__col-left__label {
	font-family: "gowun-batang";
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 18px;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-left__label {
		margin-bottom: 34px;
	}
}

.blog-page__top-section__col-left__post {
	position: relative;
	background-color: #d9d9d9;
	width: 100%;
	padding-top: 100%;
	border-radius: 3px;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-left__post {
		padding-top: 77.05%;
	}
}

.blog-page__top-section__col-left__post__overlay {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(100% - 63px);
	border-radius: 0 0 3px 3px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(217, 217, 217, 0) 100%);
	mix-blend-mode: multiply;
	z-index: 2;
}

.blog-page__top-section__col-left__post img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
	z-index: 1;
}

.blog-page__top-section__col-left__post-wrapper {
	position: absolute;
	bottom: 20px;
	left: 25px;
	right: 25px;
	z-index: 3;
}

@media (min-width: 992px) {
	.blog-page__top-section__col-left__post-wrapper {
		bottom: 40px;
		left: 49px;
		right: 49px;
	}
}

.blog-page__top-section__col-left__post-category {
	color: white;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
}

.blog-page__top-section__col-left__post-category a {
	font-family: "neuemontreal";
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-category a:hover, .blog-page__top-section__col-left__post-category a:visited, .blog-page__top-section__col-left__post-category a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-title {
	color: white;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.15;
	margin-bottom: 13px;
}

@media (min-width: 992px) {
	.blog-page__top-section__col-left__post-title {
		font-size: 36px;
		line-height: 48px;
	}
}

.blog-page__top-section__col-left__post-title a {
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-title a:hover, .blog-page__top-section__col-left__post-title a:visited, .blog-page__top-section__col-left__post-title a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__top-section__col-left__post-author {
	font-family: "neuemontreal";
	color: white;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}

.blog-page__top-section__col-left__post-category {
	font-family: "neuemontreal";
	text-transform: uppercase;
	margin-bottom: 5px;
}

.blog-page__top-section__col-left__post-divide {
	padding: 0 2.5px;
}

.blog-page__top-section__col-left__post-divide:last-child {
	display: none;
}

.blog-page__top-section__col-right {
	flex: 1;
	padding-top: 23px;
	border-top: 1px solid #DDDEE0;
}

@media (min-width: 768px) {
	.blog-page__top-section__col-right {
		flex: 0 0 45%;
		border-top: none;
		padding-left: 20px;
		padding-top: 18px;
	}
}

@media (min-width: 992px) {
	.blog-page__top-section__col-right {
		flex: 0 0 40%;
		padding-left: 28px;
	}
}

.blog-page__top-section__col-right__label {
	font-family: "gowun-batang";
	font-size: 20px;
	line-height: 1;
	margin-bottom: 35px;
}

.blog-page__top-section__col-right__content {
	padding-left: 21px;
}

.blog-page__top-section__col-right__content__category {
	display: flex;
	margin-bottom: 8px;
	line-height: 1.2;
	align-items: center;
}

.blog-page__top-section__col-right__item {
	display: flex;
}

.blog-page__top-section__col-right__item + * {
	border-top: 1px solid #dddee0;
	margin-top: 14px;
	padding-top: 14px;
}

.blog-page__top-section__col-right__left-content {
	flex: 0 0 90px;
}

@media (min-width: 992px) {
	.blog-page__top-section__col-right__left-content {
		flex: 0 0 114px;
	}
}

.blog-page__top-section__col-right__image-wrapper {
	position: relative;
	background: #d9d9d9;
	border-radius: 3px;
}

.blog-page__top-section__col-right__image-wrapper:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.blog-page__top-section__col-right__image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
	z-index: 1;
}

.blog-page__top-section__col-right__post {
	position: relative;
	width: 100%;
	padding-top: 77.05%;
	position: relative;
	border-radius: 3px;
}

.blog-page__top-section__col-right__post-wrapper {
	position: absolute;
	bottom: 40px;
	left: 49px;
	right: 49px;
	z-index: 2;
}

.blog-page__top-section__col-right__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.5;
}

.blog-page__top-section__col-right__post-category a {
	font-family: "neuemontreal";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-category a:hover, .blog-page__top-section__col-right__post-category a:visited, .blog-page__top-section__col-right__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-title {
	color: #212529;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	margin-bottom: 10px;
}

.blog-page__top-section__col-right__post-title a {
	color: #212529;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-title a:hover, .blog-page__top-section__col-right__post-title a:visited, .blog-page__top-section__col-right__post-title a:focus {
	color: #212529;
	text-decoration: none;
}

.blog-page__top-section__col-right__post-author {
	font-family: "neuemontreal";
	color: #a7a7a7;
	font-size: 14px;
	line-height: 1.5;
}

.blog-page__top-section__col-right__post-category {
	font-family: "neuemontreal";
	text-transform: uppercase;
}

.blog-page__top-section__col-right__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__top-section__col-right__post-divide:last-child {
	display: none;
}

.blog-page__top-section__devide {
	flex: 0 0 0.75px;
	background: #dddee0;
}

.blog-page__trending-section {
	padding: 54.5px 27px 71px;
	background: #fafafa;
}

.blog-page__trending-section__content {
	max-width: calc(1120px + 27px);
	margin: 0 auto;
}

.blog-page__trending-section__content__list {
	display: flex;
	overflow-x: auto;
	gap: 14px;
	font-size: 0;
}

@media (min-width: 768px) {
	.blog-page__trending-section__content__list {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(calc(260px - 14px), 1fr));
		grid-gap: 14px;
	}
}

.blog-page__trending-section__content__title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.blog-page__trending-section__content__title__icon {
	width: 21px;
	height: 21px;
	background-image: url("assets/images/header icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-page__trending-section__content__title__text {
	font-family: "gowun-batang";
	color: #000;
	font-size: 30px;
	line-height: 1.4;
}

.blog-page__trending-section__item {
	padding: 11px;
	background: white;
	flex: 0 0 270px;
}

@media (min-width: 768px) {
	.blog-page__trending-section__item {
		flex: none;
	}
}

.blog-page__trending-section__item__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog-page__trending-section__item__image-wrapper {
	width: 100%;
	height: 165px;
	margin-bottom: 11px;
	background: #d9d9d9;
}

.blog-page__trending-section__item__image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-page__trending-section__item__category {
	display: flex;
	margin-bottom: 9px;
	line-height: 1.2;
	align-items: center;
}

.blog-page__trending-section__item__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.8px;
}

.blog-page__trending-section__item__post-category a {
	font-family: "neuemontreal";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__trending-section__item__post-category a:hover, .blog-page__trending-section__item__post-category a:visited, .blog-page__trending-section__item__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__trending-section__item__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__trending-section__item__post-divide:last-child {
	display: none;
}

.blog-page__trending-section__item__post-title {
	color: #181a2a;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
}

.blog-page__trending-section__item__post-title a {
	color: #181a2a;
	text-decoration: none;
}

.blog-page__trending-section__item__post-title a:hover, .blog-page__trending-section__item__post-title a:visited, .blog-page__trending-section__item__post-title a:focus {
	color: #181a2a;
	text-decoration: none;
}

.blog-page__trending-section__item__post-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.blog-page__trending-section__item__post-author__avatar {
	width: 24.5px;
	height: 24.5px;
	border-radius: 50%;
	overflow: hidden;
}

.blog-page__trending-section__item__post-author__name {
	font-family: "neuemontreal";
	color: #97989f;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 6.26px;
}

.blog-page__subscribe-section__content {
	background: #1a1a1a;
	max-width: calc(1120px + 27px);
	padding: 40px 27px;
	margin: 0 auto;
	text-align: center;
}

.blog-page__subscribe-section__title {
	font-family: "gowun-batang";
	color: white;
	font-size: 30px;
	line-height: 1.4;
}

.blog-page__subscribe-section__description {
	font-family: "neuemontreal";
	color: #c4c4c4;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
}

.blog-page__subscribe-section .sib_signup_form {
	margin-top: 30px;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

@media (min-width: 768px) {
	.blog-page__subscribe-section .sib_signup_box_inside_1 {
		flex-direction: row;
	}
}

.blog-page__subscribe-section .sib_signup_box_inside_1 p {
	margin: 0;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area {
	background: transparent;
	border: none;
	border-bottom: 1px solid #dddee0;
	width: 300px;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding: 0;
	color: white;
}

@media (min-width: 768px) {
	.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area {
		width: 367px;
	}
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area::placeholder {
	color: #abadb0;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input.sib-email-area:focus {
	outline: none;
	box-shadow: none;
}

.blog-page__subscribe-section .sib_signup_box_inside_1 input[type="submit"] {
	border-radius: 6px;
	border: 1px solid #fff;
	background: transparent;
	color: white;
	width: 300px;
	height: 44px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 768px) {
	.blog-page__subscribe-section .sib_signup_box_inside_1 input[type="submit"] {
		width: 165px;
	}
}

.blog-page__recommend-section {
	padding: 54.5px 27px 71px;
	background: white;
}

.blog-page__recommend-section__content {
	max-width: calc(1120px + 27px);
	margin: 0 auto;
}

.blog-page__recommend-section__content__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, 265px, calc(50% - 20px));
	grid-gap: 20px;
	font-size: 0;
}

@media (min-width: 768px) {
	.blog-page__recommend-section__content__list {
		grid-template-columns: repeat(auto-fill, minmax(calc(360px - 25px), calc(50% - 25px)));
		grid-gap: 25px;
	}
}

@media (min-width: 992px) {
	.blog-page__recommend-section__content__list {
		grid-template-columns: repeat(auto-fill, minmax(calc(360px - 25px), calc(50% - 25px)));
		grid-gap: 30px 50px;
	}
}

.blog-page__recommend-section__content__title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.blog-page__recommend-section__content__title__icon {
	width: 21px;
	height: 21px;
	background-image: url("assets/images/header icon.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-page__recommend-section__content__title__text {
	font-family: "gowun-batang";
	color: #000;
	font-size: 30px;
	line-height: 1.4;
}

.blog-page__recommend-section__item__content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	height: 100%;
}

.blog-page__recommend-section__item__image-wrapper {
	flex: 0 0 85px;
	background: #d9d9d9;
	width: 100%;
	position: relative;
	border-radius: 3px;
}

@media (min-width: 768px) {
	.blog-page__recommend-section__item__image-wrapper {
		flex: 0 0 120px;
	}
}

@media (min-width: 992px) {
	.blog-page__recommend-section__item__image-wrapper {
		flex: 0 0 170px;
	}
}

.blog-page__recommend-section__item__image-wrapper:after {
	content: "";
	display: block;
	padding-bottom: 80%;
}

.blog-page__recommend-section__item__image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
	z-index: 1;
}

.blog-page__recommend-section__item__body {
	flex: 1;
	padding-left: 20px;
}

.blog-page__recommend-section__item__category {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
	line-height: 1.2;
	align-items: center;
}

.blog-page__recommend-section__item__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.8px;
}

.blog-page__recommend-section__item__post-category a {
	font-family: "neuemontreal";
	color: #ff4713;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-category a:hover, .blog-page__recommend-section__item__post-category a:visited, .blog-page__recommend-section__item__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.blog-page__recommend-section__item__post-divide:last-child {
	display: none;
}

.blog-page__recommend-section__item__post-title {
	color: #181a2a;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 8px;
}

.blog-page__recommend-section__item__post-title a {
	color: #181a2a;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-title a:hover, .blog-page__recommend-section__item__post-title a:visited, .blog-page__recommend-section__item__post-title a:focus {
	color: #181a2a;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-excerpt {
	color: #a7a7a7;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 8px;
	min-height: 42px;
}

.blog-page__recommend-section__item__post-excerpt a {
	font-family: "neuemontreal";
	color: #a7a7a7;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-excerpt a:hover, .blog-page__recommend-section__item__post-excerpt a:visited, .blog-page__recommend-section__item__post-excerpt a:focus {
	color: #a7a7a7;
	text-decoration: none;
}

.blog-page__recommend-section__item__post-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.blog-page__recommend-section__item__post-author__avatar {
	width: 24.5px;
	height: 24.5px;
	border-radius: 50%;
	overflow: hidden;
}

.blog-page__recommend-section__item__post-author__name {
	font-family: "neuemontreal";
	color: #97989f;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 6.26px;
}

.blog-page__footer {
	background: #232323;
	padding: 42px 27px 52px;
}

@media (min-width: 768px) {
	.blog-page__footer {
		padding: 100px 27px 85px;
	}
}

.blog-page__footer__top {
	max-width: 1120px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.blog-page__footer__top {
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.blog-page__footer__top__left {
		flex: 0 0 50%;
	}
}

.blog-page__footer__top__right {
	margin-top: 45px;
}

@media (min-width: 768px) {
	.blog-page__footer__top__right {
		margin-top: 0;
		flex: 0 0 50%;
		max-width: 570px;
	}
}

.blog-page__footer__top__right__title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1px;
}

.blog-page__footer__top__right .sib_signup_form {
	margin-top: 15px;
}

.blog-page__footer__top__right .sib_signup_form input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #dddee0;
	width: 100%;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding: 0;
	color: white;
}

.blog-page__footer__top__right .sib_signup_form input::placeholder {
	color: #abadb0;
}

.blog-page__footer__top__right .sib_signup_form input:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.blog-page__footer__top__right .sib_signup_form input[type="submit"] {
	border-radius: 6px;
	border: 1px solid #fff;
	background: transparent;
	color: white;
	width: 100%;
	height: 44px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 768px) {
	.blog-page__footer__top__right .sib_signup_form input[type="submit"] {
		width: 165px;
	}
}

.blog-page__footer__nav-wrapper {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.blog-page__footer ul {
	list-style-type: none;
	margin: 0;
}

.blog-page__footer__first-nav {
	display: flex;
	flex-direction: column;
	gap: 9px;
	flex: 0 0 50%;
}

@media (min-width: 768px) {
	.blog-page__footer__first-nav {
		flex: 0 0 157px;
		gap: 16px;
	}
}

.blog-page__footer__first-nav__item {
	color: white;
	font-size: 20px;
}

.blog-page__footer__first-nav__item a {
	color: white;
	text-decoration: none;
}

.blog-page__footer__first-nav__item a:hover, .blog-page__footer__first-nav__item a:visited, .blog-page__footer__first-nav__item a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__footer__second-nav {
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	gap: 9px;
}

@media (min-width: 768px) {
	.blog-page__footer__second-nav {
		gap: 16px;
		flex: 0 0 auto;
	}
}

.blog-page__footer__second-nav__item {
	color: white;
	font-size: 20px;
}

.blog-page__footer__second-nav__item a {
	color: white;
	text-decoration: none;
}

.blog-page__footer__second-nav__item a:hover, .blog-page__footer__second-nav__item a:visited, .blog-page__footer__second-nav__item a:focus {
	color: white;
	text-decoration: none;
}

.blog-page__footer__bottom {
	max-width: 1120px;
	margin: 180px auto 0;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.blog-page__footer__bottom {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
}

.blog-page__footer__bottom__right {
	margin-top: 23px;
}

@media (min-width: 768px) {
	.blog-page__footer__bottom__right {
		margin-top: 0;
	}
}

.blog-page__footer__logo {
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.blog-page__footer__logo {
		margin-bottom: 0;
	}
}

.blog-page__footer__logo__image {
	max-height: 46px;
}

.blog-page__footer__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.blog-page__footer__content {
		flex-direction: row;
		align-items: flex-end;
	}
}

@media (min-width: 768px) {
	.blog-page__footer__info {
		padding-left: 32px;
	}
}

.blog-page__footer__info__address {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__info__contact {
	display: flex;
	flex-direction: row;
}

.blog-page__footer__info__email {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__info__devide {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__info__number {
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.blog-page__footer__social-list {
	display: flex;
	flex-direction: row;
	width: 265px;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.blog-page__footer__social-list {
		width: 300px;
	}
}

.blog-page__footer__social-list__item {
	color: white;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.4px;
}

.blog-page__footer__social-list__item a {
	color: white;
	text-decoration: none;
}

.blog-page__footer__social-list__item a:hover, .blog-page__footer__social-list__item a:visited, .blog-page__footer__social-list__item a:focus {
	color: white;
	text-decoration: none;
}

.error-404 strong {
	color: #FF5330;
}

.error-404.light-theme {
	background: white;
	color: #1A1A1A;
}

.error-404.light-theme .photo- {
	min-height: 200px;
}

.error-404.light-theme .photo-1 .error-404__banner__photo {
	display: block;
}

.error-404.dark-theme {
	background: #1A1A1A;
	color: white;
}

.error-404.dark-theme .photo- {
	min-height: 200px;
}

.error-404.dark-theme .photo-1 .error-404__banner__photo {
	display: block;
}

.error-404.dark-theme .error-404__banner {
	border-color: white;
}

.error-404__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 610px;
	height: 100vh;
	min-height: 700px;
}

.error-404__banner {
	width: 100%;
	border-bottom: 2px solid #DDDEE0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 31px;
}

.error-404__banner__photo {
	display: none;
	max-width: 337px;
}

.error-404__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 62px;
}

.error-404__content__title {
	font-family: "inter medium";
	font-size: 120px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 5px;
}

.error-404__content__title p {
	margin: 0;
}

.error-404__content__subtitle {
	font-family: "inter medium";
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 40px;
}

.error-404__content__description {
	font-family: "inter";
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
}

.error-404__footer__link {
	display: flex;
	align-items: center;
}

.error-404__footer__link:hover, .error-404__footer__link:visited, .error-404__footer__link:focus {
	text-decoration: none;
}

.error-404__footer__text {
	font-family: "neuemontreal";
	font-size: 18px;
	line-height: 1.94;
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	color: #A7A7A7;
}

.error-404__footer__icon {
	color: #A7A7A7;
	margin-left: 10px;
}

.site-navigation {
	padding: 15px 0;
}

.site-navigation.hidden {
	display: none;
}

@media (min-width: 768px) {
	.site-navigation.hidden {
		display: flex;
	}
}

.site-navigation .navbar-toggler {
	border: none;
	padding: 0;
	border-radius: 0;
	overflow: visible;
}

.site-navigation .navbar-toggler:focus, .site-navigation .navbar-toggler:hover {
	outline: none;
	background: transparent;
}

.site-navigation .navbar-toggler__icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 20px;
	height: 14px;
	border-radius: 0;
	overflow: visible;
}

.site-navigation .navbar-toggler__icon > div {
	width: 100%;
	height: 1.5px;
}

@media (max-width: 767px) {
	.site-navigation #bs-example-navbar-collapse-1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: white;
	}
}

@media (max-width: 767px) {
	.site-navigation #bs-example-navbar-collapse-1 .navbar-nav {
		margin: 83px 20px 0;
	}
}

@media (max-width: 767px) {
	.site-navigation #bs-example-navbar-collapse-1 .navbar-nav .nav-item:not(.active) span {
		color: black;
	}
}

.site-navigation #bs-example-navbar-collapse-1:not(.show) {
	animation: none !important;
	transition: none !important;
}

.site-navigation #bs-example-navbar-collapse-1:not(.show) ~ .navbar__header, .site-navigation #bs-example-navbar-collapse-1:not(.show) ~ .navbar__footer {
	display: none;
}

.site-navigation #bs-example-navbar-collapse-1.show {
	animation: none !important;
	transition: none !important;
}

.site-navigation #bs-example-navbar-collapse-1.show ~ .navbar__header, .site-navigation #bs-example-navbar-collapse-1.show ~ .navbar__footer {
	display: flex;
}

.site-navigation #bs-example-navbar-collapse-1.show + .site-footer__info__social-list {
	display: flex;
	position: absolute;
	bottom: calc(-100vh + 100px);
}

.site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 20px;
	height: 80px;
}

.site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler {
	border: none;
	padding: 0;
}

.site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler:focus, .site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler:hover {
	outline: none;
	background: transparent;
}

.site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 20px;
	height: 20px;
}

.site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon > div {
	width: 100%;
	height: 1.5px;
	background: black;
}

.site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon--1 {
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	left: 0;
}

.site-navigation #bs-example-navbar-collapse-1 ~ .navbar__header .navbar-toggler__icon--2 {
	transform: rotate(-45deg);
	position: absolute;
	top: 8px;
	left: 0px;
}

.site-navigation #bs-example-navbar-collapse-1 ~ .navbar__footer {
	position: fixed;
	bottom: 49px;
	left: 0;
	color: black;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

@media (max-width: 767px) {
	.site-navigation #main-navbar-blog-collapse {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: black;
	}
}

@media (max-width: 767px) {
	.site-navigation #main-navbar-blog-collapse .navbar-nav {
		margin: 140px 20px 0;
	}
}

@media (max-width: 767px) {
	.site-navigation #main-navbar-blog-collapse .navbar-nav .nav-item:not(.active) span {
		color: white;
	}
}

@media (min-width: 768px) {
	.site-navigation #main-navbar-blog-collapse.navbar-collapse {
		flex: 1;
	}
}

.site-navigation #main-navbar-blog-collapse:not(.show) {
	animation: none !important;
	transition: none !important;
}

.site-navigation #main-navbar-blog-collapse:not(.show) ~ .navbar__header, .site-navigation #main-navbar-blog-collapse:not(.show) ~ .navbar__footer {
	display: none;
}

.site-navigation #main-navbar-blog-collapse:not(.show) ~ .navbar__search {
	display: none;
}

@media (min-width: 768px) {
	.site-navigation #main-navbar-blog-collapse:not(.show) ~ .navbar__search {
		display: flex;
	}
}

.site-navigation #main-navbar-blog-collapse.show {
	animation: none !important;
	transition: none !important;
}

.site-navigation #main-navbar-blog-collapse.show ~ .navbar__header, .site-navigation #main-navbar-blog-collapse.show ~ .navbar__footer {
	display: flex;
}

.site-navigation #main-navbar-blog-collapse.show + .site-footer__info__social-list {
	display: flex;
	position: absolute;
	bottom: calc(-100vh + 100px);
}

.site-navigation #main-navbar-blog-collapse ~ .navbar__header {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 20px;
	height: 80px;
}

.site-navigation #main-navbar-blog-collapse ~ .navbar__header .navbar-toggler {
	border: none;
	padding: 0;
}

.site-navigation #main-navbar-blog-collapse ~ .navbar__header .navbar-toggler:focus, .site-navigation #main-navbar-blog-collapse ~ .navbar__header .navbar-toggler:hover {
	outline: none;
	background: transparent;
}

.site-navigation #main-navbar-blog-collapse ~ .navbar__header .navbar-toggler__icon {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 20px;
	height: 20px;
}

.site-navigation #main-navbar-blog-collapse ~ .navbar__header .navbar-toggler__icon > div {
	width: 100%;
	height: 1.5px;
	background: white;
}

.site-navigation #main-navbar-blog-collapse ~ .navbar__header .navbar-toggler__icon--1 {
	transform: rotate(45deg);
	position: absolute;
	top: 8px;
	left: 0;
}

.site-navigation #main-navbar-blog-collapse ~ .navbar__header .navbar-toggler__icon--2 {
	transform: rotate(-45deg);
	position: absolute;
	top: 8px;
	left: 0px;
}

.site-navigation #main-navbar-blog-collapse ~ .navbar__footer {
	position: fixed;
	bottom: 49px;
	left: 0;
	color: white;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

.site-navigation .navbar__footer {
	position: fixed;
	bottom: 49px;
	left: 0;
	color: white;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

.site-navigation .navbar__footer__contact {
	margin-bottom: 26px;
}

.site-navigation .navbar__footer__contact__email, .site-navigation .navbar__footer__contact__number {
	font-family: "neuemontreal";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: white;
}

.site-navigation .navbar__footer__social-list {
	flex: 0 0 auto;
	display: flex;
	justify-content: space-between;
	width: 150px;
}

.site-navigation .navbar__footer__social-list a {
	position: relative;
}

.site-navigation .navbar__footer__social-list__social-icon {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

.front-page {
	background: #000000;
}

.front-page__banner {
	position: relative;
	overflow: hidden;
	height: 500px;
}

@media (min-width: 768px) {
	.front-page__banner {
		height: 730px;
	}
}

.front-page__banner__wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 20px 53px;
	max-width: none;
	z-index: 100;
}

@media (min-width: 768px) {
	.front-page__banner__wrapper {
		padding: 0 24px 53px;
	}
}

.front-page__banner__tags {
	font-family: "inter";
	font-size: 16px;
	line-height: 1.6;
	color: #ffffff;
	letter-spacing: .5px;
}

.front-page__banner__title {
	margin: 3px 0 2px;
}

.front-page__banner__title a {
	font-family: "inter";
	font-size: 36px;
	line-height: 42px;
	color: #ffffff;
	text-decoration: none;
}

.front-page__banner__title a:visited, .front-page__banner__title a:focus {
	color: #ffffff;
	text-decoration: none;
}

.front-page__banner__title a:hover {
	color: #FF5330;
	text-decoration: none;
}

.front-page__banner__content {
	font-family: "inter";
	font-size: 16px;
	line-height: 1.6;
	color: #ffffff;
	letter-spacing: .5px;
}

.front-page__banner .home-banner {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background-color: #000000;
	opacity: 0;
	transition: opacity .3s ease;
}

.front-page__banner .home-banner.is-loaded {
	opacity: 1;
}

.front-page__banner__overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: -1px;
	top: auto;
	background: linear-gradient(transparent, #000000e6);
	z-index: 50;
}

.front-page__branding__content-wrapper {
	margin: 0 auto;
	padding: 40px 20px 45px;
	max-width: none;
}

@media (min-width: 768px) {
	.front-page__branding__content-wrapper {
		padding: 128px 24px 83px;
	}
}

.front-page__branding__title {
	font-family: "inter";
	font-size: 32px;
	line-height: 1.2;
	max-width: 765px;
	margin: 0;
	animation-delay: 0.5s;
	color: white;
}

@media (min-width: 768px) {
	.front-page__branding__title {
		font-size: 56px;
	}
}

.front-page__branding__title p {
	font-family: "inter";
	font-size: 32px;
	line-height: 1.2;
	max-width: 765px;
	margin: 0;
	color: white;
}

@media (min-width: 768px) {
	.front-page__branding__title p {
		font-size: 56px;
	}
}

.front-page__branding__learn-more-btn {
	font-family: "inter";
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 100%;
	height: 70px;
	background: transparent;
	color: #fff;
	border-radius: 37px;
	border: 1px solid white;
	text-align: center;
	cursor: pointer;
}

.front-page__branding__learn-more-btn:hover, .front-page__branding__learn-more-btn:visited, .front-page__branding__learn-more-btn:focus {
	background: #ffffff;
	color: #FF5330;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-color: #ffffff;
	outline: #ffffff;
}

@media (max-width: 767px) {
	.front-page__branding__learn-more-btn {
		font-size: 16px;
		height: 62px;
	}
}

.front-page__branding__learn-more-btn--link {
	display: block;
	margin-top: 25px;
	width: calc(100% - 20px);
}

@media (min-width: 768px) {
	.front-page__branding__learn-more-btn--link {
		width: 255px;
	}
}

.front-page__video {
	background: #000000;
}

.front-page__video__wrapper {
	margin: 0 auto;
	padding: 0;
}

@media (min-width: 768px) {
	.front-page__video__wrapper {
		max-width: none;
	}
}

.front-page__video__wrapper .iframe-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.front-page__video__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.front-page__video__src {
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}

.front-page__discuss {
	background: #FF5330;
	max-width: none;
	margin: 0 auto;
}

.front-page__discuss__wrapper {
	max-width: none;
	margin: 0 auto;
	padding: 128px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (min-width: 768px) {
	.front-page__discuss__wrapper {
		padding: 0 24px;
		height: 683px;
	}
}

.front-page__discuss__title {
	font-family: "inter";
	color: #ffffff;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0;
	max-width: 780px;
	text-align: center;
}

@media (min-width: 768px) {
	.front-page__discuss__title {
		font-size: 36px;
		line-height: 1.2;
	}
}

.front-page__discuss__btn {
	font-family: "inter";
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 100%;
	height: 62px;
	background: transparent;
	color: #fff;
	border-radius: 37px;
	border: 1px solid white;
	text-align: center;
	cursor: pointer;
}

.front-page__discuss__btn:hover, .front-page__discuss__btn:visited, .front-page__discuss__btn:focus {
	background: #ffffff;
	color: #FF5330;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-color: #ffffff;
	outline: #ffffff;
}

@media (max-width: 767px) {
	.front-page__discuss__btn {
		height: 62px;
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.front-page__discuss__btn {
		width: 200px;
	}
}

.front-page__discuss__btn--link {
	display: block;
	margin-top: 43px;
	width: calc(100% - 20px);
}

@media (min-width: 768px) {
	.front-page__discuss__btn--link {
		width: 200px;
	}
}

.front-page__projects {
	padding: 0 20px 128px;
	max-width: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.front-page__projects {
		padding: 0 24px 256px;
	}
}

.front-page__projects__label {
	font-family: "inter";
	font-size: 18px;
	color: #ffffff;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.front-page__projects__load-more-btn {
	font-family: "inter";
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 100%;
	height: 70px;
	background: transparent;
	color: #fff;
	border-radius: 37px;
	border: 1px solid white;
	text-align: center;
	cursor: pointer;
}

.front-page__projects__load-more-btn:hover, .front-page__projects__load-more-btn:visited, .front-page__projects__load-more-btn:focus {
	background: #ffffff;
	color: #FF5330;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-color: #ffffff;
	outline: #ffffff;
}

@media (max-width: 767px) {
	.front-page__projects__load-more-btn {
		height: 62px;
		font-size: 16px;
	}
}

.front-page__projects__load-more-btn--link {
	display: block;
	margin: 64px auto 0;
	width: calc(100% - 20px);
}

@media (min-width: 768px) {
	.front-page__projects__load-more-btn--link {
		width: 255px;
	}
}

.front-page__projects-grid {
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.front-page__projects-grid .post-tile {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile {
		flex: 0 0 calc(50% - 6px);
	}
}

.front-page__projects-grid .post-tile:nth-child(1) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile:nth-child(1) > a {
		aspect-ratio: 23 / 12;
	}
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile:nth-child(2) {
		margin-left: 12px;
	}
}

.front-page__projects-grid .post-tile:nth-child(2) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile:nth-child(2) > a {
		aspect-ratio: 23 / 12;
	}
}

.front-page__projects-grid .post-tile:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile:nth-child(3) {
		margin: 32px 0;
	}
}

.front-page__projects-grid .post-tile:nth-child(3) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile:nth-child(3) > a {
		aspect-ratio: 698 / 235;
	}
}

.front-page__projects-grid .post-tile:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile:nth-child(4) {
		flex: 0 0 calc(40% - 6px);
	}
}

.front-page__projects-grid .post-tile:nth-child(4) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile:nth-child(4) > a {
		aspect-ratio: 573 / 362;
	}
}

.front-page__projects-grid .post-tile:nth-child(5) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile:nth-child(5) {
		flex: 0 0 calc(60% - 6px);
		margin-left: 12px;
	}
}

.front-page__projects-grid .post-tile:nth-child(5) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile:nth-child(5) > a {
		aspect-ratio: 811 / 654;
	}
}

.front-page__projects-grid .post-tile__info {
	margin-top: 16px;
	margin-bottom: 32px;
	padding: 0;
}

@media (min-width: 768px) {
	.front-page__projects-grid .post-tile__info {
		height: 26px;
		margin-top: 16px;
		margin-bottom: 0;
	}
}

.front-page__projects-grid .post-tile__info a {
	display: none;
}

.front-page__projects-grid .post-tile__info__tag-list {
	display: none;
}

.front-page__projects-grid .post-tile__info__name {
	display: block !important;
	color: white;
	font-size: 18px;
}

.front-page__projects-grid .post-tile__thumbnail {
	height: 100%;
}

.front-page__projects-grid .post-tile__thumbnail__photo {
	height: 100%;
}

.about-page {
	background: #000000;
	color: #ffffff;
}

.about-page__banner {
	background: #FF4713;
	line-height: 0;
}

.about-page__banner > * {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.about-page__creative__wrapper {
	margin: 0 auto;
	padding: 0 0 60px;
}

@media (min-width: 768px) {
	.about-page__creative__wrapper {
		padding: 0 0 128px;
		max-width: none;
	}
}

.about-page__creative__headline {
	font-family: "inter";
	font-size: 32px;
	line-height: 1.2;
	color: #ffffff;
	width: 100%;
	max-width: 840px;
	padding: 55px 20px 125px;
}

@media (min-width: 768px) {
	.about-page__creative__headline {
		font-size: 48px;
		line-height: 1.2;
		padding: 55px 24px 130px;
	}
}

.about-page__creative__dna--head {
	font-size: 16px;
	line-height: 1;
	letter-spacing: -.16px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.about-page__creative__dna--head {
		padding: 0 calc(48px);
	}
}

.about-page__creative__dna--body {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px 0;
}

@media (min-width: 768px) {
	.about-page__creative__dna--body {
		grid-template-columns: max-content 1fr;
		grid-gap: 0 40px;
	}
}

@media (min-width: 992px) {
	.about-page__creative__dna--body {
		grid-gap: 0 120px;
	}
}

.about-page__creative__dna__row {
	display: contents;
}

.about-page__creative__dna__row:after {
	content: "";
	grid-column: 1 / -1;
	height: 1px;
	background: #444;
	margin-top: 26px;
}

@media (min-width: 768px) {
	.about-page__creative__dna__row:after {
		margin-top: 20px;
	}
}

.about-page__creative__dna__row:last-child {
	border-bottom: none;
}

.about-page__creative__dna__row:last-child:after {
	display: none;
}

.about-page__creative__dna__row--title {
	font-family: "inter semibold";
	color: #ffffff;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 30px 20px 0;
}

@media (min-width: 768px) {
	.about-page__creative__dna__row--title {
		padding: 42px 0 42px calc(48px);
		font-size: 48px;
	}
}

.about-page__creative__dna__row--content {
	max-width: 520px;
	font-family: "inter";
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.about-page__creative__dna__row--content {
		padding: 42px calc(48px) 42px 0;
	}
}

.about-page__team__wrapper {
	background: #0F1626;
	margin: 0 auto;
	padding: 35px 20px 50px;
}

@media (min-width: 768px) {
	.about-page__team__wrapper {
		padding: 60px 24px 180px;
		max-width: none;
	}
}

.about-page__team__title {
	font-family: "inter";
	font-size: 16px;
	line-height: 1;
	letter-spacing: -.16px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 35px;
}

.about-page__team__description {
	font-family: "inter";
	font-size: 22px;
	line-height: 31px;
	color: #ffffff;
	margin-bottom: 35px;
}

.about-page__team__row {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 15px 0;
}

@media (min-width: 768px) {
	.about-page__team__row {
		padding: 25px 48px;
	}
}

@media (min-width: 768px) {
	.about-page__team__row:hover {
		text-decoration: none;
		padding-left: 50px;
		background: #FF5330;
	}
}

@media (min-width: 768px) {
	.about-page__team__row:hover .about-page__team__row--name {
		padding-left: 25px;
	}
}

.about-page__team__row:hover .about-page__team__row--photo {
	display: block;
}

@media (min-width: 768px) {
	.about-page__team__row:hover::before {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(48px, -55%);
		width: 18px;
		height: 18px;
		opacity: 0;
		transition: opacity 0.2s ease;
		content: url("assets/images/white-sign.svg");
		opacity: 1;
	}
}

.about-page__team__row--info {
	display: flex;
	flex-direction: column;
	padding-left: 22px;
	width: 100%;
	order: 2;
}

@media (min-width: 768px) {
	.about-page__team__row--info {
		flex-direction: row;
		padding-left: 0;
		order: 1;
	}
}

.about-page__team__row--name {
	font-family: "inter medium";
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.about-page__team__row--name {
		flex: 0 0 40%;
		margin-bottom: 0;
	}
}

.about-page__team__row--photo {
	flex: 0 0 auto;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	margin: 0;
	order: 1;
}

@media (min-width: 768px) {
	.about-page__team__row--photo {
		display: none;
		position: absolute;
		left: calc(40% + 50px);
		transform: translateX(calc(-100% + 50px));
		width: 309px;
		aspect-ratio: 309 / 353;
		height: auto;
		border-radius: unset;
		max-width: 309px;
		z-index: 1;
		order: 2;
	}
}

.about-page__team__row--designation {
	font-family: "inter light";
	font-size: 18px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.about-page__team__row--designation {
		flex: 0 0 60%;
		padding-left: 100px;
	}
}

.about-page__lookout {
	position: relative;
	height: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.about-page__lookout {
		aspect-ratio: 1440 / 528;
		height: auto;
		width: 100%;
		max-width: none;
		padding: 0 24px;
	}
}

.about-page__lookout__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

.about-page__lookout__wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
}

.about-page__lookout__title {
	max-width: 780px;
	font-family: "inter";
	font-size: 32px;
	line-height: 1.2;
	color: #ffffff;
	text-align: center;
	margin-bottom: 43px;
}

@media (min-width: 768px) {
	.about-page__lookout__title {
		font-size: 36px;
		line-height: 1.2;
	}
}

.about-page__lookout__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 255px;
	height: 70px;
	background: transparent;
	color: white;
	border-radius: 37px;
	border: 1px solid white;
	text-align: center;
	cursor: pointer;
}

.about-page__lookout__btn:hover, .about-page__lookout__btn:visited, .about-page__lookout__btn:focus {
	background: #ffffff;
	color: #FF5330;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-color: #ffffff;
	outline: #ffffff;
}

.about-page .animate,
.about-page .animate-fadeIn {
	opacity: 0;
}

.about-page .animate__animated {
	opacity: 1;
}

.services-page {
	background: #000000;
	color: #ffffff;
}

.services-page__banner {
	margin: 0 auto;
	padding: 180px 20px 20px;
}

@media (min-width: 768px) {
	.services-page__banner {
		padding: 180px 24px 128px;
		max-width: none;
	}
}

.services-page__intro {
	font-family: "inter medium";
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.services-page__intro {
		font-size: 100px;
		width: 60%;
		min-width: 700px;
	}
}

.services-page__grid {
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.services-page__grid {
		padding: 0 24px 200px;
		max-width: none;
	}
}

.services-page__grid__row {
	display: flex;
	flex-direction: column;
	padding: 28px 0 0;
	border-bottom: 1px solid #979590;
}

@media (min-width: 768px) {
	.services-page__grid__row {
		flex-direction: row;
		padding: 28px 0 54px;
	}
}

.services-page__grid__row:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.services-page__grid__row--left-col {
	font-family: "inter";
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: -.36px;
	color: #ffffff;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.services-page__grid__row--left-col {
		flex: 0 0 24%;
		margin-bottom: 0;
	}
}

.services-page__grid__row--right-col {
	flex: 1;
}

.services-page__grid__row__list {
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 28px;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.services-page__grid__row__list {
		grid-template-columns: max-content max-content;
		width: 45%;
		min-width: 400px;
	}
}

.services-page__grid__row__item {
	font-family: "inter medium";
	font-size: 18px;
	line-height: 1.75;
	color: #FF5330;
}

.services-page__grid__row__description {
	font-family: "inter";
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 16px;
}

.services-page__grid__row__action-btn {
	margin-bottom: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 100%;
	height: 70px;
	background: transparent;
	color: #fff;
	border-radius: 37px;
	border: 1px solid white;
	text-align: center;
	cursor: pointer;
}

.services-page__grid__row__action-btn:hover, .services-page__grid__row__action-btn:visited, .services-page__grid__row__action-btn:focus {
	background: #ffffff;
	color: #FF5330;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-color: #ffffff;
	outline: #ffffff;
}

@media (min-width: 768px) {
	.services-page__grid__row__action-btn {
		width: 308px;
	}
}

.services-page__grid__row__action-btn--link {
	text-decoration: none;
}

.services-page__grid__row__action-btn--link:hover {
	text-decoration: none;
}

.services-page__grid__row__action-btn--link:visited {
	color: white;
}

.services-page__grid__row__photo {
	display: none;
}

@media (min-width: 768px) {
	.services-page__grid__row__photo {
		display: block;
	}
}

.services-page .animate,
.services-page .animate-fadeIn {
	opacity: 0;
}

.services-page .animate__animated {
	opacity: 1;
}

.contact-page {
	background: #1A1A1A;
	color: white;
	padding-top: 80px;
}

@media (min-width: 768px) {
	.contact-page {
		padding-top: 97px;
	}
}

.contact-page .animate {
	opacity: 0;
}

.contact-page .animate__animated {
	opacity: 1;
}

.contact-page a {
	color: #FF5330;
	text-decoration: none;
}

.contact-page a:hover, .contact-page a:visited, .contact-page a:focus {
	color: #FF5330;
	text-decoration: none;
}

.contact-page__wrapper {
	padding: 39px 20px 200px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.contact-page__wrapper {
		max-width: none;
		padding: 66px 24px 200px;
	}
}

@media (min-width: 768px) {
	.contact-page__form {
		flex: 0 0 420px;
	}
}

@media (min-width: 1200px) {
	.contact-page__form {
		flex: 0 0 740px;
	}
}

.contact-page__form__group {
	font-family: "neuemontreal medium";
	color: #ff4713;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}

.contact-page__form__submit-btn__wrapper input[type="submit"] {
	font-family: "inter light";
	padding: 0;
	width: 242px;
	height: 53px;
	line-height: 52px;
	background: transparent;
	color: white;
	border-radius: 6px;
	border: 0.5px solid #fff;
	letter-spacing: 0.08px;
	text-align: center;
}

.contact-page__form__submit-btn__wrapper input[type="submit"]:hover {
	background-color: black;
	color: white;
}

.contact-page__form__note {
	font-family: "inter";
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(171, 173, 176, 0.5);
}

.contact-page__form__note p {
	font-family: "inter";
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(171, 173, 176, 0.5);
}

.contact-page__form .wpcf7 {
	max-width: 570px;
}

.contact-page__form .wpcf7 form label {
	font-family: "inter semibold";
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.contact-page__form .wpcf7 form .wpcf7-submit {
	font-family: "inter";
	min-width: 180px;
	font-size: 18px;
	line-height: 1.4;
	justify-self: flex-end;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: auto;
	height: 70px;
	background: transparent;
	color: #ffffff;
	border-radius: 37px;
	border: 1px solid #ffffff;
	text-align: center;
	cursor: pointer;
}

.contact-page__form .wpcf7 form .wpcf7-submit:hover, .contact-page__form .wpcf7 form .wpcf7-submit:visited, .contact-page__form .wpcf7 form .wpcf7-submit:focus {
	background: #FF5330;
	color: #ffffff;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-color: #FF5330;
	outline: #FF5330;
}

@media (min-width: 768px) {
	.contact-page__form .wpcf7 form .wpcf7-submit {
		flex: 0 0 18%;
	}
}

.contact-page__form .wpcf7-response-output {
	display: none !important;
}

.contact-page__contact-form {
	display: flex;
	flex-direction: column;
	border-bottom: 0.5px solid #6A6A6A;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.contact-page__contact-form {
		padding: 40px 0;
		flex-direction: row;
		justify-content: space-between;
	}
}

.contact-page__contact-form form > p:nth-child(2) {
	margin: 0 0 15px;
}

.contact-page__contact-form.thank-you-case {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.contact-page__contact-form.thank-you-case .contact-page__contact-form__title {
	flex: 0 0 auto;
	margin-bottom: 10px;
}

.contact-page__contact-form.thank-you-case .contact-page__contact-form__description {
	flex: 0 0 auto;
	font-family: "inter";
	font-size: 24px;
}

.contact-page__contact-form__title {
	font-family: "inter";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.contact-page__contact-form__title {
		flex: 0 0 210px;
		font-size: 32px;
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.contact-page__contact-form__title {
		flex: 0 0 290px;
	}
}

.contact-page__contact-form input[type="text"],
.contact-page__contact-form input[type="email"],
.contact-page__contact-form input[type="tel"] {
	font-family: "inter";
	border: none;
	border-bottom: 1px solid #979590;
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 0;
	color: white;
	outline: none;
	padding-bottom: 6px;
	margin: 13px 0 0;
}

.contact-page__contact-form input[type="text"]:focus,
.contact-page__contact-form input[type="email"]:focus,
.contact-page__contact-form input[type="tel"]:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.contact-page__contact-form input[type="text"]::placeholder,
.contact-page__contact-form input[type="email"]::placeholder,
.contact-page__contact-form input[type="tel"]::placeholder {
	color: #ABADB080;
}

.contact-page__contact-form select {
	font-family: "inter";
	border: none;
	border-bottom: 1px solid #979590;
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 0;
	color: white;
	outline: none;
	padding-bottom: 6px;
	margin: 3px 0 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 20px;
}

.contact-page__contact-form select:focus {
	outline: none;
	border: none;
}

.contact-page__contact-form select option {
	background: #979590;
	color: #000000;
	padding: 0 24px;
}

.contact-page__contact-form select option:hover {
	background-color: #FF5330;
	color: #fff;
}

.contact-page__contact-form textarea {
	font-family: "neuemontreal";
	border: none;
	border-bottom: 1px solid #979590;
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 0;
	color: white;
	outline: none;
	padding-bottom: 6px;
	margin: 3px 0 0;
	height: 113px;
	resize: none;
}

.contact-page__contact-form textarea:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.contact-page__contact-form textarea::placeholder {
	color: #ABADB080;
}

.contact-page__contact-form .wpcf7 select[name="selected-enquiry"] {
	display: none;
}

.contact-page__contact-form .cf7-fake-select {
	position: relative;
	width: 100%;
	margin-bottom: 1.5em;
}

.contact-page__contact-form .cf7-fake-select::placeholder {
	color: #ABADB080;
}

.contact-page__contact-form .cf7-fake-selected {
	background: transparent;
	color: #fff;
	height: 30px;
	padding: 0 0 6px;
	border: none;
	border-bottom: 1px solid #979590;
	cursor: pointer;
}

.contact-page__contact-form .cf7-fake-selected.is-placeholder {
	color: #ABADB080;
}

.contact-page__contact-form .cf7-fake-selected.has-value {
	color: #fff;
}

.contact-page__contact-form .cf7-fake-options {
	display: none;
	position: absolute;
	width: 100%;
	background: #E8E8E8;
	margin: 0;
	list-style-type: none;
	z-index: 10;
}

.contact-page__contact-form .cf7-fake-options p {
	margin: 0;
}

.contact-page__contact-form .cf7-fake-options li {
	font-family: "inter medium";
	padding: 12px 16px;
	color: #000000;
	cursor: pointer;
	border-bottom: 1px solid #979590;
}

.contact-page__contact-form .cf7-fake-options li:hover {
	background: #FF5330;
	color: #000000;
}

.contact-page__contact-form .cf7-fake-options li[data-value=""] {
	display: none;
}

.contact-page__contact-form .cf7-fake-options li:last-child {
	border-bottom: 0;
}

.contact-page__contact {
	display: flex;
	flex-direction: column;
	border-bottom: 0.5px solid #6A6A6A;
	padding: 40px 0;
}

@media (min-width: 768px) {
	.contact-page__contact {
		flex-direction: row;
		justify-content: space-between;
	}
}

.contact-page__contact__title {
	font-family: "inter";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.contact-page__contact__title {
		flex: 0 0 210px;
		font-size: 32px;
	}
}

.contact-page__contact__info {
	font-family: "inter";
	font-size: 18px;
	line-height: 1.4;
	margin-top: 21px;
}

@media (min-width: 768px) {
	.contact-page__contact__info {
		margin-top: 0;
		flex: 0 0 420px;
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.contact-page__contact__info {
		flex: 0 0 740px;
	}
}

.contact-page__contact__info__map {
	margin-bottom: 35px;
	color: #6A6A6A;
}

.contact-page__contact__info__map a {
	text-decoration: none;
	color: #6A6A6A;
}

.contact-page__contact__info__map a:focus, .contact-page__contact__info__map a:visited {
	text-decoration: none;
	color: #6A6A6A;
}

.contact-page__contact__info__map a:hover {
	text-decoration: none;
	color: white;
}

.contact-page__enquiries {
	padding: 40px 0 16px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.contact-page__enquiries {
		flex-direction: row;
		justify-content: space-between;
		padding: 40px 0;
	}
}

.contact-page__enquiries__title {
	font-family: "inter";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.contact-page__enquiries__title {
		font-size: 32px;
		flex: 0 0 210px;
	}
}

.contact-page__enquiries__info {
	display: flex;
	flex-direction: column;
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #999999;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__info {
		margin-top: 0;
		flex: 0 0 420px;
	}
}

@media (min-width: 1200px) {
	.contact-page__enquiries__info {
		flex: 0 0 740px;
	}
}

.contact-page__enquiries__siliconplus {
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__siliconplus {
		margin-bottom: 64px;
	}
}

.contact-page__enquiries__siliconplus__logo {
	width: 120px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__siliconplus__logo {
		width: 163px;
	}
}

.contact-page__enquiries__siliconplus__content {
	font-family: "inter light";
	color: #ffffff;
	margin-bottom: 5px;
	font-size: 20px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__siliconplus__content {
		font-size: 24px;
	}
}

.contact-page__enquiries__siliconplus__info {
	margin-top: 18px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__siliconplus__info {
		margin-top: 20px;
	}
}

.contact-page__enquiries__siliconplus__info__name, .contact-page__enquiries__siliconplus__info__position, .contact-page__enquiries__siliconplus__info__email {
	font-size: 14px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__siliconplus__info__name, .contact-page__enquiries__siliconplus__info__position, .contact-page__enquiries__siliconplus__info__email {
		font-size: 16px;
	}
}

.contact-page__enquiries__splice {
	margin-top: 26px;
}

@media (min-width: 1200px) {
	.contact-page__enquiries__splice {
		margin-top: 0;
	}
}

.contact-page__enquiries__splice__logo {
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__splice__logo {
		height: 49px;
	}
}

.contact-page__enquiries__splice__logo a {
	display: flex;
	align-items: center;
	font-family: "neuemontreal";
}

.contact-page__enquiries__splice__logo__image {
	width: 59px;
}

.contact-page__enquiries__splice__slogan {
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.22;
	color: white;
	letter-spacing: 0.5px;
}

.contact-page__enquiries__splice__sep {
	display: block;
	height: 23px;
	width: 2px;
	background: white;
	margin: 0 11px;
}

.contact-page__enquiries__splice__content {
	font-family: "inter light";
	color: #ffffff;
	margin-bottom: 5px;
	font-size: 20px;
}

@media (min-width: 768px) {
	.contact-page__enquiries__splice__content {
		font-size: 24px;
	}
}

.contact-page__team {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.contact-page__team {
		flex-direction: row;
		justify-content: space-between;
		padding: 40px 0;
	}
}

.contact-page__team__title {
	font-family: "inter";
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.contact-page__team__title {
		flex: 0 0 210px;
		font-size: 32px;
	}
}

.contact-page__team__info {
	display: flex;
	flex-direction: column;
	margin-top: 21px;
}

@media (min-width: 768px) {
	.contact-page__team__info {
		margin-top: 0;
		flex: 0 0 740px;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.contact-page__team__job {
		flex: 0 0 296px;
	}
}

.contact-page__team__job__title {
	font-family: "inter";
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	color: white;
	margin-bottom: 9px;
}

@media (min-width: 768px) {
	.contact-page__team__job__title {
		font-size: 24px;
		margin-bottom: 18px;
	}
}

.contact-page__team__job__description p {
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #999999;
	margin-bottom: 17px;
}

@media (min-width: 768px) {
	.contact-page__team__job__description p {
		font-size: 16px;
		margin-bottom: 21px;
	}
}

.contact-page__team__internship {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.contact-page__team__internship {
		flex: 0 0 364px;
		margin-top: 0;
	}
}

.contact-page__team__internship__title {
	font-family: "inter";
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	color: white;
	margin-bottom: 9px;
}

@media (min-width: 768px) {
	.contact-page__team__internship__title {
		font-size: 24px;
		margin-bottom: 18px;
	}
}

.contact-page__team__internship__description p {
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #999999;
	margin-bottom: 17px;
}

@media (min-width: 768px) {
	.contact-page__team__internship__description p {
		font-size: 16px;
		margin-bottom: 21px;
	}
}

.contact-page__subscribe {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.contact-page__subscribe {
		flex-direction: row;
		justify-content: space-between;
	}
}

.contact-page__subscribe__title {
	flex: 0 0 210px;
	font-family: "inter";
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
}

.contact-page__subscribe__info {
	flex: 0 0 740px;
	font-family: "inter";
	font-size: 24px;
	line-height: 1.4;
}

.contact-page__subscribe__info__map {
	margin-bottom: 35px;
	color: #6A6A6A;
}

.contact-form-msg-popup__body-overlay {
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.contact-form-msg-popup__popup {
	position: fixed;
	width: 100%;
	max-width: 440px;
	height: 443px;
	margin: auto;
	background: white;
	-webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	border-radius: 10px;
}

@media (min-width: 768px) {
	.contact-form-msg-popup__popup {
		width: 440px;
	}
}

.contact-form-msg-popup__popup__close-btn {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 29px;
	top: 33px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 5;
}

.contact-form-msg-popup__popup__content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	z-index: 4;
}

.contact-form-msg-popup__popup__content__title {
	font-family: "inter medium";
	font-size: 48px;
	line-height: 1.15;
	max-width: 340px;
	margin-bottom: 11px;
	color: #ff4713;
}

.contact-form-msg-popup__popup__content__description {
	font-family: "inter";
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 25px;
	color: #1A1A1A;
	max-width: 290px;
}

.contact-form-msg-popup__popup__content__button {
	font-family: "inter";
	background-color: transparent;
	border-radius: 6px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: .5px solid black;
	color: black;
	width: 195px;
	height: 53px;
	padding: 10px 43px;
	cursor: pointer;
}

.contact-form-msg-popup__popup__content__button:hover {
	background-color: transparent;
	color: black;
	text-decoration: none;
	border: .5px solid black;
}

.contact-form-msg-popup__popup__content__button:visited {
	color: black;
	background-color: transparent;
	text-decoration: none;
	border: .5px solid black;
}

.contact-form-msg-popup__popup__item__logo {
	height: 90px;
	max-width: 200px;
	flex: 0 0 auto;
	object-fit: contain;
}

@media (min-width: 768px) {
	.contact-form-msg-popup__popup__item__logo {
		height: auto;
		max-width: none;
		flex: 0 0 300px;
	}
}

.contact-form-msg-popup__popup__item__description {
	font-family: "inter";
	font-size: 14px;
	line-height: 1.4;
	color: black;
	padding: 0;
	flex: 1;
	margin-top: 19.5px;
}

@media (min-width: 768px) {
	.contact-form-msg-popup__popup__item__description {
		font-size: 20px;
		line-height: 27px;
		padding-left: 40px;
		margin-top: 0;
	}
}

.work-page {
	color: #ffffff;
	background: #000000;
	padding-top: 80px;
}

@media (min-width: 768px) {
	.work-page {
		padding-top: 97px;
	}
}

.work-page p {
	margin: 0;
}

.work-page__wrapper {
	padding: 24px 20px 200px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.work-page__wrapper {
		max-width: none;
		padding: 65px 24px 200px;
	}
}

.work-page__top {
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.work-page__top {
		max-width: 534px;
		margin-bottom: 77px;
	}
}

.work-page__top__title {
	font-family: "inter medium";
	font-weight: 500;
	font-size: 56px;
	line-height: 1.2;
	margin-bottom: 6px;
}

@media (min-width: 768px) {
	.work-page__top__title {
		margin-bottom: 40px;
	}
}

.work-page__top__title p {
	font-family: "inter medium";
	font-weight: 500;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.work-page__top__title p {
		font-size: 56px;
	}
}

.work-page__top__description {
	font-family: "neuemontreal";
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #999999;
}

.work-page__top__description p {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #999999;
}

@media (min-width: 768px) {
	.work-page__top__description p {
		font-size: 18px;
	}
}

.work-page__body__header {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.work-page__body__header {
		flex-direction: row;
		justify-content: space-between;
	}
}

.work-page__body__header__status {
	display: flex;
	flex-direction: row;
	order: 2;
	margin-bottom: 17px;
}

@media (min-width: 768px) {
	.work-page__body__header__status {
		order: 1;
		margin-bottom: 0;
	}
}

.work-page__body__header__status .status-number {
	font-size: 12px;
	margin-left: 8px;
}

.work-page__body__header__filter-wrapper {
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
	order: 1;
	z-index: 500;
}

@media (min-width: 768px) {
	.work-page__body__header__filter-wrapper {
		order: 2;
		margin-bottom: 32px;
	}
}

.work-page__body__header__filter {
	display: none;
	margin-right: 25px;
}

@media (min-width: 768px) {
	.work-page__body__header__filter {
		display: block;
		margin-right: 125px;
	}
}

.work-page__body__header__filter:last-child {
	margin-right: 0;
}

@media (min-width: 768px) {
	.work-page__body__header__filter:last-child {
		margin-right: 125px;
	}
}

.work-page__body__header__filter--mobile {
	display: block;
}

@media (min-width: 768px) {
	.work-page__body__header__filter--mobile {
		display: none;
	}
}

.work-page__body__header__filter--mobile .filter__order-by {
	position: relative;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
}

.work-page__body__header__filter--mobile .filter__order-by__label {
	flex: 0 0 auto;
}

.work-page__body__header__filter--mobile #filterDropdownMobile {
	position: static;
	min-width: 0;
}

.work-page__body__header__filter--mobile #filterDropdownMobile .hide-icon {
	display: none;
}

.work-page__body__header__filter--mobile #dropdownFilterBtn {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 8px;
}

.work-page__body__header__filter--mobile #dropdownFilterBtn span {
	padding-right: 8px;
}

.work-page__body__header__filter--mobile #filterList {
	border-radius: 0;
	top: 36px !important;
	left: -24px !important;
	right: -24px !important;
	width: 100vw;
	padding: 0;
	margin: 0;
	transform: none !important;
}

.work-page__body__header__filter--mobile #filterList .js-keep-open {
	height: 44px;
	font-family: "inter bold";
	font-size: 14px;
	line-height: 42px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
	background: #FAFAFA;
	color: black;
	border-bottom: 1px solid #979590;
}

.work-page__body__header__filter--mobile #filterList .dropdown-item {
	height: 44px;
	font-family: "inter medium";
	font-size: 14px;
	line-height: 1;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
	background: #E8E8E8;
	color: black;
	border-bottom: 1px solid #979590;
}

.work-page__body__header__filter--mobile #filterList .dropdown-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(20px, -50%);
	width: 18px;
	height: 18px;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.work-page__body__header__filter--mobile #filterList .dropdown-item.active {
	position: relative;
	text-decoration: none;
	padding-left: 50px;
	background: #252525;
	color: #fff;
}

.work-page__body__header__filter--mobile #filterList .dropdown-item.active::before {
	content: url("assets/images/sign.svg");
	opacity: 1;
}

.work-page__body__header__filter .filter__order-by {
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.work-page__body__header__filter .filter__order-by {
		flex: 0 0 auto;
	}
}

.work-page__body__header__filter .filter__order-by__label {
	display: block;
	font-family: "inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #ffffff;
}

.work-page__body__header__filter .filter__order-by__dropdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
	width: 100%;
	margin-left: 20px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.work-page__body__header__filter .filter__order-by__dropdown {
		margin-left: 23px;
		width: auto;
	}
}

.work-page__body__header__filter .filter__order-by__dropdown.show i.fa-arrow-down:before {
	content: "\f062";
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown__button {
	font-family: "inter";
	font-size: 18px;
	letter-spacing: 0;
	color: #ffffff;
	width: auto;
	height: 24px;
	line-height: 24px;
	text-align: left;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: unset;
	text-transform: uppercase;
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown__button span:hover {
	color: #FF5330;
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown__button i {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown__button i.hide-icon {
	display: none;
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown__button i:hover {
	color: #FF5330;
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown-menu {
	border-radius: 0;
	width: 255px;
	padding: 0;
	max-height: 500px;
	overflow: auto;
	left: auto !important;
	right: 0 !important;
	transform: translate3d(0px, 24px, 0px) !important;
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown-menu .dropdown-item {
	position: relative;
	font-family: "inter medium";
	font-size: 18px;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
	background: #FAFAFA;
	border-bottom: 1px solid #979590;
	color: #000000;
	padding: 14px 28px;
	min-height: 62px;
	height: auto;
	white-space: break-spaces;
	cursor: pointer;
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown-menu .dropdown-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(25px, -65%);
	width: 18px;
	height: 18px;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown-menu .dropdown-item:hover {
	background: #FF5330;
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown-menu .dropdown-item.active {
	text-decoration: none;
	padding-left: 50px;
	background: #252525;
	color: #fff;
}

.work-page__body__header__filter .filter__order-by__dropdown .dropdown-menu .dropdown-item.active::before {
	content: url("assets/images/sign.svg");
	opacity: 1;
}

.work-page__body__content .projects-grid {
	padding: 0;
}

.work-page__body__content .projects-grid .post-tile:nth-child(n + 1) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(n + 1) > a {
		aspect-ratio: 23 / 12;
	}
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 2) {
		margin-left: 12px;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 2) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 2) > a {
		aspect-ratio: 23 / 12;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 3) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 3) {
		flex: 0 0 calc(40% - 6px);
		margin: 32px 0;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 3) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 3) > a {
		aspect-ratio: 573 / 362;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 4) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 4) {
		flex: 0 0 calc(60% - 6px);
		margin: 32px 0 32px 12px;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 4) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 4) > a {
		aspect-ratio: 811 / 654;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 5) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 5) {
		flex: 0 0 calc(33.33% - 8px);
		margin: 0;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 5) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 5) > a {
		aspect-ratio: 456 / 384;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 6) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 6) {
		flex: 0 0 calc(33.33% - 8px);
		margin-left: 12px;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 6) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 6) > a {
		aspect-ratio: 456 / 384;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 7) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 7) {
		flex: 0 0 calc(33.33% - 8px);
		margin-left: 12px;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 7) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 7) > a {
		aspect-ratio: 456 / 384;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 8) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 8) {
		margin: 32px 0;
	}
}

.work-page__body__content .projects-grid .post-tile:nth-child(8n + 8) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body__content .projects-grid .post-tile:nth-child(8n + 8) > a {
		aspect-ratio: 698 / 235;
	}
}

.work-page__body__navigate {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	overflow-x: auto;
}

@media (min-width: 768px) {
	.work-page__body__navigate {
		justify-content: space-around;
	}
}

.work-page__body__navigate__item {
	border-bottom: 1px solid #DDDEE0;
	flex: 0 0 33.33%;
	min-width: 120px;
	text-align: center;
	font-family: "inter medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #A7A7A7;
	padding-bottom: 14.5px;
}

@media (min-width: 768px) {
	.work-page__body__navigate__item {
		flex: 0 0 33.33%;
		font-size: 24px;
		padding-bottom: 20px;
	}
}

.work-page__body__navigate__item:visited, .work-page__body__navigate__item:active {
	color: #A7A7A7;
	text-decoration: none;
}

.work-page__body__navigate__item:hover {
	color: #1A1A1A;
	text-decoration: none;
}

.work-page__body__navigate__item.active {
	color: #1A1A1A;
	border-bottom: 2.5px solid #FF5330;
	padding-bottom: 12px;
}

@media (min-width: 768px) {
	.work-page__body__navigate__item.active {
		padding-bottom: 18.5px;
	}
}

.work-page__body__keys {
	display: flex;
	margin: 19px 0 35px;
}

@media (min-width: 768px) {
	.work-page__body__keys {
		margin: 65px 0 72px;
		padding: 0 20px;
		justify-content: center;
	}
}

.work-page__body__keys.project-tab {
	margin: 0 0 35px;
}

@media (min-width: 768px) {
	.work-page__body__keys.project-tab {
		margin: 0 0 72px;
	}
}

.work-page__body__keys__wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow-x: auto;
}

@media (min-width: 768px) {
	.work-page__body__keys__wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.work-page__body__keys__card {
	display: flex;
	align-items: center;
	padding: 10px 25px;
	gap: 10px;
	height: 40px;
	border: 1px solid #DDDEE0;
	border-radius: 4px;
	text-decoration: none;
	font-family: "neuemontreal";
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #A7A7A7;
	flex: 0 0 auto;
	margin: 5px;
}

.work-page__body__keys__card:visited, .work-page__body__keys__card:focus {
	color: #A7A7A7;
	text-decoration: none;
}

.work-page__body__keys__card.active, .work-page__body__keys__card:hover {
	color: #FF5330;
	background: #F5F5F5;
	text-decoration: none;
	border: 1px solid #F5F5F5;
}

.work-page__body__keys__card:first-child {
	margin-left: 0;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.work-page__body__keys__card:first-child {
		margin-left: 5px;
	}
}

.work-page__body__keys__card:last-child {
	margin-right: 0;
}

@media (min-width: 768px) {
	.work-page__body__keys__card:last-child {
		margin-right: 5px;
	}
}

.work-page__body__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 17px;
}

.work-page__body__top.hidden {
	display: none;
}

.work-page__body__top__label {
	display: none;
	font-family: "inter medium";
	font-size: 24px;
	line-height: 1.4;
	color: #1A1A1A;
}

@media (min-width: 768px) {
	.work-page__body__top__label {
		display: block;
	}
}

.work-page__body__projects__group + * {
	margin-top: 50px;
}

.work-page__body__projects__group ::-webkit-scrollbar,
.work-page__body__projects__group ::-webkit-scrollbar-track,
.work-page__body__projects__group ::-webkit-scrollbar-thumb,
.work-page__body__projects__group ::-webkit-scrollbar-thumb:hover {
	visibility: hidden;
}

.work-page__body__projects__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 19px;
}

.work-page__body__projects__header__title {
	font-family: "inter medium";
	font-size: 24px;
	line-height: 1.4;
	color: #1A1A1A;
}

.work-page__body__projects__header__view-all {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	color: #FF5330;
	cursor: pointer;
}

.work-page__body__projects__header__view-all a {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	color: #FF5330;
	cursor: pointer;
}

.work-page__body__projects__header__view-all a:hover, .work-page__body__projects__header__view-all a:visited, .work-page__body__projects__header__view-all a:focus {
	color: #FF5330;
	text-decoration: none;
	cursor: pointer;
}

.work-page__body__projects__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	grid-gap: 25px 20px;
	font-size: 0;
}

@media (min-width: 768px) {
	.work-page__body__projects__grid {
		grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
		grid-gap: 45px 20px;
	}
}

.work-page__body__projects__grid.categories-grid {
	display: flex;
	overflow-x: auto;
	gap: 0 15px;
}

@media (min-width: 768px) {
	.work-page__body__projects__grid.categories-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
		grid-gap: 45px 20px;
		font-size: 0;
	}
}

.work-page__body__projects__grid .post-tile {
	flex: 0 0 266px;
}

.work-page__body__projects__grid .post-tile__thumbnail__photo {
	height: 180px;
}

@media (min-width: 768px) {
	.work-page__body__projects__grid .post-tile__thumbnail__photo {
		height: 278px;
	}
}

.work-page__body .load-more-recent-posts {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(n + 1) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(n + 1) > a {
		aspect-ratio: 23 / 12;
	}
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 2) {
		margin-left: 12px;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 2) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 2) > a {
		aspect-ratio: 23 / 12;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 3) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 3) {
		flex: 0 0 calc(40% - 6px);
		margin: 32px 0;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 3) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 3) > a {
		aspect-ratio: 573 / 362;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 4) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 4) {
		flex: 0 0 calc(60% - 6px);
		margin: 32px 0 32px 12px;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 4) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 4) > a {
		aspect-ratio: 811 / 654;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 5) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 5) {
		flex: 0 0 calc(33.33% - 8px);
		margin: 0;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 5) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 5) > a {
		aspect-ratio: 456 / 384;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 6) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 6) {
		flex: 0 0 calc(33.33% - 8px);
		margin-left: 12px;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 6) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 6) > a {
		aspect-ratio: 456 / 384;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 7) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 7) {
		flex: 0 0 calc(33.33% - 8px);
		margin-left: 12px;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 7) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 7) > a {
		aspect-ratio: 456 / 384;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 8) {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 8) {
		margin: 32px 0;
	}
}

.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 8) > a {
	height: auto;
	display: block;
	aspect-ratio: 28 / 25;
}

@media (min-width: 768px) {
	.work-page__body .load-more-recent-posts .post-tile:nth-child(8n + 8) > a {
		aspect-ratio: 698 / 235;
	}
}

.work-page__body .alm-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.work-page__body .ajax-load-more-wrap .alm-load-more-btn {
	font-family: "inter";
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: calc(100% - 20px);
	height: 62px;
	background: transparent;
	color: #fff;
	border-radius: 37px;
	border: 1px solid white;
	text-align: center;
	cursor: pointer;
}

.work-page__body .ajax-load-more-wrap .alm-load-more-btn:hover, .work-page__body .ajax-load-more-wrap .alm-load-more-btn:visited, .work-page__body .ajax-load-more-wrap .alm-load-more-btn:focus {
	background: #ffffff;
	color: #FF5330;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-color: #ffffff;
	outline: #ffffff;
}

@media (min-width: 768px) {
	.work-page__body .ajax-load-more-wrap .alm-load-more-btn {
		width: 200px;
	}
}

.work-page__body .ajax-load-more-wrap .alm-load-more-btn.loading {
	color: black;
	padding: 0;
}

.work-page__body .ajax-load-more-wrap .alm-load-more-btn.loading::before {
	display: none;
}

.work-page__body .ajax-load-more-wrap .alm-load-more-btn.done {
	display: none;
}

.work-page__body #ajax-load-more:not(.alm-is-loaded) .alm-btn-wrap .alm-load-more-btn {
	opacity: 0;
}

.work-page__body #ajax-load-more.alm-is-loaded .alm-btn-wrap .alm-load-more-btn {
	opacity: 1;
	transition: all .2s ease-in;
}

.join-page {
	color: #000000;
	background: #ffffff;
}

.join-page__wrapper {
	padding: 90px 20px 200px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.join-page__wrapper {
		max-width: none;
		padding: 160px 24px 250px;
	}
}

.join-page__title {
	font-family: "inter medium";
	font-size: 56px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000000;
	margin: 0 auto 170px;
	max-width: 840px;
	text-align: left;
}

@media (min-width: 768px) {
	.join-page__title {
		font-size: 100px;
		text-align: center;
	}
}

.join-page__subtitle {
	font-family: "inter medium";
	color: #000000;
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 60px;
}

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

@media (min-width: 768px) {
	.join-page__list {
		margin-bottom: 190px;
	}
}

.join-page__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #000000;
	padding: 30px 0;
}

@media (min-width: 768px) {
	.join-page__item {
		flex-direction: row;
	}
}

.join-page__item:last-child {
	border-bottom: none;
}

.join-page__item.no-open-position .join-page__item--content {
	padding-left: 0;
}

.join-page__item--designation {
	font-family: "inter";
	font-size: 36px;
	line-height: 50px;
	letter-spacing: -.36px;
	color: #000000;
}

@media (min-width: 768px) {
	.join-page__item--designation {
		flex: 0 0 28%;
	}
}

.join-page__item--content {
	flex: 1;
	font-family: "inter";
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	padding: 25px 0;
}

@media (min-width: 768px) {
	.join-page__item--content {
		padding: 0 calc(6% + 15px);
	}
}

.join-page__item--action {
	font-family: "inter";
	min-width: 180px;
	font-size: 18px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: auto;
	height: 70px;
	background: transparent;
	color: #000000;
	border-radius: 37px;
	border: 1px solid #000000;
	text-align: center;
	cursor: pointer;
}

.join-page__item--action:hover, .join-page__item--action:visited, .join-page__item--action:focus {
	background: #FF5330;
	color: #ffffff;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-color: #ffffff;
	outline: #ffffff;
}

@media (min-width: 768px) {
	.join-page__item--action {
		flex: 0 0 18%;
	}
}

.join-page__pic-1 {
	max-width: 80%;
	display: flex;
	justify-self: self-start;
}

.join-page__different {
	font-family: "inter medium";
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000000;
	margin: 60px 0;
	width: 100%;
	max-width: 740px;
}

@media (min-width: 768px) {
	.join-page__different {
		margin: 128px 0 128px 115px;
		width: 65%;
	}
}

.join-page__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: start;
	max-width: 100%;
}

@media (min-width: 768px) {
	.join-page__grid {
		grid-template-columns: 1fr 1fr;
		max-width: 80%;
	}
}

.join-page__grid__pic--1 {
	display: block;
}

@media (min-width: 768px) {
	.join-page__grid__pic--1 {
		grid-row: span 2;
		margin: 30% 0 0;
	}
}

.join-page__grid__pic--2, .join-page__grid__pic--3 {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.join-page__career-details {
	display: none;
}

.join-page__career-details.is-active {
	display: block;
}

.join-page__career-details__content {
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	width: 100%;
	background: #000000;
	color: white;
	padding: 0;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.join-page__career-details__content {
		max-width: none;
	}
}

.join-page__career-details__content__wrapper {
	position: relative;
}

.join-page__career-details__content .js-popup-dynamic-content {
	padding: 44px 20px;
}

@media (min-width: 768px) {
	.join-page__career-details__content .js-popup-dynamic-content {
		padding: 44px 48px 256px;
	}
}

.join-page__career-details__content__back-btn {
	position: sticky;
	top: 97px;
	background: #000000;
	margin: 0 20px;
	padding: 34px 0 20px;
}

@media (min-width: 768px) {
	.join-page__career-details__content__back-btn {
		margin: 0 48px;
	}
}

.join-page__career-details__content__back-btn svg {
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.join-page__career-details__content__back-btn svg:hover circle {
	fill: #ffffff;
}

.join-page__career-details__content__back-btn svg:hover path {
	fill: #FF5330;
}

.join-page__career-details__title {
	font-family: "inter bold";
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 28px;
}

.join-page__career-details__description {
	font-family: "inter";
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 24px;
}

.join-page__career-details__list--head {
	margin: 60px 0 10px;
	font-family: "inter";
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: -.36px;
}

.join-page__career-details__list--note {
	font-family: "inter medium";
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 28px;
}

.join-page__career-details__list--apply-btn {
	font-family: "inter";
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 255px;
	height: 70px;
	background: #ffffff;
	color: #000000;
	border-radius: 37px;
	border: 1px solid white;
	text-align: center;
	cursor: pointer;
}

.join-page__career-details__list--apply-btn:hover, .join-page__career-details__list--apply-btn:visited, .join-page__career-details__list--apply-btn:focus {
	background: #FF5330;
	color: #ffffff;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-color: #FF5330;
	outline: #FF5330;
}

@media (max-width: 767px) {
	.join-page__career-details__list--apply-btn {
		font-size: 16px;
		height: 62px;
	}
}

.join-page__career-details__apply-link:hover, .join-page__career-details__apply-link:focus, .join-page__career-details__apply-link:visited {
	text-decoration: none;
}

.pagination {
	display: flex;
	flex-direction: column;
	padding: 30px 20px 0;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.pagination {
		padding: 40px 0 0;
		max-width: 1246px;
		flex-direction: row;
		justify-content: space-between;
	}
}

.pagination__post {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 100%;
}

.pagination__post + * {
	margin-bottom: 45px;
}

@media (min-width: 768px) {
	.pagination__post + * {
		margin-bottom: 0;
	}
}

.pagination__post.prev-post {
	flex: 0 0 calc(50% - 11px);
	order: 2;
}

@media (min-width: 768px) {
	.pagination__post.prev-post {
		order: 1;
	}
}

.pagination__post.next-post {
	flex: 0 0 calc(50% - 11px);
	order: 1;
}

@media (min-width: 768px) {
	.pagination__post.next-post {
		order: 2;
	}
}

@media (min-width: 768px) {
	.pagination__post.next-post .pagination__post__nav {
		justify-self: flex-end;
	}
}

.pagination__post__nav {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.pagination__post__nav:hover .pagination__post__text {
	color: #FF5330;
}

.pagination__post__nav:hover circle {
	stroke: #FF5330;
}

.pagination__post__nav:hover path {
	fill: #FF5330;
}

.pagination__post__nav .arrow-prev {
	width: 40px;
	height: 40px;
	margin-right: 11px;
}

.pagination__post__nav .arrow-next {
	width: 40px;
	height: 40px;
	margin-left: 11px;
}

.pagination__post__link {
	display: block;
	width: 100%;
}

.pagination__post__link:hover, .pagination__post__link:focus, .pagination__post__link:visited {
	text-decoration: none;
}

.pagination__post__text {
	font-family: "inter";
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -.48px;
	color: white;
}

@media (min-width: 768px) {
	.pagination__post__text {
		font-size: 32px;
		line-height: 1.2;
	}
}

.pagination__post__title {
	display: inline;
	font-family: "inter medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: white;
	margin-bottom: 20px;
	letter-spacing: -.5px;
}

.pagination__post__title:hover {
	color: #FF5330;
}

.pagination__post__title br {
	content: '';
}

.pagination__post__title br:after {
	content: '';
}

.pagination__post__title.truncate {
	white-space: break-spaces;
}

@media (min-width: 768px) {
	.pagination__post__title.truncate {
		white-space: nowrap;
	}
}

.pagination__post__wrapper {
	position: relative;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.pagination__post__wrapper {
		margin: 16px 0;
	}
}

.pagination__post__wrapper:hover .pagination__post__overlay {
	display: block;
}

.pagination__post__overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.pagination__post img {
	position: relative;
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}

@media (min-width: 768px) {
	.pagination__post img {
		width: 100%;
		height: auto;
		aspect-ratio: 69/32;
	}
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

@font-face {
	font-family: "inter";
	src: url("assets/fonts/inter/Inter-Regular.ttf");
}

@font-face {
	font-family: "inter light";
	src: url("assets/fonts/inter/Inter-Light.ttf");
}

@font-face {
	font-family: "inter medium";
	src: url("assets/fonts/inter/Inter-Medium.ttf");
}

@font-face {
	font-family: "inter semibold";
	src: url("assets/fonts/inter/Inter-SemiBold.ttf");
}

@font-face {
	font-family: "inter bold";
	src: url("assets/fonts/inter/Inter-Bold.ttf");
}

@font-face {
	font-family: "neuemontreal";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Regular.otf");
}

@font-face {
	font-family: "neuemontreal bold";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Bold.otf");
}

@font-face {
	font-family: "neuemontreal bold italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-BoldItalic.otf");
}

@font-face {
	font-family: "neuemontreal italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Italic.otf");
}

@font-face {
	font-family: "neuemontreal light";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Light.otf");
}

@font-face {
	font-family: "neuemontreal light italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-LightItalic.otf");
}

@font-face {
	font-family: "neuemontreal medium";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Medium.otf");
}

@font-face {
	font-family: "neuemontreal medium italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-MediumItalic.otf");
}

@font-face {
	font-family: "gowun-batang";
	src: url("assets/fonts/gowun-batang/GowunBatang-Regular.ttf");
}

@font-face {
	font-family: "gowun-batang bold";
	src: url("assets/fonts/gowun-batang/GowunBatang-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f");
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?qq5f0f") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?qq5f0f") format("woff"), url("assets/fonts/icomoon/icomoon.svg?qq5f0f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
	content: "\e900";
}

.icon-plus:before {
	content: "\e901";
}

.icon-play-button:before {
	content: "\e902";
}

.icon-arrow-thin-long-left:before {
	content: "\e903";
}

.icon-arrow-thin-long-right:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e906";
}

.icon-pinterest:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e908";
}

.icon-close:before {
	content: "\e909";
}

/* Elements
--------------------------------------------- */
.higlight-text {
	color: #FF5330;
}

strong {
	font-family: inherit;
	font-weight: normal;
	color: #FF5330;
}

*::marker {
	color: #FF5330;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.case-study-1 {
	padding-top: 80px;
	background: black;
}

@media (min-width: 768px) {
	.case-study-1 {
		padding-top: 97px;
	}
}

.case-study-1 .norm_row {
	filter: grayscale(0);
}

.case-study-1__wrapper {
	padding: 0 0 90px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.case-study-1__wrapper {
		padding: 42px 0 90px;
		max-width: none;
	}
}

.case-study-1__banner {
	position: relative;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	height: 348px;
}

@media (min-width: 768px) {
	.case-study-1__banner {
		height: auto;
	}
}

.case-study-1__banner__wrapper {
	overflow: hidden;
}

.case-study-1__content {
	padding: 0 0 43px;
	margin: 0 auto;
	border-bottom: 1px solid #DDDEE0;
}

@media (min-width: 768px) {
	.case-study-1__content {
		padding: 0 0 120px;
	}
}

@media (min-width: 1200px) {
	.case-study-1__content {
		padding: 0 0 120px;
	}
}

.case-study-1__content p:last-child {
	margin-bottom: 0;
}

.case-study-1__content__head {
	padding: 30px 20px 0;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.case-study-1__content__head {
		padding: 65px 24px 0;
		align-items: flex-start;
		justify-content: space-between;
	}
}

.case-study-1__content__head--left {
	max-width: 100%;
}

@media (min-width: 768px) {
	.case-study-1__content__head--left {
		max-width: 80%;
	}
}

.case-study-1__content__head--right {
	display: flex;
	flex-direction: row;
	max-width: 100%;
	margin-top: 13px;
}

@media (min-width: 768px) {
	.case-study-1__content__head--right {
		margin: 40px 0 60px;
	}
}

.case-study-1__content__head__brand {
	font-family: "neuemontreal";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #FF5330;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.case-study-1__content__head__brand {
		margin-bottom: 9px;
	}
}

.case-study-1__content__head__title {
	font-family: "inter medium";
	font-weight: 500;
	font-size: 26px;
	line-height: 1.33;
	color: white;
}

@media (min-width: 768px) {
	.case-study-1__content__head__title {
		font-size: 36px;
	}
}

.case-study-1__content__head__list + * {
	margin-top: 6px;
}

@media (min-width: 768px) {
	.case-study-1__content__head__list + * {
		margin-top: 0;
		margin-left: 50px;
	}
}

.case-study-1__content__head__list__label {
	font-family: "neuemontreal";
	font-weight: 500;
	font-size: 14px;
	line-height: 1.215;
	letter-spacing: .5px;
	color: #6A6A6A;
	margin-bottom: 3px;
}

@media (min-width: 768px) {
	.case-study-1__content__head__list__label {
		margin-bottom: 5px;
	}
}

.case-study-1__content__head__list__item {
	font-family: "neuemontreal";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	color: white;
}

.case-study-1__content__body {
	margin: 27px auto 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body {
		margin: 99px auto 0;
	}
}

.case-study-1__content__body__section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.case-study-1__content__body__section + * {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__section + * {
		margin-top: 55px;
	}
}

.case-study-1__content__body__section.impact-section .case-study-1__content__body__title {
	font-family: "inter";
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.16px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 14px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__section.impact-section .case-study-1__content__body__title {
		margin: 0 0 11px;
	}
}

.case-study-1__content__body__section.impact-section .case-study-1__content__body__content {
	font-family: "inter";
	font-size: 18px;
	line-height: 1.5;
	color: white;
}

.case-study-1__content__body__section.impact-section .case-study-1__content__body__content p {
	font-family: "inter";
	font-size: 16px;
	line-height: 1.5;
	color: white;
}

@media (min-width: 768px) {
	.case-study-1__content__body__section.impact-section .case-study-1__content__body__content p {
		font-size: 18px;
	}
}

.case-study-1__content__body__title {
	margin: 0 0 4px;
	font-family: "inter medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: white;
}

@media (min-width: 768px) {
	.case-study-1__content__body__title {
		flex: 0 0 40%;
		margin: 0 0 11px;
		font-size: 20px;
	}
}

.case-study-1__content__body__content {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: white;
}

@media (min-width: 768px) {
	.case-study-1__content__body__content {
		font-size: 17px;
		line-height: 1.6;
	}
}

.case-study-1__content__body__content.challenge-section__content, .case-study-1__content__body__content.solution-section__content {
	display: flex;
	flex-direction: row;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__content.challenge-section__content, .case-study-1__content__body__content.solution-section__content {
		padding: 0 105px 0 24px;
	}
}

.case-study-1__content__body__content.impact-section__content {
	display: flex;
	flex-direction: column;
	align-self: flex-end;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__content.impact-section__content {
		max-width: calc((100% - 129px) * 3/5 + 129px);
		padding: 0 105px 0 24px;
	}
}

.case-study-1__content__body__content p {
	font-family: "inter";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: white;
}

@media (min-width: 768px) {
	.case-study-1__content__body__content p {
		font-size: 18px;
		line-height: 1.6;
	}
}

.case-study-1__content__body__video {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.case-study-1__content__body__video.layout-video-grid-2--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
}

.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video:last-child {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video__external {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video__external:last-child {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--1 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-2--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video__external {
	flex: 0 0 auto;
	margin: 0;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-2--2 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	text-align: center;
}

.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video:nth-child(2) {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video:nth-child(2) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video__external {
	margin: 0;
	text-align: center;
}

.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video__external:nth-child(2) {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--1 .case-study-1__photo__video__external:nth-child(2) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	text-align: center;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video__external {
	margin: 0;
	text-align: center;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--2 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external {
	margin: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--3 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external {
	margin: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-3--4 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video__external {
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video__external {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--1 .case-study-1__photo__video__external:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-4--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video {
		flex: 0 0 calc(25% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video:nth-child(4) {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external {
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(25% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--2 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--3 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--4 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:nth-child(2) {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video:nth-child(2) {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:nth-child(2) {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external:nth-child(2) {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--5 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:nth-child(3) {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:nth-child(3) {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:nth-child(3) {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:nth-child(3) {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--6 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--7 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-4--8 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video__external {
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video__external {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--1 .case-study-1__photo__video__external:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-5--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video {
		flex: 0 0 calc(20% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video {
		flex: 0 0 calc(20% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video__external {
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(20% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(20% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--2 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:nth-child(4), .case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:nth-child(5) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:nth-child(4), .case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video:nth-child(5) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(2), .case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(3) {
		padding-top: 28.25%;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(4), .case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(5) {
		margin-top: 5px;
		padding-top: 28.25%;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(4), .case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external:nth-child(5) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--3 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video:nth-child(3) {
		margin: 20px 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video:nth-child(3) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external:nth-child(3) {
		margin: 20px 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external:nth-child(3) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--4 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:nth-child(4) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:nth-child(3), .case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:nth-child(3), .case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--5 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:nth-child(2) {
		flex: 0 0 calc(50% - 3px);
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:nth-child(2) {
		flex: 0 0 calc(50% - 3px);
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:first-child, .case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--6 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:last-child, .case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-5--7 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video__external {
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video__external {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--1 .case-study-1__photo__video__external:last-child {
	margin: 0;
}

.case-study-1__content__body__video.layout-video-grid-6--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video {
		flex: 0 0 calc(16.65% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video {
		flex: 0 0 calc(16.65% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video__external {
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(16.65% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video__external {
		flex: 0 0 calc(16.65% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--2 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 3px);
		padding-top: 28.25%;
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external {
		flex: 0 0 calc(50% - 10px);
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external + * {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external + * {
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external:first-child {
	margin-top: 0;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--3 .case-study-1__photo__video__external:nth-child(2) {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video {
		flex: 0 0 100%;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(3) {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(3) {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(5) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(5) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:nth-child(5) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external {
	text-align: center;
	margin: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external {
		flex: 0 0 100%;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(3) {
		flex: 0 0 calc(50% - 3px);
		padding-top: 28.25%;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(2), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(3) {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(5) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(5) {
		flex: 0 0 calc(50% - 3px);
		padding-top: 28.25%;
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(4), .case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:nth-child(5) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 20px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__video.layout-video-grid-6--4 .case-study-1__photo__video__external + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.case-study-1__content__body__photo.layout-photo-grid-2--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-2--1 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-2--1 .case-study-1__photo__image:last-child {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--1 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-2--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--2 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-2--2 .case-study-1__photo__image {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--2 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--2 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-2--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-2--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--1 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	text-align: center;
}

.case-study-1__content__body__photo.layout-photo-grid-3--1 .case-study-1__photo__image:nth-child(2) {
	margin: 20px 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--1 .case-study-1__photo__image:nth-child(2) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--2 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	text-align: center;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--2 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--2 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--3 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	text-align: center;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-3--4 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--1 .case-study-1__photo__image {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--1 .case-study-1__photo__image {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--1 .case-study-1__photo__image:last-child {
	margin: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-4--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image {
		flex: 0 0 calc(25% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image:nth-child(4) {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image:nth-child(4) {
		margin-top: 6px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--3 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--4 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:nth-child(2) {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image:nth-child(2) {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--5 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:nth-child(3) {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:nth-child(3) {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--6 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--7 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--8 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--8 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--9 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--9 {
		margin-top: 55px;
		grid-template-columns: 1fr 0.998fr 1.2128fr 2fr;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--9 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-4--9 .case-study-1__photo__image:nth-child(4) {
	height: 100%;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--9 .case-study-1__photo__image:nth-child(4) {
		height: auto;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--9 .case-study-1__photo__image:nth-child(4) img {
	object-fit: cover;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--9 .case-study-1__photo__image:nth-child(4) img {
		object-fit: contain;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--9 .col-flex-mix-video {
	display: flex;
	flex-direction: column;
	height: 100%;
	aspect-ratio: 1 / 3;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--9 .col-flex-mix-video {
		aspect-ratio: unset;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--9 .col-flex-mix-video:nth-child(3) {
	aspect-ratio: 1.61/4;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--9 .col-flex-mix-video:nth-child(3) {
		aspect-ratio: unset;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-4--9 .col-flex-mix-video .case-study-1__photo__image {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-4--9 .col-flex-mix-video .case-study-1__photo__video__mix-video {
	position: relative;
	height: 400px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-4--9 .col-flex-mix-video .case-study-1__photo__video__mix-video {
		flex: 1;
		height: auto;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--1 .case-study-1__photo__image {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--1 .case-study-1__photo__image {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--1 .case-study-1__photo__image:last-child {
	margin: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-5--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--2 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--3 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image:nth-child(3) {
		margin: 20px 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image:nth-child(3) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--4 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--5 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 3px);
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--6 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-5--7 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--1 .case-study-1__photo__image {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--1 .case-study-1__photo__image {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--1 .case-study-1__photo__image:last-child {
	margin: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-6--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--2 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--3 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image:nth-child(3) {
		margin: 20px 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image:nth-child(3) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--4 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--5 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 3px);
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--6 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-6--7 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--1 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--1 .case-study-1__photo__image {
	margin: 0 0 20px;
	padding: 0;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--1 .case-study-1__photo__image {
		margin: 0 0 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--1 .case-study-1__photo__image:last-child {
	margin: 0;
}

.case-study-1__content__body__photo.layout-photo-grid-7--2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--2 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--2 {
		flex-direction: row;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--2 .case-study-1__photo__image {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--2 .case-study-1__photo__image {
		flex: 0 0 calc(20% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--2 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--2 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:first-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:first-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:first-child {
		margin-bottom: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:nth-child(4), .case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image:nth-child(5) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--3 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image:nth-child(3) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image:nth-child(3) {
		margin: 20px 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image:nth-child(3) {
		margin: 55px 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--4 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:last-child {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 5px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image:nth-child(4) {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--5 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:nth-child(2) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 3px);
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:first-child, .case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
		margin-bottom: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--6 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--7 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--7 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--8 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 {
		margin-top: 55px;
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image {
		flex: 0 0 calc(33.33% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:nth-child(4) {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:last-child, .case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image + * {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--8 .case-study-1__photo__image + * {
		margin-top: 0;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--9 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 {
		margin-top: 55px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image {
	text-align: center;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(1) {
		margin-top: 0;
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(1) {
		flex: 0 0 calc(50% - 10px);
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(2) {
	margin-top: 20px;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(2) {
		margin-top: 0;
		flex: 0 0 calc(50% - 3px);
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(2) {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 3px);
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(3), .case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:nth-child(4) {
		flex: 0 0 calc(50% - 10px);
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:last-child {
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image:last-child {
		margin-top: 20px;
	}
}

.case-study-1__content__body__photo.layout-photo-grid-7--9 .case-study-1__photo__image + * {
	flex: 0 0 100%;
	margin-top: 20px;
}

.case-study-1__content__body__carousel {
	height: 235px;
	width: 100%;
}

.case-study-1__content__body__carousel__wrapper {
	position: relative;
	width: 100%;
	margin: 100px 0 55px;
}

.case-study-1__content__body__carousel__wrapper.show-navigation-style {
	padding: 0 80px;
}

.case-study-1__content__body__carousel .slick-list,
.case-study-1__content__body__carousel .slick-track {
	height: 100%;
}

.case-study-1__content__body__carousel__item {
	background-size: cover;
	background-position: center;
	object-fit: contain;
}

.case-study-1__content__body__carousel__item.slick-center {
	opacity: 1;
}

.case-study-1__content__body__carousel__item.opacity-item {
	opacity: .5;
}

.case-study-1__content__body__carousel__item.opacity-item.slick-center {
	opacity: 1;
}

.case-study-1__content__body__carousel__navigation {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 50%;
	margin-top: -23px;
	width: 100%;
	left: 0;
}

.case-study-1__content__body__carousel__navigation .challenge-carousel-prev,
.case-study-1__content__body__carousel__navigation .solution-carousel-prev,
.case-study-1__content__body__carousel__navigation .impact-carousel-prev {
	width: 46px;
	height: 46px;
	color: white;
	background: #6A6A6A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	cursor: pointer;
}

.case-study-1__content__body__carousel__navigation .challenge-carousel-prev:hover,
.case-study-1__content__body__carousel__navigation .solution-carousel-prev:hover,
.case-study-1__content__body__carousel__navigation .impact-carousel-prev:hover {
	background: black;
}

.case-study-1__content__body__carousel__navigation .challenge-carousel-next,
.case-study-1__content__body__carousel__navigation .solution-carousel-next,
.case-study-1__content__body__carousel__navigation .impact-carousel-next {
	width: 46px;
	height: 46px;
	color: white;
	background: #6A6A6A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	cursor: pointer;
}

.case-study-1__content__body__carousel__navigation .challenge-carousel-next:hover,
.case-study-1__content__body__carousel__navigation .solution-carousel-next:hover,
.case-study-1__content__body__carousel__navigation .impact-carousel-next:hover {
	background: black;
}

.case-study-1__content__body__social-share {
	display: flex;
	align-items: center;
	margin-top: 25px;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.case-study-1__content__body__social-share {
		margin-top: 40px;
		padding: 0 24px;
	}
}

.case-study-1__content__body__social-share__label {
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: .5px;
	color: #6A6A6A;
}

.case-study-1__photo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.case-study-1__photo {
		margin-top: 55px;
	}
}

.case-study-1__photo__image {
	background: #000000;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.case-study-1__photo__image {
		padding-bottom: 55px;
	}
}

.case-study-1__photo__image:first-child {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.case-study-1__photo__image:first-child {
		margin-top: 55px;
	}
}

.case-study-1__photo__image:last-child {
	background: transparent;
	padding-bottom: 0;
}

.case-study-1__photo__image .parallax-up {
	transform: translate3d(0px, -85%, 0px);
}

.case-study-1__photo__image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.case-study-1__photo__video {
	position: relative;
	width: 100%;
	margin: 30px 0 0;
}

@media (min-width: 480px) {
	.case-study-1__photo__video {
		margin: 50px 0 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__photo__video {
		margin: 60px 0 0;
	}
}

.case-study-1__photo__video video {
	width: 100%;
}

.case-study-1__photo__video__external {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	margin: 30px 0 0;
}

@media (min-width: 480px) {
	.case-study-1__photo__video__external {
		margin: 50px 0 0;
	}
}

@media (min-width: 768px) {
	.case-study-1__photo__video__external {
		margin: 60px 0 0;
	}
}

.case-study-1__photo__video__external.custom-ratio--1-1 {
	padding-top: 100%;
}

.case-study-1__photo__video__external.custom-ratio--16-9 {
	padding-top: 56.25%;
}

.case-study-1__photo__video__external.custom-ratio--4-3 {
	padding-top: 75%;
}

.case-study-1__photo__video__external.custom-ratio--3-2 {
	padding-top: 66.66%;
}

.case-study-1__photo__video__external.custom-ratio--8-5 {
	padding-top: 62.5%;
}

.case-study-1__photo__video__external.custom-ratio--9-16 {
	padding-top: 177%;
}

@media (min-width: 480px) {
	.case-study-1__photo__video__external.custom-ratio--9-16 {
		padding-top: 88%;
	}
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

@font-face {
	font-family: "inter";
	src: url("assets/fonts/inter/Inter-Regular.ttf");
}

@font-face {
	font-family: "inter light";
	src: url("assets/fonts/inter/Inter-Light.ttf");
}

@font-face {
	font-family: "inter medium";
	src: url("assets/fonts/inter/Inter-Medium.ttf");
}

@font-face {
	font-family: "inter semibold";
	src: url("assets/fonts/inter/Inter-SemiBold.ttf");
}

@font-face {
	font-family: "inter bold";
	src: url("assets/fonts/inter/Inter-Bold.ttf");
}

@font-face {
	font-family: "neuemontreal";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Regular.otf");
}

@font-face {
	font-family: "neuemontreal bold";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Bold.otf");
}

@font-face {
	font-family: "neuemontreal bold italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-BoldItalic.otf");
}

@font-face {
	font-family: "neuemontreal italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Italic.otf");
}

@font-face {
	font-family: "neuemontreal light";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Light.otf");
}

@font-face {
	font-family: "neuemontreal light italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-LightItalic.otf");
}

@font-face {
	font-family: "neuemontreal medium";
	src: url("assets/fonts/neue-montreal/NeueMontreal-Medium.otf");
}

@font-face {
	font-family: "neuemontreal medium italic";
	src: url("assets/fonts/neue-montreal/NeueMontreal-MediumItalic.otf");
}

@font-face {
	font-family: "gowun-batang";
	src: url("assets/fonts/gowun-batang/GowunBatang-Regular.ttf");
}

@font-face {
	font-family: "gowun-batang bold";
	src: url("assets/fonts/gowun-batang/GowunBatang-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f");
	src: url("assets/fonts/icomoon/icomoon.eot?qq5f0f#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?qq5f0f") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?qq5f0f") format("woff"), url("assets/fonts/icomoon/icomoon.svg?qq5f0f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
	content: "\e900";
}

.icon-plus:before {
	content: "\e901";
}

.icon-play-button:before {
	content: "\e902";
}

.icon-arrow-thin-long-left:before {
	content: "\e903";
}

.icon-arrow-thin-long-right:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e906";
}

.icon-pinterest:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e908";
}

.icon-close:before {
	content: "\e909";
}

/* Elements
--------------------------------------------- */
.higlight-text {
	color: #FF5330;
}

strong {
	font-family: inherit;
	font-weight: normal;
	color: #FF5330;
}

*::marker {
	color: #FF5330;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.case-study-2 {
	padding-top: 80px;
}

@media (min-width: 768px) {
	.case-study-2 {
		padding-top: 97px;
	}
}

.case-study-2 .norm_row {
	filter: grayscale(0);
}

.case-study-2__wrapper {
	padding: 0 20px 90px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.case-study-2__wrapper {
		padding: 42px 24px 90px;
		max-width: none;
	}
}

.case-study-2__banner {
	position: relative;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	height: 348px;
}

@media (min-width: 768px) {
	.case-study-2__banner {
		height: auto;
	}
}

.case-study-2__content {
	padding: 0 20px 43px;
	margin: 0 auto;
	border-bottom: 1px solid #DDDEE0;
}

@media (min-width: 768px) {
	.case-study-2__content {
		padding: 0 20px 120px;
	}
}

@media (min-width: 1200px) {
	.case-study-2__content {
		padding: 0 45px 120px;
	}
}

.case-study-2__content p:last-child {
	margin-bottom: 0;
}

.case-study-2__content__head {
	padding-top: 30px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.case-study-2__content__head {
		padding: 65px 0 0;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}
}

.case-study-2__content__head--left {
	max-width: 100%;
}

@media (min-width: 768px) {
	.case-study-2__content__head--left {
		max-width: 480px;
	}
}

.case-study-2__content__head--right {
	max-width: 100%;
	margin-top: 13px;
}

@media (min-width: 768px) {
	.case-study-2__content__head--right {
		width: 240px;
		margin-top: 0;
	}
}

.case-study-2__content__head__brand {
	font-family: "neuemontreal";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #FF5330;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.case-study-2__content__head__brand {
		margin-bottom: 9px;
	}
}

.case-study-2__content__head__title {
	font-family: "inter medium";
	font-weight: 500;
	font-size: 26px;
	line-height: 1.33;
	color: #1A1A1A;
}

@media (min-width: 768px) {
	.case-study-2__content__head__title {
		font-size: 36px;
	}
}

.case-study-2__content__head__list + * {
	margin-top: 6px;
}

@media (min-width: 768px) {
	.case-study-2__content__head__list + * {
		margin-top: 18px;
	}
}

.case-study-2__content__head__list__label {
	font-family: "neuemontreal";
	font-weight: 500;
	font-size: 14px;
	line-height: 1.215;
	letter-spacing: .5px;
	color: black;
	margin-bottom: 3px;
}

@media (min-width: 768px) {
	.case-study-2__content__head__list__label {
		margin-bottom: 5px;
	}
}

.case-study-2__content__head__list__item {
	font-family: "neuemontreal";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .5px;
	color: #A7A7A7;
}

.case-study-2__content__body {
	margin: 27px auto 0;
}

@media (min-width: 768px) {
	.case-study-2__content__body {
		margin: 99px auto 0;
	}
}

.case-study-2__content__body__section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.case-study-2__content__body__section + * {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.case-study-2__content__body__section + * {
		margin-top: 55px;
	}
}

.case-study-2__content__body__title {
	margin: 0 0 4px;
	font-family: "inter medium";
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: black;
}

@media (min-width: 768px) {
	.case-study-2__content__body__title {
		margin: 0 0 11px;
		font-size: 20px;
	}
}

.case-study-2__content__body__content {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #6A6A6A;
}

@media (min-width: 768px) {
	.case-study-2__content__body__content {
		font-size: 17px;
		line-height: 1.6;
	}
}

@media (min-width: 768px) {
	.case-study-2__content__body__content.article-section__content {
		padding: 0 90px;
	}
}

.case-study-2__content__body__content.article-section__content + * {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.case-study-2__content__body__content.article-section__content + * {
		margin-top: 55px;
	}
}

.case-study-2__content__body__content p {
	font-family: "neuemontreal";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .5px;
	color: #6A6A6A;
}

@media (min-width: 768px) {
	.case-study-2__content__body__content p {
		font-size: 17px;
		line-height: 1.6;
	}
}

@media (min-width: 768px) {
	.case-study-2__content__body__content.align-right-content--550 {
		align-self: flex-end;
		max-width: 550px;
	}
}

.case-study-2__content__body__video {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.case-study-2__content__body__video.article-video-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}

@media (min-width: 768px) {
	.case-study-2__content__body__video.article-video-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.case-study-2__content__body__video.article-video-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 0 30px;
	}
}

.case-study-2__content__body__video + .case-study-2__content__body__article-photo-grid {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.case-study-2__content__body__video + .case-study-2__content__body__article-photo-grid {
		margin-top: 55px;
		width: 100%;
	}
}

.case-study-2__content__body__photo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.case-study-2__content__body__photo + .case-study-2__content__body__photo {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.case-study-2__content__body__photo + .case-study-2__content__body__photo {
		margin-top: 55px;
	}
}

.case-study-2__content__body__photo + .case-study-2__content__body__article-photo-grid, .case-study-2__content__body__photo + .case-study-2__content__body__video {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.case-study-2__content__body__photo + .case-study-2__content__body__article-photo-grid, .case-study-2__content__body__photo + .case-study-2__content__body__video {
		margin-top: 55px;
	}
}

.case-study-2__content__body__article-photo-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}

@media (min-width: 768px) {
	.case-study-2__content__body__article-photo-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.case-study-2__content__body__article-photo-grid .article-photo-grid__image {
	width: 100%;
}

.case-study-2__content__body__article-photo-grid .article-photo-grid__image img {
	width: 100%;
}

.case-study-2__content__body__carousel {
	height: 235px;
	width: 100%;
}

.case-study-2__content__body__carousel__wrapper {
	position: relative;
	width: 100%;
	margin: 100px 0 55px;
}

.case-study-2__content__body__carousel__wrapper.show-navigation-style {
	padding: 0 80px;
}

.case-study-2__content__body__carousel .slick-list,
.case-study-2__content__body__carousel .slick-track {
	height: 100%;
}

.case-study-2__content__body__carousel__item {
	background-size: cover;
	background-position: center;
	object-fit: contain;
}

.case-study-2__content__body__carousel__item.slick-center {
	opacity: 1;
}

.case-study-2__content__body__carousel__item.opacity-item {
	opacity: .5;
}

.case-study-2__content__body__carousel__item.opacity-item.slick-center {
	opacity: 1;
}

.case-study-2__content__body__carousel__navigation {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 50%;
	margin-top: -23px;
	width: 100%;
	left: 0;
}

.case-study-2__content__body__carousel__navigation .challenge-carousel-prev,
.case-study-2__content__body__carousel__navigation .solution-carousel-prev,
.case-study-2__content__body__carousel__navigation .impact-carousel-prev {
	width: 46px;
	height: 46px;
	color: white;
	background: #6A6A6A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	cursor: pointer;
}

.case-study-2__content__body__carousel__navigation .challenge-carousel-prev:hover,
.case-study-2__content__body__carousel__navigation .solution-carousel-prev:hover,
.case-study-2__content__body__carousel__navigation .impact-carousel-prev:hover {
	background: black;
}

.case-study-2__content__body__carousel__navigation .challenge-carousel-next,
.case-study-2__content__body__carousel__navigation .solution-carousel-next,
.case-study-2__content__body__carousel__navigation .impact-carousel-next {
	width: 46px;
	height: 46px;
	color: white;
	background: #6A6A6A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	cursor: pointer;
}

.case-study-2__content__body__carousel__navigation .challenge-carousel-next:hover,
.case-study-2__content__body__carousel__navigation .solution-carousel-next:hover,
.case-study-2__content__body__carousel__navigation .impact-carousel-next:hover {
	background: black;
}

.case-study-2__content__body__social-share {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

@media (min-width: 768px) {
	.case-study-2__content__body__social-share {
		margin-top: 40px;
	}
}

.case-study-2__content__body__social-share__label {
	font-family: "neuemontreal";
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: .5px;
	color: #6A6A6A;
}

.case-study-2__photo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.case-study-2__photo {
		margin-top: 55px;
	}
}

.case-study-2__photo__image {
	background: white;
	padding-bottom: 30px;
	width: 100%;
}

@media (min-width: 768px) {
	.case-study-2__photo__image {
		padding-bottom: 55px;
	}
}

.case-study-2__photo__image:last-child {
	background: transparent;
	padding-bottom: 0;
}

.case-study-2__photo__image .parallax-up {
	transform: translate3d(0px, -85%, 0px);
}

.case-study-2__photo__image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.case-study-2__photo__video {
	position: relative;
	width: 100%;
	margin: 30px 0 0;
}

@media (min-width: 480px) {
	.case-study-2__photo__video {
		margin: 50px 0 0;
	}
}

@media (min-width: 768px) {
	.case-study-2__photo__video {
		margin: 60px 0 0;
	}
}

.case-study-2__photo__video video {
	width: 100%;
}

.case-study-2__photo__video__external {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	margin: 0;
}

.case-study-2__photo__video__external.custom-ratio--1-1 {
	padding-top: 100%;
}

.case-study-2__photo__video__external.custom-ratio--16-9 {
	padding-top: 56.25%;
}

.case-study-2__photo__video__external.custom-ratio--4-3 {
	padding-top: 75%;
}

.case-study-2__photo__video__external.custom-ratio--3-2 {
	padding-top: 66.66%;
}

.case-study-2__photo__video__external.custom-ratio--8-5 {
	padding-top: 62.5%;
}

.case-study-2__photo__video__external.custom-ratio--9-16 {
	padding-top: 177%;
}

@media (min-width: 480px) {
	.case-study-2__photo__video__external.custom-ratio--9-16 {
		padding-top: 88%;
	}
}

.post-details {
	padding-bottom: 122px;
}

.post-details__banner {
	height: 416px;
	background: #d9d9d9;
}

.post-details__banner .post-thumbnail {
	width: 100%;
	height: 100%;
	position: relative;
}

.post-details__banner .post-thumbnail img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.post-details__body {
	max-width: calc(860px + 27px);
	margin: 0 auto;
	padding: 54px 27px 68px;
}

.post-details__body .post-details__social-share {
	margin-top: 35px;
	margin-bottom: 60px;
}

.post-details__body .post-details__social-share__label {
	font-family: "neuemontreal";
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0.5px;
	color: #6A6A6A;
	padding-right: 15px;
}

.post-details__body .post-details__social-share .heateor_sss_svg {
	width: 25px !important;
	height: 25px !important;
}

.post-details__category {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.post-details__category__name {
	color: #FF5330;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.post-details__category__name a {
	color: #FF5330;
	text-decoration: none;
}

.post-details__category__name a:hover, .post-details__category__name a:visited, .post-details__category__name a:focus {
	color: #FF5330;
	text-decoration: none;
}

.post-details__category__divide {
	background: #FF5330;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.post-details__category__divide:last-child {
	display: none;
}

.post-details__title {
	color: #000;
	font-size: 42px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 14px;
}

.post-details__info {
	display: flex;
	flex-direction: row;
}

.post-details__author {
	color: #97989f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.37;
}

.post-details__author__name {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.37;
}

.post-details__date {
	color: #97989f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.37;
}

.post-details__main-content__wrapper {
	padding-bottom: 41px;
	margin-bottom: 57px;
	border-bottom: 1px solid #c4c4c4;
}

.post-details__post-footer {
	display: flex;
	align-items: flex-start;
}

.post-details__post-footer .post-details__social-share {
	margin: 0;
}

.post-details__author-details {
	background: #eb9a84;
}

.post-details__author-details__content {
	padding: 25px 44px;
	display: flex;
}

.post-details__author-details__avatar {
	position: relative;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.post-details__author-details__avatar img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.post-details__author-details__info-wrapper {
	padding-left: 13px;
}

.post-details__author-details__label {
	font-family: "neuemontreal";
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}

.post-details__author-details__name {
	font-family: "neuemontreal";
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.4px;
}

.post-details__author-details__description {
	font-family: "neuemontreal";
	color: #000;
	font-size: 17px;
	line-height: 1.35;
	letter-spacing: 0.34px;
	margin-top: 16px;
}

.post-details .blog-page__recommend-section {
	background: #fafafa;
	padding: 54.5px 0 71px;
}

.post-details .blog-page__recommend-section__item {
	padding: 0;
}

.post-details .blog-page__recommend-section__content {
	max-width: calc(860px + 27px);
	padding: 0 27px;
}

.post-details .blog-page__recommend-section__content__list {
	gap: 30px;
}

.post-details__tags {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	padding-right: 100px;
}

.post-details__tag {
	text-transform: uppercase;
	display: block;
	flex: 0 0 auto;
	color: #FF5330;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #FF5330;
	padding: 5px 10px;
}

.post-details__tag:visited, .post-details__tag:hover {
	color: #FF5330;
	text-decoration: none;
}

.post-details__social-share {
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.post-details__social-share__label {
	font-family: "neuemontreal";
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0.5px;
	color: #6A6A6A;
	padding-right: 15px;
}

.post-details__social-share .heateor_sss_sharing_ul {
	margin: 0 !important;
}

.post-details__social-share .heateor_sss_svg {
	width: 25px !important;
	height: 25px !important;
}

.post-details__social-share .heateor_sss_sharing_ul a {
	margin: 0 2px !important;
}

.archive-page {
	padding-top: 70px;
	background: #f6f5f2;
}

@media (min-width: 768px) {
	.archive-page {
		padding-top: 97px;
	}
}

.archive-page__header {
	background: white;
}

.archive-page__header__title {
	max-width: calc(1120px + 27px);
	padding: 15px 27px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.2;
	color: #222;
}

@media (min-width: 768px) {
	.archive-page__header__title {
		font-size: 36px;
		line-height: 1.2;
	}
}

.archive-page__content__results {
	display: flex;
	flex-wrap: wrap;
	max-width: calc(1120px + 27px);
	margin: 0 auto;
	gap: 25px;
	padding: 30px 27px 50px;
}

@media (min-width: 768px) {
	.archive-page__content__results {
		padding-bottom: 150px;
	}
}

.archive-page__content__item {
	padding: 11px;
	background: white;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.archive-page__content__item {
		flex: 0 0 calc(50% - 19.5px);
	}
}

@media (min-width: 768px) {
	.archive-page__content__item {
		flex: 0 0 calc(33.33% - 19.5px);
	}
}

@media (min-width: 992px) {
	.archive-page__content__item {
		flex: 0 0 calc(25% - 19.5px);
	}
}

.archive-page__content__item__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.archive-page__content__item__image-wrapper {
	width: 100%;
	height: 165px;
	margin-bottom: 11px;
	background: #d9d9d9;
}

.archive-page__content__item__image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.archive-page__content__item__category {
	display: flex;
	margin-bottom: 9px;
	line-height: 1.2;
	align-items: center;
}

.archive-page__content__item__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.8px;
}

.archive-page__content__item__post-category a {
	color: #ff4713;
	text-decoration: none;
}

.archive-page__content__item__post-category a:hover, .archive-page__content__item__post-category a:visited, .archive-page__content__item__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.archive-page__content__item__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.archive-page__content__item__post-divide:last-child {
	display: none;
}

.archive-page__content__item__post-title {
	flex: 1;
	color: #181a2a;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
}

.archive-page__content__item__post-title a {
	color: #181a2a;
	text-decoration: none;
}

.archive-page__content__item__post-title a:hover, .archive-page__content__item__post-title a:visited, .archive-page__content__item__post-title a:focus {
	color: #181a2a;
	text-decoration: none;
}

.archive-page__content__item__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.archive-page__content__item__post-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.archive-page__content__item__post-author__avatar {
	width: 24.5px;
	height: 24.5px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 1;
}

.archive-page__content__item__post-author__name {
	color: #97989f;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 6.26px;
}

.search-page {
	padding-top: 70px;
	background: #f6f5f2;
}

@media (min-width: 768px) {
	.search-page {
		padding-top: 97px;
	}
}

.search-page__header {
	background: white;
}

.search-page__header__title {
	max-width: calc(1120px + 27px);
	padding: 15px 27px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1.2;
	color: #222;
}

@media (min-width: 768px) {
	.search-page__header__title {
		font-size: 36px;
		line-height: 1.2;
	}
}

.search-page__content__results {
	display: flex;
	flex-wrap: wrap;
	max-width: calc(1120px + 27px);
	margin: 0 auto;
	gap: 25px;
	padding: 30px 27px 50px;
}

@media (min-width: 768px) {
	.search-page__content__results {
		padding-bottom: 150px;
	}
}

.search-page__content__item {
	padding: 11px;
	background: white;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.search-page__content__item {
		flex: 0 0 calc(50% - 19.5px);
	}
}

@media (min-width: 768px) {
	.search-page__content__item {
		flex: 0 0 calc(33.33% - 19.5px);
	}
}

@media (min-width: 992px) {
	.search-page__content__item {
		flex: 0 0 calc(25% - 19.5px);
	}
}

.search-page__content__item__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.search-page__content__item__image-wrapper {
	width: 100%;
	height: 165px;
	margin-bottom: 11px;
	background: #d9d9d9;
}

.search-page__content__item__image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.search-page__content__item__category {
	display: flex;
	margin-bottom: 9px;
	line-height: 1.2;
	align-items: center;
}

.search-page__content__item__post-category {
	color: #ff4713;
	font-size: 10px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.8px;
}

.search-page__content__item__post-category a {
	color: #ff4713;
	text-decoration: none;
}

.search-page__content__item__post-category a:hover, .search-page__content__item__post-category a:visited, .search-page__content__item__post-category a:focus {
	color: #ff4713;
	text-decoration: none;
}

.search-page__content__item__post-divide {
	background: #ff4713;
	width: 1px;
	height: 9px;
	margin: 0 4px;
}

.search-page__content__item__post-divide:last-child {
	display: none;
}

.search-page__content__item__post-title {
	flex: 1;
	color: #181a2a;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 14px;
}

.search-page__content__item__post-title a {
	color: #181a2a;
	text-decoration: none;
}

.search-page__content__item__post-title a:hover, .search-page__content__item__post-title a:visited, .search-page__content__item__post-title a:focus {
	color: #181a2a;
	text-decoration: none;
}

.search-page__content__item__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.search-page__content__item__post-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.search-page__content__item__post-author__avatar {
	width: 24.5px;
	height: 24.5px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 1;
}

.search-page__content__item__post-author__name {
	color: #97989f;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 6.26px;
}

.is-ajax-search-posts .is-search-sections {
	display: flex;
	flex-direction: row;
}

.single-post .post-details__body {
	font-family: "inter";
}

.single-post .post-details__body h1 {
	font-size: 36px;
}

.single-post .post-details__body h2 {
	font-size: 30px;
}

.single-post .post-details__body h3 {
	font-size: 28px;
}

.single-post .post-details__body h4 {
	font-size: 26px;
}

.single-post .post-details__body h5 {
	font-size: 24px;
}

.single-post .post-details__body h6 {
	font-size: 22px;
}

.single-post .post-details__body h1,
.single-post .post-details__body h2,
.single-post .post-details__body h3,
.single-post .post-details__body h4,
.single-post .post-details__body h5,
.single-post .post-details__body h6 {
	font-family: "inter";
	background: inherit;
	color: #FF5330;
	padding: 0;
	text-align: unset;
	margin: 0.2rem 0 0.5rem;
}

.single-post .post-details__body .wp-block-image {
	margin: 20px 0;
}

.privacy-policy-page {
	position: relative;
}

.privacy-policy-page ol {
	list-style-type: none;
}

.privacy-policy-page ul {
	list-style-type: disc;
}

.privacy-policy-page .banner-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 280px;
	background: conic-gradient(from 173.49deg at 50% 62.16%, #001768 0deg, #005073 360deg);
}

@media (min-width: 768px) {
	.privacy-policy-page .banner-section {
		height: 333px;
	}
}

.privacy-policy-page .banner-section__title {
	font-family: "inter semibold";
	font-size: 38px;
	line-height: 1.12;
	text-align: center;
	letter-spacing: -0.5px;
	color: white;
}

@media (min-width: 768px) {
	.privacy-policy-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.privacy-policy-page .policy-section__content {
	padding: 86px 24px 155px;
	max-width: calc(1035px + 48px);
	margin: 0 auto;
	font-family: "inter";
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.privacy-policy-page .policy-section__content ul > li::marker {
	color: black;
}

.privacy-policy-page .policy-section__content ul > li + li {
	margin-top: 10px;
}

.privacy-policy-page .policy-section__content ol > li::marker {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.46;
	color: black;
}

.privacy-policy-page .policy-section__content ol > li > ul {
	margin-left: 0;
	list-style-type: none;
	line-height: 1.62;
}

.privacy-policy-page .policy-section__content ol > li > ul ol {
	text-indent: 1px;
	margin-top: 0;
}

.privacy-policy-page .policy-section__content ol > li > ul ol > li::marker {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.privacy-policy-page .policy-section__content ol > li > ul ol > li + li {
	margin-top: 0.5px;
}

.privacy-policy-page .policy-section__content ol > li + li {
	margin-top: 10px;
}

.privacy-policy-page .policy-section__content h1 {
	font-family: "inter semibold";
	font-size: 24px;
	line-height: 29px;
	color: black;
	margin: 36px 0 15px;
}

.privacy-policy-page .policy-section__content h2 {
	font-family: "inter bold";
	font-size: 18px;
	line-height: 1.46;
	color: black;
	margin: 0 0 15px;
}

.privacy-policy-page .policy-section__content p {
	margin: 0 0 25px;
}

.privacy-policy-page .policy-section__content p + ol,
.privacy-policy-page .policy-section__content p + ul {
	margin-top: -5px;
}

.privacy-policy-page .policy-section__content a {
	color: black;
}

.privacy-policy-page .policy-section__content a:hover, .privacy-policy-page .policy-section__content a:focus, .privacy-policy-page .policy-section__content a:visited, .privacy-policy-page .policy-section__content a:active {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.terms-of-use-page {
	position: relative;
}

.terms-of-use-page ol,
.terms-of-use-page ul {
	list-style-type: none;
}

.terms-of-use-page .banner-section {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 280px;
	background: conic-gradient(from 173.49deg at 50% 62.16%, #001768 0deg, #005073 360deg);
}

@media (min-width: 768px) {
	.terms-of-use-page .banner-section {
		height: 333px;
	}
}

.terms-of-use-page .banner-section__title {
	font-family: "inter semibold";
	font-size: 38px;
	line-height: 1.12;
	text-align: center;
	letter-spacing: -0.5px;
	color: white;
}

@media (min-width: 768px) {
	.terms-of-use-page .banner-section__title {
		font-size: 60px;
		line-height: 1.15;
	}
}

.terms-of-use-page .policy-section__content {
	padding: 86px 24px 155px;
	max-width: calc(1035px + 48px);
	margin: 0 auto;
	font-family: "inter";
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.terms-of-use-page .policy-section__content ol {
	margin: 36px 0 0 0;
}

.terms-of-use-page .policy-section__content ol > li::marker {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.46;
	color: black;
}

.terms-of-use-page .policy-section__content ol > li > ul {
	margin-left: 0;
	list-style-type: none;
	line-height: 1.62;
}

.terms-of-use-page .policy-section__content ol > li > ul ol {
	text-indent: 1px;
	margin-top: 0;
}

.terms-of-use-page .policy-section__content ol > li > ul ol > li::marker {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.62;
	color: black;
}

.terms-of-use-page .policy-section__content ol > li > ul ol > li + li {
	margin-top: 0.5px;
}

.terms-of-use-page .policy-section__content ol > li + li {
	margin-top: 35px;
}

.terms-of-use-page .policy-section__content h1 {
	font-family: "inter semibold";
	font-size: 24px;
	line-height: 29px;
	color: black;
	margin: 36px 0 15px;
}

.terms-of-use-page .policy-section__content h2 {
	font-family: "inter bold";
	font-size: 18px;
	line-height: 1.46;
	color: black;
	margin: 0 0 15px;
}

.terms-of-use-page .policy-section__content p {
	margin: 0 0 27px;
}

.creative-agency-page__banner {
	display: flex;
	align-items: center;
	min-height: 600px;
	padding: 0 20px;
	background-image: conic-gradient(from 108deg at 50% 66%, #f0562c 0%, #f0d1c8 33%, #f3e0db 67%, rgba(252, 251, 251, 0) 75%, rgba(252, 251, 251, 0) 99.9%, #f0562c 100%);
	background-color: white;
}

@media (min-width: 768px) {
	.creative-agency-page__banner {
		height: 100vh;
		min-height: 730px;
	}
}

.creative-agency-page__banner__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	text-align: center;
}

.creative-agency-page__banner__title {
	font-family: "inter semibold";
	font-size: 28px;
	line-height: 1.2;
	margin: 40px 0;
}

@media (min-width: 768px) {
	.creative-agency-page__banner__title {
		font-size: 64px;
		line-height: 72px;
	}
}

.creative-agency-page__banner__description {
	font-family: "inter";
	font-size: 16px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.creative-agency-page__banner__description {
		font-size: 24px;
		line-height: 33px;
	}
}

.creative-agency-page__banner__control__link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.creative-agency-page__banner__control__link:hover {
	text-decoration: none;
}

.creative-agency-page__banner__control__link * {
	text-decoration: none;
}

.creative-agency-page__banner__control__text {
	font-family: "inter";
	color: #fff;
	font-size: 20px;
}

.creative-agency-page .inspiration-section {
	background: #1A1A1A;
}

.creative-agency-page .inspiration-section__content-wrapper {
	max-width: none;
	margin: 0 auto;
	padding: 40px 20px 45px;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__content-wrapper {
		padding: 140px 24px;
	}
}

.creative-agency-page .inspiration-section__top-part {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__top-part {
		flex-direction: row;
		justify-content: space-between;
	}
}

.creative-agency-page .inspiration-section__top-part__left {
	flex: 0 0 92px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__top-part__left {
		margin-bottom: 0;
	}
}

.creative-agency-page .inspiration-section__top-part__left img {
	width: 92px;
	height: 92px;
}

.creative-agency-page .inspiration-section__top-part__right {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.creative-agency-page .inspiration-section__top-part__article__title {
	font-family: "inter light";
	font-size: 38px;
	line-height: 1.2;
	color: white;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__top-part__article__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.creative-agency-page .inspiration-section__top-part__article__description {
	font-family: "inter light";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
}

.creative-agency-page .inspiration-section__collapse-part {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 10px;
}

.creative-agency-page .inspiration-section__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__list {
		display: block;
		width: auto;
	}
}

.creative-agency-page .inspiration-section__item {
	position: relative;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 35px;
	width: 100%;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__item {
		display: inline;
		width: auto;
		font-size: 56px;
		line-height: 67px;
		padding: 0;
		margin: 0;
		border-bottom: none;
	}
}

.creative-agency-page .inspiration-section__item:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__item:after {
		display: none;
	}
}

.creative-agency-page .inspiration-section__item:hover:after {
	content: '\2212';
}

.creative-agency-page .inspiration-section__item:hover .inspiration-section__item-description {
	display: block;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__item + *::before {
		font-family: "inter light";
		color: #999999;
		content: "/";
		margin-right: 2px;
	}
}

.creative-agency-page .inspiration-section__item-title {
	display: inline;
	font-family: "inter light";
	font-size: 20px;
	color: #999999;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__item-title {
		font-size: 56px;
		line-height: 67px;
	}
}

.creative-agency-page .inspiration-section__item-title:hover {
	color: white;
}

.creative-agency-page .inspiration-section__item-title:hover::before {
	color: #999999;
}

.creative-agency-page .inspiration-section__item-description {
	display: none;
	font-family: "inter";
	color: #999999;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.creative-agency-page .inspiration-section__item-description {
		font-size: 24px;
		line-height: 33px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

.creative-agency-page .inspiration-section__talk-to-us {
	margin-top: 30px;
}

.creative-agency-page .inspiration-section__talk-to-us__label {
	font-family: "inter";
	font-size: 24px;
	line-height: 33px;
	color: white;
}

.creative-agency-page .inspiration-section__talk-to-us__link {
	font-family: "inter";
	font-size: 24px;
	line-height: 33px;
	color: #FF5330;
	text-decoration: none;
}

.creative-agency-page .inspiration-section__talk-to-us__link:hover, .creative-agency-page .inspiration-section__talk-to-us__link:visited, .creative-agency-page .inspiration-section__talk-to-us__link:focus {
	color: #FF5330;
	text-decoration: none;
}

.creative-agency-page .gallery-section__header {
	padding: 40px 20px 45px;
	max-width: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.creative-agency-page .gallery-section__header {
		padding: 110px 24px;
	}
}

.creative-agency-page .gallery-section__title {
	font-family: "inter semibold";
	color: #404040;
	margin: 0 0 10px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width) {
	.creative-agency-page .gallery-section__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.creative-agency-page .gallery-section__subtitle {
	font-family: "inter";
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
	color: #404040;
}

.creative-agency-page .gallery-section__grid {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.creative-agency-page .gallery-section__grid {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.creative-agency-page .gallery-section__grid__col {
	height: 300px;
}

@media (min-width: 768px) {
	.creative-agency-page .gallery-section__grid__col {
		height: 500px;
	}
}

@media (min-width: 768px) {
	.creative-agency-page .gallery-section__grid__col:nth-child(3n + 3) {
		flex: 0 0 100%;
	}
}

@media (min-width: 768px) {
	.creative-agency-page .gallery-section__grid__col:nth-child(3n + 1), .creative-agency-page .gallery-section__grid__col:nth-child(3n + 2) {
		flex: 0 0 50%;
	}
}

.creative-agency-page .gallery-section__grid__photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.creative-agency-page .testimonials-section {
	background: #1A1A1A;
	padding-bottom: 150px;
}

.creative-agency-page .testimonials-section__brands__header {
	padding: 40px 20px 35px;
	max-width: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.creative-agency-page .testimonials-section__brands__header {
		padding: 100px 24px 35px;
	}
}

.creative-agency-page .testimonials-section__brands__title {
	font-family: "inter semibold";
	color: white;
	font-size: 38px;
	line-height: 1.2;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.creative-agency-page .testimonials-section__brands__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.creative-agency-page .testimonials-section__brands__subtitle {
	font-family: "inter";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
	margin: 0;
}

.creative-agency-page .testimonials-section__brands__row + * {
	margin-top: 12px;
}

.creative-agency-page .testimonials-section__brands__row--2 .slick-list {
	direction: rtl;
}

.creative-agency-page .testimonials-section__brands__row .slick-track {
	display: flex;
	align-items: center;
}

.creative-agency-page .volumes-section {
	max-width: none;
	margin: 0 auto;
}

.creative-agency-page .volumes-section__header {
	padding: 0 20px;
	max-width: none;
}

@media (min-width: 768px) {
	.creative-agency-page .volumes-section__header {
		padding: 0 24px;
	}
}

.creative-agency-page .volumes-section__header__title {
	font-family: "inter semibold";
	color: white;
	margin: 0 0 10px;
	max-width: 420px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.creative-agency-page .volumes-section__header__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.creative-agency-page .volumes-section__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 20px;
	max-width: none;
}

@media (min-width: 768px) {
	.creative-agency-page .volumes-section__content {
		padding: 0 24px;
	}
}

@media (min-width: 992px) {
	.creative-agency-page .volumes-section__content {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.creative-agency-page .volumes-section__col--1, .creative-agency-page .volumes-section__col--2, .creative-agency-page .volumes-section__col--3, .creative-agency-page .volumes-section__col--4 {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.creative-agency-page .volumes-section__col--1, .creative-agency-page .volumes-section__col--2, .creative-agency-page .volumes-section__col--3, .creative-agency-page .volumes-section__col--4 {
		flex: 0 0 50%;
	}
}

@media (min-width: 992px) {
	.creative-agency-page .volumes-section__col--1, .creative-agency-page .volumes-section__col--2, .creative-agency-page .volumes-section__col--3, .creative-agency-page .volumes-section__col--4 {
		flex: 0 0 auto;
	}
}

.creative-agency-page .volumes-section__title {
	color: #FF5330;
	font-size: 40px;
	font-family: "neuemontreal";
}

@media (min-width: 768px) {
	.creative-agency-page .volumes-section__title {
		font-size: 65px;
	}
}

.creative-agency-page .volumes-section__description {
	color: #fff;
	font-family: "inter light";
	font-size: 16px;
	line-height: 1.4;
	max-width: 150px;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	.creative-agency-page .volumes-section__description {
		font-size: 18px;
		line-height: 1.35;
	}
}

.creative-agency-page .testimonials-carousel {
	max-width: none-48px;
	margin: 100px 35px 0;
	background: #fff;
}

@media (min-width: 1200px) {
	.creative-agency-page .testimonials-carousel {
		margin: 100px auto 0;
	}
}

.creative-agency-page .testimonials-carousel__slide__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.creative-agency-page .testimonials-carousel__slide__content {
		flex-direction: row;
	}
}

.creative-agency-page .testimonials-carousel__slide__col--left {
	padding: 30px;
}

@media (min-width: 768px) {
	.creative-agency-page .testimonials-carousel__slide__col--left {
		flex: 0 0 40%;
		padding: 0 50px 50px;
	}
}

.creative-agency-page .testimonials-carousel__slide__col--left img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.creative-agency-page .testimonials-carousel__slide__col--right {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.creative-agency-page .testimonials-carousel__slide__col--right {
		flex: 1;
		padding: 50px;
	}
}

.creative-agency-page .testimonials-carousel__slide__header {
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.creative-agency-page .testimonials-carousel__slide__body__content {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 25px;
}

.creative-agency-page .testimonials-carousel__slide__body__author {
	max-width: 300px;
}

.creative-agency-page .testimonials-carousel__slide__body__author__org {
	font-family: "inter semibold";
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.creative-agency-page .testimonials-carousel__slide__body__author__name {
	font-family: "inter semibold";
	font-size: 16px;
	line-height: 1.2;
	color: #FF5330;
}

.creative-agency-page .faq-section {
	padding: 50px 20px;
	max-width: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.creative-agency-page .faq-section {
		padding: 80px 24px;
	}
}

.creative-agency-page .faq-section__title {
	font-family: "inter semibold";
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.creative-agency-page .faq-section__title {
		font-size: 56px;
	}
}

.creative-agency-page .faq-section__body {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.creative-agency-page .faq-section__body {
		padding: 0 30px;
	}
}

@media (min-width: 992px) {
	.creative-agency-page .faq-section__body {
		padding: 0 80px;
	}
}

.creative-agency-page .faq-section__query__wrapper {
	margin-bottom: 18px;
	border-bottom: 1px solid #CACACA;
}

.creative-agency-page .faq-section__query__wrapper a {
	color: #FF5330;
}

.creative-agency-page .faq-section__query__wrapper a:hover, .creative-agency-page .faq-section__query__wrapper a:visited, .creative-agency-page .faq-section__query__wrapper a:focus {
	text-decoration: none;
}

.creative-agency-page .faq-section__query__title {
	font-family: "inter";
	font-size: 20px;
	color: #1A1A1A;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-bottom: 18px;
}

.creative-agency-page .faq-section__query__title .icon-plus,
.creative-agency-page .faq-section__query__title .icon-minus {
	font-size: 18px;
}

.creative-agency-page .faq-section__query__title[aria-expanded=true] {
	color: #FF5330;
}

.creative-agency-page .faq-section__query__title[aria-expanded=true] .icon-plus {
	display: none;
}

.creative-agency-page .faq-section__query__title[aria-expanded=false] .icon-minus {
	display: none;
}

.creative-agency-page .faq-section__query__description {
	padding: 10px 0;
}

.design-agency-page__banner {
	display: flex;
	align-items: center;
	min-height: 600px;
	padding: 0 20px;
	background-image: conic-gradient(from 108deg at 50% 66%, #f0562c 0%, #f0d1c8 33%, #f3e0db 67%, rgba(252, 251, 251, 0) 75%, rgba(252, 251, 251, 0) 99.9%, #f0562c 100%);
	background-color: white;
}

@media (min-width: 768px) {
	.design-agency-page__banner {
		height: 100vh;
		min-height: 730px;
	}
}

.design-agency-page__banner__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	text-align: center;
}

.design-agency-page__banner__title {
	font-family: "inter semibold";
	font-size: 28px;
	line-height: 1.2;
	margin: 40px 0;
}

@media (min-width: 768px) {
	.design-agency-page__banner__title {
		font-size: 64px;
		line-height: 72px;
	}
}

.design-agency-page__banner__description {
	font-family: "inter";
	font-size: 16px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.design-agency-page__banner__description {
		font-size: 24px;
		line-height: 33px;
	}
}

.design-agency-page__banner__control__link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.design-agency-page__banner__control__link:hover {
	text-decoration: none;
}

.design-agency-page__banner__control__link * {
	text-decoration: none;
}

.design-agency-page__banner__control__text {
	font-family: "inter";
	color: #fff;
	font-size: 20px;
}

.design-agency-page .inspiration-section {
	background: #1A1A1A;
}

.design-agency-page .inspiration-section__content-wrapper {
	max-width: none;
	margin: 0 auto;
	padding: 40px 20px 45px;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__content-wrapper {
		padding: 140px 24px;
	}
}

.design-agency-page .inspiration-section__top-part {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__top-part {
		flex-direction: row;
		justify-content: space-between;
	}
}

.design-agency-page .inspiration-section__top-part__left {
	flex: 0 0 92px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__top-part__left {
		margin-bottom: 0;
	}
}

.design-agency-page .inspiration-section__top-part__left img {
	width: 92px;
	height: 92px;
}

.design-agency-page .inspiration-section__top-part__right {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.design-agency-page .inspiration-section__top-part__article__title {
	font-family: "inter light";
	font-size: 38px;
	line-height: 1.2;
	color: white;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__top-part__article__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.design-agency-page .inspiration-section__top-part__article__description {
	font-family: "inter light";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
}

.design-agency-page .inspiration-section__collapse-part {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 10px;
}

.design-agency-page .inspiration-section__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__list {
		display: block;
		width: auto;
	}
}

.design-agency-page .inspiration-section__item {
	position: relative;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 35px;
	width: 100%;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__item {
		display: inline;
		width: auto;
		font-size: 56px;
		line-height: 67px;
		padding: 0;
		margin: 0;
		border-bottom: none;
	}
}

.design-agency-page .inspiration-section__item:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__item:after {
		display: none;
	}
}

.design-agency-page .inspiration-section__item:hover:after {
	content: '\2212';
}

.design-agency-page .inspiration-section__item:hover .inspiration-section__item-description {
	display: block;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__item + *::before {
		font-family: "inter light";
		color: #999999;
		content: "/";
		margin-right: 2px;
	}
}

.design-agency-page .inspiration-section__item-title {
	display: inline;
	font-family: "inter light";
	font-size: 20px;
	color: #999999;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__item-title {
		font-size: 56px;
		line-height: 67px;
	}
}

.design-agency-page .inspiration-section__item-title:hover {
	color: white;
}

.design-agency-page .inspiration-section__item-title:hover::before {
	color: #999999;
}

.design-agency-page .inspiration-section__item-description {
	display: none;
	font-family: "inter";
	color: #999999;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.design-agency-page .inspiration-section__item-description {
		font-size: 24px;
		line-height: 33px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

.design-agency-page .inspiration-section__talk-to-us {
	margin-top: 30px;
}

.design-agency-page .inspiration-section__talk-to-us__label {
	font-family: "inter";
	font-size: 24px;
	line-height: 33px;
	color: white;
}

.design-agency-page .inspiration-section__talk-to-us__link {
	font-family: "inter";
	font-size: 24px;
	line-height: 33px;
	color: #FF5330;
	text-decoration: none;
}

.design-agency-page .inspiration-section__talk-to-us__link:hover, .design-agency-page .inspiration-section__talk-to-us__link:visited, .design-agency-page .inspiration-section__talk-to-us__link:focus {
	color: #FF5330;
	text-decoration: none;
}

.design-agency-page .gallery-section__header {
	padding: 40px 20px 45px;
	max-width: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.design-agency-page .gallery-section__header {
		padding: 110px 24px;
	}
}

.design-agency-page .gallery-section__title {
	font-family: "inter semibold";
	color: #404040;
	margin: 0 0 10px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width) {
	.design-agency-page .gallery-section__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.design-agency-page .gallery-section__subtitle {
	font-family: "inter";
	font-size: 24px;
	font-weight: 400;
	line-height: 33px;
	color: #404040;
}

.design-agency-page .gallery-section__grid {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.design-agency-page .gallery-section__grid {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.design-agency-page .gallery-section__grid__col {
	height: 300px;
}

@media (min-width: 768px) {
	.design-agency-page .gallery-section__grid__col {
		height: 500px;
	}
}

@media (min-width: 768px) {
	.design-agency-page .gallery-section__grid__col:nth-child(3n + 1) {
		flex: 0 0 100%;
	}
}

@media (min-width: 768px) {
	.design-agency-page .gallery-section__grid__col:nth-child(3n + 2), .design-agency-page .gallery-section__grid__col:nth-child(3n + 3) {
		flex: 0 0 50%;
	}
}

.design-agency-page .gallery-section__grid__photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.design-agency-page .testimonials-section {
	background: #1A1A1A;
	padding-bottom: 150px;
}

.design-agency-page .testimonials-section__brands__header {
	padding: 40px 20px 35px;
	max-width: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.design-agency-page .testimonials-section__brands__header {
		padding: 100px 24px 35px;
	}
}

.design-agency-page .testimonials-section__brands__title {
	font-family: "inter semibold";
	color: white;
	font-size: 38px;
	line-height: 1.2;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.design-agency-page .testimonials-section__brands__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.design-agency-page .testimonials-section__brands__subtitle {
	font-family: "inter";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
	margin: 0;
}

.design-agency-page .testimonials-section__brands__row + * {
	margin-top: 12px;
}

.design-agency-page .testimonials-section__brands__row--2 .slick-list {
	direction: rtl;
}

.design-agency-page .testimonials-section__brands__row .slick-track {
	display: flex;
	align-items: center;
}

.design-agency-page .volumes-section {
	max-width: none;
	margin: 0 auto;
}

.design-agency-page .volumes-section__header {
	padding: 0 20px;
	max-width: none;
}

@media (min-width: 768px) {
	.design-agency-page .volumes-section__header {
		padding: 0 24px;
	}
}

.design-agency-page .volumes-section__header__title {
	font-family: "inter semibold";
	color: white;
	margin: 0 0 10px;
	max-width: 420px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.design-agency-page .volumes-section__header__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.design-agency-page .volumes-section__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 20px;
	max-width: none;
}

@media (min-width: 768px) {
	.design-agency-page .volumes-section__content {
		padding: 0 24px;
	}
}

@media (min-width: 992px) {
	.design-agency-page .volumes-section__content {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.design-agency-page .volumes-section__col--1, .design-agency-page .volumes-section__col--2, .design-agency-page .volumes-section__col--3, .design-agency-page .volumes-section__col--4 {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.design-agency-page .volumes-section__col--1, .design-agency-page .volumes-section__col--2, .design-agency-page .volumes-section__col--3, .design-agency-page .volumes-section__col--4 {
		flex: 0 0 50%;
	}
}

@media (min-width: 992px) {
	.design-agency-page .volumes-section__col--1, .design-agency-page .volumes-section__col--2, .design-agency-page .volumes-section__col--3, .design-agency-page .volumes-section__col--4 {
		flex: 0 0 auto;
	}
}

.design-agency-page .volumes-section__title {
	color: #FF5330;
	font-size: 40px;
	font-family: "neuemontreal";
}

@media (min-width: 768px) {
	.design-agency-page .volumes-section__title {
		font-size: 65px;
	}
}

.design-agency-page .volumes-section__description {
	color: #fff;
	font-family: "inter light";
	font-size: 16px;
	line-height: 1.4;
	max-width: 150px;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	.design-agency-page .volumes-section__description {
		font-size: 18px;
		line-height: 1.35;
	}
}

.design-agency-page .testimonials-carousel {
	max-width: none-48px;
	margin: 100px 35px 0;
	background: #fff;
}

@media (min-width: 1200px) {
	.design-agency-page .testimonials-carousel {
		margin: 100px auto 0;
	}
}

.design-agency-page .testimonials-carousel__slide__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.design-agency-page .testimonials-carousel__slide__content {
		flex-direction: row;
	}
}

.design-agency-page .testimonials-carousel__slide__col--left {
	padding: 30px;
}

@media (min-width: 768px) {
	.design-agency-page .testimonials-carousel__slide__col--left {
		flex: 0 0 40%;
		padding: 0 50px 50px;
	}
}

.design-agency-page .testimonials-carousel__slide__col--left img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.design-agency-page .testimonials-carousel__slide__col--right {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.design-agency-page .testimonials-carousel__slide__col--right {
		flex: 1;
		padding: 50px;
	}
}

.design-agency-page .testimonials-carousel__slide__header {
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.design-agency-page .testimonials-carousel__slide__body__content {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 25px;
}

.design-agency-page .testimonials-carousel__slide__body__author {
	max-width: 300px;
}

.design-agency-page .testimonials-carousel__slide__body__author__org {
	font-family: "inter semibold";
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.design-agency-page .testimonials-carousel__slide__body__author__name {
	font-family: "inter semibold";
	font-size: 16px;
	line-height: 1.2;
	color: #FF5330;
}

.design-agency-page .faq-section {
	padding: 50px 20px;
	max-width: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.design-agency-page .faq-section {
		padding: 80px 24px;
	}
}

.design-agency-page .faq-section__title {
	font-family: "inter semibold";
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.design-agency-page .faq-section__title {
		font-size: 56px;
	}
}

.design-agency-page .faq-section__body {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.design-agency-page .faq-section__body {
		padding: 0 30px;
	}
}

@media (min-width: 992px) {
	.design-agency-page .faq-section__body {
		padding: 0 80px;
	}
}

.design-agency-page .faq-section__query__wrapper {
	margin-bottom: 18px;
	border-bottom: 1px solid #CACACA;
}

.design-agency-page .faq-section__query__wrapper a {
	color: #FF5330;
}

.design-agency-page .faq-section__query__wrapper a:hover, .design-agency-page .faq-section__query__wrapper a:visited, .design-agency-page .faq-section__query__wrapper a:focus {
	text-decoration: none;
}

.design-agency-page .faq-section__query__title {
	font-family: "inter";
	font-size: 20px;
	color: #1A1A1A;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-bottom: 18px;
}

.design-agency-page .faq-section__query__title .icon-plus,
.design-agency-page .faq-section__query__title .icon-minus {
	font-size: 18px;
}

.design-agency-page .faq-section__query__title[aria-expanded=true] {
	color: #FF5330;
}

.design-agency-page .faq-section__query__title[aria-expanded=true] .icon-plus {
	display: none;
}

.design-agency-page .faq-section__query__title[aria-expanded=false] .icon-minus {
	display: none;
}

.design-agency-page .faq-section__query__description {
	padding: 10px 0;
}

.branding-service-page {
	background: black;
	color: white;
}

.branding-service-page__header {
	padding: 146px 20px 48px;
	margin: 0 auto;
	max-width: none;
}

@media (min-width: 768px) {
	.branding-service-page__header {
		padding: 135px 24px 48px;
	}
}

.branding-service-page__banner {
	margin: 0 auto;
	max-width: none;
}

@media (min-width: 768px) {
	.branding-service-page__banner {
		padding: 0 24px;
	}
}

.branding-service-page__banner img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.branding-service-page__intro {
	font-family: "inter";
	font-size: 32px;
	line-height: 1.2;
	color: white;
	max-width: 80%;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.branding-service-page__intro {
		font-size: 56px;
		line-height: 1.2;
		margin-bottom: 19px;
	}
}

.branding-service-page__tagline {
	font-family: "inter";
	font-size: 18px;
	line-height: 1.4;
	color: white;
	max-width: 80%;
}

.branding-service-page__brands-created {
	margin: 0 auto;
	max-width: none;
	padding: 60px 20px;
}

@media (min-width: 768px) {
	.branding-service-page__brands-created {
		padding: 60px 24px;
	}
}

.branding-service-page__brands-created__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.branding-service-page__brands-created__content {
		width: 50%;
		justify-self: flex-end;
	}
}

.branding-service-page__brands-created--title {
	font-family: "inter medium";
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
	color: white;
}

.branding-service-page__brands-created--description {
	font-family: "inter";
	font-size: 18px;
	line-height: 30px;
	color: white;
}

.branding-service-page__brands-created__grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px;
}

.branding-service-page__brands-created__grid img:nth-child(1) {
	width: 100%;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.branding-service-page__brands-created__grid img:nth-child(1) {
		flex: 0 0 50%;
		width: 50%;
		margin-bottom: 10px;
	}
}

.branding-service-page__brands-created__grid img:nth-child(2) {
	width: 100%;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.branding-service-page__brands-created__grid img:nth-child(2) {
		flex: 0 0 calc(50% * 3 / 4);
		width: calc(50% * 3 / 4);
		margin-bottom: 0;
	}
}

.branding-service-page__brands-created__grid img:nth-child(3), .branding-service-page__brands-created__grid img:nth-child(4), .branding-service-page__brands-created__grid img:nth-child(5) {
	width: 100%;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.branding-service-page__brands-created__grid img:nth-child(3), .branding-service-page__brands-created__grid img:nth-child(4), .branding-service-page__brands-created__grid img:nth-child(5) {
		flex: 0 0 calc(33.33% - 5px);
		width: calc(33.33% - 5px);
		margin-bottom: 0;
	}
}

.branding-service-page__brands-created__grid img:nth-child(6) {
	width: 100%;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.branding-service-page__brands-created__grid img:nth-child(6) {
		flex: 0 0 100%;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0;
	}
}

.branding-service-page__testimonials {
	margin: 0 auto;
	max-width: none;
	padding: 0 20px 64px;
}

@media (min-width: 768px) {
	.branding-service-page__testimonials {
		padding: 0 24px 128px;
	}
}

.branding-service-page__testimonials__title {
	font-family: "inter";
	font-size: 16px;
	line-height: 1;
	letter-spacing: -.16px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 48px;
}

.branding-service-page__testimonials__carousel__slide__wrapper {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.branding-service-page__testimonials__carousel__slide__wrapper {
		flex-direction: row;
	}
}

.branding-service-page__testimonials__carousel__logo {
	flex: 0 0 auto;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.branding-service-page__testimonials__carousel__logo {
		flex: 0 0 215px;
		margin-bottom: 0;
	}
}

.branding-service-page__testimonials__carousel__logo img {
	justify-self: center;
}

@media (min-width: 768px) {
	.branding-service-page__testimonials__carousel__logo img {
		justify-self: flex-start;
	}
}

.branding-service-page__testimonials__carousel__content {
	flex: 1;
}

@media (min-width: 768px) {
	.branding-service-page__testimonials__carousel__content {
		padding-left: 45px;
	}
}

.branding-service-page__testimonials__carousel__description {
	font-size: 18px;
	line-height: 28px;
	color: white;
}

@media (min-width: 768px) {
	.branding-service-page__testimonials__carousel__description {
		font-size: 24px;
		line-height: 36px;
	}
}

.branding-service-page__testimonials__carousel__author {
	margin-top: 32px;
}

.branding-service-page__testimonials__carousel__name {
	font-family: "inter medium";
	font-size: 18px;
	line-height: 28px;
	color: white;
}

@media (min-width: 768px) {
	.branding-service-page__testimonials__carousel__name {
		font-size: 24px;
		line-height: 36px;
	}
}

.branding-service-page__testimonials__carousel__designation {
	font-family: "inter light";
	font-size: 18px;
	line-height: 28px;
	color: white;
}

@media (min-width: 768px) {
	.branding-service-page__testimonials__carousel__designation {
		font-size: 24px;
		line-height: 36px;
	}
}

.branding-service-page__testimonials__carousel__nav {
	display: flex;
	flex-direction: row;
	justify-self: flex-end;
	margin-top: 16px;
}

.branding-service-page__testimonials__carousel__nav--left {
	cursor: pointer;
}

.branding-service-page__testimonials__carousel__nav--left:hover svg {
	fill: white;
}

.branding-service-page__testimonials__carousel__nav--left:hover circle {
	stroke: #FF5330;
}

.branding-service-page__testimonials__carousel__nav--left:hover path {
	fill: #FF5330;
}

.branding-service-page__testimonials__carousel__nav--right {
	margin-left: 12px;
	cursor: pointer;
}

.branding-service-page__testimonials__carousel__nav--right:hover svg {
	fill: white;
}

.branding-service-page__testimonials__carousel__nav--right:hover circle {
	stroke: #FF5330;
}

.branding-service-page__testimonials__carousel__nav--right:hover path {
	fill: #FF5330;
}

.branding-service-page__faq {
	margin: 0 auto;
	max-width: none;
	padding: 0 20px 128px;
}

@media (min-width: 768px) {
	.branding-service-page__faq {
		padding: 0 24px 256px;
	}
}

.branding-service-page__faq__title {
	font-family: "inter";
	font-size: 16px;
	letter-spacing: -.16px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 48px;
}

.branding-service-page__faq__list--wrapper {
	padding: 32px 0;
	border-bottom: .5px solid white;
}

.branding-service-page__faq__list--question {
	font-family: "inter medium";
	color: white;
	font-size: 24px;
	line-height: 32px;
	cursor: pointer;
}

.branding-service-page__faq__list--question:hover {
	color: #FF5330;
}

.branding-service-page__faq__list--description {
	font-family: "inter";
	font-size: 16px;
	color: white;
	padding: 10px 0 0;
}

.branding-service-page__other-services {
	margin: 0 auto;
	max-width: none;
	padding: 0 20px 64px;
}

@media (min-width: 768px) {
	.branding-service-page__other-services {
		padding: 0 24px 128px;
	}
}

.branding-service-page__other-services__title {
	font-family: "inter";
	font-size: 32px;
	line-height: 50px;
	letter-spacing: -.48px;
	color: white;
	margin-bottom: 16px;
}

.branding-service-page__other-services__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 22px;
}

@media (min-width: 768px) {
	.branding-service-page__other-services__grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 30px;
	}
}

.branding-service-page__other-services__grid__item__name {
	margin-top: 16px;
	font-family: "inter";
	color: white;
	font-size: 18px;
	line-height: 1.4;
}

.branding-service-page__other-services__grid__item__name:hover {
	color: #FF5330;
}

.branding-service-page__other-services__grid__item img {
	width: 100%;
}

.video-agency-page__banner {
	display: flex;
	align-items: center;
	min-height: 600px;
	padding: 0 20px;
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.video-agency-page__banner {
		height: 100vh;
		min-height: 730px;
	}
}

.video-agency-page__banner__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.video-agency-page__banner__title {
	font-family: "inter semibold";
	color: white;
	font-size: 28px;
	line-height: 1.2;
	margin: 40px 0;
}

@media (min-width: 768px) {
	.video-agency-page__banner__title {
		font-size: 64px;
		line-height: 72px;
	}
}

.video-agency-page__banner__description {
	font-family: "inter";
	color: white;
	font-size: 16px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.video-agency-page__banner__description {
		font-size: 24px;
		line-height: 33px;
	}
}

.video-agency-page__banner__control__link {
	display: flex;
	align-items: center;
	gap: 8px;
}

.video-agency-page__banner__control__link:hover {
	text-decoration: none;
}

.video-agency-page__banner__control__link * {
	text-decoration: none;
}

.video-agency-page__banner__control__text {
	font-family: "inter";
	color: #fff;
	font-size: 20px;
}

.video-agency-page .inspiration-section {
	background: #1A1A1A;
}

.video-agency-page .inspiration-section__content-wrapper {
	max-width: none;
	margin: 0 auto;
	padding: 40px 20px 45px;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__content-wrapper {
		padding: 140px 24px;
	}
}

.video-agency-page .inspiration-section__top-part {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__top-part {
		flex-direction: row;
		justify-content: space-between;
	}
}

.video-agency-page .inspiration-section__top-part__left {
	flex: 0 0 92px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__top-part__left {
		margin-bottom: 0;
	}
}

.video-agency-page .inspiration-section__top-part__left img {
	width: 92px;
	height: 92px;
}

.video-agency-page .inspiration-section__top-part__right {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.video-agency-page .inspiration-section__top-part__article__title {
	font-family: "inter light";
	font-size: 38px;
	line-height: 1.2;
	color: white;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__top-part__article__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.video-agency-page .inspiration-section__top-part__article__description {
	font-family: "inter light";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
}

.video-agency-page .inspiration-section__collapse-part {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 10px;
}

.video-agency-page .inspiration-section__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__list {
		display: block;
		width: auto;
	}
}

.video-agency-page .inspiration-section__item {
	position: relative;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 35px;
	width: 100%;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__item {
		display: inline;
		width: auto;
		font-size: 56px;
		line-height: 67px;
		padding: 0;
		margin: 0;
		border-bottom: none;
	}
}

.video-agency-page .inspiration-section__item:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__item:after {
		display: none;
	}
}

.video-agency-page .inspiration-section__item:hover:after {
	content: '\2212';
}

.video-agency-page .inspiration-section__item:hover .inspiration-section__item-description {
	display: block;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__item + *::before {
		font-family: "inter light";
		color: #999999;
		content: "/";
		margin-right: 2px;
	}
}

.video-agency-page .inspiration-section__item-title {
	display: inline;
	font-family: "inter light";
	font-size: 20px;
	color: #999999;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__item-title {
		font-size: 56px;
		line-height: 67px;
	}
}

.video-agency-page .inspiration-section__item-title:hover {
	color: white;
}

.video-agency-page .inspiration-section__item-title:hover::before {
	color: #999999;
}

.video-agency-page .inspiration-section__item-description {
	display: none;
	font-family: "inter";
	color: #999999;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.video-agency-page .inspiration-section__item-description {
		font-size: 24px;
		line-height: 33px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

.video-agency-page .inspiration-section__talk-to-us {
	margin-top: 30px;
}

.video-agency-page .inspiration-section__talk-to-us__label {
	font-family: "inter";
	font-size: 24px;
	line-height: 33px;
	color: white;
}

.video-agency-page .inspiration-section__talk-to-us__link {
	font-family: "inter";
	font-size: 24px;
	line-height: 33px;
	color: #FF5330;
	text-decoration: none;
}

.video-agency-page .inspiration-section__talk-to-us__link:hover, .video-agency-page .inspiration-section__talk-to-us__link:visited, .video-agency-page .inspiration-section__talk-to-us__link:focus {
	color: #FF5330;
	text-decoration: none;
}

.video-agency-page .gallery-section__header {
	padding: 40px 20px 45px;
	max-width: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.video-agency-page .gallery-section__header {
		padding: 110px 24px;
	}
}

.video-agency-page .gallery-section__video {
	width: 1200px;
	max-width: 100%;
}

.video-agency-page .gallery-section__video__wrapper {
	width: 100%;
	padding: 0;
	background: linear-gradient(to bottom, #1A1A1A 0%, #1A1A1A 50%, white 50%, white 100%);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 768px) {
	.video-agency-page .gallery-section__video__wrapper {
		padding: 0 50px;
	}
}

.video-agency-page .gallery-section__title {
	font-family: "inter semibold";
	color: #404040;
	margin: 0 0 10px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width) {
	.video-agency-page .gallery-section__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.video-agency-page .gallery-section__grid {
	max-width: 1920px;
	width: 100%;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.video-agency-page .gallery-section__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.video-agency-page .gallery-section__grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.video-agency-page .gallery-section__grid__col {
	height: 300px;
	cursor: pointer;
}

@media (min-width: 768px) {
	.video-agency-page .gallery-section__grid__col {
		height: 220px;
	}
}

.video-agency-page .gallery-section__grid__photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.video-agency-page .gallery-section__grid .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999;
}

.video-agency-page .gallery-section__grid .overlay #closeBtn {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 35px;
	color: #fff;
	z-index: 5;
	cursor: pointer;
}

.video-agency-page .gallery-section__grid .overlay .video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	height: 85%;
	z-index: 9999;
}

.video-agency-page .gallery-section__grid .overlay .video-container #videoIframe {
	width: 100%;
	height: 100%;
}

.video-agency-page .testimonials-section {
	background: #1A1A1A;
	padding-bottom: 150px;
}

.video-agency-page .testimonials-section__brands__header {
	padding: 40px 20px 35px;
	max-width: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.video-agency-page .testimonials-section__brands__header {
		padding: 100px 24px 35px;
	}
}

.video-agency-page .testimonials-section__brands__title {
	font-family: "inter semibold";
	color: white;
	font-size: 38px;
	line-height: 1.2;
	margin: 0 0 10px;
}

@media (min-width: 768px) {
	.video-agency-page .testimonials-section__brands__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.video-agency-page .testimonials-section__brands__subtitle {
	font-family: "inter";
	font-size: 24px;
	line-height: 33px;
	color: #999999;
	margin: 0;
}

.video-agency-page .testimonials-section__brands__row + * {
	margin-top: 12px;
}

.video-agency-page .testimonials-section__brands__row--2 .slick-list {
	direction: rtl;
}

.video-agency-page .testimonials-section__brands__row .slick-track {
	display: flex;
	align-items: center;
}

.video-agency-page .volumes-section {
	max-width: none;
	margin: 0 auto;
}

.video-agency-page .volumes-section__header {
	padding: 0 20px;
	max-width: none;
}

@media (min-width: 768px) {
	.video-agency-page .volumes-section__header {
		padding: 0 24px;
	}
}

.video-agency-page .volumes-section__header__title {
	font-family: "inter semibold";
	color: white;
	margin: 0 0 10px;
	max-width: 420px;
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.video-agency-page .volumes-section__header__title {
		font-size: 56px;
		line-height: 67px;
	}
}

.video-agency-page .volumes-section__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 20px;
	max-width: none;
}

@media (min-width: 768px) {
	.video-agency-page .volumes-section__content {
		padding: 0 24px;
	}
}

@media (min-width: 992px) {
	.video-agency-page .volumes-section__content {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.video-agency-page .volumes-section__col--1, .video-agency-page .volumes-section__col--2, .video-agency-page .volumes-section__col--3, .video-agency-page .volumes-section__col--4 {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
}

@media (min-width: 480px) {
	.video-agency-page .volumes-section__col--1, .video-agency-page .volumes-section__col--2, .video-agency-page .volumes-section__col--3, .video-agency-page .volumes-section__col--4 {
		flex: 0 0 50%;
	}
}

@media (min-width: 992px) {
	.video-agency-page .volumes-section__col--1, .video-agency-page .volumes-section__col--2, .video-agency-page .volumes-section__col--3, .video-agency-page .volumes-section__col--4 {
		flex: 0 0 auto;
	}
}

.video-agency-page .volumes-section__title {
	color: #FF5330;
	font-size: 40px;
	font-family: "neuemontreal";
}

@media (min-width: 768px) {
	.video-agency-page .volumes-section__title {
		font-size: 65px;
	}
}

.video-agency-page .volumes-section__description {
	color: #fff;
	font-family: "inter light";
	font-size: 16px;
	line-height: 1.4;
	max-width: 150px;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	.video-agency-page .volumes-section__description {
		font-size: 18px;
		line-height: 1.35;
	}
}

.video-agency-page .testimonials-carousel {
	max-width: none-48px;
	margin: 100px 35px 0;
	background: #fff;
}

@media (min-width: 1200px) {
	.video-agency-page .testimonials-carousel {
		margin: 100px auto 0;
	}
}

.video-agency-page .testimonials-carousel__slide__content {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.video-agency-page .testimonials-carousel__slide__content {
		flex-direction: row;
	}
}

.video-agency-page .testimonials-carousel__slide__col--left {
	padding: 30px;
}

@media (min-width: 768px) {
	.video-agency-page .testimonials-carousel__slide__col--left {
		flex: 0 0 40%;
		padding: 0 50px 50px;
	}
}

.video-agency-page .testimonials-carousel__slide__col--left img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.video-agency-page .testimonials-carousel__slide__col--right {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.video-agency-page .testimonials-carousel__slide__col--right {
		flex: 1;
		padding: 50px;
	}
}

.video-agency-page .testimonials-carousel__slide__header {
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.video-agency-page .testimonials-carousel__slide__body__content {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 25px;
}

.video-agency-page .testimonials-carousel__slide__body__author {
	max-width: 300px;
}

.video-agency-page .testimonials-carousel__slide__body__author__org {
	font-family: "inter semibold";
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.video-agency-page .testimonials-carousel__slide__body__author__name {
	font-family: "inter semibold";
	font-size: 16px;
	line-height: 1.2;
	color: #FF5330;
}

.video-agency-page .faq-section {
	padding: 50px 20px;
	max-width: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.video-agency-page .faq-section {
		padding: 80px 24px;
	}
}

.video-agency-page .faq-section__title {
	font-family: "inter semibold";
	font-size: 38px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.video-agency-page .faq-section__title {
		font-size: 56px;
	}
}

.video-agency-page .faq-section__body {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.video-agency-page .faq-section__body {
		padding: 0 30px;
	}
}

@media (min-width: 992px) {
	.video-agency-page .faq-section__body {
		padding: 0 80px;
	}
}

.video-agency-page .faq-section__query__wrapper {
	margin-bottom: 18px;
	border-bottom: 1px solid #CACACA;
}

.video-agency-page .faq-section__query__wrapper a {
	color: #FF5330;
}

.video-agency-page .faq-section__query__wrapper a:hover, .video-agency-page .faq-section__query__wrapper a:visited, .video-agency-page .faq-section__query__wrapper a:focus {
	text-decoration: none;
}

.video-agency-page .faq-section__query__title {
	font-family: "inter";
	font-size: 20px;
	color: #1A1A1A;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-bottom: 18px;
}

.video-agency-page .faq-section__query__title .icon-plus,
.video-agency-page .faq-section__query__title .icon-minus {
	font-size: 18px;
}

.video-agency-page .faq-section__query__title[aria-expanded=true] {
	color: #FF5330;
}

.video-agency-page .faq-section__query__title[aria-expanded=true] .icon-plus {
	display: none;
}

.video-agency-page .faq-section__query__title[aria-expanded=false] .icon-minus {
	display: none;
}

.video-agency-page .faq-section__query__description {
	padding: 10px 0;
}

.footer-services {
	background: #1A1A1A;
}

.footer-services__content {
	display: flex;
	flex-direction: column;
	max-width: none;
	margin: 0 auto;
	padding: 40px 20px;
}

@media (min-width: 768px) {
	.footer-services__content {
		padding: 100px 24px;
		flex-direction: row;
		justify-content: space-between;
	}
}

.footer-services__content__left-col {
	flex: 1;
}

@media (min-width: 768px) {
	.footer-services__content__left-col {
		flex: 0 0 calc(50% - 15px);
	}
}

.footer-services__content__right-col {
	flex: 1;
}

@media (min-width: 768px) {
	.footer-services__content__right-col {
		flex: 0 0 calc(50% - 15px);
	}
}

.footer-services__content__right-col input[type="text"],
.footer-services__content__right-col input[type="email"],
.footer-services__content__right-col input[type="tel"] {
	font-family: "neuemontreal";
	border: none;
	border-bottom: 1px solid #979590;
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 0;
	color: white;
	outline: none;
	padding-bottom: 6px;
	margin: 3px 0 0;
}

.footer-services__content__right-col input[type="text"]:focus,
.footer-services__content__right-col input[type="email"]:focus,
.footer-services__content__right-col input[type="tel"]:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.footer-services__content__right-col textarea {
	font-family: "neuemontreal";
	border: none;
	border-bottom: 1px solid #979590;
	background: transparent;
	border-radius: 0;
	font-size: 16px;
	padding: 0;
	color: white;
	outline: none;
	padding-bottom: 6px;
	margin: 3px 0 0;
	height: 113px;
	resize: none;
}

.footer-services__content__right-col textarea:focus {
	color: white;
	outline: none;
	box-shadow: none;
}

.footer-services__content__right-col .wpcf7 {
	max-width: 570px;
}

.footer-services__content__right-col .wpcf7 form label {
	font-family: "neuemontreal medium";
	color: #ff4713;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}

.footer-services__content__right-col .wpcf7 form > div > p input[type="submit"] {
	font-family: "inter light";
	padding: 0;
	width: 242px;
	height: 53px;
	line-height: 52px;
	background: transparent;
	color: white;
	border-radius: 6px;
	border: 0.5px solid #fff;
	letter-spacing: 0.08px;
	text-align: center;
	background: linear-gradient(to left, transparent 34%, white 34%, white 65%, transparent 65%) right;
	background-size: 335%;
	background-position: left;
}

.footer-services__content__right-col .wpcf7 form > div > p input[type="submit"]:hover {
	background-position: center;
	color: black;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.footer-services__content__right-col .wpcf7 form > div > p input[type="submit"].mouse-leave {
	background-position: right;
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.footer-services__content__right-col .wpcf7-response-output {
	display: none !important;
}

.footer-services__content__title {
	font-family: "inter semibold";
	font-size: 38px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 30px 0;
}

@media (min-width: 768px) {
	.footer-services__content__title {
		margin: 0;
		font-size: 56px;
		line-height: 1.2;
	}
}

.footer-services__bottom-info {
	display: flex;
	flex-direction: column;
	max-width: none;
	margin: 0 auto;
	padding: 40px 20px;
	gap: 40px;
}

@media (min-width: 768px) {
	.footer-services__bottom-info {
		padding: 80px 24px 100px;
		gap: 80px;
		flex-direction: row;
		justify-content: space-between;
	}
}

.footer-services__logo {
	max-width: 162px;
}

@media (min-width: 768px) {
	.footer-services__logo {
		flex: 0 0 162px;
	}
}

.footer-services__logo__image {
	width: 100%;
}

.footer-services__contact {
	flex: 1;
}

.footer-services__contact__address, .footer-services__contact__email {
	font-family: "inter";
	font-size: 12px;
	line-height: 1.4;
	color: white;
}

.preloader-plus {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.preloader-plus .prog-bar {
	background-color: #ff4713 !important;
}

.preloader-plus .prog-bar-bg {
	background-color: #FF47131A !important;
}

.preloader-content .lds-css {
	background-image: url("assets/images/loading.gif");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
}

.preloader-content .lds-css .preloader-plus-default-icons {
	display: none;
}

body .sfsiplus_footerLnk {
	display: none;
}

body .animate {
	opacity: 0;
}

body .animate__animated {
	opacity: 1;
}

body .paging-animate {
	opacity: 0;
}

body .paging-animate.animate__animated {
	opacity: 1;
}

.js .slider-single > div:nth-child(1n+2) {
	display: none;
}

.js .slider-single.slick-initialized > div:nth-child(1n+2) {
	display: block;
}

h3 {
	background: #f0f0f0;
	color: #3498db;
	font-size: 2.25rem;
	margin: .5rem;
	padding: 2%;
	position: relative;
	text-align: center;
}

.slider-single h3 {
	line-height: 10rem;
}

.slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.slider-nav h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider-nav .slick-slide {
	cursor: pointer;
}

.slick-slide.is-active h3 {
	color: #c00;
	background-color: #fff;
}

#secondary {
	display: none;
}

.postid-3660 .case-study-1__content__body__photo {
	width: 100%;
}

.postid-3660 .case-study-1__content__body__photo .case-study-1__photo__image {
	width: 100%;
}

.postid-3660 .case-study-1__content__body__section.solution-section {
	margin-top: 0;
}

.button-link {
	text-decoration: none;
}

.button-link:hover, .button-link:focus, .button-link:visited {
	text-decoration: none;
}

.truncate-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

/*# sourceMappingURL=style.css.map */