	/*!------------------------------------------------------------------
	[MAIN STYLESHEET]
	-------------------------------------------------------------------*/
	:root {
		--brand-color: #35063e;
		--white: #fff;
		--light-gray: #f0f0f0;
		--light-blue: #f8f6fb;
		--blue-gray: #716f8f;
		--gray: #9e9e9e;
		--dark: #0c101a;
		--dark-blue: #35063e;
		--background-color: var(--white);
		--background-alt-color: var(--light-blue);
		--text-color: var(--blue-gray);
		--text-alt-color: var(--blue-gray);
		--heading-font-color: var(--dark-blue);
		--link-color: var(--dark-blue);
		--link-color-hover: var(--dark-blue);
		--button-color: var(--white);
		--button-background-color: var(--brand-color);
		--button-background-hover: #35063e;
		--border-color: var(--light-blue);
		--border-color-alt: var(--light-blue);
		--th-color: var(--light-gray);
		--tr-color: var(--light-gray);
		--syntax-highlighting-background: #f3f3f3
	}

	[dark]:root {
		--brand-color: #5b3662;
		--white: #fff;
		--light-gray: #f0f0f0;
		--gray: #9e9e9e;
		--dark: #111016;
		--background-color: var(--dark);
		--background-alt-color: #18181d;
		--text-color: var(--gray);
		--text-alt-color: var(--gray);
		--heading-font-color: var(--light-gray);
		--link-color: var(--light-gray);
		--link-color-hover: var(--light-gray);
		--button-color: var(--white);
		--button-background-color: var(--brand-color);
		--button-background-hover: #4f31c7;
		--border-color: #252629;
		--border-color-alt: #080b12;
		--th-color: #18181d;
		--tr-color: #080b12;
		--syntax-highlighting-background: #080b12
	}

	.list-reset {
		list-style-type: none;
		margin: 0;
		padding: 0
	}

	.clearfix::after,
	.clearfix ::before {
		content: "";
		display: table;
		clear: both
	}

	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important
	}

	/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
	html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%
	}

	body {
		margin: 0
	}

	h1 {
		font-size: 2em;
		margin: 0.67em 0
	}

	hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible
	}

	pre {
		font-family: monospace, monospace;
		font-size: 1em
	}

	a {
		background-color: transparent
	}

	abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		text-decoration: underline dotted
	}

	b,
	strong {
		font-weight: bolder
	}

	code,
	kbd,
	samp {
		font-family: monospace, monospace;
		font-size: 1em
	}

	small {
		font-size: 80%
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline
	}

	sub {
		bottom: -0.25em
	}

	sup {
		top: -0.5em
	}

	img {
		border-style: none
	}

	button,
	input,
	optgroup,
	select,
	textarea {
		font-family: inherit;
		font-size: 100%;
		line-height: 1.15;
		margin: 0
	}

	button,
	input {
		overflow: visible
	}

	button,
	select {
		text-transform: none
	}

	button,
	[type="button"],
	[type="reset"],
	[type="submit"] {
		-webkit-appearance: button
	}

	button::-moz-focus-inner,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0
	}

	button:-moz-focusring,
	[type="button"]:-moz-focusring,
	[type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText
	}

	fieldset {
		padding: 0.35em 0.75em 0.625em
	}

	legend {
		box-sizing: border-box;
		color: inherit;
		display: table;
		max-width: 100%;
		padding: 0;
		white-space: normal
	}

	progress {
		vertical-align: baseline
	}

	textarea {
		overflow: auto
	}

	[type="checkbox"],
	[type="radio"] {
		box-sizing: border-box;
		padding: 0
	}

	[type="number"]::-webkit-inner-spin-button,
	[type="number"]::-webkit-outer-spin-button {
		height: auto
	}

	[type="search"] {
		-webkit-appearance: textfield;
		outline-offset: -2px
	}

	[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none
	}

	::-webkit-file-upload-button {
		-webkit-appearance: button;
		font: inherit
	}

	details {
		display: block
	}

	summary {
		display: list-item
	}

	template {
		display: none
	}

	[hidden] {
		display: none
	}

	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	dl,
	dd,
	ol,
	ul,
	fieldset,
	legend,
	figure,
	hr {
		margin: 0;
		padding: 0
	}

	li>ul,
	li>ol {
		margin-bottom: 0
	}

	table {
		border-collapse: collapse;
		border-spacing: 0
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	ul,
	ol,
	dl,
	blockquote,
	p,
	address,
	hr,
	table,
	fieldset,
	figure,
	pre {
		margin-bottom: 32px
	}

	ul,
	ol,
	dd {
		margin-left: 16px
	}

	ul li,
	ol li {
		margin-bottom: 10px
	}

	.highlight {
		background: var(--syntax-highlighting-background)
	}

	.highlighter-rouge .highlight {
		background: var(--syntax-highlighting-background)
	}

	.highlight .c {
		color: #998;
		font-style: italic
	}

	.highlight .err {
		color: #a61717;
		background-color: #e3d2d2
	}

	.highlight .k {
		font-weight: bold
	}

	.highlight .o {
		font-weight: bold
	}

	.highlight .cm {
		color: #998;
		font-style: italic
	}

	.highlight .cp {
		color: #999;
		font-weight: bold
	}

	.highlight .c1 {
		color: #998;
		font-style: italic
	}

	.highlight .cs {
		color: #999;
		font-weight: bold;
		font-style: italic
	}

	.highlight .gd {
		color: #000;
		background-color: #fdd
	}

	.highlight .gd .x {
		color: #000;
		background-color: #faa
	}

	.highlight .ge {
		font-style: italic
	}

	.highlight .gr {
		color: #a00
	}

	.highlight .gh {
		color: #999
	}

	.highlight .gi {
		color: #000;
		background-color: #dfd
	}

	.highlight .gi .x {
		color: #000;
		background-color: #afa
	}

	.highlight .go {
		color: #888
	}

	.highlight .gp {
		color: #555
	}

	.highlight .gs {
		font-weight: bold
	}

	.highlight .gu {
		color: #aaa
	}

	.highlight .gt {
		color: #a00
	}

	.highlight .kc {
		font-weight: bold
	}

	.highlight .kd {
		font-weight: bold
	}

	.highlight .kp {
		font-weight: bold
	}

	.highlight .kr {
		font-weight: bold
	}

	.highlight .kt {
		color: #5d76bf;
		font-weight: bold
	}

	.highlight .m {
		color: #099
	}

	.highlight .s {
		color: #ec2355
	}

	.highlight .na {
		color: #008080
	}

	.highlight .nb {
		color: #0086B3
	}

	.highlight .nc {
		color: #5d76bf;
		font-weight: bold
	}

	.highlight .no {
		color: #008080
	}

	.highlight .ni {
		color: #800080
	}

	.highlight .ne {
		color: #900;
		font-weight: bold
	}

	.highlight .nf {
		color: #900;
		font-weight: bold
	}

	.highlight .nn {
		color: #555
	}

	.highlight .nt {
		color: #4d65dc
	}

	.highlight .nv {
		color: #008080
	}

	.highlight .ow {
		font-weight: bold
	}

	.highlight .w {
		color: #bbb
	}

	.highlight .mf {
		color: #099
	}

	.highlight .mh {
		color: #099
	}

	.highlight .mi {
		color: #099
	}

	.highlight .mo {
		color: #099
	}

	.highlight .sb {
		color: #ec2355
	}

	.highlight .sc {
		color: #ec2355
	}

	.highlight .sd {
		color: #ec2355
	}

	.highlight .s2 {
		color: #ec2355
	}

	.highlight .se {
		color: #ec2355
	}

	.highlight .sh {
		color: #ec2355
	}

	.highlight .si {
		color: #ec2355
	}

	.highlight .sx {
		color: #ec2355
	}

	.highlight .sr {
		color: #009926
	}

	.highlight .s1 {
		color: #ec2355
	}

	.highlight .ss {
		color: #990073
	}

	.highlight .bp {
		color: #999
	}

	.highlight .vc {
		color: #008080
	}

	.highlight .vg {
		color: #008080
	}

	.highlight .vi {
		color: #008080
	}

	.highlight .il {
		color: #099
	}

	.container {
		max-width: 1140px;
		padding-left: 16px;
		padding-right: 16px;
		margin: 0 auto
	}

	@media only screen and (max-width: 1140px) {
		.container {
			max-width: 1000px
		}
	}

	@media only screen and (max-width: 1024px) {
		.container {
			max-width: 740px
		}
	}

	@media only screen and (max-width: 768px) {
		.container {
			max-width: 560px
		}
	}

	@media only screen and (max-width: 576px) {
		.container {
			max-width: 480px
		}
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		flex: 0 1 auto;
		flex-direction: row;
		box-sizing: border-box;
		margin-left: -16px;
		margin-right: -16px
	}

	.col {
		padding-left: 16px;
		padding-right: 16px
	}

	[class^="col-"] {
		flex: auto
	}

	.col-0 {
		width: 0%
	}

	.col-1 {
		width: 8.3333333333%
	}

	.col-2 {
		width: 16.6666666667%
	}

	.col-3 {
		width: 25%
	}

	.col-4 {
		width: 33.3333333333%
	}

	.col-5 {
		width: 41.6666666667%
	}

	.col-6 {
		width: 50%
	}

	.col-7 {
		width: 58.3333333333%
	}

	.col-8 {
		width: 66.6666666667%
	}

	.col-9 {
		width: 75%
	}

	.col-10 {
		width: 83.3333333333%
	}

	.col-11 {
		width: 91.6666666667%
	}

	.col-12 {
		width: 100%
	}

	.push-0 {
		margin-left: 0%
	}

	.push-1 {
		margin-left: 8.3333333333%
	}

	.push-2 {
		margin-left: 16.6666666667%
	}

	.push-3 {
		margin-left: 25%
	}

	.push-4 {
		margin-left: 33.3333333333%
	}

	.push-5 {
		margin-left: 41.6666666667%
	}

	.push-6 {
		margin-left: 50%
	}

	.push-7 {
		margin-left: 58.3333333333%
	}

	.push-8 {
		margin-left: 66.6666666667%
	}

	.push-9 {
		margin-left: 75%
	}

	.push-10 {
		margin-left: 83.3333333333%
	}

	.push-11 {
		margin-left: 91.6666666667%
	}

	.push-12 {
		margin-left: 100%
	}

	.pull-0 {
		margin-right: 0%
	}

	.pull-1 {
		margin-right: 8.3333333333%
	}

	.pull-2 {
		margin-right: 16.6666666667%
	}

	.pull-3 {
		margin-right: 25%
	}

	.pull-4 {
		margin-right: 33.3333333333%
	}

	.pull-5 {
		margin-right: 41.6666666667%
	}

	.pull-6 {
		margin-right: 50%
	}

	.pull-7 {
		margin-right: 58.3333333333%
	}

	.pull-8 {
		margin-right: 66.6666666667%
	}

	.pull-9 {
		margin-right: 75%
	}

	.pull-10 {
		margin-right: 83.3333333333%
	}

	.pull-11 {
		margin-right: 91.6666666667%
	}

	.pull-12 {
		margin-right: 100%
	}

	@media (max-width: 1024px) {
		.col-d-0 {
			width: 0%
		}

		.col-d-1 {
			width: 8.3333333333%
		}

		.col-d-2 {
			width: 16.6666666667%
		}

		.col-d-3 {
			width: 25%
		}

		.col-d-4 {
			width: 33.3333333333%
		}

		.col-d-5 {
			width: 41.6666666667%
		}

		.col-d-6 {
			width: 50%
		}

		.col-d-7 {
			width: 58.3333333333%
		}

		.col-d-8 {
			width: 66.6666666667%
		}

		.col-d-9 {
			width: 75%
		}

		.col-d-10 {
			width: 83.3333333333%
		}

		.col-d-11 {
			width: 91.6666666667%
		}

		.col-d-12 {
			width: 100%
		}

		.push-d-0 {
			margin-left: 0%
		}

		.push-d-1 {
			margin-left: 8.3333333333%
		}

		.push-d-2 {
			margin-left: 16.6666666667%
		}

		.push-d-3 {
			margin-left: 25%
		}

		.push-d-4 {
			margin-left: 33.3333333333%
		}

		.push-d-5 {
			margin-left: 41.6666666667%
		}

		.push-d-6 {
			margin-left: 50%
		}

		.push-d-7 {
			margin-left: 58.3333333333%
		}

		.push-d-8 {
			margin-left: 66.6666666667%
		}

		.push-d-9 {
			margin-left: 75%
		}

		.push-d-10 {
			margin-left: 83.3333333333%
		}

		.push-d-11 {
			margin-left: 91.6666666667%
		}

		.push-d-12 {
			margin-left: 100%
		}

		.pull-d-0 {
			margin-right: 0%
		}

		.pull-d-1 {
			margin-right: 8.3333333333%
		}

		.pull-d-2 {
			margin-right: 16.6666666667%
		}

		.pull-d-3 {
			margin-right: 25%
		}

		.pull-d-4 {
			margin-right: 33.3333333333%
		}

		.pull-d-5 {
			margin-right: 41.6666666667%
		}

		.pull-d-6 {
			margin-right: 50%
		}

		.pull-d-7 {
			margin-right: 58.3333333333%
		}

		.pull-d-8 {
			margin-right: 66.6666666667%
		}

		.pull-d-9 {
			margin-right: 75%
		}

		.pull-d-10 {
			margin-right: 83.3333333333%
		}

		.pull-d-11 {
			margin-right: 91.6666666667%
		}

		.pull-d-12 {
			margin-right: 100%
		}
	}

	@media (max-width: 768px) {
		.col-t-0 {
			width: 0%
		}

		.col-t-1 {
			width: 8.3333333333%
		}

		.col-t-2 {
			width: 16.6666666667%
		}

		.col-t-3 {
			width: 25%
		}

		.col-t-4 {
			width: 33.3333333333%
		}

		.col-t-5 {
			width: 41.6666666667%
		}

		.col-t-6 {
			width: 50%
		}

		.col-t-7 {
			width: 58.3333333333%
		}

		.col-t-8 {
			width: 66.6666666667%
		}

		.col-t-9 {
			width: 75%
		}

		.col-t-10 {
			width: 83.3333333333%
		}

		.col-t-11 {
			width: 91.6666666667%
		}

		.col-t-12 {
			width: 100%
		}

		.push-t-0 {
			margin-left: 0%
		}

		.push-t-1 {
			margin-left: 8.3333333333%
		}

		.push-t-2 {
			margin-left: 16.6666666667%
		}

		.push-t-3 {
			margin-left: 25%
		}

		.push-t-4 {
			margin-left: 33.3333333333%
		}

		.push-t-5 {
			margin-left: 41.6666666667%
		}

		.push-t-6 {
			margin-left: 50%
		}

		.push-t-7 {
			margin-left: 58.3333333333%
		}

		.push-t-8 {
			margin-left: 66.6666666667%
		}

		.push-t-9 {
			margin-left: 75%
		}

		.push-t-10 {
			margin-left: 83.3333333333%
		}

		.push-t-11 {
			margin-left: 91.6666666667%
		}

		.push-t-12 {
			margin-left: 100%
		}

		.pull-t-0 {
			margin-right: 0%
		}

		.pull-t-1 {
			margin-right: 8.3333333333%
		}

		.pull-t-2 {
			margin-right: 16.6666666667%
		}

		.pull-t-3 {
			margin-right: 25%
		}

		.pull-t-4 {
			margin-right: 33.3333333333%
		}

		.pull-t-5 {
			margin-right: 41.6666666667%
		}

		.pull-t-6 {
			margin-right: 50%
		}

		.pull-t-7 {
			margin-right: 58.3333333333%
		}

		.pull-t-8 {
			margin-right: 66.6666666667%
		}

		.pull-t-9 {
			margin-right: 75%
		}

		.pull-t-10 {
			margin-right: 83.3333333333%
		}

		.pull-t-11 {
			margin-right: 91.6666666667%
		}

		.pull-t-12 {
			margin-right: 100%
		}
	}

	@media (max-width: 576px) {
		.col-m-0 {
			width: 0%
		}

		.col-m-1 {
			width: 8.3333333333%
		}

		.col-m-2 {
			width: 16.6666666667%
		}

		.col-m-3 {
			width: 25%
		}

		.col-m-4 {
			width: 33.3333333333%
		}

		.col-m-5 {
			width: 41.6666666667%
		}

		.col-m-6 {
			width: 50%
		}

		.col-m-7 {
			width: 58.3333333333%
		}

		.col-m-8 {
			width: 66.6666666667%
		}

		.col-m-9 {
			width: 75%
		}

		.col-m-10 {
			width: 83.3333333333%
		}

		.col-m-11 {
			width: 91.6666666667%
		}

		.col-m-12 {
			width: 100%
		}

		.push-m-0 {
			margin-left: 0%
		}

		.push-m-1 {
			margin-left: 8.3333333333%
		}

		.push-m-2 {
			margin-left: 16.6666666667%
		}

		.push-m-3 {
			margin-left: 25%
		}

		.push-m-4 {
			margin-left: 33.3333333333%
		}

		.push-m-5 {
			margin-left: 41.6666666667%
		}

		.push-m-6 {
			margin-left: 50%
		}

		.push-m-7 {
			margin-left: 58.3333333333%
		}

		.push-m-8 {
			margin-left: 66.6666666667%
		}

		.push-m-9 {
			margin-left: 75%
		}

		.push-m-10 {
			margin-left: 83.3333333333%
		}

		.push-m-11 {
			margin-left: 91.6666666667%
		}

		.push-m-12 {
			margin-left: 100%
		}

		.pull-m-0 {
			margin-right: 0%
		}

		.pull-m-1 {
			margin-right: 8.3333333333%
		}

		.pull-m-2 {
			margin-right: 16.6666666667%
		}

		.pull-m-3 {
			margin-right: 25%
		}

		.pull-m-4 {
			margin-right: 33.3333333333%
		}

		.pull-m-5 {
			margin-right: 41.6666666667%
		}

		.pull-m-6 {
			margin-right: 50%
		}

		.pull-m-7 {
			margin-right: 58.3333333333%
		}

		.pull-m-8 {
			margin-right: 66.6666666667%
		}

		.pull-m-9 {
			margin-right: 75%
		}

		.pull-m-10 {
			margin-right: 83.3333333333%
		}

		.pull-m-11 {
			margin-right: 91.6666666667%
		}

		.pull-m-12 {
			margin-right: 100%
		}
	}

	@media (max-width: 1024px) {
		.col-d-0 {
			width: 0%
		}

		.col-d-1 {
			width: 8.3333333333%
		}

		.col-d-2 {
			width: 16.6666666667%
		}

		.col-d-3 {
			width: 25%
		}

		.col-d-4 {
			width: 33.3333333333%
		}

		.col-d-5 {
			width: 41.6666666667%
		}

		.col-d-6 {
			width: 50%
		}

		.col-d-7 {
			width: 58.3333333333%
		}

		.col-d-8 {
			width: 66.6666666667%
		}

		.col-d-9 {
			width: 75%
		}

		.col-d-10 {
			width: 83.3333333333%
		}

		.col-d-11 {
			width: 91.6666666667%
		}

		.col-d-12 {
			width: 100%
		}

		.push-d-0 {
			margin-left: 0%
		}

		.push-d-1 {
			margin-left: 8.3333333333%
		}

		.push-d-2 {
			margin-left: 16.6666666667%
		}

		.push-d-3 {
			margin-left: 25%
		}

		.push-d-4 {
			margin-left: 33.3333333333%
		}

		.push-d-5 {
			margin-left: 41.6666666667%
		}

		.push-d-6 {
			margin-left: 50%
		}

		.push-d-7 {
			margin-left: 58.3333333333%
		}

		.push-d-8 {
			margin-left: 66.6666666667%
		}

		.push-d-9 {
			margin-left: 75%
		}

		.push-d-10 {
			margin-left: 83.3333333333%
		}

		.push-d-11 {
			margin-left: 91.6666666667%
		}

		.push-d-12 {
			margin-left: 100%
		}

		.pull-d-0 {
			margin-right: 0%
		}

		.pull-d-1 {
			margin-right: 8.3333333333%
		}

		.pull-d-2 {
			margin-right: 16.6666666667%
		}

		.pull-d-3 {
			margin-right: 25%
		}

		.pull-d-4 {
			margin-right: 33.3333333333%
		}

		.pull-d-5 {
			margin-right: 41.6666666667%
		}

		.pull-d-6 {
			margin-right: 50%
		}

		.pull-d-7 {
			margin-right: 58.3333333333%
		}

		.pull-d-8 {
			margin-right: 66.6666666667%
		}

		.pull-d-9 {
			margin-right: 75%
		}

		.pull-d-10 {
			margin-right: 83.3333333333%
		}

		.pull-d-11 {
			margin-right: 91.6666666667%
		}

		.pull-d-12 {
			margin-right: 100%
		}
	}

	@media (max-width: 768px) {
		.col-t-0 {
			width: 0%
		}

		.col-t-1 {
			width: 8.3333333333%
		}

		.col-t-2 {
			width: 16.6666666667%
		}

		.col-t-3 {
			width: 25%
		}

		.col-t-4 {
			width: 33.3333333333%
		}

		.col-t-5 {
			width: 41.6666666667%
		}

		.col-t-6 {
			width: 50%
		}

		.col-t-7 {
			width: 58.3333333333%
		}

		.col-t-8 {
			width: 66.6666666667%
		}

		.col-t-9 {
			width: 75%
		}

		.col-t-10 {
			width: 83.3333333333%
		}

		.col-t-11 {
			width: 91.6666666667%
		}

		.col-t-12 {
			width: 100%
		}

		.push-t-0 {
			margin-left: 0%
		}

		.push-t-1 {
			margin-left: 8.3333333333%
		}

		.push-t-2 {
			margin-left: 16.6666666667%
		}

		.push-t-3 {
			margin-left: 25%
		}

		.push-t-4 {
			margin-left: 33.3333333333%
		}

		.push-t-5 {
			margin-left: 41.6666666667%
		}

		.push-t-6 {
			margin-left: 50%
		}

		.push-t-7 {
			margin-left: 58.3333333333%
		}

		.push-t-8 {
			margin-left: 66.6666666667%
		}

		.push-t-9 {
			margin-left: 75%
		}

		.push-t-10 {
			margin-left: 83.3333333333%
		}

		.push-t-11 {
			margin-left: 91.6666666667%
		}

		.push-t-12 {
			margin-left: 100%
		}

		.pull-t-0 {
			margin-right: 0%
		}

		.pull-t-1 {
			margin-right: 8.3333333333%
		}

		.pull-t-2 {
			margin-right: 16.6666666667%
		}

		.pull-t-3 {
			margin-right: 25%
		}

		.pull-t-4 {
			margin-right: 33.3333333333%
		}

		.pull-t-5 {
			margin-right: 41.6666666667%
		}

		.pull-t-6 {
			margin-right: 50%
		}

		.pull-t-7 {
			margin-right: 58.3333333333%
		}

		.pull-t-8 {
			margin-right: 66.6666666667%
		}

		.pull-t-9 {
			margin-right: 75%
		}

		.pull-t-10 {
			margin-right: 83.3333333333%
		}

		.pull-t-11 {
			margin-right: 91.6666666667%
		}

		.pull-t-12 {
			margin-right: 100%
		}
	}

	@media (max-width: 576px) {
		.col-m-0 {
			width: 0%
		}

		.col-m-1 {
			width: 8.3333333333%
		}

		.col-m-2 {
			width: 16.6666666667%
		}

		.col-m-3 {
			width: 25%
		}

		.col-m-4 {
			width: 33.3333333333%
		}

		.col-m-5 {
			width: 41.6666666667%
		}

		.col-m-6 {
			width: 50%
		}

		.col-m-7 {
			width: 58.3333333333%
		}

		.col-m-8 {
			width: 66.6666666667%
		}

		.col-m-9 {
			width: 75%
		}

		.col-m-10 {
			width: 83.3333333333%
		}

		.col-m-11 {
			width: 91.6666666667%
		}

		.col-m-12 {
			width: 100%
		}

		.push-m-0 {
			margin-left: 0%
		}

		.push-m-1 {
			margin-left: 8.3333333333%
		}

		.push-m-2 {
			margin-left: 16.6666666667%
		}

		.push-m-3 {
			margin-left: 25%
		}

		.push-m-4 {
			margin-left: 33.3333333333%
		}

		.push-m-5 {
			margin-left: 41.6666666667%
		}

		.push-m-6 {
			margin-left: 50%
		}

		.push-m-7 {
			margin-left: 58.3333333333%
		}

		.push-m-8 {
			margin-left: 66.6666666667%
		}

		.push-m-9 {
			margin-left: 75%
		}

		.push-m-10 {
			margin-left: 83.3333333333%
		}

		.push-m-11 {
			margin-left: 91.6666666667%
		}

		.push-m-12 {
			margin-left: 100%
		}

		.pull-m-0 {
			margin-right: 0%
		}

		.pull-m-1 {
			margin-right: 8.3333333333%
		}

		.pull-m-2 {
			margin-right: 16.6666666667%
		}

		.pull-m-3 {
			margin-right: 25%
		}

		.pull-m-4 {
			margin-right: 33.3333333333%
		}

		.pull-m-5 {
			margin-right: 41.6666666667%
		}

		.pull-m-6 {
			margin-right: 50%
		}

		.pull-m-7 {
			margin-right: 58.3333333333%
		}

		.pull-m-8 {
			margin-right: 66.6666666667%
		}

		.pull-m-9 {
			margin-right: 75%
		}

		.pull-m-10 {
			margin-right: 83.3333333333%
		}

		.pull-m-11 {
			margin-right: 91.6666666667%
		}

		.pull-m-12 {
			margin-right: 100%
		}
	}

	@media (max-width: 1024px) {
		.col-d-0 {
			width: 0%
		}

		.col-d-1 {
			width: 8.3333333333%
		}

		.col-d-2 {
			width: 16.6666666667%
		}

		.col-d-3 {
			width: 25%
		}

		.col-d-4 {
			width: 33.3333333333%
		}

		.col-d-5 {
			width: 41.6666666667%
		}

		.col-d-6 {
			width: 50%
		}

		.col-d-7 {
			width: 58.3333333333%
		}

		.col-d-8 {
			width: 66.6666666667%
		}

		.col-d-9 {
			width: 75%
		}

		.col-d-10 {
			width: 83.3333333333%
		}

		.col-d-11 {
			width: 91.6666666667%
		}

		.col-d-12 {
			width: 100%
		}

		.push-d-0 {
			margin-left: 0%
		}

		.push-d-1 {
			margin-left: 8.3333333333%
		}

		.push-d-2 {
			margin-left: 16.6666666667%
		}

		.push-d-3 {
			margin-left: 25%
		}

		.push-d-4 {
			margin-left: 33.3333333333%
		}

		.push-d-5 {
			margin-left: 41.6666666667%
		}

		.push-d-6 {
			margin-left: 50%
		}

		.push-d-7 {
			margin-left: 58.3333333333%
		}

		.push-d-8 {
			margin-left: 66.6666666667%
		}

		.push-d-9 {
			margin-left: 75%
		}

		.push-d-10 {
			margin-left: 83.3333333333%
		}

		.push-d-11 {
			margin-left: 91.6666666667%
		}

		.push-d-12 {
			margin-left: 100%
		}

		.pull-d-0 {
			margin-right: 0%
		}

		.pull-d-1 {
			margin-right: 8.3333333333%
		}

		.pull-d-2 {
			margin-right: 16.6666666667%
		}

		.pull-d-3 {
			margin-right: 25%
		}

		.pull-d-4 {
			margin-right: 33.3333333333%
		}

		.pull-d-5 {
			margin-right: 41.6666666667%
		}

		.pull-d-6 {
			margin-right: 50%
		}

		.pull-d-7 {
			margin-right: 58.3333333333%
		}

		.pull-d-8 {
			margin-right: 66.6666666667%
		}

		.pull-d-9 {
			margin-right: 75%
		}

		.pull-d-10 {
			margin-right: 83.3333333333%
		}

		.pull-d-11 {
			margin-right: 91.6666666667%
		}

		.pull-d-12 {
			margin-right: 100%
		}
	}

	@media (max-width: 768px) {
		.col-t-0 {
			width: 0%
		}

		.col-t-1 {
			width: 8.3333333333%
		}

		.col-t-2 {
			width: 16.6666666667%
		}

		.col-t-3 {
			width: 25%
		}

		.col-t-4 {
			width: 33.3333333333%
		}

		.col-t-5 {
			width: 41.6666666667%
		}

		.col-t-6 {
			width: 50%
		}

		.col-t-7 {
			width: 58.3333333333%
		}

		.col-t-8 {
			width: 66.6666666667%
		}

		.col-t-9 {
			width: 75%
		}

		.col-t-10 {
			width: 83.3333333333%
		}

		.col-t-11 {
			width: 91.6666666667%
		}

		.col-t-12 {
			width: 100%
		}

		.push-t-0 {
			margin-left: 0%
		}

		.push-t-1 {
			margin-left: 8.3333333333%
		}

		.push-t-2 {
			margin-left: 16.6666666667%
		}

		.push-t-3 {
			margin-left: 25%
		}

		.push-t-4 {
			margin-left: 33.3333333333%
		}

		.push-t-5 {
			margin-left: 41.6666666667%
		}

		.push-t-6 {
			margin-left: 50%
		}

		.push-t-7 {
			margin-left: 58.3333333333%
		}

		.push-t-8 {
			margin-left: 66.6666666667%
		}

		.push-t-9 {
			margin-left: 75%
		}

		.push-t-10 {
			margin-left: 83.3333333333%
		}

		.push-t-11 {
			margin-left: 91.6666666667%
		}

		.push-t-12 {
			margin-left: 100%
		}

		.pull-t-0 {
			margin-right: 0%
		}

		.pull-t-1 {
			margin-right: 8.3333333333%
		}

		.pull-t-2 {
			margin-right: 16.6666666667%
		}

		.pull-t-3 {
			margin-right: 25%
		}

		.pull-t-4 {
			margin-right: 33.3333333333%
		}

		.pull-t-5 {
			margin-right: 41.6666666667%
		}

		.pull-t-6 {
			margin-right: 50%
		}

		.pull-t-7 {
			margin-right: 58.3333333333%
		}

		.pull-t-8 {
			margin-right: 66.6666666667%
		}

		.pull-t-9 {
			margin-right: 75%
		}

		.pull-t-10 {
			margin-right: 83.3333333333%
		}

		.pull-t-11 {
			margin-right: 91.6666666667%
		}

		.pull-t-12 {
			margin-right: 100%
		}
	}

	@media (max-width: 576px) {
		.col-m-0 {
			width: 0%
		}

		.col-m-1 {
			width: 8.3333333333%
		}

		.col-m-2 {
			width: 16.6666666667%
		}

		.col-m-3 {
			width: 25%
		}

		.col-m-4 {
			width: 33.3333333333%
		}

		.col-m-5 {
			width: 41.6666666667%
		}

		.col-m-6 {
			width: 50%
		}

		.col-m-7 {
			width: 58.3333333333%
		}

		.col-m-8 {
			width: 66.6666666667%
		}

		.col-m-9 {
			width: 75%
		}

		.col-m-10 {
			width: 83.3333333333%
		}

		.col-m-11 {
			width: 91.6666666667%
		}

		.col-m-12 {
			width: 100%
		}

		.push-m-0 {
			margin-left: 0%
		}

		.push-m-1 {
			margin-left: 8.3333333333%
		}

		.push-m-2 {
			margin-left: 16.6666666667%
		}

		.push-m-3 {
			margin-left: 25%
		}

		.push-m-4 {
			margin-left: 33.3333333333%
		}

		.push-m-5 {
			margin-left: 41.6666666667%
		}

		.push-m-6 {
			margin-left: 50%
		}

		.push-m-7 {
			margin-left: 58.3333333333%
		}

		.push-m-8 {
			margin-left: 66.6666666667%
		}

		.push-m-9 {
			margin-left: 75%
		}

		.push-m-10 {
			margin-left: 83.3333333333%
		}

		.push-m-11 {
			margin-left: 91.6666666667%
		}

		.push-m-12 {
			margin-left: 100%
		}

		.pull-m-0 {
			margin-right: 0%
		}

		.pull-m-1 {
			margin-right: 8.3333333333%
		}

		.pull-m-2 {
			margin-right: 16.6666666667%
		}

		.pull-m-3 {
			margin-right: 25%
		}

		.pull-m-4 {
			margin-right: 33.3333333333%
		}

		.pull-m-5 {
			margin-right: 41.6666666667%
		}

		.pull-m-6 {
			margin-right: 50%
		}

		.pull-m-7 {
			margin-right: 58.3333333333%
		}

		.pull-m-8 {
			margin-right: 66.6666666667%
		}

		.pull-m-9 {
			margin-right: 75%
		}

		.pull-m-10 {
			margin-right: 83.3333333333%
		}

		.pull-m-11 {
			margin-right: 91.6666666667%
		}

		.pull-m-12 {
			margin-right: 100%
		}
	}

	.glightbox-container {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999999 !important;
		overflow: hidden;
		-ms-touch-action: none;
		touch-action: none;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		outline: none;
		overflow: hidden
	}

	.glightbox-container.inactive {
		display: none
	}

	.glightbox-container .gcontainer {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 9999;
		overflow: hidden
	}

	.glightbox-container .gslider {
		-webkit-transition: -webkit-transform 0.4s ease;
		transition: -webkit-transform 0.4s ease;
		transition: transform 0.4s ease;
		transition: transform 0.4s ease, -webkit-transform 0.4s ease;
		height: 100%;
		left: 0;
		top: 0;
		width: 100%;
		position: relative;
		overflow: hidden;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.glightbox-container .gslide {
		width: 100%;
		position: absolute;
		opacity: 1;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 0
	}

	.glightbox-container .gslide.current {
		opacity: 1;
		z-index: 99999;
		position: relative
	}

	.glightbox-container .gslide.prev {
		opacity: 1;
		z-index: 9999
	}

	.glightbox-container .gslide-inner-content {
		width: 100%
	}

	.glightbox-container .ginner-container {
		position: relative;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
		margin: auto;
		height: 100vh
	}

	.glightbox-container .ginner-container.gvideo-container {
		width: 100%
	}

	.glightbox-container .ginner-container.desc-bottom,
	.glightbox-container .ginner-container.desc-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.glightbox-container .ginner-container.desc-left,
	.glightbox-container .ginner-container.desc-right {
		max-width: 100% !important
	}

	.gslide iframe,
	.gslide video {
		outline: none !important;
		border: none;
		min-height: 165px;
		-webkit-overflow-scrolling: touch;
		-ms-touch-action: auto;
		touch-action: auto
	}

	.gslide-image {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.gslide-image img {
		max-height: 100vh;
		display: block;
		padding: 0;
		float: none;
		outline: none;
		border: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		max-width: 100vw;
		width: auto;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-ms-touch-action: none;
		touch-action: none;
		margin: auto;
		min-width: 200px
	}

	.desc-top .gslide-image img,
	.desc-bottom .gslide-image img {
		width: auto
	}

	.desc-left .gslide-image img,
	.desc-right .gslide-image img {
		width: auto;
		max-width: 100%
	}

	.gslide-image img.zoomable {
		position: relative
	}

	.gslide-image img.dragging {
		cursor: -webkit-grabbing !important;
		cursor: grabbing !important;
		-webkit-transition: none;
		transition: none
	}

	.gslide-video {
		position: relative;
		max-width: 100vh;
		width: 100% !important
	}

	.gslide-video .gvideo-wrapper {
		width: 100%;
		margin: auto
	}

	.gslide-video::before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(255, 0, 0, 0.34);
		display: none
	}

	.gslide-video.playing::before {
		display: none
	}

	.gslide-video.fullscreen {
		max-width: 100% !important;
		min-width: 100%;
		height: 75vh
	}

	.gslide-video.fullscreen video {
		max-width: 100% !important;
		width: 100% !important
	}

	.gslide-inline {
		background: #fff;
		text-align: left;
		max-height: calc(100vh - 40px);
		overflow: auto;
		max-width: 100%
	}

	.gslide-inline .ginlined-content {
		padding: 20px;
		width: 100%
	}

	.gslide-inline .dragging {
		cursor: -webkit-grabbing !important;
		cursor: grabbing !important;
		-webkit-transition: none;
		transition: none
	}

	.ginlined-content {
		overflow: auto;
		display: block !important;
		opacity: 1
	}

	.gslide-external {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		min-width: 100%;
		background: #fff;
		padding: 0;
		overflow: auto;
		max-height: 75vh;
		height: 100%
	}

	.gslide-media {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto
	}

	.zoomed .gslide-media {
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	.desc-top .gslide-media,
	.desc-bottom .gslide-media {
		margin: 0 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.gslide-description {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%
	}

	.gslide-description.description-left,
	.gslide-description.description-right {
		max-width: 100%
	}

	.gslide-description.description-bottom,
	.gslide-description.description-top {
		margin: 0 auto;
		width: 100%
	}

	.gslide-description p {
		margin-bottom: 12px
	}

	.gslide-description p:last-child {
		margin-bottom: 0
	}

	.zoomed .gslide-description {
		display: none
	}

	.glightbox-button-hidden {
		display: none
	}

	.glightbox-mobile .glightbox-container .gslide-description {
		height: auto !important;
		width: 100%;
		background: transparent;
		position: absolute;
		bottom: 0;
		max-width: 100vw !important;
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
		max-height: 78vh
	}

	.glightbox-mobile .glightbox-container .gslide-title {
		color: #f0f0f0;
		font-size: 1em
	}

	.glightbox-mobile .glightbox-container .gslide-desc a {
		color: #f0f0f0
	}

	.glightbox-mobile .glightbox-container .gslide-desc * {
		color: inherit
	}

	.glightbox-mobile .glightbox-container .gslide-desc string {
		color: #f0f0f0
	}

	.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
		color: #f0f0f0;
		opacity: 0.4
	}

	.glightbox-mobile .glightbox-clean .gdesc-inner {
		bottom: 40px;
		background: transparent
	}

	.glightbox-mobile .gdesc-inner .gslide-desc {
		line-height: 1.3
	}

	.gdesc-open .gslide-media {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 0.4
	}

	.gdesc-open .gdesc-inner {
		padding-bottom: 30px
	}

	.gdesc-closed .gslide-media {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 1
	}

	.greset {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease
	}

	.gabsolute {
		position: absolute
	}

	.grelative {
		position: relative
	}

	.glightbox-desc {
		display: none !important
	}

	.glightbox-open {
		overflow: hidden
	}

	.gloader {
		height: 25px;
		width: 25px;
		-webkit-animation: lightboxLoader 0.8s infinite linear;
		animation: lightboxLoader 0.8s infinite linear;
		border: 2px solid #fff;
		border-right-color: transparent;
		border-radius: 50%;
		position: absolute;
		display: block;
		z-index: 9999;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 47%
	}

	.goverlay {
		width: 100%;
		height: calc(100vh + 1px);
		position: fixed;
		top: -1px;
		left: 0;
		background: #000;
		will-change: opacity
	}

	.glightbox-mobile .goverlay {
		background: #000
	}

	.gprev,
	.gnext,
	.gclose {
		z-index: 99999;
		cursor: pointer;
		width: 26px;
		height: 44px;
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.gprev svg,
	.gnext svg,
	.gclose svg {
		display: block;
		width: 25px;
		height: auto;
		margin: 0;
		padding: 0
	}

	.gprev.disabled,
	.gnext.disabled,
	.gclose.disabled {
		opacity: 0.1
	}

	.gprev .garrow,
	.gnext .garrow,
	.gclose .garrow {
		stroke: #fff
	}

	iframe.wait-autoplay {
		opacity: 0
	}

	.glightbox-closing .gnext,
	.glightbox-closing .gprev,
	.glightbox-closing .gclose {
		opacity: 0 !important
	}

	.glightbox-clean .gslide-description {
		background: transparent
	}

	.glightbox-clean .gdesc-inner {
		position: absolute;
		bottom: 0;
		width: calc(100% + 1px);
		margin-left: -1px;
		padding: 24px;
		text-align: center;
		background: rgba(0, 0, 0, 0.9)
	}

	.glightbox-clean .gslide-title {
		font-size: 1em;
		margin-bottom: 8px;
		line-height: 1;
		color: #f0f0f0
	}

	.glightbox-clean .gslide-desc {
		font-size: 15px;
		margin-bottom: 0;
		line-height: 1.4;
		color: #f0f0f0
	}

	.gslide-desc a {
		text-decoration: underline;
		text-decoration-color: transparent;
		color: #9e9e9e !important
	}

	.gslide-desc a:hover {
		text-decoration-color: #fff;
		color: #fff !important
	}

	.glightbox-clean .gslide-video {
		background: #000
	}

	.glightbox-clean .gprev,
	.glightbox-clean .gnext,
	.glightbox-clean .gclose {
		background-color: rgba(0, 0, 0, 0.75);
		border-radius: 4px
	}

	.glightbox-clean .gprev path,
	.glightbox-clean .gnext path,
	.glightbox-clean .gclose path {
		fill: #fff
	}

	.glightbox-clean button:focus:not(.focused):not(.disabled) {
		outline: none
	}

	.glightbox-clean .gprev {
		position: absolute;
		top: -100%;
		left: 30px;
		width: 40px;
		height: 50px
	}

	.glightbox-clean .gnext {
		position: absolute;
		top: -100%;
		right: 30px;
		width: 40px;
		height: 50px
	}

	.glightbox-clean .gclose {
		width: 35px;
		height: 35px;
		top: 15px;
		right: 10px;
		position: absolute
	}

	.glightbox-clean .gclose svg {
		width: 18px;
		height: auto
	}

	.glightbox-clean .gclose:hover {
		opacity: 1
	}

	.gfadeIn {
		-webkit-animation: gfadeIn 0.5s ease;
		animation: gfadeIn 0.5s ease
	}

	.gfadeOut {
		-webkit-animation: gfadeOut 0.5s ease;
		animation: gfadeOut 0.5s ease
	}

	.gslideOutLeft {
		-webkit-animation: gslideOutLeft 0.3s ease;
		animation: gslideOutLeft 0.3s ease
	}

	.gslideInLeft {
		-webkit-animation: gslideInLeft 0.3s ease;
		animation: gslideInLeft 0.3s ease
	}

	.gslideOutRight {
		-webkit-animation: gslideOutRight 0.3s ease;
		animation: gslideOutRight 0.3s ease
	}

	.gslideInRight {
		-webkit-animation: gslideInRight 0.3s ease;
		animation: gslideInRight 0.3s ease
	}

	.gzoomIn {
		-webkit-animation: gzoomIn 0.35s ease;
		animation: gzoomIn 0.35s ease
	}

	.gzoomOut {
		-webkit-animation: gzoomOut 0.35s ease;
		animation: gzoomOut 0.35s ease
	}

	@-webkit-keyframes lightboxLoader {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg)
		}

		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}

	@keyframes lightboxLoader {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg)
		}

		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}

	@-webkit-keyframes gfadeIn {
		from {
			opacity: 0
		}

		to {
			opacity: 1
		}
	}

	@keyframes gfadeIn {
		from {
			opacity: 0
		}

		to {
			opacity: 1
		}
	}

	@-webkit-keyframes gfadeOut {
		from {
			opacity: 1
		}

		to {
			opacity: 0
		}
	}

	@keyframes gfadeOut {
		from {
			opacity: 1
		}

		to {
			opacity: 0
		}
	}

	@-webkit-keyframes gslideInLeft {
		from {
			opacity: 0;
			-webkit-transform: translate3d(-60%, 0, 0);
			transform: translate3d(-60%, 0, 0)
		}

		to {
			visibility: visible;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1
		}
	}

	@keyframes gslideInLeft {
		from {
			opacity: 0;
			-webkit-transform: translate3d(-60%, 0, 0);
			transform: translate3d(-60%, 0, 0)
		}

		to {
			visibility: visible;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1
		}
	}

	@-webkit-keyframes gslideOutLeft {
		from {
			opacity: 1;
			visibility: visible;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0)
		}

		to {
			-webkit-transform: translate3d(-60%, 0, 0);
			transform: translate3d(-60%, 0, 0);
			opacity: 0;
			visibility: hidden
		}
	}

	@keyframes gslideOutLeft {
		from {
			opacity: 1;
			visibility: visible;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0)
		}

		to {
			-webkit-transform: translate3d(-60%, 0, 0);
			transform: translate3d(-60%, 0, 0);
			opacity: 0;
			visibility: hidden
		}
	}

	@-webkit-keyframes gslideInRight {
		from {
			opacity: 0;
			visibility: visible;
			-webkit-transform: translate3d(60%, 0, 0);
			transform: translate3d(60%, 0, 0)
		}

		to {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1
		}
	}

	@keyframes gslideInRight {
		from {
			opacity: 0;
			visibility: visible;
			-webkit-transform: translate3d(60%, 0, 0);
			transform: translate3d(60%, 0, 0)
		}

		to {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			opacity: 1
		}
	}

	@-webkit-keyframes gslideOutRight {
		from {
			opacity: 1;
			visibility: visible;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0)
		}

		to {
			-webkit-transform: translate3d(60%, 0, 0);
			transform: translate3d(60%, 0, 0);
			opacity: 0
		}
	}

	@keyframes gslideOutRight {
		from {
			opacity: 1;
			visibility: visible;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0)
		}

		to {
			-webkit-transform: translate3d(60%, 0, 0);
			transform: translate3d(60%, 0, 0);
			opacity: 0
		}
	}

	@-webkit-keyframes gzoomIn {
		from {
			opacity: 0;
			-webkit-transform: scale3d(0.3, 0.3, 0.3);
			transform: scale3d(0.3, 0.3, 0.3)
		}

		to {
			opacity: 1
		}
	}

	@keyframes gzoomIn {
		from {
			opacity: 0;
			-webkit-transform: scale3d(0.3, 0.3, 0.3);
			transform: scale3d(0.3, 0.3, 0.3)
		}

		to {
			opacity: 1
		}
	}

	@-webkit-keyframes gzoomOut {
		from {
			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 gzoomOut {
		from {
			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
		}
	}

	@media (min-width: 769px) {
		.glightbox-container .ginner-container {
			width: auto;
			height: auto;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row
		}

		.glightbox-container .ginner-container.desc-top .gslide-description {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0
		}

		.glightbox-container .ginner-container.desc-top .gslide-image,
		.glightbox-container .ginner-container.desc-top .gslide-image img {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
		}

		.glightbox-container .ginner-container.desc-left .gslide-description {
			-webkit-box-ordinal-group: 1;
			-ms-flex-order: 0;
			order: 0
		}

		.glightbox-container .ginner-container.desc-left .gslide-image {
			-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
			order: 1
		}

		.gslide-image img {
			max-height: 97vh;
			max-width: 100%
		}

		.gslide-image img.zoomable {
			cursor: -webkit-zoom-in;
			cursor: zoom-in
		}

		.zoomed .gslide-image img.zoomable {
			cursor: -webkit-grab;
			cursor: grab
		}

		.gslide-inline {
			max-height: 95vh
		}

		.gslide-external {
			max-height: 100vh
		}

		.gslide-description.description-left,
		.gslide-description.description-right {
			max-width: 275px
		}

		.glightbox-open {
			height: auto
		}

		.goverlay {
			background: rgba(0, 0, 0, 0.92)
		}

		.glightbox-clean .gslide-media {
			-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
			box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65)
		}

		.glightbox-clean .description-left .gdesc-inner,
		.glightbox-clean .description-right .gdesc-inner {
			position: absolute;
			height: 100%;
			overflow-y: auto
		}

		.glightbox-clean .gprev,
		.glightbox-clean .gnext,
		.glightbox-clean .gclose {
			background-color: rgba(0, 0, 0, 0.32)
		}

		.glightbox-clean .gprev:hover,
		.glightbox-clean .gnext:hover,
		.glightbox-clean .gclose:hover {
			background-color: rgba(0, 0, 0, 0.7)
		}

		.glightbox-clean .gprev {
			top: 45%
		}

		.glightbox-clean .gnext {
			top: 45%
		}
	}

	@media (min-width: 992px) {
		.glightbox-clean .gclose {
			opacity: 0.7;
			right: 20px
		}
	}

	@media screen and (max-height: 420px) {
		.goverlay {
			background: #000
		}
	}

	.animate {
		animation: animateElement cubic-bezier(0.3, 0.45, 0.45, 0.95) 0.75s;
		animation-duration: 0.5s;
		animation-iteration-count: 1;
		transition: transform .15s
	}

	@keyframes animateElement {
		0% {
			transform: translate(0px, 50px)
		}

		100% {
			transform: translate(0px, 0px)
		}
	}

	*,
	*::after,
	*::before {
		box-sizing: border-box
	}

	body {
		font-family: "DM Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
		font-size: 20px;
		line-height: 1.5;
		color: var(--text-color);
		background-color: var(--background-color);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}

	@media only screen and (max-width: 576px) {
		body {
			font-size: 18px
		}
	}

	*::selection {
		color: var(--white);
		background-color: var(--brand-color)
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: "Josefin Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
		font-weight: 700;
		line-height: 1.3;
		letter-spacing: -1px;
		color: var(--heading-font-color)
	}

	h1 {
		font-size: 36px
	}

	h2 {
		font-size: 28px
	}

	h3 {
		font-size: 24px
	}

	h4 {
		font-size: 20px
	}

	h5 {
		font-size: 18px
	}

	h6 {
		font-size: 16px
	}

	blockquote {
		position: relative;
		margin: 40px 0;
		padding-left: 26px;
		font-size: 24px;
		line-height: 1.7;
		font-weight: 500;
		border-left: 4px solid var(--heading-font-color);
		color: var(--heading-font-color)
	}

	blockquote p {
		margin-bottom: 10px
	}

	blockquote cite {
		display: inline-block;
		margin-top: 8px;
		font-size: 14px;
		font-weight: 700;
		font-style: normal;
		color: var(--heading-font-color)
	}

	@media only screen and (max-width: 576px) {
		blockquote {
			font-size: 21px
		}
	}

	pre {
		overflow: auto;
		padding: 15px;
		margin-bottom: 0;
		font-size: 14px;
		white-space: pre-wrap;
		word-wrap: break-word;
		word-break: break-all;
		color: var(--heading-font-color)
	}

	img,
	.lightense-wrap {
		max-width: 100%;
		height: auto;
		vertical-align: middle
	}

	img+em,
	.lightense-wrap+em,
	.gallery+em {
		display: block;
		margin-top: 20px;
		font-size: 12px;
		line-height: 22px;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		color: var(--heading-font-color)
	}

	img+em a,
	.lightense-wrap+em a,
	.gallery+em a {
		font-weight: 500;
		border-bottom: 1px solid var(--border-color);
		transition: all 0.35s
	}

	img+em a:hover,
	.lightense-wrap+em a:hover,
	.gallery+em a:hover {
		color: var(--link-color);
		border-color: var(--link-color-hover)
	}

	@media only screen and (max-width: 576px) {

		img+em,
		.lightense-wrap+em,
		.gallery+em {
			margin-top: 12px
		}
	}

	a {
		text-decoration: none;
		color: var(--link-color);
		transition: all 0.35s
	}

	a:hover {
		color: var(--link-color-hover)
	}

	hr {
		width: 100%;
		height: 1px;
		margin: 60px 0;
		border: 0;
		background: var(--background-alt-color)
	}

	.table-container {
		display: block;
		max-width: 100%;
		overflow-x: auto
	}

	table {
		font-size: 12px;
		color: var(--dark);
		width: 100%;
		border-width: 1px;
		border-color: var(--background-alt-color);
		border-collapse: collapse;
		color: var(--heading-font-color)
	}

	table th {
		padding: 10px;
		font-size: 16px;
		text-align: left;
		border: 1px solid var(--th-color);
		color: var(--heading-font-color);
		font-weight: 700;
		background-color: var(--th-color)
	}

	table tr {
		background-color: var(--tr-color);
		transition: all .3s ease
	}

	table tr:nth-child(even) {
		background-color: transparent
	}

	table td {
		padding: 10px;
		font-size: 14px;
		border: 1px solid var(--background-alt-color)
	}

	.button {
		display: inline-block;
		padding: 20px 40px;
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
		border-radius: 8px;
		border: none;
		outline: none;
		cursor: pointer;
		transition: all .25s;
		color: var(--heading-font-color);
		background: var(--background-alt-color)
	}

	.button--primary {
		color: var(--white);
		background-color: var(--button-background-color)
	}

	.button--primary:hover {
		background: var(--button-background-hover)
	}

	.lazy {
		opacity: 0;
		transition: opacity 0.3s ease-in-out
	}

	.lazy.loaded {
		opacity: 1
	}

	.lightense-backdrop {
		background-color: var(--background-alt-color) !important
	}

	.top {
		position: fixed;
		bottom: 36px;
		right: -100px;
		z-index: 1;
		width: 36px;
		height: 36px;
		font-size: 28px;
		line-height: 39px;
		text-align: center;
		border-radius: 50%;
		color: var(--heading-font-color);
		background-color: var(--background-alt-color);
		cursor: pointer;
		transition: all .25s ease
	}

	.top.is-active {
		right: 36px
	}

	@media only screen and (max-width: 1024px) {
		.top {
			bottom: 24px
		}

		.top.is-active {
			right: 28px
		}
	}

	.header .header__inner {
		position: relative;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding: 60px 16px
	}

	@media only screen and (max-width: 768px) {
		.header .header__inner {
			padding: 40px 16px
		}
	}

	.logo__link {
		padding: 4px 0;
		font-family: "Josefin Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
		font-size: 36px;
		letter-spacing: -1px;
		line-height: 1;
		font-weight: 700;
		transition: none
	}

	.logo__link:hover {
		color: var(--heading-font-color)
	}

	@media only screen and (max-width: 576px) {
		.logo__link {
			font-size: 32px
		}
	}

	.logo__image {
		max-height: 50px
	}

	.main-nav {
		margin-left: auto
	}

	@media only screen and (max-width: 1024px) {
		.main-nav {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 100;
			opacity: 0;
			visibility: hidden;
			background-color: var(--background-color)
		}

		.main-nav.is-open {
			opacity: 1;
			visibility: visible;
			transition: all .25s ease
		}

		.main-nav .nav__list {
			flex-direction: column;
			width: 100%
		}

		.main-nav .nav__list .nav__item {
			display: block;
			margin: 0
		}

		.main-nav .nav__list .nav__item .nav__link {
			display: inline-block;
			padding: 20px 0;
			font-size: 21px
		}

		.main-nav .nav__list .nav__item .nav__link:hover::after {
			content: none
		}

		.main-nav .nav__list .nav__item .nav__link.nav__link--current {
			color: var(--brand-color)
		}

		.main-nav .nav__list .nav__item .nav__link.nav__link--current::after {
			content: none
		}
	}

	.main-nav__box {
		display: flex;
		align-items: center
	}

	.main-nav__box .nav__icon-close {
		display: none;
		justify-content: center;
		align-items: center;
		width: 36px;
		height: 36px;
		font-size: 24px;
		line-height: 1;
		border-radius: 50%;
		color: var(--heading-font-color);
		background: var(--background-alt-color);
		cursor: pointer
	}

	.main-nav__box .nav__icon-close:hover .ion-md-close {
		transform: rotate(90deg)
	}

	.main-nav__box .nav__icon-close .ion-md-close {
		transition: all 0.35s
	}

	.main-nav__box .nav__title {
		display: none
	}

	@media only screen and (max-width: 1024px) {
		.main-nav__box {
			display: block;
			align-items: center;
			width: 80%;
			height: 80vh;
			padding-top: 180px;
			margin: 0 auto;
			text-align: center;
			overflow-y: auto
		}

		.main-nav__box .nav__icon-close {
			display: flex;
			position: absolute;
			top: 40px;
			right: 40px
		}

		.main-nav__box .nav__title {
			display: inline-block;
			margin-bottom: 20px;
			font-family: "Josefin Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
			font-size: 36px;
			font-weight: 700;
			letter-spacing: -1px;
			color: var(--heading-font-color)
		}
	}

	@media only screen and (max-width: 768px) {
		.main-nav__box {
			padding-top: 100px
		}
	}

	.nav__list {
		display: flex;
		align-items: center
	}

	.nav__list .nav__item {
		display: inline-block;
		margin-right: 48px;
		margin-bottom: 0
	}

	.nav__list .nav__item:last-child {
		margin-right: 0
	}

	.nav__list .nav__item .nav__link {
		position: relative;
		padding: 4px 0;
		font-size: 16px;
		line-height: 1;
		font-weight: 700;
		transition: none
	}

	.nav__list .nav__item .nav__link.nav__link--current::after {
		transform: scaleX(1);
		transition: none;
		background: var(--brand-color)
	}

	.nav__list .nav__item .nav__link:hover {
		color: var(--link-color)
	}

	.nav__list .nav__item .nav__link:hover::after {
		transform: scaleX(1)
	}

	.nav__list .nav__item .nav__link::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 100%;
		height: 2px;
		transform-origin: center;
		transform: scaleX(0);
		will-change: transform;
		transition: all 0.25s;
		background: var(--link-color)
	}

	.nav-button {
		display: flex;
		align-items: center;
		font-size: 21px;
		color: var(--link-color);
		cursor: pointer
	}

	.nav-button .nav__icon {
		transition: all 0.35s
	}

	.nav-button .nav__icon-menu {
		display: none
	}

	@media only screen and (max-width: 1024px) {
		.nav-button {
			margin-left: auto;
			font-size: 26px
		}

		.nav-button .nav__icon-menu {
			display: block
		}
	}

	.toggle-theme {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 24px;
		height: 24px;
		user-select: none;
		cursor: pointer
	}

	@media only screen and (max-width: 1024px) {
		.toggle-theme {
			padding: 20px 0
		}
	}

	.toggle-sun,
	.toggle-moon {
		position: absolute;
		font-size: 20px;
		color: var(--heading-font-color);
		transition: all 0.35s
	}

	.toggle-sun {
		display: none
	}

	.dark-mode .toggle-sun {
		display: block
	}

	.dark-mode .toggle-moon {
		display: none
	}

	.pagination {
		margin: 40px 0 160px
	}

	@media only screen and (max-width: 576px) {
		.pagination {
			margin: 40px 0 80px
		}
	}

	.pagination__inner {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.pagination__list {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
		text-transform: uppercase;
		color: var(--text-color)
	}

	@media only screen and (max-width: 576px) {
		.pagination__list {
			align-items: stretch;
			font-size: 14px
		}
	}

	.pagination__item {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 24px 20px;
		text-align: center;
		border-radius: 16px;
		background: var(--background-alt-color)
	}

	@media only screen and (max-width: 576px) {
		.pagination__item {
			align-items: center;
			padding: 20px;
			border-radius: 8px
		}
	}

	.pagination__count {
		margin: 0 32px;
		font-size: 14px;
		color: var(--text-alt-color)
	}

	@media only screen and (max-width: 1024px) {
		.pagination__count {
			margin: 0 16px
		}
	}

	@media only screen and (max-width: 768px) {
		.pagination__count {
			margin: 0 12px
		}
	}

	.pagination__next:hover,
	.pagination__prev:hover {
		color: var(--heading-font-color)
	}

	.pagination__next i,
	.pagination__prev i {
		font-size: 14px;
		transition: transform .15s ease;
		will-change: transform
	}

	.pagination__next.disabled,
	.pagination__prev.disabled {
		opacity: 0.6;
		cursor: not-allowed;
		color: inherit
	}

	.pagination__next.disabled:hover i,
	.pagination__prev.disabled:hover i {
		transform: none
	}

	.pagination__next:hover i {
		transform: translateX(2px)
	}

	.pagination__next i {
		margin-left: 5px
	}

	.pagination__prev:hover i {
		transform: translateX(-2px)
	}

	.pagination__prev i {
		margin-right: 5px
	}

	.footer {
		margin: 80px 0 68px
	}

	@media only screen and (max-width: 576px) {
		.footer {
			margin: 80px 0 48px
		}
	}

	.social {
		margin-bottom: 34px
	}

	.social .social__list {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap
	}

	.social .social__item {
		margin-bottom: 6px;
		margin-right: 36px
	}

	.social .social__item:last-child {
		margin-right: 0
	}

	.social .social__link {
		display: flex;
		align-items: center;
		font-size: 18px;
		font-weight: 500;
		color: var(--heading-font-color)
	}

	.social .social__link i {
		margin-right: 14px
	}

	@media only screen and (max-width: 768px) {
		.social .social__item {
			margin-right: 24px
		}

		.social .social__link {
			font-size: 17px
		}
	}

	@media only screen and (max-width: 576px) {
		.social .social__item {
			margin-right: 16px
		}

		.social .social__link i {
			margin-right: 8px
		}
	}

	.copyright {
		font-size: 14px;
		font-weight: 500;
		text-align: center;
		color: var(--heading-font-color)
	}

	.copyright a {
		text-decoration: underline;
		text-decoration-color: transparent;
		color: var(--heading-font-color)
	}

	.copyright a:hover {
		text-decoration-color: var(--heading-font-color);
		color: var(--heading-font-color)
	}

	.gallery-box {
		margin: 40px 0
	}

	.gallery {
		display: grid;
		grid-template-columns: repeat(3, auto);
		justify-content: center;
		align-content: center;
		grid-gap: 10px
	}

	.gallery .gallery__image {
		background: var(--background-color)
	}

	.gallery .gallery__image img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover
	}

	.hero {
		margin: 96px 0
	}

	@media only screen and (max-width: 1024px) {
		.hero {
			margin: 40px 0
		}
	}

	.hero__inner .hero__title {
		margin-bottom: 32px;
		font-size: 68px;
		line-height: 1.2;
		color: var(--heading-font-color)
	}

	@media only screen and (max-width: 1140px) {
		.hero__inner .hero__title {
			font-size: 60px
		}
	}

	@media only screen and (max-width: 1024px) {
		.hero__inner .hero__title {
			font-size: 50px
		}
	}

	@media only screen and (max-width: 768px) {
		.hero__inner .hero__title {
			margin-bottom: 24px;
			font-size: 40px
		}
	}

	@media only screen and (max-width: 576px) {
		.hero__inner .hero__title {
			font-size: 32px
		}
	}

	.hero__inner .hero__description {
		margin-bottom: 0;
		font-size: 24px;
		color: var(--text-alt-color)
	}

	@media only screen and (max-width: 1024px) {
		.hero__inner .hero__description {
			font-size: inherit
		}
	}

	.portfolio__view {
		padding-left: 20px;
		border-radius: 12px;
		background: var(--background-color)
	}

	.portfolio__toggle {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 48px;
		height: 48px;
		padding: 12px;
		border-radius: 12px;
		background: var(--background-alt-color);
		transition: transform 0.15s ease;
		cursor: pointer
	}

	@media only screen and (max-width: 768px) {
		.portfolio__toggle {
			display: none
		}
	}

	.icon-bar {
		position: relative;
		width: 4px;
		height: 4px;
		margin: 0 auto 4px auto;
		transition: all 0.15s ease;
		background: var(--heading-font-color)
	}

	.icon-bar:last-child {
		margin-bottom: 0
	}

	.icon-bar:before,
	.icon-bar:after {
		content: "";
		position: absolute;
		display: block;
		width: 4px;
		height: 4px;
		background: var(--heading-font-color);
		opacity: 1;
		will-change: transform;
		transition: all 0.15s ease
	}

	.icon-bar:before {
		left: 0;
		transform: translateX(-9px)
	}

	.icon-bar:after {
		right: 0;
		transform: translateX(9px)
	}

	.view-list .icon-bar {
		width: 24px
	}

	.view-list .icon-bar:before,
	.view-list .icon-bar:after {
		opacity: 0
	}

	.view-list .icon-bar:before {
		left: 0;
		transform: translateX(-15px)
	}

	.view-list .icon-bar:after {
		right: 0;
		transform: translateX(15px)
	}

	.view-list .portfolio__gallery .col {
		width: 100%
	}

	.view-list .portfolio__gallery .portfolio__link {
		padding-top: 67%
	}

	@media only screen and (max-width: 768px) {
		.view-list .portfolio__gallery .portfolio__link {
			padding-top: 87%
		}
	}

	.portfolio__item {
		padding: 32px;
		margin-bottom: 32px;
		border-radius: 16px;
		background: var(--background-alt-color)
	}

	.portfolio__link {
		position: relative;
		transform: translate(0);
		display: block;
		padding-top: 87%;
		border-radius: 16px;
		background: var(--background-color);
		transition: none
	}

	.portfolio__link:hover::after {
		opacity: 1;
		visibility: visible
	}

	.portfolio__link:hover .portfolio__icon {
		transform: translate(-50%, -50%) scale(1, 1);
		opacity: 1;
		visibility: visible
	}

	.portfolio__link::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 16px;
		opacity: 0;
		visibility: hidden;
		background: rgba(0, 0, 0, 0.1);
		transition: all .35s ease
	}

	.portfolio__icon {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(0.3, 0.3);
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
		color: var(--heading-font-color);
		background: var(--border-color-alt);
		opacity: 0;
		visibility: hidden;
		transition: all 0.35s ease, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s
	}

	.portfolio__image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 16px;
		box-shadow: 0px 103px 80px rgba(27, 22, 50, 0.07), 0px 37.6px 29.2px rgba(27, 22, 50, 0.0483), 0px 18.25px 14.18px rgba(27, 22, 50, 0.0389), 0px 8.95px 6.95px rgba(27, 22, 50, 0.0311), 0px 3.54px 2.75px rgba(27, 22, 50, 0.0217)
	}

	.subscribe {
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 136px 68px;
		border-radius: 16px;
		overflow: hidden;
		background: var(--background-alt-color)
	}

	@media only screen and (max-width: 1140px) {
		.subscribe {
			padding: 136px 48px
		}
	}

	@media only screen and (max-width: 1024px) {
		.subscribe {
			padding: 96px 48px
		}
	}

	@media only screen and (max-width: 576px) {
		.subscribe {
			padding: 80px 40px
		}
	}

	.subscribe__head {
		max-width: 360px
	}

	.subscribe__head .subscribe__title {
		margin-bottom: 0;
		font-size: 32px
	}

	@media only screen and (max-width: 1024px) {
		.subscribe__head {
			max-width: 100%
		}

		.subscribe__head .subscribe__title {
			margin-bottom: 20px
		}
	}

	@media only screen and (max-width: 576px) {
		.subscribe__head .subscribe__title {
			font-size: 26px
		}
	}

	.subscribe__inner {
		max-width: 460px;
		width: 100%
	}

	@media only screen and (max-width: 1024px) {
		.subscribe__inner {
			max-width: 100%;
			margin-bottom: 20px
		}
	}

	.subscribe__form {
		display: flex;
		align-items: center
	}

	@media only screen and (max-width: 576px) {
		.subscribe__form {
			flex-direction: column
		}
	}

	.subscribe__email {
		position: relative;
		width: 100%;
		height: 58px;
		padding: 20px;
		margin-right: 8px;
		font-size: 16px;
		line-height: 1;
		border: none;
		border-radius: 8px;
		outline: none;
		cursor: text;
		color: var(--heading-font-color);
		background: var(--background-color);
		transition: border-color .15s
	}

	.subscribe__email::placeholder {
		color: var(--text-alt-color)
	}

	@media only screen and (max-width: 576px) {
		.subscribe__email {
			margin-right: 0;
			margin-bottom: 12px
		}
	}

	@media only screen and (max-width: 576px) {
		.subscribe__button {
			width: 100%
		}
	}

	.subscribe__email,
	.subscribe__button {
		box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.07)
	}

	.subscribe__bg {
		position: absolute;
		right: 0;
		bottom: 0;
		display: flex;
		justify-content: end
	}

	@media only screen and (max-width: 1024px) {
		.subscribe__bg {
			height: 80px
		}
	}

	@media only screen and (max-width: 576px) {
		.subscribe__bg {
			height: 100px
		}
	}

	.section {
		margin-bottom: 120px
	}

	@media only screen and (max-width: 576px) {
		.section {
			margin-bottom: 80px
		}
	}

	.section__head {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 40px
	}

	.section__head::after {
		content: "";
		position: absolute;
		z-index: -1;
		display: block;
		width: 100%;
		height: 1px;
		background: var(--background-alt-color);
		pointer-events: none
	}

	@media only screen and (max-width: 768px) {
		.section__head::after {
			content: none
		}
	}

	.section__title {
		padding-right: 20px;
		margin-bottom: 0;
		font-size: 32px
	}

	@media only screen and (max-width: 576px) {
		.section__title {
			font-size: 26px
		}
	}

	.section__link {
		padding-left: 20px;
		font-size: 18px;
		font-weight: 500;
		text-decoration: underline;
		text-decoration-color: transparent;
		color: var(--link-color)
	}

	.section__link:hover {
		text-decoration-color: var(--heading-font-color);
		color: var(--link-color-hover)
	}

	@media only screen and (max-width: 768px) {
		.section__link {
			padding-left: 0
		}
	}

	@media only screen and (max-width: 576px) {
		.section__link {
			font-size: 16px
		}
	}

	.section__title,
	.section__link {
		background: var(--background-color)
	}

	.article {
		margin-bottom: 32px;
		will-change: transform;
		transition: transform .2s
	}

	.article:hover {
		transform: translateY(-3px)
	}

	.article:hover .article__title a {
		text-decoration: underline;
		text-decoration-color: var(--link-color-hover)
	}

	.article__head {
		position: relative
	}

	.article__date {
		position: absolute;
		z-index: 1;
		top: 20px;
		left: 20px;
		display: inline-block;
		padding: 8px 12px;
		font-size: 12px;
		line-height: 1;
		font-weight: 500;
		border-radius: 8px;
		color: var(--heading-font-color);
		background: var(--background-alt-color);
		pointer-events: none
	}

	.article__image {
		position: relative;
		transform: translate(0);
		display: block;
		height: 0;
		margin-bottom: 24px;
		padding-bottom: 62%;
		border-radius: 16px;
		overflow: hidden;
		background: var(--background-alt-color)
	}

	.article__image img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.article__title {
		margin-bottom: 12px;
		font-size: 24px
	}

	.article__title a {
		text-decoration: underline;
		text-decoration-color: transparent
	}

	.article__title a:hover {
		color: var(--heading-font-color)
	}

	.article__excerpt {
		margin-bottom: 0;
		font-size: 16px;
		color: var(--text-alt-color)
	}

	.contact-head {
		margin-bottom: 32px
	}

	.form__group {
		margin-bottom: 20px
	}

	.form__group:last-child {
		margin-bottom: 0
	}

	.form__input {
		width: 100%;
		padding: 20px;
		font-size: 14px;
		font-weight: 500;
		border: 2px solid var(--border-color);
		border-radius: 2px;
		outline: none;
		transition: .25s ease-in-out;
		resize: vertical;
		color: var(--heading-font-color);
		background-color: var(--background-color)
	}

	.form__input::placeholder {
		color: var(--text-color)
	}

	.form__input:focus {
		border-color: var(--heading-font-color)
	}

	.post,
	.page {
		max-width: 760px;
		margin: 0 auto 60px;
		color: var(--text-color)
	}

	.post a,
	.page a {
		font-weight: 500;
		border-bottom: 1px solid var(--border-color)
	}

	.post a:hover,
	.page a:hover {
		color: var(--link-color);
		border-bottom-color: var(--link-color-hover)
	}

	.post img,
	.post .js-reframe,
	.page img,
	.page .js-reframe {
		border-radius: 8px;
		overflow: hidden
	}

	.post img.lightense-open,
	.post .js-reframe.lightense-open,
	.page img.lightense-open,
	.page .js-reframe.lightense-open {
		border-radius: 0
	}

	.post .button,
	.page .button {
		border: none;
		text-decoration: none
	}

	.post__info,
	.page__info {
		max-width: 760px;
		margin: 96px auto 48px;
		text-align: center
	}

	@media only screen and (max-width: 1024px) {

		.post__info,
		.page__info {
			max-width: 100%;
			margin: 40px auto
		}
	}

	@media only screen and (max-width: 576px) {

		.post__info,
		.page__info {
			margin: 40px auto 32px
		}
	}

	.post__tags {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 20px
	}

	.post__tags .post__tag {
		padding: 12px 16px;
		margin: 4px 8px 4px 0;
		font-size: 14px;
		line-height: 1;
		font-weight: 500;
		text-transform: capitalize;
		border: none;
		border-radius: 8px;
		color: var(--heading-font-color);
		transition: none;
		background-color: var(--background-alt-color)
	}

	.post__tags .post__tag:last-child {
		margin-right: 0
	}

	.post__title,
	.page__title {
		margin-bottom: 20px;
		font-size: 62px;
		line-height: 1.2
	}

	@media only screen and (max-width: 1140px) {

		.post__title,
		.page__title {
			font-size: 64px
		}
	}

	@media only screen and (max-width: 1024px) {

		.post__title,
		.page__title {
			font-size: 48px
		}
	}

	@media only screen and (max-width: 576px) {

		.post__title,
		.page__title {
			margin-bottom: 24px;
			font-size: 32px
		}
	}

	.post__meta {
		font-size: 14px;
		line-height: 1;
		font-weight: 700;
		color: var(--heading-font-color)
	}

	.post__meta .post__author {
		display: inline-block;
		text-decoration: underline;
		text-decoration-color: transparent;
		color: var(--heading-font-color);
		transition: text-decoration-color .35s
	}

	.post__meta .post__author:hover {
		text-decoration-color: var(--heading-font-color)
	}

	.post-image,
	.page-image {
		position: relative;
		padding-top: 56.25%;
		margin-bottom: 48px;
		border-radius: 16px;
		overflow: hidden;
		background: var(--background-alt-color)
	}

	.post-image img,
	.page-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 16px;
		object-fit: cover;
		user-select: none
	}

	@media only screen and (max-width: 1024px) {

		.post-image,
		.page-image {
			margin-bottom: 40px
		}
	}

	@media only screen and (max-width: 576px) {

		.post-image,
		.page-image {
			padding-top: 62%;
			margin-bottom: 32px
		}
	}

	.post__share {
		padding-bottom: 40px;
		border-bottom: 1px solid var(--background-alt-color)
	}

	.post__share .share__list {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: 100%
	}

	.post__share .share__item {
		margin-right: 4px;
		margin-bottom: 0;
		text-align: center
	}

	.post__share .share__item:last-child {
		margin-right: 0
	}

	.post__share .share__link {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48px;
		height: 48px;
		font-size: 18px;
		text-transform: uppercase;
		border: none;
		border-radius: 8px;
		background: var(--background-alt-color)
	}

	.post__share .share__link i {
		transition: transform .25s;
		will-change: transform
	}

	.post__share .share__link:hover {
		color: var(--heading-font-color)
	}

	.post__share .share__link:hover i {
		transform: scale(1.1)
	}

	.related-posts {
		display: none
	}

	.related-posts.is-related {
		display: block
	}

	.related-posts .related-tag {
		text-transform: capitalize
	}

	.show-comments {
		margin: 60px 0;
		text-align: center
	}

	.error {
		margin-bottom: 0;
		text-align: center
	}

	.error .error__title {
		margin-bottom: 24px;
		font-size: 100px;
		line-height: 1
	}

	.error .error__text {
		margin-bottom: 48px;
		color: var(--text-alt-color)
	}

	@media only screen and (max-width: 576px) {
		.error .error__title {
			font-size: 68px
		}

		.error .error__title {
			font-size: 80px
		}

		.error .error__text {
			margin-bottom: 24px
		}
	}

	.tag__head {
		margin: 96px 0 80px
	}

	@media only screen and (max-width: 1024px) {
		.tag__head {
			margin: 40px 0
		}
	}

	.tags__inner {
		margin-bottom: 120px
	}

	@media only screen and (max-width: 576px) {
		.tags__inner {
			margin-bottom: 80px
		}
	}

	.tag__title {
		margin-bottom: 32px;
		font-size: 68px
	}

	@media only screen and (max-width: 1140px) {
		.tag__title {
			font-size: 60px
		}
	}

	@media only screen and (max-width: 1024px) {
		.tag__title {
			font-size: 50px
		}
	}

	@media only screen and (max-width: 768px) {
		.tag__title {
			margin-bottom: 24px;
			font-size: 40px
		}
	}

	@media only screen and (max-width: 576px) {
		.tag__title {
			font-size: 32px
		}
	}

	.tag__list {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		padding-bottom: 80px;
		border-bottom: 1px solid var(--border-color-alt)
	}

	.tag__list .tag__item {
		margin-right: 12px;
		margin-bottom: 12px
	}

	.tag__list .tag__item:last-child {
		margin-right: 0
	}

	.tag__list .tag__link {
		display: block;
		padding: 12px 16px;
		font-size: 16px;
		font-weight: 500;
		text-transform: capitalize;
		border-radius: 8px;
		transition: none;
		background: var(--background-alt-color)
	}

	.tag__list .tag__link:hover {
		color: var(--heading-font-color)
	}

	@media only screen and (max-width: 576px) {
		.tag__list {
			padding-bottom: 48px
		}

		.tag__list .tag__item {
			margin-right: 8px;
			margin-bottom: 8px
		}

		.tag__list .tag__link {
			font-size: 14px
		}
	}

	.tag__info {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 40px;
		border-bottom: 1px solid var(--border-color-alt)
	}

	.tag__counter {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 16px 24px;
		border-radius: 16px;
		color: var(--heading-font-color);
		background: var(--background-alt-color)
	}

	.tag__counter span {
		font-family: "Josefin Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
		font-size: 32px;
		line-height: 1
	}

	.tag__counter small {
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px
	}

	@media only screen and (max-width: 576px) {
		.tag__counter span {
			font-size: 28px
		}
	}

	.tag__name {
		padding: 40px 0;
		margin-right: 40px;
		margin-bottom: 0;
		font-size: 40px;
		text-transform: capitalize
	}

	@media only screen and (max-width: 768px) {
		.tag__name {
			font-size: 32px
		}
	}

	@media only screen and (max-width: 576px) {
		.tag__name {
			margin-right: 28px;
			font-size: 26px
		}
	}

	.language-selector {
		position: relative;
		display: inline-block;
		padding: 5px;
	}
	
	.language-select {
		padding: 8px 12px;
		border: 1px solid #35063e;
		border-radius: 4px;
		background-color: #35063e;
		font-size: 14px;
		color: #ffffff;
		outline: none;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	
	.language-select:hover {
		background-color: #5b3662;
		border-color: #5b3662;
	}
	
	.language-select:focus {
		border-color: #5b3662;
		box-shadow: 0 0 5px #5b3662;
		
		
	}

	.popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1000;
	}
	.popup__content {
		background: #0c101a;
		padding: 20px;
		border-radius: 10px;
		text-align: center;
		align-items: center;
		color: #ffffff;
		font-family: "Josefin Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
	}

	#cookie-banner {
		position: fixed;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		background: #ffffff;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		padding: 15px 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 90%;
		max-width: 500px;
		z-index: 1000;
	  }
	  
	  #cookie-banner p {
		margin: 0;
		font-size: 14px;
		color: #555;
	  }
	  
	  #cookie-banner a {
		color: #5b3662;
		text-decoration: none;
	  }
	  
	  #cookie-banner a:hover {
		text-decoration: underline;
	  }
	  
	  #cookie-banner button {
		background: #35063e;
		color: #ffffff;
		border: none;
		border-radius: 4px;
		padding: 8px 15px;
		font-size: 14px;
		cursor: pointer;
	  }
	  
	  #cookie-banner button:hover {
		background: #5b3662;
	  }
	  
	  .hidden {
		display: none !important;
	  }

	  :root {
		--expand-duration: 0.4s;
		--expand-ease: ease-in-out;
	}
	
	.expandable {
		width: 100%;
		max-height: 0;
		overflow: hidden;
		background: var(--background-alt-color);
		border: 2px solid var(--border-color);
		color: var(--text-color);
		padding: 0 20px; /* Add padding for better spacing */
		transition: max-height var(--expand-duration) var(--expand-ease), padding 0.3s ease-in-out;
		border-radius: 8px; /* Soft rounded corners */
		text-align: left; /* Align text to the left */
	}
	
	.expandable ul {
		padding: 15px 0; /* Adds space inside the expandable section */
		margin: 0;
		list-style: none; /* Removes default list styles */
		text-align: left; /* Ensures list items are aligned left */
	}
	
	.expandable li {
		padding: 8px 0;
		font-size: 16px; /* Adjusted for readability */
		font-weight: 500;
	}
	
	.expand-btn {
		width: 100%;
		background-color: var(--dark-blue);
		color: var(--button-color);
		border: none;
		padding: 14px 20px;
		cursor: pointer;
		font-size: 18px;
		font-family: "Josefin Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
		font-weight: 700;
		line-height: 1.3;
		letter-spacing: -0.5px;
		border-radius: 8px;
		text-align: left;
		transition: background-color 0.3s ease, opacity 0.2s ease;
	}
	
	/* Subtle hover effect */
	.expand-btn:hover {
		background-color: var(--button-hover-color);
	}
	
	/* Adds a subtle underline effect */
	.expand-btn::after {
		content: "";
		display: block;
		width: 0;
		height: 2px;
		background-color: var(--button-color);
		transition: width 0.3s ease-in-out;
	}
	
	.expand-btn:hover::after {
		width: 100%;
	}
	
	/* Slight opacity change on click */
	.expand-btn:active {
		opacity: 0.7;
	}
	
	.expand-btn:hover {
		background-color: var(--button-background-color);
	}
	