@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
/*! 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 {
  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] {
  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 */
  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;
}

@font-face {
  font-family: "Noe Display";
  src: url("../fonts/noe-display-bold.woff2") format("woff2"), url("../fonts/noe-display-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noe Display";
  src: url("../fonts/noe-display-bold-italic.woff2") format("woff2"), url("../fonts/noe-display-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Noe Display";
  src: url("../fonts/noe-display-regular.woff2") format("woff2"), url("../fonts/noe-display-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noe Display";
  src: url("../fonts/noe-display-regular-italic.woff2") format("woff2"), url("../fonts/noe-display-regular-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/*Icomoon*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?52okdz");
  src: url("../fonts/icomoon.eot?52okdz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?52okdz") format("truetype"), url("../fonts/icomoon.woff?52okdz") format("woff"), url("../fonts/icomoon.svg?52okdz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-arrow-top_right:before {
  content: "\e903";
  color: #fff;
}

.ico-clock:before {
  content: "\e905";
  color: #fff;
}

.ico-calendar:before {
  content: "\e906";
  color: #fff;
}

.ico-x:before {
  content: "\e900";
  color: #fff;
}

.ico-linkedin:before {
  content: "\e901";
  color: #fff;
}

.ico-instagram:before {
  content: "\e902";
  color: #fff;
}

.ico-arrow:before {
  content: "\e904";
  color: #fff;
}

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  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;
  height: 100%;
  min-height: 1px;
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/* @supports (padding: max(0px)) {
  .fancybox-caption {
      padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
} */
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
#footer .menu-holder ul, .single_intro-section .info-list, .blog_intro-section .featured-block .info-list, .blog_intro-section .main-block .info-list, .articles-section .pagination-block ul, .partners-section .customers-list, .intro-section .post-block .image-list, .menu-list,
.socials-list, ul:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #22282B;
  background: #fff;
  font: 16px/1.4 "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Noe Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

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

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

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

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: inherit;
  text-decoration: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 0;
  outline: 1px solid #F6F6F6;
  padding: 1.1em 2.5em 0.9em;
  display: block;
  width: 100%;
  background: #F6F6F6;
  border-radius: 100px;
  color: #22282B;
  padding: 0.85em 1.3em 0.75em;
}
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  outline-color: #dc3232;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  outline-color: #22282B;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #989EA1;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #989EA1;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #989EA1;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #989EA1;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #989EA1;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 130px;
  min-height: 130px;
  border-radius: 24px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}
.form-holder:has(.sent) .form-field {
  display: none;
}
.form-holder:has(.sent) .wpcf7 .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  color: #46b450;
}
.form-holder .form-field:not(.submit-field) {
  margin-bottom: 20px;
}
.form-holder .wpcf7 .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 0 1em 0;
  font-size: 14px;
  line-height: 1;
  border: none;
  color: #22282B;
}
.form-holder .wpcf7-not-valid-tip {
  font-size: 14px;
  margin: 0.5em 0 0 1em;
  color: #dc3232;
}
.form-holder .submit-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  color: #909DA2;
}
.form-holder .submit-field a {
  color: #22282B;
  text-decoration: none;
}
.form-holder .submit-field a:hover {
  text-decoration: underline;
}

.codedropz-upload-wrapper .codedropz-upload-handler {
  border: none;
  background: #F6F6F6;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23333' stroke-width='1' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.codedropz-upload-wrapper .codedropz-upload-container {
  padding: 20px;
}
.codedropz-upload-wrapper .codedropz-upload-inner {
  color: #909DA2;
}
.codedropz-upload-wrapper .codedropz-upload-inner .heading {
  display: block;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.75;
  color: #22282B;
  letter-spacing: 0;
}
.codedropz-upload-wrapper .codedropz-upload-inner .cd-upload-btn:hover .heading {
  text-decoration: none;
}
.codedropz-upload-wrapper .codedropz-upload-inner .cd-upload-btn .heading {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.1em;
}
.codedropz-upload-wrapper .codedropz-upload-inner .small {
  display: block;
  font-size: 12px;
  margin-top: 6px;
  letter-spacing: 0;
}
.codedropz-upload-wrapper .dnd-upload-counter {
  right: 25px;
  bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  display: inline-block;
  background: linear-gradient(to right, #fff, #DFB0F1);
  background-size: 100%;
  background-position: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.2;
  letter-spacing: -0.03em;
  padding: 0 0 0.05em;
  margin: 0 0 0.45em;
}

a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
  line-height: 1.17;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
  line-height: 1.3;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 17px;
}

p, ul, ol {
  margin: 0 0 1.4em;
}

ul:not([class]) {
  position: relative;
  margin: 0 0 1.4em;
}
ul:not([class]) li {
  position: relative;
  padding-left: 1.35em;
}
ul:not([class]) li:after {
  content: "•";
  position: absolute;
  top: 0;
  left: 0.4em;
}

.container {
  padding: 0 20px;
}

.logo {
  display: block;
}
.logo a, .logo img {
  display: block;
  width: 100%;
}

.cta {
  transition: color 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
  font: 900 18px/22px "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-decoration: none;
}
.cta:before {
  width: 50px;
  height: 50px;
  transition: background-position 0.2s ease-in-out;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #712098 0%, #9B4FBF 25%, #9B4FBF 75%, #712098 100%);
  background-size: auto 200%;
  background-position: top left;
  font-weight: 400;
  font-family: "icomoon";
  font-size: 12px;
  content: "\e903";
  color: #fff;
}
.cta:hover {
  color: rgb(179.5239130435, 93.4173913043, 220.9826086957);
}
.cta:hover:before {
  background-position: bottom left;
}

.btn {
  transition: background 0.2s ease-in-out, background-position 0.2s ease-in-out, color 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  background: linear-gradient(to right, #9B4FBF 0, #712098 50%, #9B4FBF 100%);
  background-size: 200% auto;
  background-position: left top;
  border: 0;
  border-radius: 100px;
  padding: 0.8em 1.3em;
  font: 900 18px/22px "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  background-position: right top;
}
.btn.light {
  background: #fff;
  outline: 1px solid #fff;
  color: #712098;
}
.btn.light:hover {
  background: none;
  color: #fff;
}

.category {
  color: #22282B;
  display: block;
  line-height: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category a {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}
.category a:hover {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

.menu-list,
.socials-list {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.menu-list a,
.socials-list a {
  text-decoration: none;
}
.menu-list [aria-current=page] {
  text-decoration: underline;
}
.menu-list a {
  transition: color 0.2s ease-in-out;
}
.menu-list a:not([aria-current=page]):hover {
  color: rgb(179.5239130435, 93.4173913043, 220.9826086957);
}

.socials-list {
  justify-content: flex-end;
  font-size: 20px;
}
.socials-list a {
  transition: color 0.2s ease-in-out;
  display: block;
  line-height: 0;
}
.socials-list a:hover {
  color: rgb(179.5239130435, 93.4173913043, 220.9826086957);
}
.socials-list i:before {
  color: inherit;
}

.heading-block:has(h1, h2, h3, h4, h5, h6) p {
  margin-top: 0.65em;
}

.decorated-image {
  position: relative;
  display: block;
  box-shadow: unset !important;
  overflow: hidden;
  border-radius: 20px;
}
.decorated-image:before {
  transition: top 0.2s ease-in-out;
  content: "";
  display: block;
  background: rgba(113, 32, 152, 0.53);
  width: 200%;
  height: 410%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(58deg) translate(13%, -50%);
  transform-origin: top left;
  z-index: 1;
}
.decorated-image[href]:hover:before {
  top: 60%;
}
.decorated-image img {
  width: 100%;
  filter: grayscale(100%);
}

.decoration-dark {
  position: relative;
}
.decoration-dark:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(107, 27, 59, 0.3) 23%, transparent 23%), linear-gradient(to bottom left, rgba(79, 25, 105, 0.37) 23%, transparent 23%), linear-gradient(to top right, rgba(118, 38, 157, 0.25) 23%, transparent 23%), linear-gradient(to top left, rgba(0, 189, 255, 0.2) 23%, transparent 23%);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
}
.decoration-dark:after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(150px);
          backdrop-filter: blur(150px);
}

.decoration-light {
  position: relative;
}
.decoration-light:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom right, #A2EFFF 50%, transparent 50%), linear-gradient(to bottom left, #EED5F9 50%, transparent 50%), linear-gradient(to top right, #E9C2FB 50%, transparent 50%), linear-gradient(to top left, #D5EAF9 50%, transparent 50%);
  background-size: 17% 63%;
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
}
.decoration-light:after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(150px);
          backdrop-filter: blur(150px);
}

.fancybox-active .fancybox-infobar,
.fancybox-active .fancybox-toolbar,
.fancybox-active .fancybox-navigation,
.fancybox-active .fancybox-caption {
  display: none;
}
.fancybox-active .fancybox-slide {
  padding: 20px;
}
.fancybox-active .fancybox-content {
  max-width: 750px;
  background: none;
  width: 100%;
  padding: 44px 0;
}
.fancybox-active .fancybox-content:not(:has(.calendly-inline-widget)) {
  max-width: 500px;
}
.fancybox-active .fancybox-content .fancybox-button {
  color: #fff;
  padding: 5px;
}
.fancybox-active .fancybox-content .fancybox-button path {
  color: #fff;
}

.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  position: relative;
  padding: 0;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999;
}
.slick-slider .slick-arrow:hover {
  background-color: #712098;
  border-color: #712098;
}
.slick-slider .slick-arrow:before {
  transition: color 0.2s ease-in-out;
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  translate: -50% -50%;
  text-indent: 0;
  font-size: 24px;
  color: #fff;
}
.slick-slider .slick-arrow.slick-next {
  scale: -1;
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  background: none;
  border-color: #fff;
}
.slick-slider:has(~ .progress) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 30px 20px;
}
.slick-slider:has(~ .progress) .slick-arrow {
  order: 10;
}
.slick-slider:has(~ .progress) .slick-list {
  order: 1;
}
.slick-slider:has(~ .progress) .slick-track {
  display: flex !important;
}
.slick-slider:has(~ .progress) .slick-slide {
  height: inherit !important;
}
.slick-slider:has(~ .progress) ~ .progress {
  width: calc(100% - 130px);
  position: relative;
  top: -21px;
  height: 3px;
  background-image: linear-gradient(to bottom, transparent 33%, #fff 33%, #fff 66%, transparent 66%);
}
.slick-slider:has(~ .progress) ~ .progress .progress-bar {
  transition: width 0.2s ease-in-out;
  width: 0%;
  height: 100%;
  background-color: #712098;
  border-radius: 10px;
}
.slick-slider[data-carousel=progress_bar_single-carousel]:not(:has(.slide:nth-child(2))) {
  display: block;
}
.slick-slider[data-carousel=progress_bar_single-carousel]:not(:has(.slide:nth-child(2))) ~ .progress {
  display: none;
}
.slick-slider[data-carousel=progress_bar_single-carousel] ~ .progress {
  background-image: linear-gradient(to bottom, transparent 33%, #909DA2 33%, #909DA2 66%, transparent 66%);
}
.slick-slider[data-carousel=progress_bar_single-carousel] ~ .progress .progress-bar {
  background: none;
  background-image: linear-gradient(90deg, #9B4FBF, #712098);
}
.slick-slider[data-carousel=progress_bar_single-carousel] .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-slider[data-carousel=progress_bar_single-carousel] .slick-arrow:not(.slick-disabled):hover {
  border-color: #fff;
  background: #fff;
}
.slick-slider[data-carousel=progress_bar_single-carousel] .slick-arrow:not(.slick-disabled):hover:before {
  color: #712098;
}
.slick-slider[data-carousel=progress_bar_single-carousel] .quote-box {
  text-align: center;
  width: 80vw;
  max-width: 795px;
  margin: 0 auto;
}
.slick-slider[data-carousel=progress_bar_single-carousel] .quote-box .top-block {
  width: 62px;
  height: 62px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
.slick-slider[data-carousel=progress_bar_single-carousel] .quote-box .top-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slick-slider[data-carousel=progress_bar_single-carousel] .quote-box .main-block {
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.03em;
}
.slick-slider[data-carousel=progress_bar_single-carousel] .quote-box .main-block .name {
  font-weight: 500;
  font-size: 16px;
  color: #909DA2;
  letter-spacing: 0;
}
.slick-slider[data-carousel=progress_bar_single-carousel] .quote-box .main-block .name > *:last-child {
  margin: 0;
}
.slick-slider[data-carousel=progress_bar-carousel]:not(:has(.slide:nth-child(3))) {
  margin: 0 -15px;
}
.slick-slider[data-carousel=progress_bar-carousel]:not(:has(.slide:nth-child(3))) ~ .progress {
  display: none;
}
.slick-slider[data-carousel=progress_bar-carousel]:not(:has(.slide:nth-child(3))) .slick-list {
  width: 100%;
  margin: 0;
}
.slick-slider[data-carousel=progress_bar-carousel]:not(:has(.slide:nth-child(3))) .slide {
  padding: 0 15px;
}
.slick-slider[data-carousel=progress_bar-carousel] .slick-track {
  display: flex !important;
}
.slick-slider[data-carousel=progress_bar-carousel] .slick-list {
  width: 100%;
  overflow: visible;
}
.slick-slider[data-carousel=progress_bar-carousel] .slick-slide {
  height: inherit !important;
  padding-right: 20px;
}
.slick-slider[data-carousel=progress_bar-carousel] .stories-box {
  background: rgba(151, 143, 147, 0.19);
  border: 1px solid #573E65;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  height: 100%;
  line-height: 1.38;
}
.slick-slider[data-carousel=progress_bar-carousel] .stories-box h1, .slick-slider[data-carousel=progress_bar-carousel] .stories-box h2, .slick-slider[data-carousel=progress_bar-carousel] .stories-box h3, .slick-slider[data-carousel=progress_bar-carousel] .stories-box h4, .slick-slider[data-carousel=progress_bar-carousel] .stories-box h5, .slick-slider[data-carousel=progress_bar-carousel] .stories-box h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #fff;
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  margin-bottom: 0.25em;
}
.slick-slider[data-carousel=progress_bar-carousel] .stories-box .profile-block {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 0 20px;
  margin-bottom: 17px;
}
.slick-slider[data-carousel=progress_bar-carousel] .stories-box .photo-column {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider[data-carousel=progress_bar-carousel] .stories-box .photo-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slick-slider[data-carousel=progress_bar-carousel] .stories-box .info-column {
  margin-bottom: -1.4em;
}
.slick-slider[data-carousel=progress_bar-carousel] .stories-box .message-holder {
  color: #fff;
  margin-bottom: -1.4em;
}

.lightbox-block {
  display: none;
}
.lightbox-block .lightbox-container {
  background: #fff;
  padding: 30px 20px;
}
.lightbox-block .lightbox-container:has(> .calendly-inline-widget) {
  background: none;
  padding: 0;
}

.cs-box {
  transition: background 0.2s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(151, 143, 147, 0.19);
  border-radius: 20px;
  padding: 20px 15px 15px;
  line-height: 1.29;
  color: #fff;
  height: 100%;
  min-height: 380px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
}
.cs-box h1, .cs-box h2, .cs-box h3, .cs-box h4, .cs-box h5, .cs-box h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: inherit;
  color: inherit;
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.cs-box h6 {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.cs-box:hover .bg-holder {
  scale: 1.05;
}
.cs-box .bg-holder {
  transition: scale 0.2s ease-in-out;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.cs-box .bg-holder:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0.5turn, rgba(118, 38, 157, 0.53) 0%, rgba(24, 8, 32, 0.53) 59.05%, rgba(13, 4, 18, 0.53) 80.4%, rgba(3, 1, 5, 0.53) 100%);
}
.cs-box .bg-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-box .logo-holder {
  flex-grow: 1;
  margin-bottom: 30px;
}
.cs-box .post-block .description-holder {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs-box .cta_small {
  display: block;
  font-weight: 900;
  font-size: 18px;
  text-decoration: underline;
  margin-top: 30px;
}

.lcslt-wrap {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #969BA1;
}
.lcslt-wrap * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.lcslt-wrap .lcslt {
  background: #fff;
  border: 1px solid #989EA1;
  border-radius: 10px;
  padding: 0.96em 1em 0.9em;
}
.lcslt-wrap .lcslt:after {
  right: 1em !important;
}

.lcslt-shown {
  background: #fff;
  border-top: 1px solid #989EA1 !important;
  border: 1px solid #989EA1;
  border-radius: 15px;
  padding: 10px;
  margin-top: 5px;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-size: 16px !important;
  line-height: 1;
  color: #22282B;
}
.lcslt-shown * {
  font-family: inherit !important;
  font-size: inherit !important;
}
.lcslt-shown .lc-select-dd-scroll li {
  padding: 0.87em 1em;
  border-radius: 5px;
  cursor: pointer;
}
.lcslt-shown .lc-select-dd-scroll li:hover {
  background: #F6F6F6;
}
.lcslt-shown .lc-select-dd-scroll li:first-child {
  font-weight: 900;
}

section {
  position: relative;
  letter-spacing: -0.02em;
  overflow: hidden;
}
section .container {
  position: relative;
}
section .container > *:not(:where(.decoration-before, .decoration-after)) {
  position: relative;
  z-index: 10;
}

.header-block {
  --z-index-drop: 9300;
  --z-index-above-drop: 9500;
  display: grid;
  grid-template-columns: minmax(130px, 174px) 1fr;
  align-items: center;
  gap: 15px 30px;
  margin-bottom: 50px;
  font-size: 22px;
  color: #fff;
  z-index: var(--z-index-above-drop) !important;
}
.header-block .logo,
.header-block .nav-opener,
.header-block .column-01,
.header-block .column-02,
.header-block .column-03 {
  position: relative;
  z-index: var(--z-index-above-drop);
}
.header-block #nav-bar .nav-opener {
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 34px;
  height: 34px;
  position: relative;
  padding: 0 7px;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px 0;
  text-indent: -9999px;
  overflow: hidden;
}
.header-block #nav-bar .nav-opener:before, .header-block #nav-bar .nav-opener:after, .header-block #nav-bar .nav-opener span {
  transition: background 0.2s ease-in-out, width 0.2s ease-in-out, transform 0.2s ease-in-out;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
}
.header-block:has(.nav-active) #nav-bar.nav-active .nav-opener:before {
  transform: translate(0, 6px) rotate(-135deg);
  width: 20px;
}
.header-block:has(.nav-active) #nav-bar.nav-active .nav-opener span {
  width: 0;
}
.header-block:has(.nav-active) #nav-bar.nav-active .nav-opener:after {
  transform: translate(0, -6px) rotate(135deg);
  width: 20px;
}
.header-block:has(.nav-active) #nav-bar.nav-active .nav-drop {
  top: 0;
  left: 0;
  opacity: 1;
  transition: top 0s 0s, left 0s 0s, opacity 0.3s 0s, transform 0.3s 0s;
}

.intro-section {
  padding: 30px 0;
  background: #0D0115;
  line-height: 1.29;
  color: #BFBFBF;
}
.intro-section .decoration-before {
  max-width: 400px;
  position: absolute;
  top: 25%;
  left: -200px;
  translate: 0 -50%;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.intro-section .decoration-after {
  max-width: 400px;
  position: absolute;
  top: 70%;
  right: -250px;
  translate: 0 -50%;
  scale: -1;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.intro-section .heading-block {
  margin: 0 0 20px;
}
.intro-section .post-block {
  text-align: center;
  margin-bottom: 50px;
}
.intro-section .post-block:not(:has(~ .quote-block)) {
  margin: 0;
}
.intro-section .post-block mark {
  display: block;
  background: linear-gradient(to right, #D597ED, #fff);
  background-size: 300%;
  background-position: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 1.8em;
}
.intro-section .post-block h1, .intro-section .post-block h2, .intro-section .post-block h3, .intro-section .post-block h4, .intro-section .post-block h5, .intro-section .post-block h6 {
  margin-bottom: 0.6em;
}
.intro-section .post-block .column + .column {
  margin-top: 30px;
}
.intro-section .post-block .column.column-01 li:nth-child(1) {
  width: 15%;
}
.intro-section .post-block .column.column-01 li:nth-child(2) {
  width: 20%;
  margin-top: 25px;
}
.intro-section .post-block .column.column-01 li:nth-child(3) {
  width: 25%;
}
.intro-section .post-block .column.column-03 li:nth-child(1) {
  width: 15%;
  margin-top: 5%;
}
.intro-section .post-block .column.column-03 li:nth-child(2) {
  width: 25%;
}
.intro-section .post-block .image-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 30px;
}
.intro-section .post-block .image-list li {
  width: 100%;
  box-shadow: 12px 32px 80px -20px rgba(224, 223, 223, 0.4);
  border-radius: 15%;
  overflow: hidden;
}
.intro-section .post-block .image-list img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-section .quote-block .heading-block {
  text-align: center;
  margin: 0 0 15px;
}

.benefits-section {
  padding: 30px 0;
  color: #909DA2;
}
.benefits-section h1, .benefits-section h2, .benefits-section h3, .benefits-section h4, .benefits-section h5, .benefits-section h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: inherit;
  color: inherit;
}
.benefits-section .benefits-carousel .column:first-child {
  display: none;
}
.benefits-section .pagination-item {
  transition: color 0.2s ease-in-out;
  color: rgba(34, 40, 43, 0.15);
}
.benefits-section .pagination-item.active {
  color: #22282B;
}
.benefits-section .pagination-item + .pagination-item {
  margin-top: 14px;
}
.benefits-section .title-holder h1, .benefits-section .title-holder h2, .benefits-section .title-holder h3, .benefits-section .title-holder h4, .benefits-section .title-holder h5, .benefits-section .title-holder h6 {
  margin: 0;
}
.benefits-section .post-block {
  margin-bottom: -1em;
}
.benefits-section .post-block h1, .benefits-section .post-block h2, .benefits-section .post-block h3, .benefits-section .post-block h4, .benefits-section .post-block h5, .benefits-section .post-block h6 {
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 0.55em;
  color: #22282B;
}
.benefits-section .ico-holder {
  width: 50px;
  height: 50px;
  background: #712098;
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: #fff;
  margin-bottom: 30px;
  box-shadow: 8px 8px 22px rgba(123, 125, 138, 0.3);
}

.programm-section {
  padding: 30px 0;
  background: linear-gradient(230deg, #0D0418 27.18%, #712098 144.4%);
  color: #fff;
}
.programm-section p, .programm-section ul, .programm-section ol {
  margin: 0 0 1em;
}
.programm-section .decorated-image:before {
  transform: rotate(58deg) translate(7%, -50%);
}
.programm-section .decoration-after {
  max-width: 400px;
  position: absolute;
  bottom: -150px;
  right: -100px;
  scale: -1;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.programm-section .heading-block {
  margin: 0 0 20px;
}
.programm-section .programm-carousel h1, .programm-section .programm-carousel h2, .programm-section .programm-carousel h3, .programm-section .programm-carousel h4, .programm-section .programm-carousel h5, .programm-section .programm-carousel h6,
.programm-section .benefits-box h1,
.programm-section .benefits-box h2,
.programm-section .benefits-box h3,
.programm-section .benefits-box h4,
.programm-section .benefits-box h5,
.programm-section .benefits-box h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: inherit;
  color: inherit;
}
.programm-section .programm-carousel {
  margin-bottom: 30px;
}
.programm-section .programm-carousel:not(:has(+ .benefits-box)) {
  margin: 0;
}
.programm-section .programm-carousel .column:first-child {
  display: none;
}
.programm-section .programm-carousel .number {
  padding: 15px 0;
  margin: 0;
}
.programm-section .programm-carousel .number:before {
  counter-increment: section;
  content: "0" counter(section);
}
.programm-section .programm-carousel .post-block {
  position: relative;
  border-left: 1px solid #fff;
  padding: 17px 0 calc(20px - 1em) 20px;
}
.programm-section .programm-carousel .post-block:before {
  transition: height 0.2s ease-in-out;
  content: "";
  display: block;
  width: 3px;
  border-radius: 10px;
  height: 0;
  background: #712098;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -2px;
}
.programm-section .programm-carousel .post-block h1, .programm-section .programm-carousel .post-block h2, .programm-section .programm-carousel .post-block h3, .programm-section .programm-carousel .post-block h4, .programm-section .programm-carousel .post-block h5, .programm-section .programm-carousel .post-block h6 {
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.programm-section .programm_carousel-pagination,
.programm-section .programm_carousel-slider {
  counter-reset: section;
}
.programm-section .pagination-item {
  transition: color 0.2s ease-in-out;
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  color: rgba(255, 255, 255, 0.4);
}
.programm-section .pagination-item.active {
  color: #fff;
}
.programm-section .pagination-item.active .post-block:before {
  height: 100%;
  top: 0;
  bottom: auto;
}
.programm-section .img-holder img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.programm-section .benefits-box {
  background: rgba(151, 143, 147, 0.19);
  border: 1px solid #573E65;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.programm-section .benefits-box h4 {
  margin-bottom: 0.4em;
}
.programm-section .benefits-box .column {
  --padding: 20px;
  padding: var(--padding);
}
.programm-section .benefits-box .column + .column .post-holder {
  position: relative;
}
.programm-section .benefits-box .column + .column .post-holder:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: calc(var(--padding) - var(--padding) * 2);
  left: 0;
}
.programm-section .benefits-box .post-holder {
  margin-bottom: -1em;
  height: 100%;
}

.about-section {
  padding: 30px 0;
  color: #909DA2;
}
.about-section h1, .about-section h2, .about-section h3, .about-section h4, .about-section h5, .about-section h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #22282B;
  color: #22282B;
}
.about-section .title-column {
  margin: 0 0 20px;
}
.about-section .post-column {
  margin: 0 0 30px;
}
.about-section .post-column h1, .about-section .post-column h2, .about-section .post-column h3, .about-section .post-column h4, .about-section .post-column h5, .about-section .post-column h6 {
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 1.6em;
}
.about-section .socials-list {
  justify-content: flex-start;
  color: #712098;
}

.partners-section {
  padding: 30px 0;
  background: linear-gradient(180deg, #0D0418 32.26%, #712098 132.98%);
  color: #909DA2;
}
.partners-section .decoration-before {
  max-width: 350px;
  position: absolute;
  top: -100px;
  left: -200px;
  transform: rotate(14deg);
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.partners-section .decoration-after {
  max-width: 363px;
  position: absolute;
  bottom: -100px;
  right: -200px;
  scale: -1;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.partners-section .heading-block {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.015em;
}
.partners-section .heading-block:not(:has(+ .customers-list)) {
  margin: 0;
}
.partners-section .customers-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.partners-section .customers-list li {
  max-width: 200px;
}

.articles-section {
  padding: 30px 0;
  color: #909DA2;
}
.articles-section h1, .articles-section h2, .articles-section h3, .articles-section h4, .articles-section h5, .articles-section h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #22282B;
  color: #22282B;
}
.articles-section h6 {
  font-size: 19px;
}
.articles-section .decorated-image:before {
  transform: rotate(58deg) translate(5%, -50%);
}
.articles-section .heading-block {
  margin-bottom: 20px;
}
.articles-section .articles-block {
  border-top: 1px solid #E6E9EA;
}
.articles-section .articles-block h1, .articles-section .articles-block h2, .articles-section .articles-block h3, .articles-section .articles-block h4, .articles-section .articles-block h5, .articles-section .articles-block h6 {
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 1em;
}
.articles-section .articles-item2 {
  padding: 30px 0;
  border-bottom: 1px solid #E6E9EA;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "date" "post" "image";
}
.articles-section .articles-item2 .column-01 {
  grid-area: date;
  margin-bottom: 15px;
}
.articles-section .articles-item2 .column-02 {
  grid-area: title;
}
.articles-section .articles-item2 .column-03 {
  grid-area: post;
  margin-bottom: 30px;
}
.articles-section .articles-item2 .column-04 {
  grid-area: image;
}
.articles-section .articles-item {
  border-bottom: 1px solid #E6E9EA;
  padding: 30px 0;
}
.articles-section .articles-item .column-01 {
  grid-area: date;
  margin-bottom: 15px;
}
.articles-section .articles-item .column-02 {
  grid-area: post;
}
.articles-section .articles-item .column-03 {
  grid-area: image;
  margin-top: 20px;
}
.articles-section .info-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55em 15px;
}
.articles-section .info-block .category a {
  text-decoration: none;
}
.articles-section .info-block .category a:hover {
  text-decoration: underline;
}
.articles-section .info-block .date {
  font-size: 14px;
}
.articles-section .title-holder {
  display: block;
}
.articles-section .post-block {
  display: block;
  margin-bottom: -1.4em;
  text-decoration: none;
}
.articles-section .post-block .hide-mobile {
  display: none;
}
.articles-section .img-holder {
  aspect-ratio: 1.7/1.003;
}
.articles-section .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-section .btn-block {
  padding-top: 30px;
  text-align: center;
}
.articles-section .pagination-block {
  padding-top: 30px;
  font-size: 16px;
  color: #22282B;
}
.articles-section .pagination-block ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.articles-section .pagination-block ul a,
.articles-section .pagination-block ul span {
  width: 40px;
  height: 40px;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border: 1px solid #E6E9EA;
  border-radius: 50%;
  display: grid;
  place-content: center;
  padding-top: 0.25em;
  text-decoration: none;
}
.articles-section .pagination-block ul i {
  margin-right: 3px;
}
.articles-section .pagination-block ul a:not(:is(.prev, .next, .current)):hover {
  background: rgb(179.5239130435, 93.4173913043, 220.9826086957);
  border-color: rgb(179.5239130435, 93.4173913043, 220.9826086957);
  color: #fff;
}
.articles-section .pagination-block ul li:has(:where(.prev, .next, .dots)) {
  display: none;
}
.articles-section .pagination-block ul .prev,
.articles-section .pagination-block ul .next,
.articles-section .pagination-block ul .current {
  background: #712098;
  color: #fff;
  border-color: #712098;
}
.articles-section .pagination-block ul .prev,
.articles-section .pagination-block ul .next {
  padding: 0;
}
.articles-section .pagination-block ul .prev:hover,
.articles-section .pagination-block ul .next:hover {
  background: rgb(179.5239130435, 93.4173913043, 220.9826086957);
  border-color: rgb(179.5239130435, 93.4173913043, 220.9826086957);
}
.articles-section .pagination-block ul .next {
  scale: -1;
}

.call-section {
  background: linear-gradient(90deg, #0D0418 12.6%, #712098 113.65%);
  padding: 30px 0;
  color: #fff;
}
.call-section .decoration-before {
  max-width: 390px;
  position: absolute;
  top: -200px;
  left: -300px;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.call-section .decoration-after {
  max-width: 335px;
  position: absolute;
  bottom: -350px;
  right: -180px;
  scale: -1;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.call-section .heading-block h1:not(:has(+ *)), .call-section .heading-block h2:not(:has(+ *)), .call-section .heading-block h3:not(:has(+ *)), .call-section .heading-block h4:not(:has(+ *)), .call-section .heading-block h5:not(:has(+ *)), .call-section .heading-block h6:not(:has(+ *)) {
  margin: 0;
}
.call-section .column-01 {
  margin-bottom: 20px;
}
.call-section .column-02 {
  margin-bottom: 30px;
}

.form-section {
  padding: 30px 0;
}
.form-section:last-child.decoration-light:before {
  background-image: linear-gradient(to bottom right, #A2EFFF 50%, transparent 50%), linear-gradient(to bottom left, #EED5F9 50%, transparent 50%), linear-gradient(to top right, transparent 50%, transparent 50%), linear-gradient(to top left, transparent 50%, transparent 50%);
}
.form-section h1, .form-section h2, .form-section h3, .form-section h4, .form-section h5, .form-section h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #22282B;
  color: #22282B;
}
.form-section .left-column {
  margin: 0 0 20px;
}

.customer_stories-section {
  background: linear-gradient(90deg, #0D0418 12.6%, #712098 113.65%);
  padding: 30px 0;
  line-height: 1.29;
  color: #BFBFBF;
}
.customer_stories-section .decoration-before {
  max-width: 430px;
  position: absolute;
  top: 23%;
  left: -250px;
  translate: 0 -50%;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.customer_stories-section .decoration-after {
  max-width: 400px;
  position: absolute;
  top: 50%;
  right: -355px;
  translate: 0 -50%;
  scale: -1;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.customer_stories-section .heading-block {
  margin-bottom: 20px;
}
.customer_stories-section .heading-block:has(.btn-holder) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}
.customer_stories-section .heading-block:has(.btn-holder) .post-holder h1:not(:has(+ *)), .customer_stories-section .heading-block:has(.btn-holder) .post-holder h2:not(:has(+ *)), .customer_stories-section .heading-block:has(.btn-holder) .post-holder h3:not(:has(+ *)), .customer_stories-section .heading-block:has(.btn-holder) .post-holder h4:not(:has(+ *)), .customer_stories-section .heading-block:has(.btn-holder) .post-holder h5:not(:has(+ *)), .customer_stories-section .heading-block:has(.btn-holder) .post-holder h6:not(:has(+ *)) {
  margin: 0;
}

.blog_intro-section {
  padding: 30px 0;
  background: #0D0115;
  line-height: 1.29;
  color: #fff;
}
.blog_intro-section .category {
  color: inherit;
  margin-bottom: 25px;
}
.blog_intro-section .decoration-before {
  max-width: 400px;
  position: absolute;
  bottom: -250px;
  left: -200px;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: rotate(-74deg);
  z-index: 1;
}
.blog_intro-section .decoration-after {
  max-width: 400px;
  position: absolute;
  top: -150px;
  right: -200px;
  scale: -1;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.blog_intro-section .main-block:has(+ .featured-block) {
  margin-bottom: 30px;
}
.blog_intro-section .main-block .heading-block {
  margin-bottom: 20px;
}
.blog_intro-section .main-block .decorated-image {
  width: 100%;
  height: 100%;
}
.blog_intro-section .main-block .decorated-image:before {
  top: 36%;
}
.blog_intro-section .main-block .decorated-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.45/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_intro-section .main-block .columns-block .column + .column {
  margin-top: 30px;
}
.blog_intro-section .main-block .info-box {
  background: rgba(151, 143, 147, 0.19);
  border: 1px solid #573E65;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog_intro-section .main-block .info-box h1, .blog_intro-section .main-block .info-box h2, .blog_intro-section .main-block .info-box h3, .blog_intro-section .main-block .info-box h4, .blog_intro-section .main-block .info-box h5, .blog_intro-section .main-block .info-box h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: inherit;
  color: inherit;
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.blog_intro-section .main-block .info-box .top-block {
  padding-bottom: 23px;
  border-bottom: 1px solid #fff;
}
.blog_intro-section .main-block .info-box .bottom-block {
  padding-top: 20px;
  margin-top: auto;
}
.blog_intro-section .main-block .info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
  margin-top: 0.75em;
}
.blog_intro-section .main-block .info-list i {
  font-size: 14px;
  margin-right: 3px;
}
.blog_intro-section .main-block .info-list li:not(:last-child) {
  position: relative;
  padding-right: 23px;
  margin-right: 19px;
}
.blog_intro-section .main-block .info-list li:not(:last-child):after {
  width: 5px;
  height: 5px;
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 2.5px);
  right: 0;
}
.blog_intro-section .featured-block .heading-block {
  margin-bottom: 20px;
}
.blog_intro-section .featured-block .columns-block .column + .column {
  margin-top: 30px;
}
.blog_intro-section .featured-block .blog-box {
  transition: background 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  background: rgba(151, 143, 147, 0.19);
  border: 1px solid #573E65;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px;
  height: 100%;
  text-decoration: none;
}
.blog_intro-section .featured-block .blog-box h1, .blog_intro-section .featured-block .blog-box h2, .blog_intro-section .featured-block .blog-box h3, .blog_intro-section .featured-block .blog-box h4, .blog_intro-section .featured-block .blog-box h5, .blog_intro-section .featured-block .blog-box h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: inherit;
  color: inherit;
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.blog_intro-section .featured-block .blog-box h6 {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: calc(0.5em + 27px);
}
.blog_intro-section .featured-block .blog-box:hover {
  background: rgba(151, 143, 147, 0.13);
}
.blog_intro-section .featured-block .blog-box:hover .decorated-image:before {
  top: 20%;
}
.blog_intro-section .featured-block .decorated-image {
  margin-bottom: 17px;
}
.blog_intro-section .featured-block .decorated-image:before {
  top: 10%;
}
.blog_intro-section .featured-block .decorated-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.7247/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_intro-section .featured-block .info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px 30px;
  margin-top: auto;
}
.blog_intro-section .featured-block .info-list i {
  font-size: 14px;
  margin-right: 3px;
}

.single_intro-section {
  padding: 30px 0;
  background: #0D0115;
  line-height: 1.5;
  color: #fff;
  overflow: visible;
  contain: paint;
}
.single_intro-section.decoration-dark {
  position: relative;
}
.single_intro-section.decoration-dark:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0D0115 0, transparent 10%), linear-gradient(to bottom right, rgba(107, 27, 59, 0.3) 20%, transparent 20%), linear-gradient(to bottom left, rgba(79, 25, 105, 0.3) 20%, transparent 20%), linear-gradient(to top right, rgba(118, 38, 157, 0.2) 20%, transparent 20%), linear-gradient(to top left, rgba(0, 189, 255, 0.1) 20%, transparent 20%);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
  max-height: 2000px;
}
.single_intro-section h1, .single_intro-section h2, .single_intro-section h3, .single_intro-section h4, .single_intro-section h5, .single_intro-section h6 {
  display: block;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: inherit;
  color: inherit;
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.34;
  margin: 30px 0 20px;
}
.single_intro-section h2 {
  line-height: 1.2;
}
.single_intro-section .category {
  color: inherit;
}
.single_intro-section .single_post-block {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.single_intro-section .share-block {
  position: sticky;
  top: 30px;
  left: 0;
  margin-bottom: 30px;
}
.single_intro-section .share-block .heateorSssClear {
  visibility: hidden;
}
.single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_title {
  font-weight: 400 !important;
  line-height: 1.4;
  margin-bottom: 10px;
}
.single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a {
  display: block;
}
.single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a:hover .heateor_sss_svg {
  background: transparent !important;
}
.single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a:hover .heateor_sss_svg path,
.single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul a:hover .heateor_sss_svg circle {
  fill: #fff;
}
.single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_svg {
  width: 40px !important;
  height: 40px !important;
  transition: background 0.2s ease-in-out;
  box-sizing: border-box !important;
  padding: 5px !important;
  background: #fff !important;
  border: 1px solid #fff !important;
}
.single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_svg path,
.single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_svg circle {
  transition: fill 0.2s ease-in-out;
  fill: #712098;
}
.single_intro-section .share-block-02 {
  position: sticky;
  top: 30px;
  left: 0;
  margin-top: 10px;
}
.single_intro-section .share-block-02 .text {
  margin-bottom: 10px;
}
.single_intro-section .share-block-02 .a2a_kit {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.single_intro-section .share-block-02 .a2a_kit a {
  width: 40px;
  height: 40px;
  transition: background 0.2s ease-in-out;
  position: relative;
  display: block;
  background: #fff;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.single_intro-section .share-block-02 .a2a_kit a:hover {
  background: transparent;
}
.single_intro-section .share-block-02 .a2a_kit a:hover path,
.single_intro-section .share-block-02 .a2a_kit a:hover circle {
  fill: #fff;
}
.single_intro-section .share-block-02 .a2a_kit a .a2a_svg {
  width: 100%;
  height: 100%;
  display: block;
}
.single_intro-section .share-block-02 .a2a_kit a .a2a_label {
  position: absolute !important;
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.single_intro-section .share-block-02 .a2a_kit a path,
.single_intro-section .share-block-02 .a2a_kit a circle {
  transition: fill 0.2s ease-in-out;
  fill: #712098;
}
.single_intro-section .heading-block {
  margin-bottom: 30px;
}
.single_intro-section .heading-block h1, .single_intro-section .heading-block h2, .single_intro-section .heading-block h3, .single_intro-section .heading-block h4, .single_intro-section .heading-block h5, .single_intro-section .heading-block h6 {
  margin: 0 0 0.45em;
}
.single_intro-section .heading-block .decorated-image {
  margin-top: 30px;
}
.single_intro-section .heading-block .decorated-image:before {
  top: 40%;
}
.single_intro-section .heading-block .decorated-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2.027/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_intro-section .title-holder {
  grid-area: title;
  margin-bottom: 25px;
}
.single_intro-section .info-list {
  grid-area: date;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
  margin-bottom: 25px;
}
.single_intro-section .info-list i {
  font-size: 14px;
  margin-right: 3px;
}
.single_intro-section .info-list li:not(:last-child) {
  position: relative;
  padding-right: 23px;
  margin-right: 19px;
}
.single_intro-section .info-list li:not(:last-child):after {
  width: 5px;
  height: 5px;
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 2.5px);
  right: 0;
}
.single_intro-section .main-block {
  grid-area: post;
}
.single_intro-section .main-block iframe {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  margin: 30px 0;
}
.single_intro-section .main-block .wp-video {
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px;
  overflow: hidden;
  margin: 30px 0;
}
.single_intro-section .main-block .wp-video .mejs-container,
.single_intro-section .main-block .wp-video .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
}

.privacy-section {
  padding: 30px 0 10px;
  background: #0D0115;
  line-height: 1.5;
  color: #fff;
  overflow: visible;
  contain: paint;
}
.privacy-section h1, .privacy-section h2, .privacy-section h3, .privacy-section h4, .privacy-section h5, .privacy-section h6 {
  display: block;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: inherit;
  color: inherit;
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.34;
  margin: 30px 0 20px;
}
.privacy-section h2 {
  line-height: 1.2;
}
.privacy-section.decoration-dark {
  position: relative;
}
.privacy-section.decoration-dark:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0D0115 0, transparent 10%), linear-gradient(to bottom right, rgba(107, 27, 59, 0.3) 20%, transparent 20%), linear-gradient(to bottom left, rgba(79, 25, 105, 0.3) 20%, transparent 20%), linear-gradient(to top right, rgba(118, 38, 157, 0.2) 20%, transparent 20%), linear-gradient(to top left, rgba(0, 189, 255, 0.1) 20%, transparent 20%);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
  max-height: 80%;
}
.privacy-section .post-block {
  max-width: 700px;
  margin: 0 auto;
}

.cs_intro-section {
  padding: 30px 0;
  background: #0D0115;
  color: #fff;
}
.cs_intro-section .decoration-before {
  max-width: 400px;
  position: absolute;
  bottom: -250px;
  left: -200px;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: rotate(-74deg);
  z-index: 1;
}
.cs_intro-section .decoration-after {
  max-width: 400px;
  position: absolute;
  top: -150px;
  right: -200px;
  scale: -1;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.cs_intro-section .heading-block {
  margin: 0;
}
.cs_intro-section .featured-block .heading-block {
  margin-bottom: 10px;
}
.cs_intro-section .featured-block .columns-block .column + .column {
  margin-top: 30px;
}

.cs_articles-section {
  padding: 30px 0;
}
.cs_articles-section .controls {
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
  text-align: center;
  margin-bottom: 30px;
}
.cs_articles-section .controls label {
  font-size: 20px;
  font-weight: 900;
  color: #22282B;
  flex-shrink: 0;
}
.cs_articles-section .controls fieldset {
  width: 100%;
}
.cs_articles-section .grid {
  --_grid-gap: 10px;
  position: relative;
  margin: calc(0px - var(--_grid-gap));
}
.cs_articles-section .item {
  position: absolute;
  width: calc(100% - var(--_grid-gap) * 2);
  margin: var(--_grid-gap);
}
.cs_articles-section .btn-holder {
  text-align: center;
  margin-top: 30px;
}
.cs_articles-section .btn-holder .loaded {
  display: none;
  font-weight: 900;
  font-size: 20px;
  color: #22282B;
}
.cs_articles-section .btn-holder:has(.is-loaded) .btn {
  display: none;
}
.cs_articles-section .btn-holder:has(.is-loaded) .loaded {
  display: block;
}

.cs_transformation-section {
  padding: 30px 0;
  color: #909DA2;
}
.cs_transformation-section p, .cs_transformation-section ul, .cs_transformation-section ol {
  margin: 0 0 1em;
}
.cs_transformation-section .heading-block {
  margin: 0 0 20px;
}
.cs_transformation-section h1, .cs_transformation-section h2, .cs_transformation-section h3, .cs_transformation-section h4, .cs_transformation-section h5, .cs_transformation-section h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: inherit;
  color: #22282B;
}
.cs_transformation-section .columns-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cs_transformation-section .img-holder img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_transformation-section .post-holder h1, .cs_transformation-section .post-holder h2, .cs_transformation-section .post-holder h3, .cs_transformation-section .post-holder h4, .cs_transformation-section .post-holder h5, .cs_transformation-section .post-holder h6 {
  font-weight: 900;
  font-family: "Overpass", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.cs_transformation-section .post-holder h4, .cs_transformation-section .post-holder h5, .cs_transformation-section .post-holder h6 {
  margin-bottom: 1em;
}
.cs_transformation-section .post-holder hr {
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #E6E9EA;
}
.cs_transformation-section .cta_small {
  display: block;
  font-weight: 900;
  font-size: 18px;
  color: #712098;
  text-decoration: underline;
}
.cs_transformation-section .cta_small:hover {
  text-decoration: none;
}

.cs-intro .heading-block .info-list {
  font-size: 16px;
}
.cs-intro .heading-block .info-list li:not([class]) {
  max-width: 360px;
}
.cs-intro .heading-block .info-list .category {
  text-overflow: none;
  overflow: unset;
}
.cs-intro .testimonial-box {
  position: sticky;
  top: 30px;
  left: 0;
  margin-top: 10px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 15px;
  font-size: 16px;
  color: #22282B;
}
.cs-intro .testimonial-box .img-holder {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.cs-intro .testimonial-box .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-intro .testimonial-box .post-holder {
  margin-bottom: 15px;
}
.cs-intro .testimonial-box .information-holder {
  font-weight: 500;
  color: #909DA2;
  margin-bottom: 15px;
}
.cs-intro .testimonial-box .information-holder span {
  display: block;
}
.cs-intro .testimonial-box .information-holder .name {
  display: flex;
  align-items: center;
  gap: 0 15px;
  font-size: 18px;
  color: #22282B;
}
.cs-intro .testimonial-box .information-holder .name:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #22282B;
}

main:has(.decoration-light:last-child) ~ #footer {
  overflow: clip visible;
}

#footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 30px 0;
  color: #909DA2;
  text-align: center;
}
#footer:before, #footer:after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  filter: blur(150px);
  z-index: -1;
}
#footer:before {
  background: #E9C2FB;
  top: -150px;
  left: 0;
}
#footer:after {
  background: #D5EAF9;
  bottom: 0;
  right: 0;
}
#footer .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#footer .menu-holder {
  order: 2;
}
#footer .menu-holder a {
  display: block;
}
#footer .menu-holder a:not([href]) {
  color: #22282B;
}
#footer .menu-holder .menu-list {
  display: block;
  -moz-columns: 2;
       columns: 2;
  gap: 15px;
  text-align: left;
}
#footer .menu-holder .menu-list [aria-current=page] {
  color: rgb(179.5239130435, 93.4173913043, 220.9826086957);
}
#footer .menu-holder .menu-list li {
  padding: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
#footer .menu-holder .menu-list li:after {
  display: none;
}
#footer .menu-holder .menu-list li:has(> ul) {
  font-weight: 900;
  color: #22282B;
}
#footer .menu-holder .menu-list li:has(> ul) > ul {
  font-weight: 400;
  color: #989EA1;
}
#footer .menu-holder .menu-list ul {
  margin-top: 10px;
}
#footer .menu-holder .menu-list ul li + li {
  margin-top: 5px;
}
#footer .columns-block {
  display: contents;
}
#footer .columns-block .column:first-child {
  order: 1;
}
#footer .columns-block .column:nth-child(2) {
  order: 4;
}
#footer .columns-block .column:last-child {
  order: 3;
}
#footer .columns-block .logo {
  max-width: 160px;
  margin: 0 auto;
}
#footer .columns-block .post-holder {
  margin-bottom: -1.4em;
  letter-spacing: -0.02em;
}
#footer .columns-block .socials-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .columns-block .socials-list a:hover i {
  background-position: right top;
}
#footer .columns-block .socials-list i {
  transition: background-position 0.2s ease-in-out;
  display: block;
  background: linear-gradient(to right, #9B4FBF 0%, #712098 50%, #9B4FBF 100%);
  background-size: 200% 100%;
  background-position: left top;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (min-width: 480px){
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  textarea {
    padding: 1.22em 1.6em 1.1em;
  }
  button,
  input[type=button],
  input[type=reset],
  input[type=file],
  input[type=submit] {
    flex-shrink: 0;
  }
  .form-holder:has(.sent) .wpcf7 .wpcf7-response-output {
    font-size: 20px;
  }
  .form-holder .submit-field span {
    max-width: 260px;
  }
  h1 {
    font-size: 47px;
  }
  h2 {
    font-size: 39px;
  }
  h3 {
    font-size: 33px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 19px;
  }
  .cta {
    gap: 0 25px;
  }
  .btn {
    width: auto;
    padding: 1.1em 2.5em 0.9em;
  }
  .socials-list {
    font-size: 22px;
  }
  .slick-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slick-slider:has(~ .progress) ~ .progress {
    top: -25px;
    width: calc(100% - 150px);
  }
  .slick-slider[data-carousel=progress_bar-carousel] .stories-box {
    font-size: 18px;
  }
  .cs-box h6 {
    font-size: 18px;
  }
  .intro-section {
    font-size: 18px;
  }
  .benefits-section {
    font-size: 18px;
  }
  .programm-section {
    font-size: 18px;
  }
  .programm-section .benefits-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .programm-section .benefits-box .column {
    width: 50%;
  }
  .programm-section .benefits-box .column + .column .post-holder:before {
    width: calc(100% - var(--padding));
    left: calc(var(--padding) / 2);
  }
  .programm-section .benefits-box .column + .column .post-holder:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - var(--padding));
    background: #fff;
    position: absolute;
    top: calc(var(--padding) / 2);
    left: calc(var(--padding) - var(--padding) * 2);
  }
  .programm-section .benefits-box .column:nth-child(2) .post-holder:before {
    display: none;
  }
  .programm-section .benefits-box .column:nth-child(3) .post-holder:after {
    display: none;
  }
  .about-section {
    font-size: 18px;
  }
  .partners-section {
    font-size: 18px;
  }
  .articles-section {
    font-size: 18px;
  }
  .articles-section .articles-item2 {
    align-items: center;
    grid-template-columns: minmax(100px, 0.5fr) 1fr;
    grid-template-areas: "date title" "date post" "image image";
    gap: 0 30px;
  }
  .articles-section .articles-item {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(100px, 0.5fr) 1fr;
    grid-template-areas: "date post" "image image";
    gap: 0 30px;
  }
  .articles-section .articles-item .column-01 {
    margin: 0;
  }
  .articles-section .info-block .date {
    font-size: 16px;
  }
  .articles-section .title-holder {
    display: none;
  }
  .articles-section .post-block .hide-mobile {
    display: block;
  }
  .articles-section .pagination-block ul {
    gap: 0 15px;
  }
  .blog_intro-section {
    font-size: 18px;
  }
  .blog_intro-section .featured-block .blog-box h6 {
    font-size: 18px;
  }
  .single_intro-section {
    font-size: 18px;
  }
  .privacy-section {
    font-size: 18px;
  }
  .cs_transformation-section {
    font-size: 18px;
  }
  #footer .menu-holder .menu-list li:has(> ul) {
    font-size: 18px;
  }
  #footer .menu-holder .menu-list li:has(> ul) > ul {
    font-size: 18px;
  }
}
@media (min-width: 650px){
  .header-block {
    font-size: 18px;
    grid-template-columns: 1fr minmax(130px, 174px) 1fr;
    grid-template-areas: "menu logo socials";
  }
  .header-block .column-01 {
    grid-area: logo;
  }
  .header-block .column-02 {
    grid-area: menu;
  }
  .header-block .column-03 {
    grid-area: socials;
  }
  .header-block #nav-bar .nav-opener {
    display: none;
  }
  .header-block #nav-bar,
  .header-block .nav-drop {
    display: contents;
  }
  .articles-section .pagination-block ul li:has(:where(.prev, .next, .dots)) {
    display: grid;
  }
  .articles-section .pagination-block ul .prev,
  .articles-section .pagination-block ul .next {
    font-size: 22px;
  }
  .blog_intro-section .featured-block .columns-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .blog_intro-section .featured-block .columns-block .column + .column {
    margin: 0;
  }
  .single_intro-section .single_post-block {
    flex-direction: row;
    gap: 0 30px;
  }
  .single_intro-section .single_post-block .main-column {
    max-width: 760px;
  }
  .single_intro-section .share-block .heateor_sss_horizontal_sharing {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_title {
    margin-bottom: 25px;
  }
  .single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_sharing_ul {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .single_intro-section .share-block-02 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
  }
  .single_intro-section .share-block-02 .text {
    margin-bottom: 20px;
  }
  .single_intro-section .share-block-02 .a2a_kit {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .single_intro-section .heading-block {
    display: grid;
    grid-template-areas: "date" "title" "post";
  }
  .single_intro-section .heading-block .decorated-image {
    margin-top: calc(35px - 1em);
  }
  .single_intro-section .title-holder {
    margin: 0;
  }
  .cs_intro-section .featured-block .columns-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .cs_intro-section .featured-block .columns-block .column + .column {
    margin: 0;
  }
  .cs_articles-section .controls {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .cs_articles-section .grid {
    --_grid-gap: 15px;
  }
  .cs_articles-section .item {
    width: calc(50% - var(--_grid-gap) * 2);
  }
  .cs-intro .heading-block .info-list {
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .cs-intro .single_post-block {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px){
  .form-holder:has(.sent) {
    height: 100%;
  }
  .form-holder:has(.sent) .wpcf7,
  .form-holder:has(.sent) .sent,
  .form-holder:has(.sent) .wpcf7-response-output {
    height: 100%;
  }
  .form-holder:has(.sent) .wpcf7 .wpcf7-response-output {
    padding: 0 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .form-holder .submit-field {
    gap: 10px 40px;
  }
  .container {
    padding: 0 30px;
  }
  .cta:before {
    width: 69px;
    height: 69px;
  }
  .menu-list,
  .socials-list {
    gap: 0 30px;
  }
  .slick-slider:has(~ .progress) {
    gap: 40px 20px;
  }
  .slick-slider[data-carousel=progress_bar_single-carousel] ~ .progress {
    width: 100%;
    top: 0;
    margin-top: 30px;
  }
  .slick-slider[data-carousel=progress_bar_single-carousel] .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
  }
  .slick-slider[data-carousel=progress_bar_single-carousel] .quote-box {
    width: 70vw;
  }
  .slick-slider[data-carousel=progress_bar_single-carousel] .quote-box .main-block {
    font-size: 20px;
  }
  .slick-slider[data-carousel=progress_bar-carousel] .slick-slide {
    padding-right: 30px;
  }
  .slick-slider[data-carousel=progress_bar-carousel] .stories-box {
    padding: 25px 35px;
  }
  .slick-slider[data-carousel=progress_bar-carousel] .stories-box .profile-block {
    gap: 0 30px;
  }
  .header-block {
    margin-bottom: 80px;
  }
  .intro-section {
    padding: 30px 0 50px;
  }
  .intro-section .decoration-before {
    max-width: none;
    top: 63%;
    left: -525px;
  }
  .intro-section .decoration-after {
    max-width: none;
    top: 35%;
    right: -380px;
  }
  .intro-section .post-block {
    display: grid;
    grid-template-columns: 1fr clamp(500px, 70vw, 775px) 1fr;
    margin-bottom: 80px;
  }
  .intro-section .post-block .column + .column {
    margin: 0;
  }
  .intro-section .post-block .column.column-01 li:nth-child(1) {
    width: 70%;
    max-width: 96px;
    align-self: flex-end;
    margin-right: -30px;
  }
  .intro-section .post-block .column.column-01 li:nth-child(2) {
    margin-top: 0;
    width: 100%;
    max-width: 164px;
  }
  .intro-section .post-block .column.column-01 li:nth-child(3) {
    width: 130%;
    max-width: 196px;
    align-self: flex-end;
    margin-right: -30px;
  }
  .intro-section .post-block .column.column-02 {
    align-self: center;
    margin-top: 5%;
    padding: 0 30px;
  }
  .intro-section .post-block .column.column-03 {
    margin: 30px 0 0;
  }
  .intro-section .post-block .column.column-03 li:nth-child(1) {
    margin-top: 0;
    width: 90%;
    max-width: 132px;
    align-self: flex-end;
  }
  .intro-section .post-block .column.column-03 li:nth-child(2) {
    width: calc(100% + 30px);
    max-width: 264px;
    align-self: flex-end;
  }
  .intro-section .post-block .image-list {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px 0;
  }
  .benefits-section {
    padding: 50px 0;
  }
  .benefits-section .benefits-carousel {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
  .benefits-section .benefits-carousel .column {
    width: calc(50.43% - 15px);
  }
  .benefits-section .benefits-carousel .column:first-child {
    display: block;
    max-width: 530px;
  }
  .benefits-section .benefits-carousel .column:nth-child(2) {
    max-width: 560px;
    width: calc(49.57% - 15px);
    margin-top: 5px;
  }
  .benefits-section .pagination-item {
    cursor: pointer;
  }
  .benefits-section .post-block {
    max-width: 500px;
    margin-left: auto;
  }
  .benefits-section .ico-holder {
    margin-bottom: 45px;
  }
  .programm-section {
    padding: 50px 0;
  }
  .programm-section .decoration-after {
    max-width: none;
    scale: 1;
    top: -225px;
    bottom: -95px;
    right: -350px;
  }
  .programm-section .decoration-after img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .programm-section .programm-carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 50px;
  }
  .programm-section .programm-carousel .column {
    width: calc(50.43% - 15px);
  }
  .programm-section .programm-carousel .column:first-child {
    display: block;
    max-width: 530px;
  }
  .programm-section .programm-carousel .column:nth-child(2) {
    max-width: 560px;
    width: calc(49.57% - 15px);
  }
  .programm-section .programm-carousel .number {
    width: 50px;
  }
  .programm-section .programm-carousel .post-block {
    padding-left: 30px;
  }
  .programm-section .pagination-item {
    cursor: pointer;
  }
  .programm-section .programm_carousel-slider .number,
  .programm-section .programm_carousel-slider .post-block {
    display: none;
  }
  .programm-section .benefits-box .column {
    width: 25%;
  }
  .programm-section .benefits-box .column:nth-child(3) .post-holder:before {
    display: none;
  }
  .programm-section .benefits-box .column:nth-child(3) .post-holder:after {
    display: block;
  }
  .programm-section .benefits-box .column:nth-child(4) .post-holder:before {
    display: none;
  }
  .about-section {
    padding: 50px 0;
  }
  .about-section .columns-block {
    display: grid;
    grid-template-columns: minmax(calc(50.43% - 15px), 1fr) minmax(calc(49.57% - 15px), 560px);
    gap: 0 30px;
  }
  .about-section .post-column {
    grid-area: 1/2/3/-1;
    margin: 10px 0 0;
  }
  .about-section .post-holder {
    margin-bottom: -1.4em;
  }
  .about-section .socials-column {
    margin-top: auto;
  }
  .partners-section {
    padding: 50px 0;
  }
  .partners-section .decoration-before {
    max-width: 466px;
    top: -220px;
    left: -360px;
  }
  .partners-section .decoration-after {
    bottom: -135px;
    scale: 1;
  }
  .partners-section .heading-block {
    margin-bottom: 50px;
  }
  .articles-section {
    padding: 50px 0;
  }
  .articles-section .articles-item2 {
    padding: 40px 0;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title image" "date image" "post image";
  }
  .articles-section .articles-item2 .column-03 {
    margin: 0;
  }
  .articles-section .articles-item {
    padding: 40px 0;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "date image" "post image";
  }
  .articles-section .articles-item .column-01 {
    align-self: flex-end;
    margin-bottom: 15px;
  }
  .articles-section .articles-item .column-02 {
    align-self: flex-start;
  }
  .articles-section .articles-item .column-03 {
    margin: 0;
  }
  .articles-section .title-holder {
    display: block;
  }
  .articles-section .post-block .hide-mobile {
    display: none;
  }
  .articles-section .btn-block {
    padding-top: 50px;
  }
  .articles-section .pagination-block {
    font-size: 18px;
    padding-top: 50px;
  }
  .articles-section .pagination-block ul a,
  .articles-section .pagination-block ul span {
    width: 50px;
    height: 50px;
  }
  .call-section {
    padding: 50px 0;
  }
  .call-section .decoration-before {
    top: -285px;
    left: -5px;
  }
  .call-section .decoration-after {
    bottom: -350px;
    right: -180px;
    scale: 1;
  }
  .call-section .columns-block {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 0 30px;
  }
  .call-section .column-01 {
    margin: 0;
  }
  .call-section .column-02 {
    margin: 0;
  }
  .call-section .column-03 {
    text-align: right;
  }
  .form-section {
    padding: 50px 0;
  }
  .form-section .columns-block {
    display: flex;
    gap: 0 30px;
  }
  .form-section .left-column {
    margin: -5px 0 0;
    flex: 1;
    max-width: 470px;
  }
  .form-section .right-column {
    flex: 1;
  }
  .customer_stories-section {
    padding: 50px 0;
  }
  .customer_stories-section .heading-block:has(.btn-holder) {
    margin-bottom: 40px;
  }
  .blog_intro-section {
    padding: 30px 0 50px;
  }
  .blog_intro-section .decoration-before {
    max-width: 650px;
    bottom: -550px;
    left: -405px;
  }
  .blog_intro-section .decoration-after {
    max-width: none;
    top: auto;
    bottom: 190px;
    right: -380px;
  }
  .blog_intro-section .main-block:has(+ .featured-block) {
    margin-bottom: 50px;
  }
  .blog_intro-section .main-block .columns-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
  .blog_intro-section .main-block .columns-block .column + .column {
    margin: 0;
  }
  .single_intro-section {
    padding: 30px 0;
  }
  .single_intro-section h1, .single_intro-section h2, .single_intro-section h3, .single_intro-section h4, .single_intro-section h5, .single_intro-section h6 {
    margin: 40px 0 20px;
  }
  .single_intro-section .single_post-block .aside-column {
    width: calc(24.57% - 15px);
  }
  .single_intro-section .single_post-block .main-column {
    width: calc(75.43% - 15px);
  }
  .single_intro-section .share-block {
    top: 40px;
  }
  .single_intro-section .share-block .heateor_sss_horizontal_sharing .heateor_sss_svg {
    width: 55px !important;
    height: 55px !important;
    padding: 8px !important;
  }
  .single_intro-section .share-block-02 {
    top: 40px;
  }
  .single_intro-section .share-block-02 .a2a_kit a {
    width: 55px;
    height: 55px;
    padding: 8px;
  }
  .single_intro-section .heading-block {
    margin-bottom: 40px;
  }
  .single_intro-section .main-block iframe {
    margin: 40px 0;
  }
  .single_intro-section .main-block .wp-video {
    margin: 40px 0;
  }
  .privacy-section {
    padding: 30px 0;
  }
  .privacy-section h1, .privacy-section h2, .privacy-section h3, .privacy-section h4, .privacy-section h5, .privacy-section h6 {
    margin: 40px 0 20px;
  }
  .cs_intro-section {
    padding: 30px 0 50px;
  }
  .cs_intro-section .decoration-before {
    max-width: 650px;
    bottom: -550px;
    left: -405px;
  }
  .cs_intro-section .decoration-after {
    max-width: none;
    top: auto;
    bottom: 190px;
    right: -380px;
  }
  .cs_articles-section {
    padding: 50px 0;
  }
  .cs_articles-section .controls {
    margin-bottom: 50px;
  }
  .cs_articles-section .controls fieldset {
    max-width: 400px;
  }
  .cs_articles-section .btn-holder {
    margin-top: 40px;
  }
  .cs_transformation-section {
    padding: 50px 0;
  }
  .cs_transformation-section .columns-block {
    flex-direction: row;
    align-items: center;
  }
  .cs_transformation-section .columns-block .column {
    flex: 1;
  }
  .cs_transformation-section .columns-block .column:first-child {
    max-width: 560px;
  }
  .cs-intro .heading-block .info-list {
    flex-direction: column;
  }
  .cs-intro .single_post-block {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .cs-intro .single_post-block .main-column {
    max-width: 775px;
    width: auto;
    flex: 1.5;
  }
  .cs-intro .single_post-block .aside-column {
    max-width: 320px;
    width: auto;
    flex: 1;
  }
  .cs-intro .testimonial-box {
    top: 40px;
    margin: 0;
  }
  #footer {
    padding: 40px 0;
  }
  #footer .container {
    display: block;
  }
  #footer .menu-holder .menu-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  #footer .menu-holder .menu-list li:first-child:has(> ul) > ul {
    -moz-columns: 2;
         columns: 2;
    gap: 15px;
  }
  #footer .columns-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 15px;
  }
  #footer .columns-block .column:first-child {
    min-width: 160px;
  }
  #footer .columns-block .column:nth-child(2) {
    order: 2;
  }
  #footer .columns-block .column:last-child {
    min-width: 160px;
    order: 3;
  }
  #footer .columns-block .logo {
    margin: 0;
  }
}
@media (min-width: 1024px){
  .form-holder:has(.sent) .wpcf7 .wpcf7-response-output {
    font-size: 22px;
  }
  .codedropz-upload-wrapper .codedropz-upload-handler {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='40' ry='40' stroke='%23333' stroke-width='1' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 40px;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 36px;
  }
  h5 {
    font-size: 29px;
  }
  h6 {
    font-size: 24px;
  }
  .container {
    width: 100%;
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .menu-list,
  .socials-list {
    gap: 0 40px;
  }
  .socials-list {
    font-size: 24px;
    gap: 0 45px;
  }
  .slick-slider[data-carousel=progress_bar_single-carousel] .quote-box .main-block {
    font-size: 24px;
  }
  .slick-slider[data-carousel=progress_bar-carousel] .slick-slide {
    padding-right: 40px;
  }
  .cs-box h6 {
    font-size: 20px;
  }
  .header-block {
    margin-bottom: 110px;
  }
  .intro-section {
    padding: 30px 0 75px;
    font-size: 21px;
  }
  .intro-section .decoration-before {
    opacity: 1;
  }
  .intro-section .decoration-after {
    opacity: 1;
  }
  .intro-section .post-block {
    margin-bottom: 130px;
  }
  .intro-section .post-block .column.column-01 li:nth-child(1) {
    margin-right: 2%;
  }
  .intro-section .post-block .column.column-01 li:nth-child(3) {
    margin-right: -70%;
  }
  .intro-section .post-block .column.column-02 {
    margin-top: 0;
  }
  .intro-section .post-block .column.column-03 {
    margin: 45px 0 10px;
  }
  .intro-section .post-block .image-list {
    gap: 95px 0;
  }
  .benefits-section {
    font-size: 20px;
    padding: 90px 0;
  }
  .programm-section {
    padding: 85px 0;
  }
  .programm-section .decoration-after {
    opacity: 1;
  }
  .programm-section .programm-carousel .post-block {
    padding-left: 50px;
  }
  .programm-section .pagination-item {
    grid-template-columns: 90px 1fr;
  }
  .about-section {
    font-size: 20px;
    padding: 55px 0;
  }
  .about-section .socials-list {
    gap: 0 45px;
  }
  .partners-section {
    font-size: 21px;
    padding: 75px 0 95px;
  }
  .partners-section .decoration-before {
    opacity: 1;
  }
  .partners-section .decoration-after {
    opacity: 1;
  }
  .partners-section .customers-list {
    gap: 50px 55px;
  }
  .articles-section {
    padding: 85px 0;
    font-size: 20px;
  }
  .articles-section h6 {
    font-size: 24px;
  }
  .articles-section .articles-item2 {
    justify-content: space-between;
    grid-template-columns: minmax(auto, 170px) minmax(auto, 630px) minmax(auto, 300px);
    grid-template-areas: "date title image" "date post image";
  }
  .articles-section .articles-item {
    justify-content: space-between;
    grid-template-columns: minmax(auto, 170px) minmax(auto, 630px) minmax(auto, 300px);
    grid-template-areas: "date post image";
  }
  .articles-section .articles-item .column-01 {
    align-self: unset;
  }
  .articles-section .articles-item .column-02 {
    align-self: unset;
  }
  .articles-section .info-block {
    margin-top: 0.65em;
  }
  .articles-section .title-holder {
    display: none;
  }
  .articles-section .post-block {
    max-width: 590px;
  }
  .articles-section .post-block .hide-mobile {
    display: block;
  }
  .articles-section .btn-block {
    padding-top: 65px;
  }
  .articles-section .pagination-block {
    padding-top: 65px;
  }
  .call-section {
    padding: 55px 0;
    min-height: 270px;
    display: flex;
    align-items: center;
  }
  .call-section .decoration-before {
    opacity: 1;
  }
  .call-section .decoration-after {
    opacity: 1;
  }
  .call-section .columns-block {
    grid-template-columns: 2.25fr 1.2fr 1fr;
  }
  .form-section {
    padding: 90px 0;
  }
  .customer_stories-section {
    padding: 85px 0 60px;
  }
  .customer_stories-section .decoration-before {
    opacity: 1;
  }
  .customer_stories-section .decoration-after {
    opacity: 1;
  }
  .blog_intro-section {
    padding: 30px 0 115px;
  }
  .blog_intro-section .decoration-before {
    opacity: 1;
  }
  .blog_intro-section .decoration-after {
    opacity: 1;
  }
  .blog_intro-section .header-block {
    margin-bottom: 120px;
  }
  .blog_intro-section .main-block:has(+ .featured-block) {
    margin-bottom: 115px;
  }
  .blog_intro-section .main-block .heading-block {
    margin-bottom: 30px;
  }
  .blog_intro-section .main-block .columns-block {
    grid-template-columns: 1.4348fr 1fr;
    gap: 0 40px;
  }
  .blog_intro-section .main-block .info-box {
    padding: 43px 30px;
  }
  .blog_intro-section .main-block .info-box h4 {
    font-size: 32px;
  }
  .blog_intro-section .featured-block .heading-block {
    margin-bottom: 35px;
  }
  .blog_intro-section .featured-block .columns-block {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
  }
  .blog_intro-section .featured-block .blog-box {
    padding: 25px;
  }
  .blog_intro-section .featured-block .blog-box h6 {
    font-size: 20px;
  }
  .single_intro-section {
    padding: 30px 0 65px;
  }
  .single_intro-section h2 {
    font-size: 48px;
  }
  .single_intro-section h4 {
    font-size: 32px;
  }
  .single_intro-section .header-block {
    margin-bottom: 135px;
  }
  .privacy-section h2 {
    font-size: 48px;
  }
  .privacy-section h4 {
    font-size: 32px;
  }
  .cs_intro-section {
    padding: 30px 0 95px;
  }
  .cs_intro-section .decoration-before {
    opacity: 1;
  }
  .cs_intro-section .decoration-after {
    opacity: 1;
  }
  .cs_intro-section .featured-block .columns-block {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
  }
  .cs_articles-section {
    padding: 55px 0 90px;
  }
  .cs_articles-section .controls {
    margin-bottom: 55px;
  }
  .cs_articles-section .grid {
    --_grid-gap: 20px;
  }
  .cs_articles-section .item {
    width: calc(33.333% - var(--_grid-gap) * 2);
  }
  .cs_transformation-section {
    font-size: 20px;
    padding: 85px 0;
  }
  .cs_transformation-section .columns-block {
    gap: 0 40px;
  }
  .cs-intro .heading-block .info-list {
    flex-direction: row;
  }
  .cs-intro .single_post-block .main-column {
    flex: 1;
  }
  #footer {
    padding: 65px 0;
  }
  #footer .menu-holder .menu-list li:has(> ul) {
    font-size: 24px;
  }
}
@media (min-width: 1200px){
  .intro-section .post-block .column.column-01 li:nth-child(3) {
    width: 100%;
  }
  .intro-section .post-block .column.column-02 {
    margin-top: -85px;
  }
  .intro-section .post-block .column.column-03 li:nth-child(1) {
    margin-right: 11%;
  }
  .intro-section .post-block .column.column-03 li:nth-child(2) {
    width: calc(100% + 75px);
    margin-right: 11%;
  }
  .programm-section .benefits-box .column {
    padding: var(--padding) calc(var(--padding) * 2);
  }
  .programm-section .benefits-box .column + .column .post-holder:after {
    left: calc(var(--padding) - var(--padding) * 3);
  }
}
@media (min-width: 1360px){
  .slick-slider[data-carousel=progress_bar-carousel] .slick-list {
    width: calc(100% + 40px);
    margin-right: -40px;
  }
  .intro-section .post-block .column.column-01 li:nth-child(2) {
    margin-left: -27%;
  }
}
@media (max-width: 1023px){
  .intro-section br {
    display: none;
  }
  .single_intro-section br {
    display: none;
  }
}
@media (max-width: 767px){
  .benefits-section .benefits_carousel-slider .slide {
    opacity: 1 !important;
  }
  .benefits-section .benefits_carousel-slider .slide + .slide {
    padding: 30px 0 0;
  }
  .programm-section .programm_carousel-slider .slide {
    display: grid;
    grid-template-columns: minmax(50px, 0.09fr) 1fr;
    opacity: 1 !important;
  }
  .programm-section .programm_carousel-slider .slide + .slide {
    padding: 30px 0 0;
  }
  .programm-section .img-holder {
    max-width: 350px;
    grid-area: 2/2;
    border-left: 1px solid #fff;
    padding: 0 0 20px 20px;
  }
  #footer .menu-holder .menu-list > li + li {
    margin-top: 20px;
  }
}
@media (max-width: 649px){
  .menu-list {
    justify-content: center;
  }
  .header-block #nav-bar .nav-drop {
    background: #0D0115;
    padding: 95px 20px 30px;
    position: fixed;
    top: -99999px;
    left: -9999px;
    width: 100%;
    height: 100dvh;
    z-index: var(--z-index-drop);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: top 0s 0.3s, left 0s 0.3s, opacity 0.3s 0s, transform 0.3s 0s;
  }
  .header-block #nav-bar .nav-drop:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(107, 27, 59, 0.3) 50%, transparent 50%), linear-gradient(to bottom left, rgba(79, 25, 105, 0.37) 50%, transparent 50%), linear-gradient(to top right, rgba(118, 38, 157, 0.25) 50%, transparent 50%), linear-gradient(to top left, rgba(0, 189, 255, 0.2) 50%, transparent 50%);
    background-size: 58% 58%;
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
  }
  .header-block #nav-bar .nav-drop:after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-backdrop-filter: blur(150px);
            backdrop-filter: blur(150px);
  }
  .header-block .menu-list {
    flex-direction: column;
  }
  .header-block .menu-list li {
    width: 100%;
  }
  .header-block .menu-list a {
    display: block;
    padding: 10px 0;
  }
  .header-block .socials-list {
    justify-content: flex-start;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #fff;
  }
}
@media all and (max-height: 576px){
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  /*   @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    } */
}
@media all and (max-width: 576px){
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media (max-width: 479px){
  .programm-section .programm_carousel-slider .slide {
    grid-template-columns: 40px 1fr;
  }
  .articles-section .articles-item .column {
    overflow: hidden;
  }
  .articles-section .articles-item .column-02:has(.post-block > :only-child) {
    display: none;
  }
}