* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

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;
}

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;
}

[hidden] {
	display: none;
}

html {
	min-width: 350px;
}

.wrapper {
	display: block;
}

@media (min-width: 800px) {
	.wrapper.is-centered {
		margin: 0 auto;
	}
}

.title {
	display: block;
	margin: 0;
	font-weight: 700;
	letter-spacing: 0.1px;
}

.text {
	display: block;
	margin: 0;
}

.img {
	display: block;
	width: 100%;
}

.link {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	outline: 0;
	cursor: pointer;
	background: none;
	text-decoration: none;
	transition: color 0.25s;
}

.input {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
}

.layer {
	display: block;
	border: 0;
	margin: 0;
	outline: 0;
	appearance: none;
	pointer-events: none;
}

.list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.list.is-column {
	flex-direction: column;
}

.list > .list-item {
	display: block;
}

.button {
	display: block;
	text-decoration: none;
	padding: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2px;
	border: 0;
	outline: 0;
	appearance: none;
	cursor: pointer;
}

.sprite {
	display: block;
	overflow: hidden;
	background: url("../img/sprites.png") no-repeat;
	text-indent: -9999px;
	border: 0;
	outline: 0;
}

.is-upper {
	text-transform: uppercase;
}

.is-inset {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.is-transform {
	transform: translate3d(0, 0, 0);
	will-change: transform;
	backface-visibility: hidden;
}

.has-sprite {
	display: flex;
	align-items: center;
}

.has-sprite > .sprite {
	display: block;
	flex-shrink: 0;
}

.has-after {
	position: relative;
}

.has-after::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	pointer-events: none;
}

.has-before {
	position: relative;
}

.has-before::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	pointer-events: none;
}

.has-dots {
	overflow: hidden;
	max-width: 100%;
	text-wrap: nowrap;
	text-overflow: ellipsis;
}

.sprite {
	display: block;
	flex-shrink: 0;
	background: url("../img/sprites.png");
}

.sprite.is-black-arrow-next {
	width: 24px;
	height: 15px;
	background-position: -388px -95px;
}

.sprite.is-black-plane {
	width: 24px;
	height: 24px;
	background-position: -427px -55px;
}

.sprite.is-circle-facebook {
	width: 24px;
	height: 24px;
	background-position: -303px -127px;
}

.sprite.is-circle-twitter {
	width: 24px;
	height: 24px;
	background-position: -329px -127px;
}

.sprite.is-instagram {
	width: 24px;
	height: 24px;
	background-position: -355px -127px;
}

.sprite.is-facebook {
	width: 12px;
	height: 24px;
	background-position: -303px -178px;
}

.sprite.is-linkedin {
	width: 24px;
	height: 23px;
	background-position: -303px -153px;
}

.sprite.is-logo-1 {
	width: 217px;
	height: 25px;
	background-position: -259px -1px;
}

.sprite.is-logo-2 {
	width: 216px;
	height: 25px;
	background-position: -259px -28px;
}

.sprite.is-menu {
	width: 22px;
	height: 14px;
	background-position: -414px -95px;
}

.sprite.is-marker {
	width: 16px;
	height: 24px;
	background-position: -453px -55px;
}

.sprite.is-violet-phone {
	width: 14px;
	height: 24px;
	background-position: -459px -127px;
}

.sprite.is-round-whatsapp {
	width: 55px;
	height: 55px;
	background-position: -331px -55px;
}

.sprite.is-share {
	width: 24px;
	height: 24px;
	background-position: -381px -127px;
}

.sprite.is-violet-plane {
	width: 24px;
	height: 24px;
	background-position: -407px -127px;
}

.sprite.is-whatsapp {
	width: 24px;
	height: 24px;
	background-position: -433px -127px;
}

.sprite.is-white-facebook {
	width: 42px;
	height: 81px;
	background-position: -259px -127px;
}

.sprite.is-white-instagram {
	width: 70px;
	height: 70px;
	background-position: -259px -55px;
}

.sprite.is-white-circle-arrow-next {
	width: 37px;
	height: 38px;
	background-position: -388px -55px;
}

.sprite.is-white-phone {
	width: 256px;
	height: 517px;
	background-position: -1px -1px;
}

@keyframes infinite-scroll {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

@-webkit-keyframes infinite-scroll {
	0% {
		-webkit-transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
	}
}

html {
	scroll-behavior: smooth;
}

body {
	position: relative;
	font: normal 400 16px/1.5 "Archivo", sans-serif;
	letter-spacing: 0.025rem;
	color: #fff;
	background: #26305f;
}

body > .wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

body > .link {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	transition: transform 0.25s;
	backface-visibility: hidden;
}

body > .link::after {
	position: absolute;
	z-index: 1;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border-radius: 5px;
	content: "";
	background: rgba(0, 0, 0, 0.15);
}

body > .link > .sprite {
	position: relative;
	z-index: 2;
	width: 55px;
	height: 55px;
	background-image: url("../img/whatsapp-violet.png");
	filter: brightness(100);
}

@media (min-width: 800px) {
	body > .link {
		right: 40px;
		bottom: 40px;
	}
}

@media (min-width: 1000px) {
	body > .link {
		right: 60px;
	}
}

.sprite.is-phone {
	width: 160px;
	height: 324px;
	background: url("../img/phone.png") no-repeat center/100% auto;
}

@media (min-width: 800px) {
	.sprite.is-phone {
		width: 200px;
		height: 404px;
	}
}

@media (min-width: 1200px) {
	.sprite.is-phone {
		width: 240px;
		height: 486px;
	}
}

.button {
	text-shadow: none !important;
}

@media (min-width: 800px) {
	.wrapper.is-centered {
		width: 700px;
	}
}

@media (min-width: 1000px) {
	.wrapper.is-centered {
		width: 850px;
	}
}

@media (min-width: 1200px) {
	.wrapper.is-centered {
		width: 1000px;
	}
}

@media (min-width: 1400px) {
	.wrapper.is-centered {
		width: 1150px;
	}
}

@media (min-width: 1600px) {
	.wrapper.is-centered {
		width: 1300px;
	}
}

.title {
	letter-spacing: 0.05rem;
	font-weight: 200;
}

.title.is-xsmall {
	font-size: 16px;
	line-height: 22px;
}

.title.is-small {
	font-size: 18px;
	line-height: 26px;
}

.title.is-medium {
	font-size: 20px;
	line-height: 26px;
}

.title.is-large {
	font-size: 32px;
	line-height: 40px;
}

.title.is-xlarge {
	font-size: 40px;
	line-height: 46px;
	font-weight: 100;
}

@media (min-width: 800px) {
	.title.is-xsmall {
		font-size: 17px;
		line-height: 23px;
	}
	.title.is-small {
		font-size: 22px;
		line-height: 28px;
	}
	.title.is-medium {
		font-size: 26px;
		line-height: 36px;
	}
	.title.is-large {
		font-size: 38px;
		line-height: 44px;
	}
	.title.is-xlarge {
		font-size: 50px;
		line-height: 58px;
	}
}

@media (min-width: 1200px) {
	.title.is-xsmall {
		font-size: 18px;
		line-height: 24px;
	}
	.title.is-small {
		font-size: 24px;
		line-height: 30px;
	}
	.title.is-medium {
		font-size: 32px;
		line-height: 40px;
	}
	.title.is-large {
		font-size: 42px;
		line-height: 48px;
	}
	.title.is-xlarge {
		font-size: 60px;
		line-height: 70px;
	}
}

.button {
	position: relative;
	text-transform: uppercase;
	background: #9466f9;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05rem;
	padding: 15px 90px 15px 30px;
	border-radius: 40px;
	transition: background-color 0.25s;
}

.button.is-small {
	padding: 8px 12px;
	border-radius: 20px;
}

.button.is-hollow {
	background: transparent;
	border: 1px solid #9466f9;
	transition: color 0.25s, background-color 0.25s;
}

.button.is-hollow:hover, .button.is-hollow:active {
	background-color: #9466f9;
	color: #fff;
}

.button.is-dark-hollow {
	background: transparent;
	border: 1px solid #333;
	transition: color 0.25s, background-color 0.25s;
}

.button.is-dark-hollow:hover, .button.is-dark-hollow:active {
	background-color: #333;
	color: #fff;
}

.button > .sprite {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate3d(0, -50%, 0);
	backface-visibility: hidden;
	transition: filter 0.25s, transform 0.25s;
}

.button:hover, .button:active {
	background-color: #766cc2;
}

.button:hover > .sprite, .button:active > .sprite {
	filter: brightness(0) invert(1);
	transform: translate3d(10px, -50%, 0);
}

.badge {
	display: inline-flex;
	padding: 6px 10px 4px;
	font-size: 10px;
	line-height: 1;
	font-weight: 500;
	color: #9466f9;
	text-transform: uppercase;
	background: #fff;
	border-radius: 10px;
}

.diamond {
	display: block;
	pointer-events: none;
	background: url("../img/black-hollow-diamond.png") no-repeat center/100% auto;
}

.diamond.is-xsmall {
	width: 260px;
	height: 410px;
}

.diamond.is-small {
	width: 300px;
	height: 472px;
}

.diamond.is-medium {
	width: 380px;
	height: 595px;
}

.diamond.is-large {
	width: 500px;
	height: 785px;
}

.diamond.is-xlarge {
	width: 660px;
	height: 1035px;
}

.diamond.is-hollow-white {
	filter: brightness(0) invert(1);
}

.diamond.is-hollow-violet {
	background-image: url("../img/hollow-violet-diamond.png");
}

.diamond.is-gray {
	background-image: url("../img/gray-diamond.png");
}

.diamond.is-violet {
	background-image: url("../img/violet-diamond.png");
}

.diamond.is-gray-violet {
	background-image: url("../img/gray-violet-diamond.png");
}

.diamond.is-light-violet {
	background-image: url("../img/light-violet-diamond.png");
}

.diamond.is-dark-violet {
	background-image: url("../img/dark-violet-diamond.png");
}

@media (min-width: 800px) {
	.diamond.is-xsmall {
		width: 280px;
		height: 440px;
	}
	.diamond.is-small {
		width: 340px;
		height: 532px;
	}
	.diamond.is-medium {
		width: 440px;
		height: 688px;
	}
	.diamond.is-large {
		width: 580px;
		height: 1035px;
	}
	.diamond.is-xlarge {
		width: 760px;
		height: 1190px;
	}
}

@media (min-width: 1200px) {
	.diamond.is-xsmall {
		width: 300px;
		height: 472px;
	}
	.diamond.is-small {
		width: 380px;
		height: 595px;
	}
	.diamond.is-medium {
		width: 500px;
		height: 782px;
	}
	.diamond.is-large {
		width: 660px;
		height: 1035px;
	}
	.diamond.is-xlarge {
		width: 860px;
		height: 1347px;
	}
}

label.error {
	position: relative;
	padding-left: 24px;
}

label.error::after {
	top: 0;
	left: 0;
	position: absolute;
	content: "!";
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 17px;
	font-weight: 700;
	border: 1px solid indianred;
	border-radius: 50%;
}

.control {
	position: relative;
	letter-spacing: 0.05rem;
}

.control > .text {
	position: absolute;
	top: 13px;
	left: 0;
	font-size: 14px;
	font-style: italic;
	pointer-events: none;
	transform: translate3d(0, 0, 0);
	transition: top 0.25s, font-size 0.25s;
}

.control > .input {
	background: none;
	color: #fff;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #9466f9;
	transition: border-color 0.25s;
}

.control > label.error {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: indianred;
	margin-top: 10px;
}

.control.is-active > .text {
	top: -6px;
	font-size: 12px;
}

.control.is-active > .input {
	border-color: #b39fea;
}

.intro > .text {
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
}

.intro > .title.is-xlarge {
	margin-bottom: 5px;
}

.intro > .title.is-medium {
	font-weight: 700;
}

.intro > .button {
	display: inline-flex;
	margin-top: 40px;
}

@media (min-width: 800px) {
	.intro > .button {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	.intro > .button {
		margin-top: 50px;
	}
}

.content > * {
	margin: 20px 0;
}

.content > *:first-child {
	margin-top: 0;
}

.content > *:last-child {
	margin-bottom: 0;
}

.content > h2 {
	color: #9567fb;
}

.content > ul,
.content > ol {
	padding: 0;
	list-style: none;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	transition: background-color 0.25s, border-color 0.25s;
}

.pagination > .link:first-child {
	transform: rotate(180deg);
}

.pagination > .list {
	flex-shrink: 0;
	gap: 10px;
	margin: 0 10px;
}

.pagination > .list > .list-item > .link {
	background: #9466f9;
	border: 1px solid #fff;
}

.pagination > .list > .list-item > .link:hover, .pagination > .list > .list-item > .link:active, .pagination > .list > .list-item > .link.is-current {
	background-color: #766cc2;
	border-color: transparent;
}

.pagination > .list > .list-item > .link.is-dots {
	background: none;
	cursor: auto;
	border: none;
}

.motto {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.motto > * {
	position: relative;
	padding: 0 10px;
	z-index: 1;
	color: #fff;
	text-wrap: nowrap;
	font-style: italic;
	animation: infinite-scroll 30s linear infinite;
	-webkit-animation: infinite-scroll 30s linear infinite;
}

.motto:hover > * {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.card {
	position: relative;
	overflow: hidden;
}

.card-header {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.card-header > .img {
	display: block;
	background: #333;
	transform: scale3d(1, 1, 1);
	backface-visibility: hidden;
	transition: transform 0.25s;
	height: 320px;
	object-fit: cover;
}

.card-header > .wrapper {
	display: flex;
	gap: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.card-content {
	padding: 10px 20px 0;
}

.card-content > .title {
	margin-bottom: 15px;
}

.card-content > .button {
	display: inline-flex;
}

.card-content > .button::after {
	top: -999px;
	right: -999px;
	bottom: -99px;
	left: -999px;
	pointer-events: auto;
}

.card:hover > .card-header > .img, .card:active > .card-header > .img {
	transform: scale3d(1.1, 1.1, 1.1);
}

@media (min-width: 600px) {
	.card-header > .img {
		height: 340px;
	}
}

@media (min-width: 800px) {
	.card-header > .img {
		height: 360px;
	}
	.card-header > .wrapper {
		top: 15px;
		left: 15px;
	}
}

@media (min-width: 1000px) {
	.card-header > .img {
		height: 390px;
	}
}

@media (min-width: 1200px) {
	.card-header > .img {
		height: 430px;
	}
	.card-header > .wrapper {
		top: 20px;
		left: 20px;
	}
}

@media (min-width: 1400px) {
	.card-header > .img {
		height: 480px;
	}
}

.report {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	background: #9466f9;
	padding: 4px 50px 6px;
	text-align: center;
}

.report > .link {
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.report > .link:hover, .report > .link:active {
	color: #000;
}

.report > .layer {
	position: absolute;
	top: 5px;
	right: 20px;
	pointer-events: auto;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 18px;
	padding: 0;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
}

.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 4;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	background: #000;
	font-size: 15px;
	color: #fff;
	transition: top 0.25s;
}

.header > .link {
	padding: 5px;
	margin: -5px auto -5px -5px;
}

.header > .list,
.header > .text,
.header > .button {
	display: none;
}

.header > .layer {
	display: block;
	position: relative;
	cursor: pointer;
	height: 34px;
	width: 28px;
	font-size: 28px;
	line-height: 34px;
	margin: -1px 0 -3px auto;
	pointer-events: auto;
	padding: 0;
	background: transparent;
	color: #fff;
}

@media (min-width: 500px) {
	.header > .button {
		display: block;
	}
	.header > .layer {
		margin-left: 40px;
	}
}

@media (min-width: 700px) {
	.header > .text {
		display: flex;
		align-items: center;
		margin-right: 50px;
	}
	.header > .text > .sprite {
		margin-right: 10px;
	}
}

@media (min-width: 800px) {
	.header {
		padding: 20px 45px;
	}
	.header > .list {
		display: none;
	}
	.header > .text {
		margin-right: 50px;
	}
}

@media (min-width: 1200px) {
	.header {
		padding: 20px 60px;
	}
	.header > .text {
		margin-right: 60px;
	}
}

@media (min-width: 1400px) {
	.header > .link {
		margin-right: 150px;
	}
	.header > .list {
		display: flex;
		margin: 0 auto;
		line-height: 1;
		gap: 40px;
	}
	.header > .list > .list-item > .link {
		padding: 5px;
		margin: -5px;
		color: #fff;
		font-size: 17px;
	}
	.header > .layer {
		display: none;
	}
}

.portfolio {
	position: relative;
	overflow: hidden;
	padding-top: 70px;
	color: #fff;
	background: #9466f9;
	background: linear-gradient(180deg, #9466f9 72px, #000 90%);
}

.portfolio > .wrapper {
	padding: 40px 30px;
	text-align: center;
}

.portfolio > .wrapper > .title {
	color: #000;
	margin-bottom: 10px;
}

.portfolio > .wrapper > .text {
	margin-bottom: 30px;
}

.portfolio > .wrapper > .text > br {
	display: none;
}

.portfolio > .wrapper > .swiper {
	overflow: visible;
	margin: 0 -10px;
	width: calc(100% + 20px);
}

.portfolio > .wrapper > .swiper > .swiper-wrapper > .swiper-slide {
	padding: 0 10px;
	opacity: 0;
	transition: opacity 0.25s;
}

.portfolio > .wrapper > .swiper > .swiper-wrapper > .swiper-slide.swiper-slide-visible {
	opacity: 1;
}

.portfolio-slide {
	position: relative;
	overflow: hidden;
	height: 300px;
	background: #fff;
	border-radius: 20px;
}

body.is-home .portfolio-slide {
	aspect-ratio: 1 / 1;
	height: auto !important;
}

.portfolio-slide > .link {
	position: relative;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	transition: background-color 0.25s;
}

.portfolio-slide > .link > .img {
	position: absolute;
	top: 50%;
	width: 140%;
	left: -20%;
	transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
	will-change: transform;
	transition: transform 0.25s;
}

.portfolio-slide:hover > .link, .portfolio-slide:active > .link {
	background-color: rgba(0, 0, 0, 0);
}

.portfolio-slide:hover > .link > .img, .portfolio-slide:active > .link > .img {
	transform: translate3d(0, -50%, 0) scale3d(1.2, 1.2, 1.2);
}

.portfolio-slide > .img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.portfolio > .wrapper > .swiper > .swiper-scrollbar {
	display: none;
}

.portfolio > .wrapper > .swiper > .layer {
	display: none;
}

.portfolio > .wrapper > .button {
	display: inline-flex;
	margin-top: 30px;
}

.portfolio-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	padding-top: 20px;
}

.portfolio-buttons > .button.no-1 {
	padding: 15px 30px 15px 90px;
}

.portfolio-buttons > .button.no-1 > .sprite {
	right: auto;
	left: 25px;
	transform: translate3d(0, -50%, 0) rotate(180deg);
}

.portfolio-buttons > .button.no-1:hover > .sprite, .portfolio-buttons > .button.no-1:active > .sprite {
	transform: translate3d(-10px, -50%, 0) rotate(180deg);
}

body.is-case .portfolio {
	background: #000;
	padding-top: 0;
}

body.is-case .portfolio > .wrapper > .title {
	color: #8569de;
}

@media (min-width: 450px) {
	.portfolio > .wrapper > .swiper > .layer {
		display: block;
		position: absolute;
		cursor: pointer;
		padding: 0;
		bottom: -70px;
		background: transparent;
		pointer-events: auto;
		transition: filter 0.25s;
	}
	.portfolio > .wrapper > .swiper > .layer.is-prev {
		left: 10px;
		transform: rotate(180deg);
	}
	.portfolio > .wrapper > .swiper > .layer.is-next {
		right: 10px;
	}
	.portfolio > .wrapper > .swiper > .layer:hover, .portfolio > .wrapper > .swiper > .layer:active {
		filter: brightness(0);
	}
	.portfolio-buttons {
		flex-direction: row;
		padding-top: 90px;
	}
}

@media (min-width: 550px) {
	.portfolio > .wrapper > .swiper > .layer.is-prev {
		left: auto;
		right: calc(10px + 38px + 10px);
	}
}

@media (min-width: 800px) {
	.portfolio {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 100vh;
	}
	body.is-case .portfolio {
		min-height: auto;
	}
	.portfolio > .wrapper {
		padding: 50px 45px;
	}
	.portfolio > .wrapper > .text {
		margin-bottom: 35px;
	}
	.portfolio > .wrapper > .text > br {
		display: block;
	}
	.portfolio > .wrapper > .swiper {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
	.portfolio > .wrapper > .swiper > .swiper-wrapper > .swiper-slide {
		padding: 0 15px;
	}
	.portfolio-slide {
		height: 350px;
	}
	.portfolio > .wrapper > .swiper > .swiper-scrollbar {
		display: block;
		position: relative;
		right: 10%;
		left: 10%;
		width: 80%;
		height: 2px;
		bottom: auto;
		background: #9466f9;
		margin-top: 30px;
	}
	.portfolio > .wrapper > .swiper > .swiper-scrollbar > .swiper-scrollbar-drag {
		background: #fff;
		top: -3px;
		height: 8px;
	}
	.portfolio > .wrapper > .swiper > .layer {
		bottom: -75px;
	}
	.portfolio > .wrapper > .swiper > .layer.is-prev {
		right: calc(10% + 38px + 10px);
	}
	.portfolio > .wrapper > .swiper > .layer.is-next {
		right: 10%;
	}
	.portfolio > .wrapper > .button {
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
	.portfolio > .wrapper {
		padding: 60px;
	}
	.portfolio > .wrapper > .text {
		margin-bottom: 40px;
	}
	.portfolio > .wrapper > .swiper {
		margin: 0 -20px;
		width: calc(100% + 40px);
	}
	.portfolio > .wrapper > .swiper > .swiper-wrapper > .swiper-slide {
		padding: 0 20px;
	}
	.portfolio-slide {
		height: 400px;
	}
	.portfolio > .wrapper > .swiper > .swiper-scrollbar {
		right: 20%;
		left: 20%;
		width: 60%;
		margin-top: 40px;
	}
	.portfolio > .wrapper > .swiper > .layer {
		bottom: -80px;
	}
	.portfolio > .wrapper > .swiper > .layer.is-prev {
		right: calc(20% + 38px + 10px);
	}
	.portfolio > .wrapper > .swiper > .layer.is-next {
		right: 20%;
	}
	.portfolio > .wrapper > .button {
		margin-top: 40px;
	}
}

.action {
	position: relative;
	overflow: hidden;
	background: #26305f;
	padding-bottom: 322px;
	color: #fff;
}

.action > .intro {
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 40px 30px 60px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.action > .diamond {
	position: absolute;
	z-index: 2;
}

.action > .diamond.no-1 {
	top: 0;
	right: -400px;
}

.action > .diamond.no-2 {
	top: 100px;
	right: -300px;
}

.action > .diamond.no-3 {
	left: -160px;
	bottom: -360px;
}

body.is-home .action {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 400px;
	padding-bottom: 0;
	background: #26305f;
}

body.is-home .action > .img {
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}

body.is-solutions .action {
	background: #000;
}

body.is-case .action {
	background: #8569de;
}

@media (min-width: 400px) {
	.action {
		padding-bottom: 301px;
	}
}

@media (min-width: 500px) {
	.action {
		padding-bottom: 211px;
	}
}

@media (min-width: 800px) {
	.action {
		display: flex;
		align-items: center;
		min-height: 100vh;
		padding-top: 70px;
		padding-bottom: 206px;
	}
	.action > .intro {
		width: 75%;
		padding: 60px 60px 80px;
	}
	.action > .diamond.no-1 {
		right: -450px;
	}
	.action > .diamond.no-2 {
		right: -400px;
	}
	.action > .diamond.no-3 {
		left: -180px;
		bottom: -500px;
	}
	body.is-home .action {
		min-height: 450px;
	}
	body.is-home .action > .img {
		opacity: 1;
	}
}

@media (min-width: 1000px) {
	.action {
		padding-bottom: 146px;
	}
	body.is-home .action {
		padding-top: 70px;
		min-height: 100vh;
	}
}

@media (min-width: 1200px) {
	.action > .intro {
		width: 50%;
		padding: 80px 90px 100px;
	}
	.action > .diamond.no-1 {
		right: -500px;
	}
	.action > .diamond.no-3 {
		left: -200px;
		bottom: -560px;
	}
}

@media (min-width: 1400px) {
	.action > .intro {
		width: 45%;
	}
	body.is-home .action > .intro {
		width: 40%;
	}
}

@media (min-width: 1600px) {
	.action > .intro {
		width: 40%;
	}
	body.is-home .action > .intro {
		width: 35%;
	}
}

.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	padding: 0 30px 20px;
	z-index: 9;
}

.footer-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px;
	border-radius: 20px;
	color: #333;
	background: #fff;
}

.footer-content > .link {
	padding: 5px;
	margin: -5px -5px 20px;
}

.footer-content > .text {
	display: none;
}

.footer-content-form {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	transition: opacity 0.25s;
}

.footer-content-form.is-loading {
	opacity: 0.5;
}

.footer-content-form > .title {
	flex-shrink: 0;
	color: #9466f9;
	font-weight: 700;
	margin-bottom: 10px;
	margin-right: 30px;
}

.footer-content-form > .control {
	position: relative;
	z-index: 1;
	width: 100%;
}

.footer-content-form > .control > .text {
	top: 10px;
}

.footer-content-form > .control > .input {
	color: #333;
	width: 100%;
	height: 40px;
	padding-right: 40px;
	line-height: 40px;
}

.footer-content-form > .control.is-active > .text {
	top: -10px;
}

.footer-content-form > .control > label.error {
	font-size: 11px;
	bottom: -20px;
	left: 0;
	position: absolute;
}

.footer-content-form > .control > .msg {
	opacity: 0;
	transition: opacity 0.25s;
	display: block;
	font-size: 11px;
	bottom: -20px;
	left: 0;
	position: absolute;
	font-weight: 600;
	pointer-events: none;
}

.footer-content-form > .control > .msg.is-error {
	color: indianred;
}

.footer-content-form > .control > .msg.is-success {
	color: lightgreen;
}

.footer-content-form > .layer {
	position: absolute;
	pointer-events: auto;
	z-index: 2;
	right: -5px;
	bottom: 3px;
	padding: 5px;
	display: block;
	cursor: pointer;
	background: transparent;
}

.footer-content > .list {
	gap: 20px;
}

.footer-content > .list > .list-item > .link {
	padding: 5px;
	margin: -5px;
}

.footer-extra {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}

.footer-extra > .link {
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 400px) {
	.footer-extra {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer-extra > .text {
		margin-right: 30px;
	}
}

@media (min-width: 500px) {
	.footer-content {
		flex-direction: row;
	}
	.footer-content-form {
		display: flex;
		align-items: center;
		margin-bottom: 0;
	}
	.footer-content-form > .title {
		margin-bottom: 0;
	}
}

@media (min-width: 500px) and (max-width: 999px) {
	.footer-content {
		flex-wrap: wrap;
	}
	.footer-content > .link {
		order: 1;
	}
	.footer-content-form {
		order: 3;
	}
	.footer-content > .list {
		order: 2;
		margin: 0 0 25px auto;
	}
}

@media (min-width: 800px) {
	.footer-extra {
		margin-top: 15px;
	}
}

@media (min-width: 1000px) {
	.footer-content {
		padding: 25px 30px;
	}
	.footer-content > .link {
		margin-bottom: -5px;
	}
	.footer-content-form {
		width: auto;
		margin: 0 30px 0 auto;
	}
	.footer-content-form > .control > .input {
		width: 300px;
	}
}

@media (min-width: 1200px) {
	.footer-content-form > .control > .input {
		width: 220px;
	}
	.footer-content > .text {
		display: block;
		line-height: 1.3;
		font-weight: 600;
		font-size: 15px;
		margin-left: 30px;
	}
}

@media (min-width: 1400px) {
	.footer-content-form > .control > .input {
		width: 300px;
	}
}

@media (min-width: 1600px) {
	.footer-content-form > .control > .input {
		width: 400px;
	}
}

.mobile {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: #000;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.25s;
}

.mobile > .wrapper {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px;
	transform: scale3d(0.9, 0.9, 0.9);
	transition: transform 0.25s;
}

.mobile > .wrapper > .link {
	padding: 5px;
	margin: -5px -5px 35px;
}

.mobile > .wrapper > .list {
	gap: 30px;
	margin-bottom: 40px;
}

.mobile > .wrapper > .list > .list-item > .link {
	padding: 5px;
	margin: -5px;
	font-size: 30px;
	color: #fff;
	font-weight: 200;
	line-height: 1;
	letter-spacing: 0.1rem;
}

.mobile > .wrapper > .list > .list-item > .link:hover, .mobile > .wrapper > .list > .list-item > .link:active {
	color: #9466f9;
}

.mobile > .wrapper > .text {
	font-size: 18px;
}

.mobile > .wrapper > .text > .sprite {
	margin-right: 10px;
}

.mobile > .layer {
	display: block;
	position: fixed;
	z-index: 2;
	top: 18px;
	right: 30px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background: transparent;
}

body.is-menu .mobile {
	opacity: 1;
	pointer-events: auto;
}

body.is-menu .mobile > .wrapper {
	transform: scale3d(1, 1, 1);
}

body.is-menu .mobile > .layer {
	pointer-events: auto;
}

@media (min-width: 800px) {
	.mobile > .wrapper > .link {
		margin-bottom: 35px;
	}
	.mobile > .wrapper > .list > .list-item > .link {
		font-size: 36px;
	}
	.mobile > .layer {
		right: 45px;
	}
}

@media (min-width: 1200px) {
	.mobile > .layer {
		right: 60px;
	}
}

@media (min-width: 1400px) {
	.mobile {
		display: none;
	}
}
