/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

/*
Lists
$list1: transparent linear-gradient(90deg, #FF7C00 0%, #FFC13D 73%, #FFB900 100%) 0% 0%
*/

.clearfix:after,
.container:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	margin: 0 0 0.8em;
	line-height: 1.2;
	font-weight: 700;
}

h1,
.h1 {
	font-size: 40px;
	margin-bottom: 0.2em;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 32px;
}

h4,
.h4 {
	font-size: 24px;
	font-weight: 600;
}

h5,
.h5 {
	font-size: 20px;
	font-weight: 700;
}

h6,
.h6 {
	font-size: 20px;
	font-weight: 700;
}

p {
	margin: 0 0 1rem;
}

a {
	color: #77b746;
}

a:hover,
a:focus {
	text-decoration: none;
}

.not-found {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 40px;
	position: relative;
	z-index: 2;
	min-height: 52.8vh;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

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

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

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

#wrapper {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1320px;
	padding: 0 12px;
}

.section {
	padding: 48px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.section.padding-xs {
	padding: 32px 0;
}

.section.padding-sm {
	padding: 48px 0;
}

.section.padding-md {
	padding: 48px 0;
}

.section.padding-lg {
	padding: 48px 0;
}

.section.padding-xl {
	padding: 48px 0;
}

.section-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
	margin-bottom: 40px;
}

.section-heading * {
	margin: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn {
	display: inline-block;
	vertical-align: top;
	outline: none;
	text-align: center;
	padding: 12px 23px;
	border: 1px solid transparent;
	color: #252450;
	text-decoration: none;
	font-weight: 700;
	border-radius: 10px;
	background: #77b746;
}

.btn:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.btn:hover {
	background: #5f9238;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 20px;
}

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

.img-wrap a:hover {
	opacity: 0.7;
}

.bg-white {
	background-color: #fff !important;
}

.full-width {
	width: 100%;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -16px;
}

.row > * {
	padding: 0 16px;
}

.col {
	padding: 0 16px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 100%;
}

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

.text-dark > *,
.text-black > * {
	color: #252450;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6 {
	color: #fff;
}

.show-desktop {
	display: none;
}

.admin-bar .fancybox-button {
	top: 46px;
}

iframe {
	vertical-align: top;
}

blockquote {
	margin: 36px 0;
	border: none;
	border-left: 2px solid #77b746;
	padding: 0 0 0 20px;
	color: #000;
}

blockquote p {
	font-size: 18px;
	line-height: 1.5;
}

blockquote p:before,
blockquote p:after {
	content: "\"";
	display: inline-block;
}

.accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 5px;
}

.accordion .accordion-list {
	border-radius: 4px;
	overflow: hidden;
	background: #232D5B;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.accordion .accordion-list.active {
	background: #eff5f8;
}

.accordion .accordion-list.active .accordion-title {
	color: #232D5B;
}

.accordion .accordion-list.active .accordion-title .icon svg path {
	fill: #232D5B;
}

.accordion .accordion-list.active .accordion-title:before {
	background: #232D5B;
}

.accordion .accordion-list.active .accordion-title:after {
	-webkit-transform: translateY(-50%) rotate(0);
	    -ms-transform: translateY(-50%) rotate(0);
	        transform: translateY(-50%) rotate(0);
	opacity: 0;
}

.accordion .accordion-list .accordion-title {
	position: relative;
	padding: 14px 40px 14px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
	gap: 15px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.accordion .accordion-list .accordion-title:before,
.accordion .accordion-list .accordion-title:after {
	content: "";
	position: absolute;
	background: #ff9231;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.accordion .accordion-list .accordion-title:before {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.accordion .accordion-list .accordion-title:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	    -ms-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
}

.accordion .accordion-list .accordion-title .icon {
	margin-top: 5px;
}

.accordion .accordion-list .accordion-title .icon img {
	vertical-align: top;
}

.accordion .accordion-list .accordion-title h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.03em;
	margin: 0;
}

.accordion .accordion-list .slide {
	display: none;
	padding: 15px 16px 30px;
	font-size: 14px;
}

.accordion .accordion-list .slide ul,
.accordion .accordion-list .slide p {
	margin-bottom: 16px;
}

.accordion .accordion-list .slide ul:last-child,
.accordion .accordion-list .slide p:last-child {
	margin-bottom: 0;
}

.faq-block .btn-wrap {
	margin-top: 40px;
}

.header-landing {
	padding: 12px 0;
}

.header-landing .container {
	max-width: 100%;
}

.landing-banner {
	position: relative;
	min-height: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.landing-banner .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.landing-banner .bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.landing-banner .container {
	position: relative;
	z-index: 1;
}

.landing-banner .banner-text {
	max-width: 900px;
	padding: 80px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.landing-banner .banner-text * {
	margin: 0;
}

.partners-block .row {
	row-gap: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.partners-block .col {
	-webkit-box-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
	width: 100%;
	text-align: center;
}

.partners-block .col-wrap {
	position: relative;
}

.partners-block .col-wrap > a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	font-size: 0;
}

.partners-block .col img {
	max-height: 271px;
}

.counter-block .row {
	row-gap: 30px;
}

.counter-block .col-counter {
	-webkit-box-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
	width: 100%;
}

.counter-block .col-counter .counter-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border: 2px solid #000;
	border-radius: 10px;
	padding: 24px 20px;
	gap: 10px;
}

.counter-block .col-counter .counter-wrap * {
	margin: 0;
}

.counter-block .col-counter .counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.counter-block .col-counter .counter .symbol,
.counter-block .col-counter .counter .number {
	font-weight: 700;
	line-height: 1;
	font-size: 40px;
}

.counter-block .col-counter .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
}

.counter-block .col-counter .text .title {
	font-size: 24px;
}

.counter-block .btn-wrap {
	margin-top: 40px;
}

.card-icon-with-content .card-wrap {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.card-icon-with-content .card-wrap * {
	margin: 0;
}

.card-icon-with-content .card-wrap .icon-wrap {
	height: 167px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
}

.card-icon-with-content .card-wrap .icon-wrap img {
	max-height: 167px;
	width: auto;
}

.card-icon-with-content .card-wrap .title {
	font-size: 24px;
	line-height: 1.2;
	max-width: 300px;
	margin: 0 auto;
}

.icon-with-content-lists-block .row {
	row-gap: 30px;
}

.icon-with-content-lists-block .col {
	width: 100%;
	-webkit-box-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
}

.icon-with-content-lists-block .btn-wrap {
	margin-top: 40px;
}

.half-image-half-content-block .row {
	row-gap: 40px;
}

.half-image-half-content-block .col {
	width: 100%;
	-webkit-box-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
}

.half-image-half-content-block .col-image img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.half-image-half-content-block .col-content .content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
	height: 100%;
}

.half-image-half-content-block .col-content .content-wrap * {
	margin: 0;
}

.half-image-half-content-block .col-content .content-wrap h2 {
	line-height: 1.1;
	font-size: 40px;
}

.half-image-half-content-block .col-content .content-wrap .btn-wrap {
	margin-top: auto;
}

.steps-block .row {
	row-gap: 40px;
}

.steps-block .col-step {
	-webkit-box-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
	width: 100%;
}

.steps-block .col-step .col-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.steps-block .col-step .col-wrap * {
	margin: 0;
}

.steps-block .col-step .icon-wrap {
	margin: 0 auto;
	height: 164px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.steps-block .col-step .icon-wrap img {
	max-height: 164px;
	width: auto;
}

.steps-block .btn-wrap {
	margin-top: 40px;
}

.testimonials-block .btn-wrap {
	margin-top: 40px;
}

.swiper-slider-wrap {
	position: relative;
}

.swiper-slider-wrap .swiper-button-prev,
.swiper-slider-wrap .swiper-button-next {
	font-size: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 60px;
	height: 15px;
	border: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: transparent;
}

.swiper-slider-wrap .swiper-button-prev:after,
.swiper-slider-wrap .swiper-button-next:after {
	display: none;
}

.swiper-slider-wrap .swiper-button-prev:hover,
.swiper-slider-wrap .swiper-button-next:hover {
	opacity: 0.7;
}

.swiper-slider-wrap .swiper-button-prev {
	background-image: url("../img/icon-arrow-left.svg");
	left: 0;
}

.swiper-slider-wrap .swiper-button-next {
	background-image: url("../img/icon-arrow-right.svg");
	right: 0;
}

.testimonials-slider .swiper-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.testimonials-slider .swiper-slide {
	width: 33.33%;
	height: auto;
}

.testimonials-slider .swiper-slide .slide-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
	border: 2px solid #252450;
	padding: 30px;
	border-radius: 10px;
	height: 100%;
	font-size: 18px;
	text-align: center;
}

.testimonials-slider .swiper-slide .slide-wrap * {
	margin: 0;
}

.testimonials-slider .swiper-slide .slide-wrap .name {
	margin-top: auto;
}

.image-block .img-wrap img {
	width: 100%;
}

.cta-block .col {
	-webkit-box-flex: initial;
	    -ms-flex: initial;
	        flex: initial;
}

.cta-block .col-content .col-wrap {
	padding-bottom: 60px;
}

.cta-block .col-content .content-box {
	border-radius: 10px;
	padding: 30px 20px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
}

.cta-block .col-content .content-box * {
	margin: 0;
}

.cta-block .col-content .content-box h2 {
	font-size: 40px;
	line-height: 1.1;
}

.cta-block .col-image {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

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

.logo-slider-wrapper {
	max-width: 2000px;
	margin: 0 auto;
}

.logo-slider .swiper-slide:first-child {
	margin-left: 40px;
}

.logo-slider .swiper-slide a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	color: #232D5B;
	text-align: center;
}

.logo-slider .swiper-slide .slide-icon {
	position: relative;
	max-width: 170px;
	width: 100%;
}

.logo-slider .swiper-slide .slide-icon svg {
	width: 100%;
	height: auto;
}

.logo-slider .swiper-slide .slide-title h4 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.03em;
	margin: 0;
}

.logo-slider .slider-arrow {
	position: absolute;
	width: 31px;
	height: 31px;
	background: #ff9231;
	border-radius: 2px;
	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;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	border: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.logo-slider .slider-arrow.swiper-button-disabled {
	opacity: 0;
}

.logo-slider .slider-arrow.slider-prev {
	left: 40px;
}

.logo-slider .slider-arrow.slider-prev svg {
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.logo-slider .slider-arrow.slider-next {
	right: 40px;
}

@media (min-width: 768px) {

.section {
	padding: 60px 0;
}

.section.padding-md {
	padding: 60px 0;
}

.section.padding-lg {
	padding: 60px 0;
}

.section.padding-xl {
	padding: 68px 0;
}

.alignleft {
	margin-bottom: 0;
}

.alignright {
	margin-bottom: 0;
}

.hide-tablet {
	display: none;
}

.accordion .accordion-list .slide {
	padding-inline: 53px;
}

.landing-banner {
	min-height: 700px;
}

.partners-block .col {
	width: 33.33%;
}

.counter-block .col-counter {
	width: 50%;
}

.counter-block .col-counter .counter-wrap {
	padding: 30px;
}

.icon-with-content-lists-block .col {
	width: 33.33%;
}

.steps-block .col-step {
	width: 33.33%;
}

.cta-block .col-content .content-box {
	padding-block: 50px;
}

}

@media (min-width: 769px) {

.show-mobile {
	display: none;
}

}

@media (min-width: 782px) {

.admin-bar .fancybox-button {
	top: 32px;
}

}

@media (min-width: 1024px) {

.section {
	padding: 80px 0;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

.landing-banner {
	min-height: 680px;
}

.counter-block .col-counter {
	width: 25%;
}

.counter-block .col-counter .counter .symbol,
.counter-block .col-counter .counter .number {
	font-size: 50px;
}

.icon-with-content-lists-block .row {
	row-gap: 60px;
}

.half-image-half-content-block.img-left .content-wrap {
	padding-left: 10%;
}

.half-image-half-content-block.img-right .col-image {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.half-image-half-content-block .row {
	margin: 0 -20px;
}

.half-image-half-content-block .col {
	width: 50%;
	padding: 0 20px;
}

.testimonials-slider .swiper-slide .slide-wrap {
	font-size: 20px;
}

.cta-block .col {
	width: 50%;
}

.cta-block .col-image {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.cta-block .col-image .img-wrap {
	margin-right: -103px;
}

}

@media (min-width: 1200px) {

h1,
.h1 {
	font-size: 80px;
}

h2,
.h2 {
	font-size: 64px;
}

h3,
.h3 {
	font-size: 40px;
}

h4,
.h4 {
	font-size: 32px;
	letter-spacing: 0;
}

h5,
.h5 {
	letter-spacing: 0;
	font-size: 24px;
}

h6,
.h6 {
	letter-spacing: 0;
}

.section.padding-md {
	padding: 76px 0;
}

.section.padding-lg {
	padding: 124px 0;
}

.section.padding-xl {
	padding: 180px 0;
}

}

@media (min-width: 1440px) {

.section-heading h2 {
	font-size: 32px;
}

.swiper-slider-wrap {
	padding: 0 110px;
}

.swiper-slider-wrap .swiper-button-prev,
.swiper-slider-wrap .swiper-button-next {
	width: 82px;
	height: 20px;
}

.cta-block .col-content .content-box h2 {
	font-size: 54px;
}

}

@media (min-width: 1920px) {

.landing-banner {
	min-height: 900px;
}

}

@media (max-width: 767px) {

.alignright + p,
.alignright + ul,
.alignright + h2,
.alignright + h3,
.alignright + h4,
.alignright + h5 {
	clear: both;
}

.hide-mobile {
	display: none;
}

}

