html {
  scroll-behavior: smooth;
}
body {
	display: flex;
	flex-flow: column;
	gap: .6rem;
	/*background: #1E1D29;*/
	/*animation: fadeBackground 1s ease-in forwards;*/
	background: #18152f  url('../images/lps/dtdcsar/hero-bg.jpg') no-repeat 0 0;
	background-size: contain;
	/*background-color: #111;*/
	color: #070524;
}
/*body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 120vh;
  background-color: #1E1D29;
  background-image: url('../images/lps/dtdcsar/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fadeInBg 1s ease-in-out forwards;
}*/
@keyframes fadeInBg {
  to {
    opacity: 1;
  }
}
figure img {
	width: 100%;
	height: auto;
}
figure figcaption {
	padding-top: .8rem;
	font: 400 .9rem/1.1rem var(--font);
}
.white {
	color: #fff;
}
.shadow-4 {
  box-shadow: 0 1px 1px rgba(30,29,41,0.14), 
              0 2px 2px rgba(30,29,41,0.12), 
              0 4px 4px rgba(30,29,41,0.10), 
              0 8px 8px rgba(30,29,41,0.04);
}
.shadow-5 {
	box-shadow: 0 1px 1px rgba(30,29,41,0.16), 
              0 2px 2px rgba(30,29,41,0.14), 
              0 4px 4px rgba(30,29,41,0.12), 
              0 8px 8px rgba(30,29,41,0.08),
              0 16px 16px rgba(30,29,41,0.04);
}
.shadow-6 {
  box-shadow: 0 1px 1px rgba(30,29,41,0.11), 
              0 2px 2px rgba(30,29,41,0.11), 
              0 4px 4px rgba(30,29,41,0.11), 
              0 8px 8px rgba(30,29,41,0.11), 
              0 16px 16px rgba(30,29,41,0.11), 
              0 32px 32px rgba(30,29,41,0.11);
}
.text-white {
	color: #fff;
}
.text-italic {
	font-family: 'Playfair Display';
	/*font-style: italic;*/
	font-weight: 400;
}
button, .button {
	position: relative;
	text-transform: none;
}
h1 {
	padding: 6rem 0 1rem;
	margin: 0;
	font: 550 96px/96px 'Metropolis';
	color: #fff;
	text-align: center;	
}
h1 span {
	font-weight: 600;
}
.h1-first-line {
	/*font: italic 88px/88px 'Playfair Display';*/
	font-family: 'Playfair Display';
	font-style: italic;
	text-transform: capitalize;
}
.h1-brackets {
	font-weight: 500;
	text-transform: capitalize;
}
.line-brackets {
	-webkit-text-stroke: 2px white;
	color: transparent;
}
h1 img {
	margin-left: .8rem;
}
h2	{
	margin: 0 0 1rem 0;
	padding: 0;
	font: 400 18px/24px 'Metropolis';
	color: #fff;	
	max-width: 540px;
}
header {
	position: relative;
	padding: 1.5rem 1.5rem 0;
	display: flex;
	flex-flow: column;
	/*background: url('../images/lps/design-redefined/design-re-defined-bg.jpg') no-repeat center 0;*/
	/*background: url('../images/lps/design-redefined/rays-redefined.jpg') no-repeat center -16px;*/
	/*background-size: 1390px 773px;*/
	background-size: cover;
}

.header-logo-wrapper {
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
    padding: 0.3rem;
    border: 1.5px solid #fff;
    border-radius: .5rem;
}

.header-logo {
	margin: 0;
	width: 36px;
	height: 36px;
	background: #fff;
	-webkit-mask-image: url('../images/mkry-four.svg');
	 mask-image: url('../images/mkry-four.svg');

}
.header-logo span {
	font: 400 .9rem/1rem 'Metropolis';
	opacity: .8;
}
header nav {
	position: initial;
	height: unset;
	padding: 0 0 0 .5rem;
	background: transparent !important;
}
header nav a span {
	color: #fff;
}
header button {
	padding: 0 1.2rem;
	font: 600 .9rem var(--font);
	border-radius: .6rem;
}
header .button-send-request {
	padding: 0 1.1rem;
	height: 44px;
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	transition: background,color, 0.1s ease-in-out;
}
header .button-send-request:hover {
	background: rgba(40,40,40,1);
	/*color: #000;*/
	border-color: #fff;
}
header .lets-chat:hover {
	background: #fff;
	color: #070524;
}
header .button {
	position: relative;
	/*margin: 1rem 0;*/
	flex-direction: unset;
	padding: 0 1.8rem;
	gap: .6rem;
	align-self: center;
	border: 8px solid #5a5295;
	border-radius: 1rem;
	font: 800 1.2rem/57px 'Metropolis';
	/*text-transform: uppercase;*/
	color: #070524;
	height: unset;
	background: #D4CDFF;
	transition: background 0.1s ease-in-out;

	background-image: linear-gradient(204deg, #8B83FF 0%, #FEC75C 72%, #FFB35B 77%, #FFD3FA 89%, #FF9DC1 100%);
}
header .button span {
	padding: .3rem .5rem;
	display: block;
	background: #ffe9c6;
	height: 1.5rem;
	font: 500 .9rem/1rem var(--font);
	border-radius: 1rem;
	color: #262b67;
}
header .button::before {
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #F0E0FF;
}
header .button:hover {
	/*background: #e1ddf8;*/
	background-image: linear-gradient(202deg, #9992FF 0%, #FFD177 69%, #FFBF74 77%, #FFD3FA 91%, #FF9DC1 100%);
}
header .button:active {
	/*background: #b9b0ec;*/
	background-image: linear-gradient(202deg, #9992FF 0%, #FFD177 69%, #FFBF74 77%, #FFD3FA 91%, #FF9DC1 100%);
}
header .button:active::before {
	top: 0;
	bottom: 1px;
}

nav button.lets-work {
	height: 44px;
	background: #E6FBFF;
	transition: var(--def-transition);
}
nav button.lets-work:hover {
	background: #BBF4FF;
}
h1, h2, .button-outline, section > p, .hero > div {
    /*margin: 0 auto;*/
    /*padding: 0 1rem 1rem;*/
    /*max-width: 88ch;*/
    animation: contentFadeIn ease .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes contentFadeIn {
    0% {
        opacity: 0;
        transform: translateY(1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/*FOOTER*/
footer {
	color: rgb(200 200 200);
}

/*HERO*/
.hero {
	position: relative;
	padding: 4rem 0 0;
}
.hero * {
	color: #fff;
}

.hero button {
	color: #000;
}
.hero h2 {
	margin: 0;
	padding: 0 0 1rem;
	font: 400 20px/24px var(--font);
	max-width: 480px;
	text-align: center;
}

.button {
    flex: 0 0 auto;
}
.hero .button-outline {
    position: relative;
    /*margin: 0 0 1.5rem;*/
    display: inline-block;
    /*align-self: flex-start;*/
    padding: 6px;
    background: #271359;
    border-radius: 16px;
}
.hero .button-border {
    padding: 1px;
    background-image: linear-gradient(180deg, #EAE7F5 0%, #9984BE 100%);
    border-radius: 12px;
}
.hero .button {
    /*margin: 1rem 0;*/
    flex-direction: unset;
    padding: 0 20px;
    gap: .6rem;
    align-self: center;
    /*border: 6px solid #DDD7FF;*/
    
    font: 800 1.2rem/57px var(--font);
    /*text-transform: uppercase;*/
    color: #070524;
    height: unset;
    background: #D4CDFF;
    transition: var(--def-transition);
    box-shadow: none;
    
    background-image: linear-gradient(141deg, #EDF2F6 0%, #BCB9F5 67%, #CA9DF1 80%, #FFD8A1 100%, #FF8247 100%);
		/*box-shadow: 0 0 0 6px #271359;*/
		border-radius: 12px;
}
.hero .button-outline:hover {
	background: #0f0429;
}
.hero .button:hover {
	border-color: #bab2fe;
	background-image: linear-gradient(141deg, #EDF2F6 10%, #BCB9F5 56%, #CA9DF1 64%, #FFD8A1 90%, #FF8247 114%);
	/*color: #fff;*/
}

.hero .learn-more {
	position: absolute;
	width: 94px;
	height: 94px;
	top: calc(50% + 96px);
	left: calc(50% + 220px);
	transform: translate(50%, 50%);
}

.hero .no-agency {
	margin:.5rem 0 1rem; 
	align-self: center; 
	color: #fff; 
	font: 400 .8rem/.8rem var(--font);
	text-align: center;
}


/*SERVICE CARDS*/
.dtdcsar .service-cards {
	margin: 0 auto;
	padding: 4rem 1rem 0;
	max-width: 1360px !important;
	width: 100%;
	gap: 1.5rem;
	flex-wrap: wrap;
	align-items: flex-start;
}
.service-cards .card {
	flex: 1 0 calc(25% - 1.5rem);
	padding: .6rem;
	max-width: 314px;
	/*min-height: 330px;*/
	/*width: 25%;*/
	border-radius: 1rem;
	background: #fff;
	cursor: pointer;
  animation: contentFadeIn ease 1.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
/*.service-cards .card:nth-of-type(2),
.service-cards .card:nth-of-type(4),
.service-cards .card:nth-of-type(0) {
	margin-top: 2rem;
}*/
/*.service-cards .card:nth-child(n + 1),*/
.service-cards .card:nth-child(4n + 2),
.service-cards .card:nth-child(4n + 4) {
  margin-top: 1.5rem;
}
.service-cards .card:nth-child(5),
.service-cards .card:nth-child(7) {
  margin-top: -1.5rem;
}
.service-cards .card:nth-child(6),
.service-cards .card:nth-child(8) {
	margin-top: 0;
}
.service-cards .card h3 {
	margin: 0;
	padding: .4rem 0 0;
}
.service-cards .card h3,
.service-cards .card p,
.service-cards .card ul {
	padding: 0 .2rem;
}
.service-cards .card h3 {
	padding-top: .4rem;
}
.service-cards .card ul {
	padding-top: .2rem;
	}
.service-cards .card h3 a {	
	font: 600 1.3rem/1.5rem var(--font);
}
.service-cards .card p {
	margin: 0;
	font: 400 .9rem/1.1rem var(--font);
	color: rgb(80 80 80);
}
.service-cards .card figure {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 76%;
	background: rgb(200 200 200);
	border-radius: .5rem;
	overflow: hidden;
}
.service-cards .card figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-cards .card figure img {
	transition: transform .2s ease-in-out !important;
}
.service-cards .card:hover {
	/*animation: unset;*/
	transform: scale(1.006) !important;
}
.service-cards .card:hover figure img {
	transform: scale(1.05);
}

/*SERVICES POPUP*/
.chat-widget-content .add-ons .card {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.chat-widget-content .add-ons .card .card-text h3 {
	margin: 0;
}
.chat-widget-content .add-ons .card .card-text p {
	margin: .4rem 0 .6rem;
}
.chat-widget-content .add-ons .card figure {
	position: relative;
	width: 140px;
	height: 104px;
	overflow: hidden;
	border-radius: .5rem;
}
.chat-widget-content .add-ons .card figure img {
	width: calc(100% + 2px);
    height: auto;
    position: absolute;
    top: -1px;
    left: -1px;
	object-fit: cover;
}
.chat-widget-container .button-chat-submit {
	height: 60px;
	background: linear-gradient(136deg, #0E0BBE 0%, #1F16C3 71%, #BD80F1 90%, #FFD8A1 100%, #FF8247 100%);
	color: #fff;
}
.arrow-long-moving-x {
	background: #fff !important;
}
.chat-widget-logo {
	opacity: 0;
}
.close-quote {
	position: relative;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: rgba(0, 0, 0, .1) !important;
	border-radius: 16px;
}
.close-quote:hover {
	background: rgba(0, 0, 0, .12) !important;
}
.close-quote::after,
.close-quote::before {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: #000;
}
.close-quote::before {
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	transform: rotate(-45deg);
}
.close-quote::after {
	top: calc(50% - 1px);
  left: calc(50% - 8px);
	transform: rotate(45deg);
}

section {
	padding: 4rem 0;
}
section div > .pre-title {
	font: 400 14px var(--font);
	opacity: .6;
	text-transform: uppercase;
}
.project-label {
	font: 400 14px var(--font);
	text-transform: uppercase;
}
section div > h2 {
	padding-top: .8rem;
	font: 550 60px/56px var(--font);
	max-width: 680px;
	text-align: center;
}
.project-container {
	padding: 4rem 0;
}
.button-view-case::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: center;
	left: .8rem;
	--icon: url('../images/lps/dtdcsar/arrow-right.svg');
	-webkit-mask-image: var(--icon);
    mask-image: var(--icon);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
   background: #000;
   transition: var(--def-transition);
}
.button-view-case {
	padding: 0 20px 0 2.4rem;
	height: 56px;
	font: 500 16px/56px var(--font);
	background: #fff;
	color: #000;
	border: none;
}
.button-view-case:hover::after {
	left: 1rem;
}
.button-milestack {
	background: #E3EEF0;
}
.button-karbon {
	background: #f7dbae;
}
.button-karbon:hover {
	background: #ffe9c6 !important;
}
.project-container p {
	margin: 0;
	max-width: 760px;
	font: 400 22px/32px var(--font);
	color: #fff;
}

/*BENEFITS*/
.wdwo, .plan {
	padding: 0 2rem 2rem;
	margin: 0;
	width: 100%;
	max-width: 100%;
	background: #211F33;
	border-radius: 1rem;
}
.wdwo .pre-headline {
	color: rgba(255, 255, 255, .8);
}
.wdwo-card {
	position: relative;
	overflow: hidden;
	padding: 1rem 1.5rem;
	display: flex;
	/*flex: 0 1 1;*/
	/*flex-wrap: wrap;*/
	flex-grow: 1;
	flex-flow: column;
	align-items: center;
	/*width: 50%;*/
	border-radius: .5rem;
	background: #ccc;
}
.wdwo-communication h3 {
	z-index: 1;
	font-size: 24px;
	line-height: 24px;
}
.wdwo-card .tag {
	width: 100%;
	font: 500 12px/24px var(--font);
	text-transform: uppercase;
}
.wdwo .bcard p {
	margin: 0;
	padding: 0 0 .3rem;
	font: 400 .96rem/1.2rem var(--font);
}
.span--1 {
	width: 50%;
}
.span--2 {
	width: 100%;
}
/*.wdwo-card * {
	color: #000;
}*/
.wdwo-card figure {
	width: 88%;
}
.wdwo-card h3 {
	margin: 0;
	padding: 0 0 .5rem;
	width: 100%;
	font: 600 1.8rem/1.9rem var(--font);
}
.wdwo-card p {
	width: 100%;
	font: 400 .9rem/1.2rem var(--font);
}
.wdwo-card.worldclass {
	height: 100%;
	background-image: linear-gradient(140deg, #020202 0%, #3C3756 100%);
}
.wdwo-card.worldclass * {
	color: #fff;
}
/*  		div:nth-of-type(2) .wdwo-card:nth-of-type(1) * {
	color: #050526;
}*/
.border-gradient {
	margin: 0 1.5rem; 
	padding: 1px; 
	background-image: linear-gradient(147deg, #565a70 0%, rgba(182,186,215,0.00) 100%); 
	border-radius: 1rem;
}

.brow {
	gap: 1.5rem;
	align-items: stretch;
}
.bcard {
	padding: 1.2rem;
	border-radius: 12px;
	/*min-height: 550px;*/
	/*height: 100%;*/
	background: #fff;
	overflow: hidden;
}
.bcard p.big {
	font: 400 17px/20px var(--font);
}
.w20 { width: 20% }
.w25 { width: 25% }
.w33 { width: 33% }
.w100 { width: 100% }
.card-has-border {
	width: 100%;
	height: 100%;
}
.bcard figure {
	margin: 0 auto;
	width: 80%;
}
.bcard .figure-full-scale {
	margin: -1.1rem 0 0 -2rem;
	/*padding: 0 0 56%;*/
	width: calc(100% + 4rem);
	height: 248px;
}
.bcard.w20 .figure-full-scale {
	margin: 0 0 0 -1.2rem;
	width: calc(100% + 2.4rem);
	height: 220px;
}
.bcard .figure-110 {
	margin: -1.1rem 0 0 -.4rem;
	width: calc(100% + .8rem);
	height: 220px;
}
.bcard .figure-120 {
	margin: -1.1rem 0 0 -1.2rem;
	width: calc(100% + 2rem);
	height: 220px;
}
.bcard.w20:nth-of-type(2) figure {
	height: 200px;
}
.bcard h3 {
	margin: 0;
	font: 600 1.4rem/1.6rem var(--font);
}
.bcard.w25 h3 {
	font: 600 1.5rem/1.7rem var(--font);
}
.bcard.w100 {
	position: relative;
	padding: 2rem;
	width: 100%;
}
.bcard.w100 > div {
	z-index: 1;
	color: #fff;
}
.bcard.w100 h3 {
	margin-top: 17rem;
	font: 600 2.4rem/2.4rem var(--font);
}
.bcard.w100 p {
	margin: 0;
	padding-top: .3rem;
	width: 48ch;
	font: 400 1rem/1.3rem var(--font);
}
.bcard.w100 figure {	
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	z-index: 0;
}
.bcard.w100 figure img {
	object-fit: cover;
}
.text-white {
	color: #fff;
}
.trello-board {
	background: #fff url('../images/lps/design-redefined/trello-board-bg.jpg') no-repeat 0 0;
	background-size: cover;
}
.mh--480 {
	min-height: 480px;
}
.button-benefits-start {
	margin-top: .5rem;
	display: flex;
	gap: .8rem;
	justify-content: space-between;
	align-items: center;
	align-self: flex-start;
	padding: 0 .2rem 0 1.3rem;
	width: auto;
	font: 600 1rem var(--font);
	color: #373B73;
	height: 48px;
	background: #fff;
	border-radius: 24px;
}
.button-benefits-start span {
	background: rgb(244, 216, 34);
	padding: 0.6rem 1rem;
	border-radius: 2rem;
}
.button-benefits-start i {
	position: relative;
	display: block;
	top: initial;
	left: initial;
	background: #373B73;
	transition: var(--def-transition);
	--icon: url('../images/arrow-long.svg');   
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-image: var(--icon);
    mask-image: var(--icon);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

}
.button-benefits-start:hover i {
	transform: translateX(4px);
}

/*FEEDBACK*/
.feedback {
    padding: 0 2rem 2rem;
    margin: 1rem auto 0;
    max-width: 100%;
    width: calc(100% - 3rem);
    border-radius: 1rem;
}
blockquote {
	margin: 0;
}
.feedback-cards {
	flex-wrap: wrap !important;
	justify-content: center;
}
.feedback-cards > div {
	width: calc(33% - 3rem) !important;
}
.feedback > .wrapper > .flex > .flex {
	width: 33%;
}
.feedback-card {
	display: flex;
	flex-flow: column;
	gap: .5rem;
	/*padding: 4.4rem 1.5rem 1.4rem;*/
	/*background: #fff url('../images/lps/design-redefined/quote.svg') no-repeat 1.5rem 1.5rem;*/
	/*border-radius: .6rem;*/
	/*border: 1px solid #ece4df;*/
}
.feedback-card blockquote {
	font: 400 italic 1.2rem/1.6rem var(--font);
	/*font-style: italic;*/
}
.feedback-card p {
	padding-top: .3rem;
	font: 400 .9rem/1.1rem var(--font);
	opacity: .6;
}
.feedback-card .feedback-my-role {
	/*padding-bottom: .5rem;*/
	font: 600 1.1rem/1.4rem var(--font);
	color: #000;
	opacity: 1;
}
.feedback-avatar {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	overflow: hidden;
}
.feedback-avatar img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.feedback-avatar span {
	font: 500 1rem/1rem var(--font);
}
.feedback-card .feedback-name {
	font: 500 1rem/1rem var(--font);
	opacity: 1;
}
.feedback-card .align--center .feedback-name {
	padding: 0;
}
.feedback-card .feedback-role {
	font: 400 1rem/1rem var(--font);	
	opacity: 1;
}

.text-highlight {
	padding: .1rem 0;
}
.highlight-purple {
	background: #D2B6FF;
}
.highlight-orange {
	background: orange;
}
.highlight-yellow {
	background: #FFCC3E;
}
.highlight-green {
	background: #9edc9a;
}

/*FAQ*/
.questions {
	margin: 1rem auto 0;
	padding-top: 0;
	background: transparent;
}
.questions * {
	color: #fff;
}
.questions > div > div {
	padding-top: 1.5rem;
	row-gap: 1.2em;
}
.questions > div > div > div {
	/*flex: 1;
	flex-shrink: 0;*/
	width: calc(50% - 2rem);
}
.question h3 {
	cursor: pointer;
	position: relative;
	/*width: 50%;*/
	margin: 0;
	padding-bottom: .3rem;
}
.question h3::after {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	-webkit-mask-image: url('../images/lps/design-redefined/arrow-down.svg');
	mask-image: url('../images/lps/design-redefined/arrow-down.svg');
	background: #fff;
	transition: var(--def-transition);
}
.question.open h3::after {
	transform: rotate(180deg);
}
.question p.hidden {
	display: none;
}
.questions .button-ask {
	display: none;
}

/*CONTACT*/
.contact-form {
	background: #daddff;
	 padding: 0 2rem 2rem;
    margin: 1rem auto 0;
    max-width: 100%;
    width: calc(100% - 3rem);
    border-radius: 1rem;
}
.contact-wrapper  {
	margin: 0 auto;
	padding: 2rem 2rem 0 2rem;
	max-width: 1207px;
	min-height: 640px;
	width: 100%;
}
.contact-form .mxsn-logo {
	width: 77px;
  height: 20px;
  -webkit-mask-image: url('../images/mxsn-logo.svg');
    mask-image: url('../images/mxsn-logo.svg');

    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  background: rgba(0, 0, 0, .24);
}
.contact-form h2 {
	padding-top: 1rem;
	text-align: left;
	color: #070524;
}
.contact-form p {
	text-align: left;
	max-width: 48ch;
}
.contact-form form {
	max-width: 480px;
	width: 100%;
}
.contact-form form > div {
	display: flex;
	flex-flow: column;
	gap: .2rem;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
		width: 100%;
		border: 2px solid #000;
    border-radius: .4rem;
    font: 500 1rem / 1rem var(--font);
}
.contact-form form select {
	font-weight: bold;
}
.contact-form form textarea {
	padding: .5rem .8rem;
	min-height: 120px;
	line-height: 1.3rem;
}
.contact-form form input {
	padding: .5rem .8rem;
	height: 44px;
}
.contact-form form input:focus,
.contact-form form select:focus,
.contact-form form textarea:focus {
	background: #fff;
	border-color: #4218ff;
}
.select {
	position: relative;
}
.select i {
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	display: block;
	width: 12px;
	height: 1.5px;
	background: #000;
	transform: rotate(45deg);
	border-radius: 1px;
}
.select i::before {
	content: '';
	position: absolute;
	top: calc(50% + -7px);
	right: -6px;
	display: block;
	width: 12px;
	height: 1.5px;
	background: #000;
	transform: rotate(-90deg);
	border-radius: 1px;
}
.contact-form button {
	padding: 0 1.4rem;
	align-self: flex-start;
	height: 72px;
    border: 6px solid #cdc7ff;
    border-radius: 16px;
    background: #394fe3;
	font: 700 20px/24px var(--font);
	color: #fff;
	transition: var(--def-transition);
	background-image: linear-gradient(-13deg, #4C38C1 0%, #1F1B3A 74%, #FF8721 87%, #FAA4AA 93%, #FF56E9 100%);
}
.contact-form button:hover {
	border-color: #bab2fe;
	background-image: linear-gradient(-19deg, #4C38C1 0%, #1F1B3A 74%, #FF8721 87%, #FAA4AA 93%, #FF56E9 100%);
	color: #fff;
}

@media screen and (max-width: 1100px) {
	header nav {
    opacity: 1 !important;
	}
	.brow {
		flex-wrap: wrap;
	}
	.bcard.w25{
		width: calc(50% - 1rem);
	}
	.brow > .w20 {
		width: calc(67.6% - 1rem);
	}
	.brow > .w20 .bcard {
		align-items: center;
	}
	.brow > .w20 .bcard br {
		display: none;
	}
	.bcard .figure-110 {
		width: 64%;
		height: unset;
	}
	.bcard.w20{
		width: calc(33.3% - 1rem);
	}
	.bcard .figure-full-scale {
		min-height: 330px;
		max-height: 368px;
	}
	.bcard.w20 .figure-full-scale {
		min-height: unset;
		max-height: unset;
	}
	.questions > div > div > div {
		width: 100%;
	}
	.questions .wrapper > .flex > .flex {
		flex-flow: column;
	}
	.questions .wrapper > .flex > .flex > div {
		width: 100%;
	}
	.questions .wrapper > .flex > .flex > div h3 {
		margin: 0;
		padding-bottom: .5rem;
		padding-right: 2rem;
		line-height: 1.5rem;
	}
}
@media screen and (max-width: 940px) {	
	.hero {
		padding: 0 1rem;
	}
	.link-feedback,
	.button-send-request {
		display: none;
	}
}
@media screen and (max-width: 860px) {	
	.service-cards .card {
		flex: 1 0 calc(50% - 1.5rem);
		max-width: 50%;
	}
	.learn-more {
		display: none;
	}
}
@media screen and (max-width: 760px) {	
	.brow > .w20,
	.bcard.w20 {
		width: calc(50% - 1rem);
	}
	.contact-wrapper {
		flex-flow: column;
		gap: 0;
	}
	.bcard.w100 p {
		width: 100%;
	}
}
@media screen and (max-width:640px) {	
	.link-why {
		display: none;
	}
	article h1 {
		font: 600 88px/84px var(--font);
	}
	article, section {
		width: 100%;
	}
	.brow > .w20,
	.bcard.w25,
	.bcard.w20 {
		width: 100%;
	}
	.bcard .figure-full-scale,
	.bcard.w20:nth-of-type(2) figure,
	.bcard.w20 .figure-full-scale {
		min-height: unset !important;
		max-height: unset !important;
		height: unset;
	}
	.bcard.w100 h3 {
		margin-top: 12rem;
	}
	.folio {
		padding: 4rem 2rem;
	}
	.project-container > div:last-of-type {
		flex-flow: column;
	}
	.project-container > div:last-of-type > a {
		order: 2;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	.feedback-cards .feedback-column {
		width: 100% !important;
	}
	.questions {
		padding: 0 2rem 3rem;
	}
}

/* DARK MODE */
@media (prefers-color-scheme: dark) {
	.close-quote {
		background: rgba(255, 255, 255, .1) !important;
	}
	.close-quote:hover {
		background: rgba(255, 255, 255, .2) !important;	
	}
	.close-quote::before,
	.close-quote::after {
		background: #fff;
	}
	.chat-widget-content .add-ons .card .card-text h3,
	.chat-widget-content .add-ons .card .card-text p,
	.chat-widget-content .add-ons .card .card-text li {
		color: #fff;
	}
	.chat-widget-container .button-chat-submit {
		background: #fff;
		color: #000;
	}
	.arrow-long-moving-x {
		background: #000 !important;
	}
}

@media screen and (max-width:540px) {	
	article h1 {
		font: 600 64px/60px var(--font);
	}
	.service-cards .card {
		margin-top: 0 !important;
		flex: 1 0 100%;
		max-width: 100%;
	}
	.contact-wrapper {
		padding: 2rem 0 0;
	}
	.bcard.w100 h3 {
		margin-top: 8rem;
	}
}
@media screen and (max-width:480px) {	
	.header-logo {
		display: none;
	}
	article h1 {
		font: 600 60px/60px var(--font);
	}
	.folio figure img {
		margin: 1rem -12% 0;
		width: 120%;
	}
	section div > h2 {
		font: 550 44px/44px var(--font);
	}
	.border-gradient {
		margin: 0 .5rem;
	}
	.wdwo, .plan {
		padding: 0 1rem 1rem;
	}
	.wdwo-cards, .brow {
		gap: 1rem;
	}
}