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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	/* Brand Blue */
	--blue-100: #F0F2FB;
	--blue-200: #C0D2FA;
	--blue-300: #A5B6FB;
	--blue-400: #8399FD;
	--blue-500: #607DFE;
	--blue-600: #3D61FF;
	--blue-700: #274EF6;
	--blue-800: #082EDD;

	/* Grass */
	--grass-100: #E3FAD6;
	--grass-200: #C2F6AE;
	--grass-300: #99E582;
	--grass-400: #66C95B;
	--grass-500: #2FA52D;
	--grass-600: #208B28;
	--grass-700: #176725;
	--grass-800: #0E5F21;

	/* Metal */
	--metal-100: #F0F1F6;
	--metal-200: #CCDDDC;
	--metal-300: #9BA4BA;
	--metal-400: #828DA9;
	--metal-500: #626E8E;
	--metal-600: #49526A;
	--metal-700: #303646;
	--metal-800: #262C3C;

	/* White */
	--white-100: #F3F4F8;

	/* Carrot */
	--carrot-100: #FFF2CB;
	--carrot-200: #FFEBAF;
	--carrot-300: #FFE492;
	--carrot-400: #FFDC76;
	--carrot-500: #FFD559;
	--carrot-600: #FFCE3D;
	--carrot-700: #ECB82B;
	--carrot-800: #977309;

	/* Red */
	--red-100: #F8EEEA;
	--red-200: #FCC4C7;
	--red-300: #FDBAA5;
	--red-400: #FDF982;
	--red-500: #FE8560;
	--red-600: #FF683D;
	--red-700: #DF4D1F;
	--red-800: #BE390F;

	--grey-900: #101828;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	/*font: inherit;*/
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	/*content: none;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

a {
	color: var(--blue-600);
}

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

body {
	min-width: 320px;
	margin: 0 auto;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	color: var(--metal-700);
	font-size: 18px;
	line-height: 1.4;
	background: #fff;
	/*overflow-x: hidden;*/
}

.container {
	width: 95%;
	max-width: 1800px;
	margin: 0 auto;
}

.content-container {
	width: 95%;
	max-width: 1480px;
	margin: 0 auto;
}

header {
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid var(--metal-100);
}

.header-container {
	min-height: 56px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: block;
	width: 112px;
}

.logo img {
	width: 100%;
	height: auto;
}

.header-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 56px;
}

.menu-item > a, .sws-link {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	font-style: normal;
	color: var(--metal-800);
	text-decoration: none;
	cursor: pointer;
	transition: .3s;
}

.menu-item > a {
	padding: 0 4px;
	border-bottom: 1px solid transparent;
}

.menu-item > a:hover, .sws-link:hover, .current_page_item.menu-item:not(.scroll-to-item, .standard-btn-item) > a {
	color: var(--blue-600);
	transition: .3s;
}

.menu-item > a:hover, .current_page_item.menu-item:not(.scroll-to-item) > a {
	border-color: var(--blue-600);
}

.standard-btn, .standard-btn-item > a {
	min-height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .3s;
	padding: 10px 16px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	background: var(--blue-600);
	border: 1px solid var(--blue-600);
}

.standard-btn-item > a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

.standard-btn:hover, .standard-btn-item > a:hover {
	transition: .3s;
	background: #fff;
	color: var(--blue-600);
	border-color: var(--blue-600);
}

.standard-btn-inner {
	padding-right: 32px;
	background: url("images/arrow_right_white.svg") no-repeat right center/24px;
	transition: .3s;
}

.standard-btn:hover .standard-btn-inner {
	background-image: url("images/arrow_right_blue.svg");
}

.sws-content-block:not(:last-child) {
	margin-bottom: 120px;
}

.sws-content-block {
	position: relative;
}

.main-block-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 150px;
}

.main-block-content-wrapper {
	width: 720px;
	/*width: calc( (100% - 1800px) / 2 + 570px );*/
	/*padding-left: calc( (100% - 1800px) / 2 );*/
}

.main-block-content-wrapper .standard-btn {
	margin-top: 80px;
}

.main-block-content {
	margin-top: 24px;
}

.main-block-content * {
	font-size: 20px;
	line-height: 1.6;
}

.main-block-content h6 {
	font-size: inherit;
}

.main-block-content > * + * {
	margin-top: 24px;
}

.main-block-image-wrapper {
	/*width: 50%;*/
	width: 48%;
	max-width: 880px;
	flex-shrink: 0;
	position: relative;
}

.main-block-image-wrapper img {
	width: 100%;
	height: auto;
}

.main-title * {
	font-weight: 700;
	color: var(--metal-700);
}

h1 {
	font-size: 56px;
	line-height: 1.1;
	color: var(--metal-800);
}

h2 {
	font-size: 44px;
	line-height: 1.2;
	color: var(--metal-800);
	font-weight: 600;
}

h3 {
	font-size: 32px;
	line-height: 1.2;
	color: var(--metal-800);
	font-weight: 600;
}

h4 {
	font-size: 28px;
	line-height: 1.3;
	color: var(--metal-800);
	font-weight: 600;
}

h5 {
	font-size: 24px;
	line-height: 1.3;
	color: var(--metal-800);
	font-weight: 600;
}

h6 {
	font-size: 18px;
	line-height: 1.3;
	color: var(--metal-800);
	font-weight: 400;
}

.sws-block-bg {
	width: calc( 100% - (100% - 1800px) / 2 - 120px );
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 0 24px 24px 0;
}

.bg-image-content {
	padding: 50px 0;
}

.bg-image-content-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 140px;
}

.sws-block-image-wrapper {
	width: 40%;
	max-width: 635px;
}

.sws-block-content-wrapper {
	width: 100%;
	max-width: 720px;
}

.sws-block-content {
	margin-top: 40px;
}

.sws-block-content > * + * {
	margin-top: 24px;
}

sup {
	font-size: 12px !important;
	vertical-align: super;
	line-height: 1;
	margin-left: 2px;
}

sup a {
	text-decoration: none;
}

small, .main-block-content small,
small *, .main-block-content small *{
	font-size: 16px;
}

.sws-block-top {
	max-width: 660px;
	text-align: center;
	margin: 0 auto 34px;
}

.sws-block-title + .sws-block-subtitle {
	margin-top: 16px;
}

.content-tags-block .sws-block-title + .sws-block-subtitle,
.title-description-block .sws-block-title + .sws-block-subtitle{
	margin-top: 40px;
}

.sws-block-subtitle > * + * {
	margin-top: 16px;
}

.content-tags-block {
	min-height: 400px;
	background: url("images/quote_icon.svg") no-repeat 75% center/345px;
}

.sws-tags-block {

}

.sws-tags-list {
	max-width: 890px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: wrap;
	gap: 12px;
}

.sws-tag-item {
	padding: 4px 8px;
	background: var(--grass-200);
	color: var(--grass-800);
	border-radius: 8px;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	font-style: normal;
}

footer {

}

.footer-container {
	min-height: 49px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	background: #fff;
}

.content-with-image .main-block-container {
	gap: 0;
}

.content-with-image .main-block-content-wrapper {
	width: 60%;
	margin-right: -10%;
	position: relative;
	z-index: 1;
}

.content-with-image .main-block-content-wrapper .standard-btn {
	margin-top: 40px;
}

.sws-columns-list {
	margin-top: 56px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 160px;
}

.sws-columns-list.three-columns {
	width: 95vw;
	max-width: 1880px;
	margin: 0 auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	gap: 56px;
}

.sws-columns-list.three-columns .sws-card {
	width: calc( 100% / 3 - 112px / 3 );
}

.sws-columns-list.two-columns {
	background: url("images/columns_bg.svg") no-repeat center top/540px;
}

.sws-card {
	width: 40%;
	max-width: 550px;
}

.sws-card-icon {
	width: auto;
	height: 34px;
	margin-bottom: 12px;
}

.sws-card-title {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 8px;
}

.sws-card-desc {

}

.sws-slider {
	margin-top: 56px;
}

.sws-slider:not(.slick-initialized) {
	opacity: 0;
}

.sws-slider.with-dots {
	padding-bottom: 74px;
}

.sws-testimonial-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 32px;
}

.sws-testimonial-image-wrapper {
	width: 575px;
	height: auto;
	flex-shrink: 0;
	border-radius: 16px;
	overflow: hidden;
}

.sws-testimonial-image {
	/*width: 100%;*/
	/*height: auto;*/
	border-radius: 16px;
}

.sws-testimonial-content {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 65px 0 65px 46px;
	position: relative;
	/*border-left: 5px solid var(--blue-600);*/
}

.sws-testimonial-content:before {
	content: '';
	width: 5px;
	height: calc( 100% - 120px );
	left: 0;
	top: 60px;
	z-index: 1;
	background: var(--blue-600);
	position: absolute;
}

.sws-testimonial-desc {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	color: var(--metal-800);
}

.sws-testimonial-name {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: var(--metal-600);
}

.sws-testimonial-position {
	font-size: 16px;
	font-weight: 400;
}

.sws-testimonial-name + .sws-testimonial-position {
	margin-top: 8px;
}

.sws-testimonial-info {

}

/* Slick slider styles start */
.slick-slider
{
	width: 100%;
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	/*-webkit-transform: translate3d(0, 0, 0);*/
	/*-moz-transform: translate3d(0, 0, 0);*/
	-ms-transform: translate3d(0, 0, 0);
	/*-o-transform: translate3d(0, 0, 0);*/
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;
	border: none;
	outline: none !important;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	width: 100%;
	display: block;
	max-width: none;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.slick-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: black;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	background: rgba(43, 45, 47, .9) !important;
}
.slick-lightbox .slick-loading .slick-list {
	background-color: transparent;
}
.slick-lightbox .slick-prev {
	width: 42px;
	height: 42px;
	top: calc( 50% - 21px );
	left: 27px;
}
.slick-lightbox .slick-next {
	width: 42px;
	height: 42px;
	top: calc( 50% - 21px );
	right: 27px;
}
.slick-lightbox-hide {
	opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
	position: absolute;
	top: -9999px;
	opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.slick-lightbox-inner {
	/*background: rgba(0,0,0,.9);*/
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slick-lightbox-inner .slick-slide img {
	width: auto;
	max-width: 90%;
}
.slick-lightbox-slick-item {
	text-align: center;
	overflow: hidden;
}
.slick-lightbox-slick-item:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	display: block;
	text-align: center;
}
.slick-lightbox-slick-item-inner {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}
.slick-lightbox-slick-img {
	margin: 0 auto;
	display: block;
	max-width: 90%;
	max-height: 90%;
}
.slick-lightbox-slick-caption {
	margin: 10px 0 0;
	color: white;
}
.slick-lightbox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
}
.slick-lightbox-close:focus {
	outline: none;
}
.slick-lightbox-close:before {
	font-size: 32px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "×";
}

.slick-prev, .slick-next {
	display: block;
	border: none;
	cursor: pointer;
	transition: .3s all;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	position: absolute;
	top: calc( 50% - 32px );
	text-indent: -9999px;
	/*background: rgba(0,0,0,.7) url("./images/icons/arrow_right_icon.svg") no-repeat center/100%;*/
	z-index: 1;
	outline: none !important;
	padding: 0;
}

.slick-prev:hover, .slick-next:hover {
	/*transition: .3s all;*/
	/*box-shadow: 0 2px 20px rgba(0,0,0,.3);*/
	/*background-color: rgba(0,0,0,.9);*/
}

.slick-next {
	/*right: -32px;*/
	right: -48px;
}

.slick-prev {
	/*left: -32px;*/
	left: -48px;
	transform: rotate(180deg);
	text-indent: 9999px;
}

.slick-arrow.slick-disabled {
	background-color: rgba(0,0,0,.2) !important;
	pointer-events: none;
	opacity: 0;
}

.slick-dots {
	height: 16px;
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.slick-dots li {
	margin: 0;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.slick-dots button {
	width: 16px;
	height: 16px;
	background: var(--metal-200);
	transition: .3s;
	margin: 0;
	border-radius: 50%;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
}

.slick-dots .slick-active button, .slick-dots button:hover {
	background: var(--blue-600);
	transition: .3s;
}

/* Slick slider styles end */

.title-description-block .sws-block-top {
	max-width: 880px;
}

.sws-block-bottom {
	margin: 40px auto 0;
	max-width: 880px;
}

.sws-block-bottom > * + * {
	margin-top: 24px;
}

.cta-form-block {
	padding: 48px 0;
	background: var(--blue-800) url("images/cta_bg.svg") no-repeat center top/cover;
	color: #fff;
}

.title-description-block.sws-with-bg-image {
	min-height: 400px;
	padding-top: 64px;
	background: url('images/quote_icon.svg') no-repeat 75% center/345px;
}

.title-description-block.sws-with-bg-image.image-left {
	min-height: 300px;
	padding: 0 0 20px;
	background: url('images/quote_icon_2.svg') no-repeat calc( (100vw - 1480px) / 2 + 150px ) 10px/auto calc( 100% - 10px );
}

.about-info-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about-info-container .sws-block-title {
	margin-bottom: 40px;
}

.about-info-content {
	max-width: 880px;
	font-size: 18px;
}

.about-info-content > * + *,
.medium-content-block > div > * + * {
	margin-top: 12px;
}

.about-info-content small {
	margin-top: 12px;
	display: inline-block;
}

.about-info-content h6 {
	margin-top: 40px;
}

.sws-block-title {

}

.medium-content-block {

}

.about-info-wrapper {
	margin-top: 49px;
	padding: 42px 0;
	position: relative;
}

.about-info-wrapper:before {
	content: '';
	/*width: calc( 100vw - (100vw - 100%) / 2 - 70px);*/
	width: 88vw;
	height: 100%;
	background: var(--metal-200);
	position: absolute;
	top: 0;
	/*left: calc( (100vw - 100%) / 2 * -1 );*/
	left: calc( (100vw - 1480px) / 2 * -1 );
	background: var(--white-100);
	z-index: -1;
	border-radius: 24px;
}

.about-info-wrapper .medium-content-block {
	max-width: 760px;
}

.about-info-wrapper .medium-content-block > div > :first-child {
	margin-top: 0;
}

.about-info-image-wrapper {
	/*width: 728px;*/
	width: 49%;
	flex-shrink: 0;
	/*margin: 85px -152px 0 0;*/
	margin: 85px -9% 0 0;
}

.about-info-image-wrapper img {
	height: auto;
}

.sws-buttons-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin-top: 32px;
}

.logo-slider {
	overflow: hidden;
	white-space: nowrap;
	/*border: 1px solid #ddd;*/
	/*margin: 20px 0;*/
	margin-top: 56px;
}

.logo-slider + .logo-slider {
	margin-top: 100px;
}

.logo-track {
	display: inline-flex;
	gap: 182px;
}

.logo-item {
	flex-shrink: 0;
}

.logo-image {
	width: auto;
	height: 78px;
	margin: 0;
}

.cta-list {
	width: 95%;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin: 32px auto 0;
	flex-flow: wrap;
}

.cta-item {
	width: 30%;
	max-width: 200px;
	text-align: center;
	text-decoration: none;
}

.cta-item-icon {
	width: auto;
	height: 40px;
	margin: 0 auto 20px;
}

.cta-item-label {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
}

.cta-block-top, .cta-block-top * {
	color: #fff;
	text-align: center;
}

.cta-block-top h2 {
	margin: 12px 0;
}

.sws-form-wrapper {
	width: 90%;
	max-width: 580px;
	margin: 40px auto 0;
}

.sws-input-block {
	margin-bottom: 24px;
}

.sws-label {
	font-size: 14px;
	font-weight: 600;
	color: var(--metal-800);
	display: inline-block;
	margin-bottom: 8px;
}

input, textarea, select {
	font-family: "Inter", sans-serif;
	outline: none;
	transition: .3s;
	padding: 12px 16px;
	border: 1px solid var(--metal-100);
	border-radius: 16px;
	background: var(--white-100);
	color: var(--metal-500);
	font-size: 13px;
	line-height: 18px;
	width: 100%;
	font-weight: 500;
}

input::placeholder, textarea::placeholder, select::placeholder {
	color: var(--metal-500);
	opacity: 1;
}

input:hover, textarea:hover, select:hover,
input:focus, textarea:focus, select:focus {
	border-color: var(--metal-300);
	transition: .3s;
}

textarea {
	height: 120px;
	min-height: 120px;
	resize: vertical;
}

.white-btn {
	background: #fff;
	border-color: var(--blue-600);
	color: var(--blue-600);
}

.toggle-mobile-menu-btn {
	display: none;
}

.about-info-image-wrapper.for-mobile, .main-block-mobile-image {
	display: none;
}

.bg-image-content-v2 .sws-block-bg {
	width: 45vw;
}

.title-block small {
	display: inline-block;
	margin-bottom: 10px;
}

.sws-content-block.title-block {
	margin-bottom: 40px !important;
}

img.aligncenter {
	margin: 0 auto;
}

.sws-content-block.cta-block {
	margin-bottom: 0 !important;
}

.cta-block {
	background: var(--blue-100);
	display: flex;
	/*align-items: center;*/
	flex-flow: column;
	position: relative;
	overflow: hidden;
}

.cta-container {
	height: 100%;
	position: relative;
}

.cta-block .main-block-content-wrapper {
	height: 100%;
	min-height: 400px;
	padding: 30px 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
}

.cta-block .main-block-content-wrapper .standard-btn {
	margin-top: 32px;
}

.cta-image-wrapper {
	width: 378px;
	position: absolute;
	top: 0;
	right: -80px;
	z-index: 1;
}

.bg-image-content-v2 .sws-block-image-wrapper {
	width: 50%;
	max-width: 900px;
	flex-shrink: 0;
}

.bg-image-content-v2 .bg-image-content-container {
	align-items: center;
	gap: 40px;
	padding-right: 2.5vw;
}

.twitter-tweet.twitter-tweet-rendered {
	margin: 0 !important;
}

blockquote.twitter-tweet {
	display: none !important;
}

.main-block-video-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	left: -25px;
	width: 100%;
	height: auto;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
}

.sws-hidden {
	display: none !important;
}

.full-width-video-block {
	position: relative;
	padding: 72px 0;
	margin-bottom: 240px !important;
}

.full-width-video-block:before {
	content: '';
	width: 97.5vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 0 24px 24px 0;
	background: var(--white-100);
}

.video-desc-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.video-title {
	width: calc( 50% - 12px );
}

.video-desc {
	width: calc( 50% - 12px );
}

.full-width-video-block .video-container {
	margin: 64px auto -200px;
}

.video-container {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sws-block-content-wrapper > div > * + * {
	margin-top: 24px;
}

.bg-image-content-v3 .main-block-content-wrapper .standard-btn {
	margin-top: 20px;
	padding: 12px 4px;
}

.standard-btn.white-btn {
	background: #fff;
	color: var(--blue-600);
	border-color: #fff;
}

.standard-btn.white-btn .standard-btn-inner {
	background-image: url("images/arrow_right_blue.svg");
}

.bg-image-content-v3 .main-block-container {
	gap: 60px;
	justify-content: flex-start;
	align-items: flex-start;
	padding-right: 5vw;
}

.bg-image-content-v3 .main-block-image-wrapper {
	width: calc( 55% - 50px );
	max-width: none;
	padding: 25px 35px 0 0;
	position: relative;
}

.bg-image-content-v3 .main-block-image-wrapper img {
	border-radius: 14px;
}

.bg-image-content-v3 .main-block-image-wrapper:before {
	content: '';
	width: 100%;
	height: calc( 100% - 65px );
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: var(--white-100);
	border-radius: 0 24px 24px 0;
}

.bg-image-content-v3 .sws-block-image-wrapper {
	width: calc( 50% - 50px );
}

.cta-form-block .sws-buttons-container {
	margin-top: 56px;
}

.standard-btn .standard-btn-inner.info-icon {
	background-image: url("images/info_circle_icon_blue.svg");
}

.cta-form-block .standard-btn:hover .standard-btn-inner.info-icon {
	background-image: url("images/info_circle_icon_white.svg");
}

.cta-form-block .standard-btn:hover {
	color: #fff;
	background: var(--blue-600);
	border-color: var(--blue-800);
}

.contact-us-block {
	padding-top: 80px;
}

.form-container {
	max-width: 480px;
	margin: 0 auto;
}

.info-container {
	margin-bottom: 48px;
}

.info-container h2 {
	margin: 16px 0;
}

.sws-input-block br {
	display: none;
}

.form-subtitle {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

.wpcf7-not-valid-tip {
	color: var(--red-800);
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: 4px;
}

.wpcf7-not-valid {
	border-color: var(--red-800) !important;
}

.sws-checkbox {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item label {
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	cursor: pointer;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7-response-output {
	border-radius: 8px;
	border: none !important;
	/*background: var(--grass-500);*/
	background: #fff;
	color: var(--grass-500);
	padding: 0 !important;
	margin: 24px auto 0 !important;

	/*display: block !important;*/
}

@media screen and (max-width: 1750px) {
	.about-info-image-wrapper {
		width: 46%;
		margin: 85px -2% 0 0;
	}
}

@media screen and (max-width: 1550px) {
	.contact-us-block {
		padding-top: 60px;
	}

	.bg-image-content-v3 .main-block-content-wrapper {
		max-width: 580px;
	}

	.menu-item > a, .sws-link {
		font-size: 14px;
	}

	.standard-btn-item > a {
		font-size: 12px;
		min-height: 34px;
	}

	.header-container {
		min-height: 50px;
	}

	.content-container {
		max-width: 1120px;
	}

	.about-info-wrapper:before {
		left: calc((100vw - 1120px) / 2 * -1);
	}

	.sws-block-content-wrapper {
		max-width: 550px;
	}

	.sws-block-bg {
		width: calc(100vw - (100vw - 1120px) / 2);
	}

	.sws-block-image-wrapper {
		width: 37%;
	}

	.bg-image-content-container {
		gap: 120px;
	}

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 36px;
	}

	body {
		font-size: 16px;
	}

	small, .main-block-content small,
	small *, .main-block-content small * {
		font-size: 14px;
	}

	.main-block-container {
		gap: 110px;
	}

	.main-block-content * {
		font-size: 18px;
	}

	.sws-tag-item {
		font-size: 14px;
	}

	.about-info-content {
		max-width: 650px;
		font-size: 16px;
	}

	.about-info-image-wrapper {
		margin-right: -85px;
	}

	.about-info-wrapper .medium-content-block {
		max-width: 560px;
	}

	h6 {
		font-size: 18px;
	}

	.sws-testimonial-desc {
		font-size: 18px;
	}

	.sws-testimonial-name {
		font-size: 16px;
	}

	.sws-testimonial-name + .sws-testimonial-position {
		font-size: 14px;
	}

	.sws-testimonial-image-wrapper {
		width: 430px;
	}

	.main-block-content * {
		font-size: 16px;
	}
}

@media screen and (max-width: 1299px) {
	.bg-image-content-v3 .main-block-container {
		gap: 30px;
	}

	.full-width-video-block:before {
		width: 100vw;
		border-radius: 0;
	}

	.full-width-video-block {
		padding: 50px 0;
	}

	.full-width-video-block .video-container {
		margin-top: 40px;
	}

	.sws-columns-list.three-columns {
		gap: 56px;
	}

	.sws-columns-list.three-columns .sws-card {
		width: calc(50% - 28px);
	}

	h1 {
		font-size: 44px;
	}

	h2 {
		font-size: 32px;
	}

	.sws-slider.with-dots {
		padding-bottom: 60px;
	}

	.about-info-image-wrapper {
		width: 43%;
		margin-right: 0;
	}

	.logo-image {
		height: 60px;
	}

	.logo-track {
		gap: 140px;
	}

	.logo-slider + .logo-slider {
		margin-top: 80px;
	}
}

@media screen and (max-width: 1199px) {
	.title-description-block.sws-with-bg-image.image-left {
		background: url('images/quote_icon_2.svg') no-repeat calc( (100vw - 1480px) / 2 + 200px ) 10px/auto calc( 100% - 10px );
	}

	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 28px;
	}

	.main-block-container {
		gap: 50px;
	}

	.sws-block-content-wrapper {
		max-width: 450px;
	}

	.main-block-content-wrapper .standard-btn {
		margin-top: 50px;
	}

	.about-info-wrapper:before {
		left: -2.5vw;
	}
}

@media screen and (max-width: 1023px) {
	.contact-us-block {
		padding-top: 40px;
	}

	.form-subtitle {
		font-size: 15px;
	}

	.sws-label {
		font-size: 14px;
	}

	.video-desc-block {
		flex-flow: column;
		gap: 24px;
	}

	.video-title, .video-desc {
		width: 100%;
	}

	.full-width-video-block {
		margin-bottom: 200px !important;
	}

	.title-description-block.sws-with-bg-image.image-left {
		padding: 0 0 40px;
		background: url('images/quote_icon_2.svg') no-repeat -15% bottom/270px;
	}

	.sws-testimonial-content {
		padding: 12px 0 12px 24px;
	}

	.sws-testimonial-content:before {
		width: 4px;
		height: 100%;
		top: 0;
	}

	.sws-block-bg {
		width: 100vw;
	}

	.bg-image-content-container {
		gap: 50px;
		align-items: center;
	}

	.sws-block-content-wrapper {
		max-width: 50%;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 24px;
	}

	.sws-block-image-wrapper {
		width: 45%;
	}

	.sws-content-block:not(:last-child) {
		margin-bottom: 90px;
	}

	.sws-block-content {
		margin-top: 24px;
	}

	.sws-block-content > * + * {
		margin-top: 20px;
	}

	.content-tags-block .sws-block-title + .sws-block-subtitle, .title-description-block .sws-block-title + .sws-block-subtitle {
		margin-top: 24px;
	}

	.sws-columns-list {
		margin-top: 40px;
		gap: 120px;
	}

	.sws-card-title {
		font-size: 18px;
	}

	.sws-slider {
		margin-top: 40px;
	}

	.sws-testimonial-image-wrapper {
		width: 40%;
	}

	.sws-testimonial-desc {
		font-size: 16px;
	}

	.sws-testimonial-name {
		font-size: 15px;
	}

	.sws-testimonial-position {
		font-size: 14px;
	}

	.sws-testimonial-info {
		margin-top: 24px;
	}

	.about-info-container .sws-block-title {
		margin-bottom: 24px;
	}

	h6 {
		font-size: 16px;
	}

	.about-info-image-wrapper {
		width: 32%;
		margin: 55px 0 0;
	}

	.about-info-container {
		gap: 20px;
	}

	.about-info-wrapper {
		margin-top: 30px;
		padding: 30px 0;
	}

	.about-info-content h6 {
		margin-top: 30px;
	}

	.title-description-block.sws-with-bg-image {
		min-height: 250px;
		padding-top: 32px;
		background-size: auto 100%;
	}

	.sws-block-top {
		margin-bottom: 24px;
	}

	.logo-slider {
		margin-top: 40px;
	}

	.logo-track {
		gap: 80px;
	}

	.logo-slider + .logo-slider {
		margin-top: 40px;
	}

	.logo-image {
		height: 40px;
	}

	.cta-block-top {
		max-width: 550px;
		margin: 0 auto;
	}

	.cta-item-label {
		font-size: 16px;
	}

	.cta-item-icon {
		height: 34px;
		margin-bottom: 10px;
	}

	input, textarea, select {
		padding: 12px 16px;
	}

	.toggle-mobile-menu-btn {
		width: 32px;
		height: 32px;
		display: flex;
		/*position: absolute;*/
		/*top: 50%;*/
		/*left: 0;*/
		/*transform: translateY(-50%);*/
		cursor: pointer;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		outline: none;
		position: relative;
	}

	.header-container {
		min-height: 41px;
	}

	.toggle-mobile-menu-btn span {
		width: 20px;
		height: 2px;
		border-radius: 2px;
		transition: .3s;
		margin: 0;
		transform-origin: center;
		position: absolute;
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
		background: var(--metal-700);
	}

	.toggle-mobile-menu-btn span:first-of-type {
		transform: translate(-50%, -8px);
	}

	.toggle-mobile-menu-btn span:last-of-type {
		transform: translate(-50%, 8px);
	}

	.toggle-mobile-menu-btn.active span:first-of-type {
		width: 25px;
		transform: translateX(-50%) rotate(45deg);
	}

	.toggle-mobile-menu-btn.active span:last-of-type {
		width: 25px;
		transform: translateX(-50%) rotate(-45deg);
	}

	.toggle-mobile-menu-btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.main-navigation {
		width: 100%;
		height: calc( 100vh - 41px );
		position: fixed;
		top: 42px;
		left: -100%;
		z-index: 999;
		transition: .3s;
		background: #fff;
		padding-bottom: 32px;
		overflow-y: auto;
	}

	.main-navigation .menu {
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 32px 5vw;
		gap: 24px;
	}

	.main-navigation .menu .standard-btn-item {
		margin-top: 88px;
		position: relative;
	}

	.main-navigation .menu .standard-btn-item:before {
		content: '';
		width: 95vw;
		height: 1px;
		background: var(--metal-100);
		position: absolute;
		top: -56px;
		left: 0;
	}

	.standard-btn-item > a {
		font-size: 14px;
		min-height: 40px;
	}

	body.logged-in .main-navigation {
		/*top: 88px;*/
	}

	.main-navigation.active {
		left: 0;
		transition: .3s;
	}

	.main-block-content {
		margin-top: 16px;
	}

	.main-block-content-wrapper .standard-btn {
		margin-top: 32px;
	}

	.sws-content-block:not(:last-child) {
		margin-bottom: 52px;
	}
}

@media screen and (max-width: 767px) {
	.cta-form-block .sws-buttons-container {
		margin-top: 40px;
	}

	.bg-image-content-v3 .main-block-container {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		flex-flow: column;
	}

	.bg-image-content-v3 .main-block-image-wrapper:before {
		height: calc( 100% - 25px );
	}

	.bg-image-content-v3 .main-block-content {
		margin-top: 0;
		order: 1;
	}

	.bg-image-content-v3 .main-block-image-wrapper {
		width: 100vw;
		left: 50%;
		transform: translateX(-50%);
		padding: 5vw 5vw 0;
		order: 2;
	}

	.full-width-video-block {
		padding: 24px 0;
		margin-bottom: 52px !important;
	}

	.full-width-video-block:before {
		border-radius: 0 24px 24px 0;
	}

	.full-width-video-block .video-container {
		margin: 24px auto 0;
	}

	.sws-columns-list.three-columns {
		width: 90vw;
	}

	.main-block-video-wrapper {
		width: 95%;
		left: 2.5%;
		transform: translateY(-50%);
	}

	.sws-columns-list.three-columns {
		gap: 24px;
	}

	.sws-columns-list.three-columns .sws-card{
		width: 100%;
	}

	.cta-block .main-block-content-wrapper {
		min-height: 280px;
		position: relative;
		z-index: 2;
	}

	.cta-image-wrapper {
		width: 230px;
		top: 50%;
		transform: translateY(-45%);
		right: -30px;
		z-index: 1;
	}

	.title-description-block.sws-with-bg-image.image-left {
		padding: 0 0 40px;
		background: url('images/quote_icon_2.svg') no-repeat -100px bottom/270px;
	}

	.container, .content-container {
		width: 90%;
	}

	.main-block-container {
		flex-flow: wrap;
		gap: 40px;
	}

	.content-with-image-v2 .main-block-container {
		gap: 24px;
	}

	.bg-image-content-v2 .bg-image-content-container {
		gap: 34px;
	}

	.top-main-block .main-block-container {
		width: 100%;
	}

	.main-block-content-wrapper, .main-block-image-wrapper {
		width: 100%;
	}

	.top-main-block .main-block-content-wrapper {
		padding: 40px 5vw 0;
	}

	.bg-image-content-container {
		flex-flow: wrap;
		gap: 40px;
	}

	.sws-block-image-wrapper, .sws-block-content-wrapper {
		width: 100%;
		max-width: 100%;
		order: 2;
	}

	.sws-block-content-wrapper {
		order: 1;
	}

	.bg-image-content-v2 .bg-image-content-container {
		/*width: 90%;*/
		/*margin: 0 auto;*/
		padding: 0;
	}

	.bg-image-content-v2 .sws-block-content-wrapper {
		padding: 0 5vw;
	}

	.bg-image-content-v2 .sws-block-image-wrapper {
		width: 95vw;
		max-width: 100%;
		margin: 0;
	}

	.content-with-image-v2 .main-block-image-wrapper {
		width: 100vw;
		margin-left: -5vw;
	}

	.bg-image-content .sws-block-content-wrapper {
		padding-right: 2.5vw;
	}

	.sws-block-image-wrapper {
		width: 95vw;
		max-width: none;
		margin-left: -7.5vw;
	}

	.bg-image-content {
		padding: 32px 0;
	}

	.sws-block-bg {
		width: 97.5vw;
	}

	.content-tags-block {
		background-size: auto 400px;
		background-position: right -100px top;
	}

	.content-with-image .main-block-content-wrapper {
		width: 100%;
		margin: 0;
	}

	.content-with-image .main-block-image-wrapper {
		margin-top: -140px;
		max-width: 400px;
	}

	.sws-columns-list.two-columns {

	}

	.sws-columns-list {
		gap: 56px;
		background: transparent !important;
	}

	.sws-card {
		width: 100%;
	}

	.sws-columns-list.two-columns .sws-card:nth-of-type(3n) {
		padding-top: 256px;
		margin-top: -56px;
		background: url('images/list_mobile_bg.svg') no-repeat center 28px/107px;
	}

	.sws-testimonial-item {
		flex-flow: wrap;
		padding-left: 19px;
		border-left: 5px solid var(--blue-600);
	}

	.sws-testimonial-content {
		padding: 0;
		border: none;
		min-height: 256px;
	}

	.sws-testimonial-content:before {
		display: none;
	}

	.sws-testimonial-image-wrapper {
		width: 100%;
		max-width: 400px;
	}

	.sws-slider.with-dots {
		padding-bottom: 52px;
	}

	.about-info-image-wrapper.for-desktop {
		display: none;
	}

	.about-info-image-wrapper.for-mobile {
		display: block;
		margin: 24px auto -24px;
		width: 100%;
		max-width: 310px;
		position: relative;
		z-index: 1;
	}

	.about-info-wrapper {
		margin-top: 0;
		padding: 40px 0;
	}

	.about-info-wrapper:before {
		width: 100vw;
		border-radius: 0;
		left: -5vw;
	}

	.about-info-content {
		width: 100%;
	}

	body {
		font-size: 15px;
	}

	.about-info-content {
		font-size: 15px;
	}

	.title-description-block.sws-with-bg-image {
		padding-top: 0;
	}

	.cta-list {
		gap: 0;
	}

	.main-block-desktop-image {
		display: none;
	}

	.main-block-mobile-image {
		display: block;
	}

	.sws-tag-item {
		font-size: 13px;
		padding: 4px 6px;
	}
}
