@import url("https://fonts.googleapis.com/css2?family=Urbanist: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: "icomoon";
  src: url("../fonts/icomoon.eot?ihog6r");
  src: url("../fonts/icomoon.eot?ihog6r#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ihog6r") format("truetype"), url("../fonts/icomoon.woff?ihog6r") format("woff"), url("../fonts/icomoon.svg?ihog6r#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-figma:before {
  content: "\e903";
}

.ico-arrow-right:before {
  content: "\e902";
}

.ico-mobile:before {
  content: "\e901";
}

.ico-desktop:before {
  content: "\e910";
}

.ico-browser:before {
  content: "\e915";
}

.ico-behance:before {
  content: "\e900";
}

.ico-design:before {
  content: "\e904";
}

.ico-dribbble:before {
  content: "\e905";
}

.ico-email:before {
  content: "\e906";
}

.ico-facebook:before {
  content: "\e907";
}

.ico-instagram:before {
  content: "\e908";
}

.ico-landing:before {
  content: "\e909";
}

.ico-marketing:before {
  content: "\e90a";
}

.ico-upwork:before {
  content: "\e90b";
}

.ico-upwork-02:before {
  content: "\e90c";
}

.ico-web:before {
  content: "\e90d";
}

.ico-youtube:before {
  content: "\e90e";
}

.arrow-up2:before {
  content: "\ea3a";
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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;
  -ms-touch-action: manipulation;
  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;
  -ms-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;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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;
  -ms-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;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 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;
}

.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;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  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 */
@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;
  }
}
/* 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;
  -ms-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 {
  -webkit-backface-visibility: hidden;
  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 */
@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);
  }
}
#main .plans-section .features-list, #main .reviews-section .testimonial-item .stars-holder, #main .slider_01-section .slick-dots, #footer .links-block .menu-list, #footer .main-block .icons-container, #header .icons-container, #header #nav-bar .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

body {
  background: #000712;
  color: #fff;
  font: 400 16px/1.45 "Urbanist", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
}

p, ul, ol, dl {
  margin: 0 0 1em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: inherit;
}

h1 {
  font-size: 30px;
}
@media (min-width: 480px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 25px;
}
@media (min-width: 480px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 23px;
}
@media (min-width: 480px) {
  h3 {
    font-size: 27px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 21px;
}
@media (min-width: 480px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 27px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 480px) {
  h5 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 23px;
  }
}

h6 {
  font-size: 16px;
}
@media (min-width: 480px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 20px;
  }
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  max-width: none !important;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=button],
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: none;
  padding: 0 0 8px;
  color: #D9D9D9;
  border: none;
  border-bottom: 1px solid #9DA0A7;
  font-size: 14px;
  overflow: hidden;
  outline: none;
  margin: 0 0 15px;
}
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,
input[type=button]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
}
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,
input[type=button]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
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,
input[type=button]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: inherit;
}
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,
input[type=button]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=button].placeholder,
textarea.placeholder,
select.placeholder {
  color: inherit;
}
@media (min-width: 480px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=button],
  textarea,
  select {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=button]:focus,
textarea:focus,
select:focus {
  border-bottom: 1px solid #FD2020;
}

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

textarea {
  resize: vertical;
  vertical-align: top;
  display: block;
  margin: 0 0 20px;
  height: 60px;
  padding: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  textarea {
    height: 77px;
  }
}
textarea:focus {
  border: 1px solid #FD2020;
}

input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

label {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  label {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  label {
    margin: 0 0 38px;
  }
}

.wpcf7-form .wpcf7-submit {
  background: linear-gradient(270deg, #F88A36, #FD2020, #F88A36);
  background-size: 600% 600%;
  animation: gradientShift 4s ease infinite;
  margin: 0 0 12px;
  width: 100%;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin: -16px 0 5px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.wpcf7-form .form-row {
  display: flex;
  gap: 20px;
  width: 100%;
}
.wpcf7-form .form-row .form-group {
  flex: 1;
}
.wpcf7-form .form-row input {
  width: 100%;
}

wpcf7-spinner {
  margin: 10px 24px 0 !important;
}

.wpcf7-form.sent > *:not(.wpcf7-response-output) {
  display: none;
}

.wpcf7-form.sent {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}

.wpcf7-response-output {
  margin: 0 !important;
  padding: 25px !important;
  border: none !important;
  text-align: center;
  font-size: 20px !important;
  color: #FD2020 !important;
  border: 2px solid #FD2020 !important;
  border-radius: 15px;
  font-weight: 700 !important;
}

.form-group.full-width input {
  width: 100%;
  box-sizing: border-box;
}

#header {
  transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  #header {
    padding: 30px 0 20px;
  }
}
@media (min-width: 1024px) {
  #header {
    padding: 60px 0 45px;
    font-size: 16px;
  }
}
#header.fixed-position {
  background-color: #000712;
  padding: 5px 0;
}
@media (min-width: 768px) {
  #header.fixed-position {
    padding: 20px 0 10px;
  }
}
@media (min-width: 1024px) {
  #header.fixed-position {
    padding: 30px 0;
  }
}
#header .columns-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
#header .columns-block .logo-column,
#header .columns-block .nav-column,
#header .columns-block .icons-column {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #header .columns-block {
    gap: 0 25px;
  }
}
@media (max-width: 1023px) {
  #header .columns-block .logo-column {
    order: 1;
  }
  #header .columns-block .icons-column {
    order: 2;
    margin: 0 0 0 auto;
  }
  #header .columns-block .nav-column {
    order: 3;
  }
}
#header .logo,
#header .icons-column {
  position: relative;
  z-index: 2;
  line-height: 1;
}
#header #nav-bar.active .opener:before {
  transform: translate(0, 9px) rotate(-135deg);
  width: 28px;
}
#header #nav-bar.active .opener span {
  width: 0;
}
#header #nav-bar.active .opener:after {
  transform: translate(0, -9px) rotate(135deg);
  width: 28px;
}
#header #nav-bar.active .drop {
  top: 0;
  left: 0;
  opacity: 1;
  transition: top 0s 0s, left 0s 0s, opacity 0.2s 0s, transform 0.2s 0s;
  z-index: 1;
}
#header #nav-bar .opener {
  position: relative;
  display: none;
  z-index: 1100;
}
@media (max-width: 1023px) {
  #header #nav-bar .opener {
    transition: background 0.2s ease-in-out;
    width: 65px;
    height: 51px;
    position: relative;
    padding: 15px;
    margin-right: -5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header #nav-bar .opener:before, #header #nav-bar .opener:after, #header #nav-bar .opener span {
    transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out, transform 0.2s ease-in-out;
    content: "";
    background: #fff;
    width: 100%;
    height: 3px;
  }
}
@media (max-width: 479px) {
  #header #nav-bar .opener {
    width: 55px;
    height: 50px;
  }
}
@media (max-width: 1023px) {
  #header #nav-bar .drop {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: -99999px;
    left: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: top 0s 0.2s, left 0s 0.2s, opacity 0.2s 0s, transform 0.2s 0s;
  }
}
@media (min-width: 1024px) {
  #header #nav-bar .menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 268px;
    margin: 0 70px 0 0;
  }
}
#header #nav-bar .menu-list li {
  margin: 0;
}
@media (max-width: 1023px) {
  #header #nav-bar .menu-list li {
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  #header #nav-bar .menu-list li {
    margin: 0;
  }
}
#header #nav-bar .menu-list li a {
  transition: color 0.2s ease-in-out;
  position: relative;
  text-decoration: none;
  padding: 5px 2px;
  font-weight: 700;
  line-height: 1;
}
#header #nav-bar .menu-list li a:after {
  transition: height 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  right: 50%;
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  pointer-events: none;
  transition: all 0.3s ease;
}
#header #nav-bar .menu-list li a:hover {
  color: #FD2020;
}
#header #nav-bar .menu-list li a:hover:after {
  left: 0;
  right: 0;
  height: 2px;
}
#header .icons-container {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 1;
}
@media (min-width: 768px) {
  #header .icons-container {
    gap: 0 20px;
  }
}
@media (min-width: 1024px) {
  #header .icons-container {
    gap: 0 30px;
  }
}
#header .icons-container a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 650px) {
  #header .icons-container a {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  #header .icons-container a {
    font-size: 52px;
  }
}
#header .icons-container .ico-upwork,
#header .icons-container .ico-dribbble,
#header .icons-container .ico-behance {
  transition: color 0.2s ease-in-out;
}
#header .icons-container .ico-upwork:hover,
#header .icons-container .ico-dribbble:hover,
#header .icons-container .ico-behance:hover {
  color: #FD2020;
}

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

sup,
sub {
  font-size: 50%;
}

.container {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 480px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

.btn, .wpcf7-form .wpcf7-submit {
  transition: transform 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  font-weight: 700;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s ease;
  border: none;
}
@media (min-width: 768px) {
  .btn, .wpcf7-form .wpcf7-submit {
    padding: 16px;
    font-size: 16px;
  }
}
.btn.btn-orange, .wpcf7-form .btn-orange.wpcf7-submit {
  background: linear-gradient(270deg, #F88A36, #FD2020, #F88A36);
  background-size: 600% 600%;
  animation: gradientShift 4s ease infinite;
}
.btn.btn-transparent, .wpcf7-form .btn-transparent.wpcf7-submit {
  border: 1px solid #fff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
  background-size: 600% 600%;
  animation: gradientShift 4s ease infinite;
}
.btn:hover, .wpcf7-form .wpcf7-submit:hover {
  transform: scale(1.03);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.logo img {
  max-width: 120px;
}
@media (min-width: 480px) {
  .logo img {
    max-width: 200px;
  }
}
@media (min-width: 1024px) {
  .logo img {
    max-width: 290px;
  }
}

#backToTop {
  width: 40px;
  height: 40px;
  transition: opacity 0.2s ease-in-out;
  display: none;
  position: fixed;
  bottom: 10%;
  right: 20px;
  z-index: 99;
  background-color: #000;
  color: white;
  border-radius: 50%;
  border: 3px solid #FD2020;
  opacity: 0.7;
}
@media (min-width: 768px) {
  #backToTop {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1024px) {
  #backToTop {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1441px) {
  #backToTop {
    right: 15%;
  }
}
#backToTop:before {
  content: "\ea3a";
  font-family: "icomoon";
  display: inline-block;
  font-size: 18px;
  color: #FD2020;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #backToTop:before {
    font-size: 24px;
  }
}
#backToTop:hover {
  opacity: 1;
}

mark {
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  background-size: 200% auto;
  background-position: 0% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
.section-fancybox {
  text-align: center;
}

.modal-video {
  display: none;
}

.fancybox-slide {
  padding: 0 10px;
}

.fancybox-content {
  width: 100%;
  max-width: 560px;
  padding: 30px 15px 15px !important;
  border-radius: 8px;
  background: linear-gradient(129.14deg, rgba(0, 12, 42, 0.3) 42.46%, rgba(253, 32, 32, 0.3) 65.43%) !important;
  box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(24px) !important;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .fancybox-content {
    padding: 50px 30px 30px !important;
  }
}
.fancybox-content .fancybox-close-small {
  transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  padding: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .fancybox-content .fancybox-close-small {
    width: 35px;
    height: 35px;
    top: 26px;
    right: 22px;
  }
}
.fancybox-content .fancybox-close-small:hover {
  color: #F87168;
}
.fancybox-content.lightbox-demo {
  padding: 0;
  background: transparent;
}
.fancybox-content.lightbox-demo .responsive-iframe .post-block {
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .fancybox-content.lightbox-demo .responsive-iframe .post-block {
    margin: 0 0 40px;
  }
}
.fancybox-content.lightbox-demo .responsive-iframe .post-block h1, .fancybox-content.lightbox-demo .responsive-iframe .post-block h2, .fancybox-content.lightbox-demo .responsive-iframe .post-block h3, .fancybox-content.lightbox-demo .responsive-iframe .post-block h4, .fancybox-content.lightbox-demo .responsive-iframe .post-block h5, .fancybox-content.lightbox-demo .responsive-iframe .post-block h6 {
  font-weight: 900;
}
.fancybox-content.lightbox-demo .responsive-iframe .img-holder {
  text-align: right;
}
.fancybox-content.lightbox-demo .responsive-iframe .img-holder img {
  max-width: 160px;
}

.grecaptcha-badge {
  display: none !important;
}

#footer {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #footer {
    padding: 60px 0 50px;
  }
}
#footer p {
  color: #D9D9D9;
}
#footer .main-block {
  margin: 0 0 40px;
  text-align: center;
}
@media (min-width: 550px) {
  #footer .main-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 30px;
    margin: 0 0 70px;
  }
}
#footer .main-block .left-column {
  margin: 0 0 20px;
}
@media (min-width: 550px) {
  #footer .main-block .left-column {
    margin: 0;
  }
}
#footer .main-block .logo img {
  max-width: 75px;
}
#footer .main-block .icons-container {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 188px;
  margin: 0 auto;
}
#footer .main-block .icons-container a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-size: 32px;
  display: flex;
  padding: 5px;
  align-items: center;
}
#footer .main-block .icons-container a:hover {
  color: #FD2020;
}
#footer .links-block {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
  gap: 10px;
}
@media (min-width: 768px) {
  #footer .links-block {
    gap: 40px;
  }
}
#footer .links-block .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  #footer .links-block .menu-list {
    gap: 10px 40px;
  }
}
#footer .links-block .menu-list li a {
  transition: color 0.2s ease-in-out;
  position: relative;
  text-decoration: none;
  padding: 2px 5px;
  line-height: 1;
  font-size: 14px;
}
@media (min-width: 768px) {
  #footer .links-block .menu-list li a {
    font-size: 16px;
  }
}
#footer .links-block .menu-list li a:after {
  transition: height 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  right: 50%;
  height: 2px;
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  pointer-events: none;
  transition: all 0.3s ease;
}
#footer .links-block .menu-list li a:hover {
  color: #FD2020;
}
#footer .links-block .menu-list li a:hover:after {
  left: 0;
  right: 0;
  height: 2px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}

h1 {
  font-size: clamp(32px, 9vw, 128px);
}

h2 {
  font-size: clamp(38px, 6vw, 80px);
  line-height: 1.05;
}

h3 {
  font-size: clamp(28px, 5vw, 64px);
}

h4 {
  font-size: clamp(26px, 3.5vw, 46px);
  line-height: 1.2;
}

h5 {
  font-size: clamp(22px, 3vw, 32px);
}

h6 {
  font-size: clamp(18px, 3vw, 24px);
  line-height: 1.2;
}

#main {
  overflow: hidden;
  padding: 100px 0 0;
}
@media (min-width: 1024px) {
  #main {
    padding: 130px 0 0;
  }
}
@media (min-width: 1200px) {
  #main {
    padding: 160px 0 0;
  }
}
#main .intro-section-main {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .intro-section-main {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  #main .intro-section-main {
    padding: 75px 0 40px;
  }
}
@media (min-width: 1200px) {
  #main .intro-section-main {
    padding: 100px 0 40px;
  }
}
#main .intro-section-main h1, #main .intro-section-main h2, #main .intro-section-main h3, #main .intro-section-main h4, #main .intro-section-main h5, #main .intro-section-main h6 {
  margin: 0 0 0.45em;
  font-weight: 900;
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
@media (min-width: 768px) {
  #main .intro-section-main p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #main .intro-section-main .columns-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  #main .intro-section-main .left-column,
  #main .intro-section-main .right-column {
    width: calc(50% - 15px);
  }
}
#main .intro-section-main .left-column {
  margin: 0 auto 20px;
  max-width: 560px;
}
@media (min-width: 768px) {
  #main .intro-section-main .left-column {
    margin: 0 0 20px;
  }
}
#main .intro-section-main .left-column svg {
  width: 100%;
  height: auto;
}
#main .intro-section-main .post-block {
  margin: 0 0 30px;
}
#main .intro-section-main .btn-holder .btn, #main .intro-section-main .btn-holder .wpcf7-form .wpcf7-submit, .wpcf7-form #main .intro-section-main .btn-holder .wpcf7-submit {
  width: 240px;
}
#main .portfolios-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .portfolios-section {
    padding: 45px 0;
  }
}
@media (min-width: 1024px) {
  #main .portfolios-section {
    padding: 50px 0 65px;
  }
}
#main .portfolios-section .title-holder {
  text-align: center;
  margin: 0 0 30px;
}
#main .portfolios-section .title-holder h1, #main .portfolios-section .title-holder h2, #main .portfolios-section .title-holder h3, #main .portfolios-section .title-holder h4, #main .portfolios-section .title-holder h5, #main .portfolios-section .title-holder h6 {
  font-weight: 900;
}
#main .portfolios-section p {
  font-weight: 700;
  margin: 0;
}
#main .portfolios-section .cards-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) {
  #main .portfolios-section .cards-block {
    gap: 30px;
  }
}
#main .portfolios-section .card {
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease-in-out, background 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 10px;
  padding: 15px;
  width: 130px;
}
@media (min-width: 768px) {
  #main .portfolios-section .card {
    flex-direction: row;
    gap: 20px;
    padding: 25px;
    width: 270px;
  }
}
#main .portfolios-section .card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}
#main .portfolios-section .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#main .portfolios-section img {
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  #main .portfolios-section img {
    width: 52px;
    height: 52px;
  }
}
#main .creative_svg-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .creative_svg-section {
    padding: 60px 0;
  }
}
#main .creative_svg-section .svg-holder {
  position: relative;
  width: 266px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  left: 33px;
}
#main .creative_svg-section .sphere {
  position: absolute;
  left: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
  z-index: 2;
}
#main .creative_svg-section .circle-text {
  width: 104px;
  height: 104px;
  position: relative;
  animation: spin 20s linear infinite;
  border-radius: 50%;
  z-index: 3;
}
#main .creative_svg-section .circle-text svg {
  width: 100%;
  height: 100%;
}
#main .creative_svg-section .circle-text text {
  fill: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 4.2px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#main .creative_svg-section .play-button {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
#main .creative_svg-section .play-button .triangle {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid white;
  margin-left: 2px;
}
#main .creative_svg-section .play-button {
  background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #ff4d00, #ff8c00) border-box;
  border: 2px solid transparent;
}
#main .services_marquee-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .services_marquee-section {
    padding: 50px 0;
  }
}
#main .services_marquee-section .container {
  padding: 0;
}
@media (min-width: 1024px) {
  #main .services_marquee-section .container {
    max-width: none;
  }
}
#main .services_marquee-section .title-holder {
  padding: 0 0 20px;
  text-align: center;
}
#main .services_marquee-section .title-holder h1, #main .services_marquee-section .title-holder h2, #main .services_marquee-section .title-holder h3, #main .services_marquee-section .title-holder h4, #main .services_marquee-section .title-holder h5, #main .services_marquee-section .title-holder h6 {
  font-weight: 900;
}
#main .services_marquee-section .marquee {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
#main .services_marquee-section .track {
  display: flex;
  gap: 15px;
  white-space: nowrap;
  animation: scroll 60s linear infinite;
}
#main .services_marquee-section .marquee.reverse .track {
  animation: scroll-reverse 60s linear infinite;
}
#main .services_marquee-section .tag {
  position: relative;
  padding: 15px 20px;
  font-size: 20px;
  border-radius: 50px;
  background: transparent;
  z-index: 1;
  user-select: none;
}
@media (min-width: 768px) {
  #main .services_marquee-section .tag {
    padding: 20px 30px;
    font-size: 32px;
  }
}
#main .services_marquee-section .tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(180deg, #F88A36 0%, #FD2020 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
#main .services_marquee-section .marquee:hover .track {
  animation-play-state: paused;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
#main .slider_01-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .slider_01-section {
    padding: 55px 0;
  }
}
#main .slider_01-section p {
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  #main .slider_01-section p {
    font-size: 20px;
  }
}
#main .slider_01-section .title-block {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 15px;
}
@media (min-width: 480px) {
  #main .slider_01-section .title-block {
    margin: 0 auto 30px;
  }
}
#main .slider_01-section .title-block h1, #main .slider_01-section .title-block h2, #main .slider_01-section .title-block h3, #main .slider_01-section .title-block h4, #main .slider_01-section .title-block h5, #main .slider_01-section .title-block h6 {
  font-weight: 900;
  margin: 0 0 0.4em;
}
#main .slider_01-section .resources-slider {
  margin: 0 -30px;
}
@media (min-width: 768px) {
  #main .slider_01-section .resources-slider {
    margin: 0 -16px;
  }
}
#main .slider_01-section .resources-slider a {
  cursor: default;
  text-decoration: none;
}
#main .slider_01-section .resources-slider a.slick-center {
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
#main .slider_01-section .resources-slider a.slick-center .post-block .arrow svg {
  transition: transform 0.2s ease-in-out;
}
#main .slider_01-section .resources-slider a.slick-center:hover {
  color: #FD2020;
}
#main .slider_01-section .resources-slider a.slick-center:hover .post-block .arrow svg {
  transform: rotate(45deg);
}
#main .slider_01-section .slick-track {
  display: flex;
}
#main .slider_01-section .slick-slide {
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  height: inherit;
  overflow: hidden;
  transform-origin: center;
  transform: scale(0.9);
  opacity: 0.9;
}
@media (min-width: 768px) {
  #main .slider_01-section .slick-slide {
    transform: scale(0.5);
  }
}
#main .slider_01-section .slick-slide.active-slide, #main .slider_01-section .slick-slide.slick-active {
  transform: scale(0.9);
}
@media (min-width: 1024px) {
  #main .slider_01-section .slick-slide.active-slide, #main .slider_01-section .slick-slide.slick-active {
    border-width: 1px;
  }
}
#main .slider_01-section .slick-slide.slick-center, #main .slider_01-section .slick-slide.center-slide {
  position: relative;
  transform: scale(0.9);
  opacity: 1;
  border-radius: 20px;
}
@media (min-width: 650px) {
  #main .slider_01-section .slick-slide.slick-center, #main .slider_01-section .slick-slide.center-slide {
    transform: scale(1);
  }
}
#main .slider_01-section .slick-slide.slick-center:before, #main .slider_01-section .slick-slide.center-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: inherit;
  background: linear-gradient(180deg, #F88A36 0%, #FD2020 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#main .slider_01-section .slick-slide.slick-center .slide, #main .slider_01-section .slick-slide.center-slide .slide {
  margin: 0;
  padding: 15px 15px 20px;
}
@media (min-width: 768px) {
  #main .slider_01-section .slick-slide.slick-center .slide, #main .slider_01-section .slick-slide.center-slide .slide {
    padding: 20px 20px 40px;
  }
}
@media (min-width: 1024px) {
  #main .slider_01-section .slick-slide.slick-center .slide, #main .slider_01-section .slick-slide.center-slide .slide {
    padding: 30px 30px 62px;
  }
}
#main .slider_01-section .slick-slide.slick-center .post-block .arrow, #main .slider_01-section .slick-slide.center-slide .post-block .arrow {
  background: linear-gradient(to bottom, #F88A36 0%, #FD2020 100%);
  color: #fff;
}
#main .slider_01-section .slick-slide.prev-slide {
  transform: scale(0.5) translateX(50%);
}
#main .slider_01-section .slick-slide.next-slide {
  transform: scale(0.5) translateX(-50%);
}
#main .slider_01-section .slick-list {
  padding: 0 !important;
}
@media (min-width: 650px) {
  #main .slider_01-section .slick-list {
    padding: 0 0 30px !important;
  }
}
#main .slider_01-section .slide {
  background: #333941;
  padding: 15px;
  margin: 0 7px;
  border: none;
  border-radius: 20px;
  margin: 0 20px;
}
@media (min-width: 768px) {
  #main .slider_01-section .slide {
    margin: 0 7px;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  #main .slider_01-section .slide {
    padding: 30px 30px 22px;
  }
}
#main .slider_01-section .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
}
#main .slider_01-section .slick-dots li {
  margin: 0 5px;
  line-height: 0;
}
#main .slider_01-section .slick-dots button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  border: none;
  display: block;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
}
#main .slider_01-section .slick-dots .slick-active button {
  background: linear-gradient(to bottom, #F88A36 0%, #FD2020 100%);
}
#main .slider_01-section .img-holder {
  margin: 0 0 20px;
}
#main .slider_01-section .img-holder img {
  border-radius: 10px;
}
#main .slider_01-section .post-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .slider_01-section .post-block .arrow {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}
#main .slider_01-section .post-block .arrow svg {
  width: 24px;
  height: 24px;
}
#main .map-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .map-section {
    padding: 60px 0;
  }
}
#main .map-section h1, #main .map-section h2, #main .map-section h3, #main .map-section h4, #main .map-section h5, #main .map-section h6 {
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #main .map-section h1, #main .map-section h2, #main .map-section h3, #main .map-section h4, #main .map-section h5, #main .map-section h6 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #main .map-section .columns-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  #main .map-section .left-column {
    max-width: 604px;
    width: calc(52.91% - 15px);
  }
}
#main .map-section .left-column svg {
  width: 100%;
  height: auto;
}
#main .map-section .right-column {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  #main .map-section .right-column {
    max-width: 506px;
    width: calc(47.09% - 15px);
  }
}
#main .reviews-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .reviews-section {
    padding: 60px 0;
  }
}
#main .reviews-section h1, #main .reviews-section h2, #main .reviews-section h3, #main .reviews-section h4, #main .reviews-section h5, #main .reviews-section h6 {
  line-height: 1.08;
  margin: 0 0 0.7em;
}
#main .reviews-section p {
  line-height: 1.2;
  margin: 0 0 1.4em;
}
@media (min-width: 768px) {
  #main .reviews-section p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #main .reviews-section .columns-block {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
#main .reviews-section .right-column {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  #main .reviews-section .right-column {
    width: calc(50% - 25px);
    margin: 0;
  }
}
#main .reviews-section .left-column {
  max-width: 500px;
  margin: 0 auto;
  max-height: 300px;
  direction: rtl;
  overflow-y: scroll !important;
  padding: 0 0 0 15px;
  cursor: grab;
}
@media (min-width: 768px) {
  #main .reviews-section .left-column {
    padding: 0 0 0 30px;
  }
}
#main .reviews-section .left-column.is-dragging {
  cursor: grabbing;
  user-select: none;
}
#main .reviews-section .left-column::-webkit-scrollbar {
  width: 4px !important;
  display: block !important;
}
#main .reviews-section .left-column::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#main .reviews-section .left-column::-webkit-scrollbar-thumb {
  background-color: #ffffff !important;
  border-radius: 10px;
  border: none;
}
#main .reviews-section .left-column .testimonial-slider {
  direction: ltr;
}
@media (min-width: 768px) {
  #main .reviews-section .left-column {
    max-height: 580px;
    width: calc(50% - 25px);
    max-width: none;
  }
}
#main .reviews-section .amount {
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  background-size: 200% auto;
  background-position: 0% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}
@media (min-width: 768px) {
  #main .reviews-section .amount {
    font-size: 24px;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
#main .reviews-section .img-holder {
  text-align: right;
}
#main .reviews-section .img-holder img {
  transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
  max-width: 200px;
  animation: float 4s ease-in-out infinite;
}
@media (min-width: 768px) {
  #main .reviews-section .img-holder img {
    max-width: 290px;
  }
}
@media (min-width: 1024px) {
  #main .reviews-section .img-holder img {
    max-width: 370px;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
#main .reviews-section .testimonial-item {
  padding: 0 0 15px;
  outline: none;
}
#main .reviews-section .testimonial-item p {
  font-size: 16px;
  margin: 0 0 2.3em;
}
#main .reviews-section .testimonial-item .card-content {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 24px 20px 20px;
  border-radius: 10px;
}
#main .reviews-section .testimonial-item .card-header {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 20px;
}
#main .reviews-section .testimonial-item .stars-holder {
  display: flex;
}
#main .reviews-section .testimonial-item .stars-holder li {
  width: 15px;
  height: 15px;
  display: flex;
}
@media (min-width: 480px) {
  #main .reviews-section .testimonial-item .stars-holder li {
    width: 20px;
    height: 20px;
  }
}
#main .reviews-section .testimonial-item .star-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/ico-star-full.svg") no-repeat center;
  background-size: contain;
}
#main .reviews-section .testimonial-item .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main .reviews-section .testimonial-item .card-footer p {
  margin: 0;
}
#main .reviews-section .testimonial-item .quote,
#main .reviews-section .testimonial-item .name {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 480px) {
  #main .reviews-section .testimonial-item .quote,
  #main .reviews-section .testimonial-item .name {
    font-size: 16px;
  }
}
#main .reviews-section .testimonial-item .quote {
  color: #FEF9F6;
}
#main .plans-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .plans-section {
    padding: 55px 0 25px;
  }
}
#main .plans-section .title-holder {
  padding: 0 0 25px;
  text-align: center;
}
@media (min-width: 768px) {
  #main .plans-section .title-holder {
    text-align: left;
  }
}
#main .plans-section .title-holder h1, #main .plans-section .title-holder h2, #main .plans-section .title-holder h3, #main .plans-section .title-holder h4, #main .plans-section .title-holder h5, #main .plans-section .title-holder h6 {
  font-weight: 900;
}
@media (min-width: 768px) {
  #main .plans-section .columns-block {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
#main .plans-section .column {
  margin: 0 auto 30px;
  max-width: 470px;
}
@media (min-width: 768px) {
  #main .plans-section .column {
    display: flex;
    width: calc(50% - 15px);
    max-width: none;
  }
}
#main .plans-section .card-holder {
  transition: background 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #19202A;
  box-sizing: border-box;
  padding: 23px 20px 30px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 570 494' preserveAspectRatio='none'%3E%3Cpath d='M40,0 L180,0 C210,0 220,20 250,20 L530,20 C552,20 570,38 570,60 L570,454 C570,476 552,494 530,494 L40,494 C18,494 0,476 0,454 L0,40 C0,18 18,0 40,0 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 570 494' preserveAspectRatio='none'%3E%3Cpath d='M40,0 L180,0 C210,0 220,20 250,20 L530,20 C552,20 570,38 570,60 L570,454 C570,476 552,494 530,494 L40,494 C18,494 0,476 0,454 L0,40 C0,18 18,0 40,0 Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#main .plans-section .card-holder h1, #main .plans-section .card-holder h2, #main .plans-section .card-holder h3, #main .plans-section .card-holder h4, #main .plans-section .card-holder h5, #main .plans-section .card-holder h6 {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.4) 48%, #FFFFFF 100%);
  background-size: 200% auto;
  background-position: 0% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
#main .plans-section .card-holder:hover {
  background: #4C5159;
}
#main .plans-section .img-holder {
  padding: 0 0 17px;
  margin: 0 0 0 10px;
}
#main .plans-section .img-holder img {
  width: 80px;
}
@media (min-width: 768px) {
  #main .plans-section .img-holder img {
    width: 120px;
  }
}
#main .plans-section .features-list {
  margin: 0 0 30px;
  flex-grow: 1;
  margin: 0 0 auto;
}
#main .plans-section .features-list li {
  position: relative;
  padding: 0 0 0 33px;
  margin: 0 0 9px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #main .plans-section .features-list li {
    font-size: 20px;
  }
}
#main .plans-section .features-list li:before {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  background: url("../images/check-icon.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  #main .plans-section .features-list li:before {
    top: 3px;
  }
}
#main .plans-section .btn-holder {
  margin: 20px 0 0;
}
#main .plans-section .btn-holder .btn, #main .plans-section .btn-holder .wpcf7-form .wpcf7-submit, .wpcf7-form #main .plans-section .btn-holder .wpcf7-submit {
  width: 100%;
}
#main .form-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .form-section {
    padding: 60px 0;
  }
}
#main .form-section h1, #main .form-section h2, #main .form-section h3, #main .form-section h4, #main .form-section h5, #main .form-section h6 {
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 0.65em;
}
#main .form-section p {
  color: #D9D9D9;
}
@media (min-width: 768px) {
  #main .form-section p {
    font-size: 20px;
  }
}
#main .form-section .card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #main .form-section .card {
    padding: 50px;
  }
}
#main .form-section .card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.07) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#main .form-section .post-holder {
  max-width: 700px;
  margin: 0 auto 35px;
}
#main .form-section .form-holder {
  position: relative;
  z-index: 1;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px 10px 10px 0;
}
@media (min-width: 480px) {
  #main .form-section .form-holder {
    display: flex;
    align-items: center;
  }
}
#main .form-section .form-holder .wpcf7-form-control-wrap {
  flex-grow: 1;
}
#main .form-section .form-holder input[type=submit] {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  #main .form-section .form-holder input[type=submit] {
    width: 240px;
  }
}
#main .form-section .form-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.07) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#main .form-section .wpcf7-spinner {
  display: none !important;
}
#main .form-section wpcf7-spinner {
  margin: 10px 24px 0 !important;
}
#main .form-section .wpcf7-form.sent > *:not(.wpcf7-response-output) {
  display: none;
}
@media (min-width: 768px) {
  #main .form-section .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 16px !important;
  }
}
#main .form-section form {
  max-width: 600px !important;
  margin: 0 auto;
}
#main .form-section input {
  border: none;
  outline: none;
  padding: 10px 15px !important;
  flex-grow: 1;
  margin: 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  #main .form-section input {
    padding: 18px 20px !important;
  }
}
#main .form-section input::placeholder {
  font-size: 20px !important;
  font-weight: 500;
}
#main .intro-section-design {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #main .intro-section-design {
    padding: 50px 0 30px;
  }
}
@media (min-width: 1024px) {
  #main .intro-section-design {
    padding: 75px 0 50px;
  }
}
@media (min-width: 1200px) {
  #main .intro-section-design {
    padding: 100px 0 70px;
  }
}
#main .intro-section-design h1, #main .intro-section-design h2, #main .intro-section-design h3, #main .intro-section-design h4, #main .intro-section-design h5, #main .intro-section-design h6 {
  margin: 0 0 0.3em;
  font-weight: 900;
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
#main .intro-section-design p {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2em;
}
@media (min-width: 1024px) {
  #main .intro-section-design p {
    font-size: 24px;
  }
}
#main .intro-section-design .btn-block {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  #main .intro-section-design .btn-holder .btn, #main .intro-section-design .btn-holder .wpcf7-form .wpcf7-submit, .wpcf7-form #main .intro-section-design .btn-holder .wpcf7-submit {
    width: 240px;
  }
}
#main .column-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .column-section {
    padding: 30px 0 55px;
  }
}
@media (min-width: 768px) {
  #main .column-section p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #main .column-section .columns-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  #main .column-section .left-column,
  #main .column-section .right-column {
    width: calc(50% - 15px);
  }
}
#main .column-section .left-column {
  max-width: 560px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #main .column-section .left-column {
    margin: 0;
  }
}
#main .column-section .right-column {
  margin: 30px auto 0;
}
@media (min-width: 1024px) {
  #main .column-section .right-column {
    margin: 50px 0 0;
  }
}
#main .text-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .text-section {
    padding: 35px 0 25px;
  }
}
@media (min-width: 1024px) {
  #main .text-section .container {
    max-width: 1356px;
  }
}
#main .text-section h1, #main .text-section h2, #main .text-section h3, #main .text-section h4, #main .text-section h5, #main .text-section h6 {
  font-weight: 800;
}
#main .text-section p {
  line-height: 1.18;
  font-size: 12px;
}
@media (min-width: 768px) {
  #main .text-section p {
    font-size: 16px;
  }
}
#main .text-section .title-holder h1 {
  margin: 0 0 5px;
}
#main .text-section .text {
  position: relative;
  font-weight: 500;
  font-style: italic;
  color: #808388;
}
#main .text-section .text:after {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  background-image: url("http://dcreativecompany.com/wp-content/uploads/2026/03/ico-big-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: -10px;
  right: -30px;
  transform-origin: center;
  animation: starFloat 3s ease-in-out infinite;
}
@media (min-width: 480px) {
  #main .text-section .text:after {
    width: 40px;
    height: 40px;
    right: -35px;
  }
}
@media (min-width: 768px) {
  #main .text-section .text:after {
    width: 60px;
    height: 60px;
    right: -50px;
  }
}
@media (min-width: 1024px) {
  #main .text-section .text:after {
    width: 80px;
    height: 80px;
    right: -60px;
  }
}
@media (min-width: 1200px) {
  #main .text-section .text:after {
    width: 95px;
    height: 95px;
    right: -65px;
  }
}
@keyframes starFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-6px) rotate(6deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
#main .text-section .post-block {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
#main .text-section .left-column {
  width: 450px;
}
@media (min-width: 768px) {
  #main .text-section .left-column p {
    margin: 0 0 0 30px;
  }
}
#main .text-section .right-column h3 {
  position: relative;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
}
@media (min-width: 1024px) {
  #main .text-section .right-column h3 {
    margin: -15px 0 0;
  }
}
#main .text-section .right-column h3:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, transparent, #fff, transparent);
  animation: linePulse 1.5s ease-in-out infinite;
}
@keyframes linePulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
#main .devices-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #main .devices-section {
    padding: 30px 0 50px;
  }
}
@media (min-width: 1024px) {
  #main .devices-section {
    padding: 30px 0 80px;
  }
}
@media (min-width: 1200px) {
  #main .devices-section {
    padding: 30px 0 100px;
  }
}
@media (min-width: 1441px) {
  #main .devices-section {
    background-position: center;
  }
}
#main .devices-section .img-holder {
  margin: 0 auto;
}
#main .devices-section .img-holder img {
  display: block;
  animation: floatImage 4s ease-in-out infinite;
}
@keyframes floatImage {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
#main .services-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .services-section {
    padding: 30px 0 40px;
  }
}
@media (min-width: 1024px) {
  #main .services-section .container {
    max-width: 1340px;
  }
}
#main .services-section .services-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #fff;
  padding: 0 0 35px;
}
@media (min-width: 550px) {
  #main .services-section .services-grid {
    padding: 0 0 115px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "web web web web web web web email email email email email" "logo logo logo logo logo design design design design design design design" "sign sign sign sign sign sign banners banners banners banners banners banners";
  }
}
#main .services-section .service-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  overflow: hidden;
  background: #000712;
  padding: 15px 0 0 15px;
}
@media (min-width: 1024px) {
  #main .services-section .service-card {
    padding: 22px 0 0 30px;
  }
}
#main .services-section .service-card .post-block {
  margin: 0 15px 15px 0;
}
@media (min-width: 1024px) {
  #main .services-section .service-card .post-block {
    margin: 0 30px 30px 0;
  }
}
#main .services-section .service-card .post-block h1, #main .services-section .service-card .post-block h2, #main .services-section .service-card .post-block h3, #main .services-section .service-card .post-block h4, #main .services-section .service-card .post-block h5, #main .services-section .service-card .post-block h6 {
  margin: 0 0 0.2em;
}
#main .services-section .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.07) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#main .services-section .img-holder img {
  display: block;
  width: 100%;
  margin-top: auto;
}
#main .services-section .card-banners img {
  overflow: hidden;
  border-radius: 20px 0 0 0;
}
@media (min-width: 550px) {
  #main .services-section .card-web {
    grid-area: web;
  }
  #main .services-section .card-emails {
    grid-area: email;
  }
  #main .services-section .card-logos {
    grid-area: logo;
  }
  #main .services-section .card-design {
    grid-area: design;
  }
  #main .services-section .card-signature {
    grid-area: sign;
  }
  #main .services-section .card-banners {
    grid-area: banners;
  }
}
#main .services-section .card-web,
#main .services-section .card-banners {
  background: linear-gradient(129.14deg, rgba(0, 12, 42, 0.3) 42.46%, rgba(253, 32, 32, 0.3) 65.43%);
  mix-blend-mode: normal;
}
#main .text-02-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #main .text-02-section {
    padding: 50px 0;
  }
}
@media (min-width: 1441px) {
  #main .text-02-section {
    background-position: right;
    background-size: contain;
  }
}
#main .text-02-section .mark {
  color: #9AA0B4;
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 1024px) {
  #main .text-02-section .container {
    max-width: 1356px;
  }
}
@media (min-width: 768px) {
  #main .text-02-section .columns-block {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (min-width: 768px) {
  #main .text-02-section .left-column {
    width: 400px;
  }
}
#main .text-02-section .right-column {
  text-align: right;
}
@media (min-width: 768px) {
  #main .text-02-section .right-column {
    width: 721px;
    text-align: left;
  }
}
#main .text-02-section .title-holder h1, #main .text-02-section .title-holder h2, #main .text-02-section .title-holder h3, #main .text-02-section .title-holder h4, #main .text-02-section .title-holder h5, #main .text-02-section .title-holder h6 {
  margin: 0;
  line-height: 1.1;
}
#main .text-02-section .img-holder {
  margin: 30px auto;
  max-width: 400px;
}
@media (min-width: 768px) {
  #main .text-02-section .img-holder {
    margin: 0;
  }
}
#main .big-image-section .container {
  max-width: none;
}
#main .image-section {
  padding: 30px 0 60px;
}
@media (min-width: 768px) {
  #main .image-section {
    padding: 60px 0 80px;
  }
}
@media (min-width: 1024px) {
  #main .image-section {
    padding: 90px 0 120px;
  }
}
#main .image-section .img-holder {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
#main .image-section .img-holder img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
#main .image-section .img-holder:after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 30%;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.6) 0%, rgba(255, 0, 0, 0) 70%);
  filter: blur(30px);
  z-index: 1;
  pointer-events: none;
  animation: glow-pulse 2s infinite ease-in-out;
}
@media (min-width: 768px) {
  #main .image-section .img-holder:after {
    bottom: -2%;
    height: 20%;
    filter: blur(45px);
  }
}
@media (min-width: 1024px) {
  #main .image-section .img-holder:after {
    width: 100%;
  }
}
@keyframes glow-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.2);
  }
}
#main .our_services-section {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  #main .our_services-section {
    padding: 0 0 60px;
  }
}
@media (min-width: 1024px) {
  #main .our_services-section {
    padding: 0 0 100px;
  }
}
@media (min-width: 1024px) {
  #main .our_services-section .container {
    max-width: 888px;
  }
}
#main .our_services-section h1, #main .our_services-section h2, #main .our_services-section h3, #main .our_services-section h4, #main .our_services-section h5, #main .our_services-section h6 {
  margin: 0 0 0.3em;
  font-weight: 900;
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
#main .our_services-section p {
  font-weight: 500;
}
@media (min-width: 768px) {
  #main .our_services-section p {
    font-size: 20px;
  }
}
#main .our_services-section .post-block {
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  #main .our_services-section .post-block {
    margin: 0 0 50px;
  }
}
#main .our_services-section .cards-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #main .our_services-section .cards-block {
    gap: 25px;
  }
}
@media (min-width: 1024px) {
  #main .our_services-section .cards-block {
    gap: 35px 30px;
  }
}
#main .our_services-section .card {
  transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border: 1px solid #fff;
  user-select: none;
  animation: floatUpDown 3s ease-in-out infinite alternate;
}
@media (min-width: 768px) {
  #main .our_services-section .card {
    padding: 10px 20px;
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  #main .our_services-section .card {
    padding: 14px 32px;
    font-size: 32px;
  }
}
#main .our_services-section .card:nth-child(even) {
  animation-delay: 1s;
}
#main .our_services-section .card i {
  font-size: 16px;
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  #main .our_services-section .card i {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  #main .our_services-section .card i {
    font-size: 29px;
  }
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
#main .our_services-section .orange {
  background-color: #FEA362;
}
#main .our_services-section .purple {
  background-color: #9F8FEF;
}
#main .our_services-section .blue {
  background-color: #6CC3E0;
}
#main .our_services-section .green {
  background-color: #75E872;
}
#main .our_services-section .red {
  background-color: #F87168;
}
#main .intro-section-email {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #main .intro-section-email {
    padding: 50px 0 30px;
  }
}
@media (min-width: 1024px) {
  #main .intro-section-email {
    padding: 75px 0 30px;
  }
}
@media (min-width: 1200px) {
  #main .intro-section-email {
    padding: 100px 0 40px;
  }
}
#main .intro-section-email .container {
  position: relative;
}
#main .intro-section-email h1, #main .intro-section-email h2, #main .intro-section-email h3, #main .intro-section-email h4, #main .intro-section-email h5, #main .intro-section-email h6 {
  margin: 0 0 0.38em;
  font-weight: 900;
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
#main .intro-section-email p {
  font-weight: 500;
}
@media (min-width: 768px) {
  #main .intro-section-email p {
    font-size: 20px;
  }
}
#main .intro-section-email .columns-block {
  position: relative;
}
@media (min-width: 768px) {
  #main .intro-section-email .columns-block {
    display: flex;
    align-items: center;
  }
}
#main .intro-section-email .post-block {
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #main .intro-section-email .post-block {
    max-width: 550px;
  }
}
@media (min-width: 1300px) {
  #main .intro-section-email .post-block {
    max-width: 700px;
  }
}
#main .intro-section-email .decor {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
}
#main .intro-section-email .decor img {
  position: static;
  width: 60px;
  height: auto;
  animation: none;
  animation: float 6s ease-in-out infinite;
}
@media (min-width: 768px) {
  #main .intro-section-email .decor {
    position: absolute;
    top: 27%;
    width: 20%;
    pointer-events: none;
    display: block;
  }
  #main .intro-section-email .decor img {
    position: absolute;
    animation: float 3s ease-in-out infinite;
  }
  #main .intro-section-email .decor-left {
    left: 5%;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  #main .intro-section-email .decor-left {
    left: 7%;
  }
}
@media (min-width: 768px) {
  #main .intro-section-email .decor-left img:nth-child(1) {
    top: -87px;
    left: -10px;
    width: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  #main .intro-section-email .decor-left img:nth-child(1) {
    top: -87px;
    left: -50px;
    width: 64px;
  }
}
@media (min-width: 768px) {
  #main .intro-section-email .decor-left img:nth-child(2) {
    top: -84px;
    left: 52px;
    width: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  #main .intro-section-email .decor-left img:nth-child(2) {
    top: -84px;
    left: 42px;
    width: 84px;
  }
}
@media (min-width: 768px) {
  #main .intro-section-email .decor-left img:nth-child(3) {
    top: 24px;
    left: -10px;
    width: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  #main .intro-section-email .decor-left img:nth-child(3) {
    top: 24px;
    left: -16px;
    width: 102px;
  }
}
@media (min-width: 768px) {
  #main .intro-section-email .decor-left img:nth-child(4) {
    top: 24px;
    left: 60px;
    width: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  #main .intro-section-email .decor-left img:nth-child(4) {
    top: 24px;
    left: 111px;
    width: 60px;
  }
}
@media (min-width: 768px) {
  #main .intro-section-email .decor-right {
    right: 5%;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  #main .intro-section-email .decor-right {
    right: 7%;
  }
}
@media (min-width: 768px) {
  #main .intro-section-email .decor-right img:nth-child(1) {
    top: -91px;
    right: -20px;
    width: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  #main .intro-section-email .decor-right img:nth-child(1) {
    top: -91px;
    right: -43px;
    width: 122px;
  }
}
@media (min-width: 768px) {
  #main .intro-section-email .decor-right img:nth-child(2) {
    top: -16px;
    right: 50px;
    width: 75px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  #main .intro-section-email .decor-right img:nth-child(2) {
    top: -16px;
    right: 92px;
    width: 105px;
  }
}
@media (min-width: 768px) {
  #main .intro-section-email .decor-right img:nth-child(3) {
    top: 64px;
    right: -20px;
    width: 42px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  #main .intro-section-email .decor-right img:nth-child(3) {
    top: 64px;
    right: -70px;
    width: 64px;
  }
}
@media (min-width: 768px) {
  #main .intro-section-email .decor-right img:nth-child(4) {
    top: 103px;
    right: 19px;
    width: 62px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  #main .intro-section-email .decor-right img:nth-child(4) {
    top: 103px;
    right: 19px;
    width: 92px;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(var(--rot, 0deg));
  }
  50% {
    transform: translateY(-10px) rotate(var(--rot, 0deg));
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
#main .testing-section {
  padding: 30px 0 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 20% bottom;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #main .testing-section {
    padding: 48px 0 0;
    background-position: calc(20% + 300px) bottom;
  }
}
@media (min-width: 1024px) {
  #main .testing-section {
    background-position: calc(50% + 600px) bottom;
  }
}
#main .testing-section h1, #main .testing-section h2, #main .testing-section h3, #main .testing-section h4, #main .testing-section h5, #main .testing-section h6 {
  font-weight: 500;
  font-style: italic;
  margin: 0;
}
#main .testing-section h1 {
  font-size: clamp(26px, 7.5vw, 108px);
}
#main .testing-section p {
  font-weight: 500;
}
@media (min-width: 768px) {
  #main .testing-section p {
    font-size: 20px;
  }
}
#main .testing-section mark {
  font-weight: 900;
  font-style: normal;
}
#main .testing-section .title-holder {
  margin: 0 0 17px;
}
#main .testing-section .post-holder {
  max-width: 515px;
  margin: 0 0 30px;
}
#main .testing-section .post-block {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  #main .testing-section .post-block {
    margin: 0 0 40px;
  }
}
#main .testing-section .img-block {
  position: relative;
  width: 100%;
  display: flex;
  flex: 1;
}
#main .testing-section .img-holder-01 {
  position: absolute;
  top: 44%;
  left: -17%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
#main .testing-section .img-holder-01 img {
  max-width: 192px;
  animation: float 3s ease-in-out infinite;
}
@media (min-width: 480px) {
  #main .testing-section .img-holder-01 img {
    max-width: 302px;
  }
}
@media (min-width: 768px) {
  #main .testing-section .img-holder-01 img {
    max-width: 452px;
  }
}
@media (min-width: 1024px) {
  #main .testing-section .img-holder-01 img {
    max-width: 637px;
  }
}
@media (min-width: 1200px) {
  #main .testing-section .img-holder-01 img {
    max-width: 822px;
  }
}
#main .testing-section .img-holder-02 {
  position: relative;
  z-index: 2;
  margin-left: auto;
  transform: translate(21%, -5%);
}
@media (min-width: 480px) {
  #main .testing-section .img-holder-02 {
    transform: translate(21%, -23%);
  }
}
#main .testing-section .img-holder-02 img {
  max-width: 172px;
  display: block;
  animation: float 3s ease-in-out infinite;
}
@media (min-width: 480px) {
  #main .testing-section .img-holder-02 img {
    max-width: 242px;
  }
}
@media (min-width: 768px) {
  #main .testing-section .img-holder-02 img {
    max-width: 382px;
  }
}
@media (min-width: 1024px) {
  #main .testing-section .img-holder-02 img {
    max-width: 517px;
  }
}
@media (min-width: 1200px) {
  #main .testing-section .img-holder-02 img {
    max-width: 652px;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
#main .testing-section .btn-holder .btn, #main .testing-section .btn-holder .wpcf7-form .wpcf7-submit, .wpcf7-form #main .testing-section .btn-holder .wpcf7-submit {
  width: 240px;
}
#main .statistic-section {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  #main .statistic-section {
    padding: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  #main .statistic-section .container {
    max-width: 1152px;
  }
}
#main .statistic-section p {
  font-weight: 500;
}
@media (min-width: 768px) {
  #main .statistic-section p {
    font-size: 18px;
  }
}
#main .statistic-section h1, #main .statistic-section h2, #main .statistic-section h3, #main .statistic-section h4, #main .statistic-section h5, #main .statistic-section h6 {
  margin: 0 0 0.15em;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}
#main .statistic-section p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  #main .statistic-section p {
    font-size: 18px;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
#main .statistic-section .columns-block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
#main .statistic-section .column {
  width: calc(23.89% - 6.66px);
  max-width: 249px;
  min-width: 120px;
  box-sizing: border-box;
}
#main .statistic-section .column h3 {
  font-size: 28px;
  margin: 0 0 0.2em;
}
@media (min-width: 480px) {
  #main .statistic-section .column h3 {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  #main .statistic-section .column h3 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  #main .statistic-section .column h3 {
    font-size: 64px;
  }
}
#main .statistic-section .column:nth-child(even) {
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  #main .statistic-section .column:nth-child(even) {
    margin: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  #main .statistic-section .column:nth-child(even) {
    margin: 60px 0 0;
  }
}
@media (min-width: 1200px) {
  #main .statistic-section .column:nth-child(even) {
    margin: 80px 0 0;
  }
}
#main .statistic-section .column .decoration-holder {
  margin: 3px 0 0;
}
#main .platforms-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  #main .platforms-section {
    padding: 50px;
  }
}
#main .platforms-section h1, #main .platforms-section h2, #main .platforms-section h3, #main .platforms-section h4, #main .platforms-section h5, #main .platforms-section h6 {
  font-weight: 900;
  margin: 0 0 0.59em;
}
@media (min-width: 768px) {
  #main .platforms-section p {
    font-size: 20px;
  }
}
#main .platforms-section .post-block {
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  #main .platforms-section .post-block {
    margin: 0 0 50px;
  }
}
#main .platforms-section .logos-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 990px;
  margin: 0 auto 30px;
}
@media (min-width: 1024px) {
  #main .platforms-section .logos-block {
    margin: 0 auto 50px;
    gap: 20px 50px;
  }
}
#main .platforms-section .logo-holder {
  transition: transform 0.2s ease-in-out;
  position: relative;
  border-radius: 50px;
  padding: 15px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px);
}
@media (min-width: 768px) {
  #main .platforms-section .logo-holder {
    padding: 29px 30px;
  }
}
#main .platforms-section .logo-holder img {
  max-height: 18px;
}
@media (min-width: 768px) {
  #main .platforms-section .logo-holder img {
    max-height: 26px;
  }
}
@media (min-width: 1024px) {
  #main .platforms-section .logo-holder img {
    max-height: 32px;
  }
}
#main .platforms-section .logo-holder:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(180deg, #F88A36 0%, #FD2020 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
#main .platforms-section .logo-holder:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
}
#main .platforms-section .logo-holder:hover {
  transform: translateY(-5px);
}
#main .platforms-section .loader-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#main .platforms-section .load-more {
  display: flex;
  align-items: center;
  gap: 20px;
}
#main .platforms-section .load-more .bar {
  stroke: #F88A36;
  stroke-width: 3;
  stroke-linecap: round;
  opacity: 0.2;
  animation: bar-fade 1.2s linear infinite;
}
#main .platforms-section .load-more span {
  font-weight: 600;
}
@media (min-width: 768px) {
  #main .platforms-section .load-more span {
    font-size: 20px;
  }
}
#main .platforms-section .load-more .bar:nth-child(1) {
  animation-delay: 0.15s;
}
#main .platforms-section .load-more .bar:nth-child(2) {
  animation-delay: 0.3s;
}
#main .platforms-section .load-more .bar:nth-child(3) {
  animation-delay: 0.45s;
}
#main .platforms-section .load-more .bar:nth-child(4) {
  animation-delay: 0.6s;
}
#main .platforms-section .load-more .bar:nth-child(5) {
  animation-delay: 0.75s;
}
#main .platforms-section .load-more .bar:nth-child(6) {
  animation-delay: 0.9s;
}
#main .platforms-section .load-more .bar:nth-child(7) {
  animation-delay: 1.05s;
}
#main .platforms-section .load-more .bar:nth-child(8) {
  animation-delay: 1.2s;
}
@keyframes bar-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
#main .contact_us-section {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #main .contact_us-section {
    padding: 45px 0 40px;
  }
}
#main .contact_us-section h1, #main .contact_us-section h2, #main .contact_us-section h3, #main .contact_us-section h4, #main .contact_us-section h5, #main .contact_us-section h6 {
  margin: 0 0 0.4em;
  font-weight: 900;
}
#main .contact_us-section p {
  font-weight: 500;
}
@media (min-width: 768px) {
  #main .contact_us-section p {
    font-size: 20px;
  }
}
#main .contact_us-section .post-block {
  margin: 0 auto;
}
#main .contact_us-section .btn-holder .btn, #main .contact_us-section .btn-holder .wpcf7-form .wpcf7-submit, .wpcf7-form #main .contact_us-section .btn-holder .wpcf7-submit {
  width: 240px;
}
#main .image-section-email {
  padding: 30px 0 5px;
}
#main .image-section-email .container {
  padding: 0;
}
@media (min-width: 1024px) {
  #main .image-section-email .container {
    max-width: none;
  }
}
#main .image-section-email .img-holder {
  text-align: center;
}
#main .perfomance-section {
  padding: 30px 0;
  position: relative;
  background-repeat: no-repeat;
  padding: 30px 0;
  background-position: 20% bottom;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  #main .perfomance-section {
    padding: 30px 0 50px;
    background-position: calc(20% + 300px) bottom;
  }
}
@media (min-width: 1024px) {
  #main .perfomance-section {
    padding: 40px 0 80px;
    background-position: calc(50% + 600px) bottom;
  }
}
@media (min-width: 1200px) {
  #main .perfomance-section {
    padding: 58px 0 120px;
  }
}
@media (min-width: 1024px) {
  #main .perfomance-section .container {
    max-width: 1320px;
  }
}
#main .perfomance-section h1, #main .perfomance-section h2, #main .perfomance-section h3, #main .perfomance-section h4, #main .perfomance-section h5, #main .perfomance-section h6 {
  margin: 0 0 0.62em;
  font-weight: 900;
}
#main .perfomance-section p {
  font-weight: 500;
}
@media (min-width: 768px) {
  #main .perfomance-section p {
    font-size: 20px;
  }
}
#main .perfomance-section .title-block {
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  #main .perfomance-section .title-block {
    margin: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  #main .perfomance-section .title-block {
    margin: 0 0 85px;
  }
}
@media (min-width: 768px) {
  #main .perfomance-section .columns-block {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  #main .perfomance-section .left-column,
  #main .perfomance-section .right-column {
    width: 50%;
  }
}
#main .perfomance-section .right-column {
  margin: 30px auto 0;
  max-width: 400px;
  align-self: flex-start;
}
@media (min-width: 768px) {
  #main .perfomance-section .right-column {
    max-width: none;
  }
}
#main .perfomance-section .platform-card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 0 0 20px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(24px);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  #main .perfomance-section .platform-card {
    padding: 30px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  #main .perfomance-section .platform-card {
    padding: 40px;
  }
}
#main .perfomance-section .platform-card .label {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  flex: 1;
  text-align: center;
  cursor: default;
  pointer-events: none;
  transition: transform 0.4s ease;
}
@media (min-width: 768px) {
  #main .perfomance-section .platform-card .label {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  #main .perfomance-section .platform-card .label {
    font-size: 32px;
  }
}
#main .perfomance-section .platform-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
#main .perfomance-section .platform-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.07) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
#main .perfomance-section .platform-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
}
#main .perfomance-section .platform-card:hover::before {
  opacity: 1;
}
#main .perfomance-section i {
  font-size: 20px;
}
@media (min-width: 768px) {
  #main .perfomance-section i {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  #main .perfomance-section i {
    font-size: 50px;
  }
}
#main .perfomance-section .img-holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .perfomance-section .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
#main .perfomance-section .img-holder img.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
  animation: floatY 3s ease-in-out infinite;
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
#main .perfomance-section .platform-card.active {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
}
#main .perfomance-section .platform-card.active:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
#main .bg-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0;
}
#main .bg-section h1 {
  font-size: clamp(42px, 14vw, 178px);
}
#main .bg-section h1, #main .bg-section h2, #main .bg-section h3, #main .bg-section h4, #main .bg-section h5, #main .bg-section h6 {
  font-weight: 900;
  margin: 0;
  line-height: 1;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #2c333f, #3b434f, #2c333f);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 2s linear infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
#main .bg-section .title-holder {
  text-align: center;
}
#main .bg-section .img-holder {
  text-align: center;
  margin: -5px 0 0;
}
@media (min-width: 768px) {
  #main .bg-section .img-holder {
    margin: -20px 0 0;
  }
}
@media (min-width: 1024px) {
  #main .bg-section .img-holder {
    margin: -50px 70px 50px 0;
  }
}
#main .bg-section .img-holder img {
  width: 100%;
  max-width: 980px;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
#main .stack-section {
  padding: 30px 0;
  position: relative;
  background-repeat: no-repeat;
  padding: 30px 0;
  background-position: 20% center;
  background-size: auto 67%;
}
@media (min-width: 768px) {
  #main .stack-section {
    padding: 30px 0 50px;
    background-position: calc(20% + 300px) center;
  }
}
@media (min-width: 1024px) {
  #main .stack-section {
    padding: 40px 0 80px;
    background-position: calc(50% + 468px) center;
  }
}
@media (min-width: 1200px) {
  #main .stack-section {
    padding: 58px 0 120px;
  }
}
@media (min-width: 1024px) {
  #main .stack-section .container {
    max-width: 1290px;
  }
}
#main .stack-section p {
  color: #B2B5B8;
}
#main .stack-section .title-holder h1, #main .stack-section .title-holder h2, #main .stack-section .title-holder h3, #main .stack-section .title-holder h4, #main .stack-section .title-holder h5, #main .stack-section .title-holder h6 {
  font-weight: 900;
  margin: 0 0 0.02em;
}
#main .stack-section .title-holder span {
  color: #808388;
  font-weight: 500;
  font-style: italic;
}
#main .stack-section .post-holder {
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  #main .stack-section .post-holder {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #main .stack-section .columns-block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-direction: row-reverse;
  }
}
#main .stack-section .left-column .img-holder {
  max-width: 472px;
  margin: 0 auto 30px;
  animation: float 4s ease-in-out infinite;
}
@media (min-width: 1200px) {
  #main .stack-section .left-column .img-holder {
    margin: -58px 65px 0 0;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
#main .stack-section .right-column .title-holder h1, #main .stack-section .right-column .title-holder h2, #main .stack-section .right-column .title-holder h3, #main .stack-section .right-column .title-holder h4, #main .stack-section .right-column .title-holder h5, #main .stack-section .right-column .title-holder h6 {
  margin: 0 0 0.9em;
  font-weight: 800;
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}
#main .stack-section .right-column .title-holder h1:after, #main .stack-section .right-column .title-holder h2:after, #main .stack-section .right-column .title-holder h3:after, #main .stack-section .right-column .title-holder h4:after, #main .stack-section .right-column .title-holder h5:after, #main .stack-section .right-column .title-holder h6:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 70%;
  height: 1px;
  background: linear-gradient(to right, transparent, #fff, transparent);
  animation: linePulse 1.5s ease-in-out infinite;
}
#main .stack-section .step {
  display: flex;
  gap: 10px;
  margin: 0 0 12px;
}
#main .stack-section .step span {
  display: inline-block;
  transform: scaleY(0.6);
  line-height: normal;
  transform-origin: center;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  background: linear-gradient(90deg, #F88A36, #FD2020, #F88A36);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}
#main .stack-section .step h5 {
  display: flex;
  align-items: center;
  margin: 0 0 0.2em;
}
#main .stack-section .step h5 i {
  font-size: 20px;
  margin: 0 0 0 15px;
}
#main .stack-section .btn-holder .btn, #main .stack-section .btn-holder .wpcf7-form .wpcf7-submit, .wpcf7-form #main .stack-section .btn-holder .wpcf7-submit {
  width: 240px;
}
#main .frameworks-section {
  padding: 30px 0;
}
#main .frameworks-section p {
  color: #808388;
}
@media (min-width: 768px) {
  #main .frameworks-section .frameworks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 25px;
  }
}
#main .frameworks-section .framework-card {
  border-radius: 20px;
  padding: 15px;
  position: relative;
  margin: 0 0 30px;
  overflow: hidden;
}
@media (min-width: 480px) {
  #main .frameworks-section .framework-card {
    padding: 30px;
  }
}
#main .frameworks-section .framework-card h1, #main .frameworks-section .framework-card h2, #main .frameworks-section .framework-card h3, #main .frameworks-section .framework-card h4, #main .frameworks-section .framework-card h5, #main .frameworks-section .framework-card h6 {
  font-weight: 400;
  margin: 0 0 0.4em;
}
#main .frameworks-section .framework-card p {
  line-height: 1.3;
  margin: 0 0 2.4em;
}
#main .frameworks-section .framework-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(90deg, #F88A36 0%, #FD2020 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#main .frameworks-section .framework-card:after {
  content: "";
  position: absolute;
  right: -30%;
  bottom: -50%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(253, 32, 32, 0.4), transparent 70%);
  filter: blur(40px);
  animation: glowMove 2s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes glowMove {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3) translate(-20px, -20px);
    opacity: 0.9;
  }
}
#main .frameworks-section .full-width {
  grid-column: span 2;
  flex-direction: row-reverse;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(270deg, #000216, #00062A, #000C2A, #000216);
  background-size: 600% 600%;
  animation: gradientShift 10s ease infinite;
}
@media (min-width: 768px) {
  #main .frameworks-section .full-width {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  #main .frameworks-section .full-width .left-column {
    width: calc(62% - 15px);
  }
}
@media (min-width: 768px) {
  #main .frameworks-section .full-width .left-column .img-holder {
    margin: 0 0 -50px;
  }
}
@media (min-width: 1024px) {
  #main .frameworks-section .full-width .left-column .img-holder {
    margin: 0 0 -90px 40px;
  }
}
#main .frameworks-section .full-width .left-column .img-holder img {
  width: 100%;
  max-width: 615px;
}
@media (min-width: 768px) {
  #main .frameworks-section .full-width .right-column {
    width: calc(38% - 15px);
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#main .frameworks-section .logo-holder {
  margin: 0 0 25px;
}
#main .frameworks-section .logo-holder img {
  max-width: 50px;
}
@media (min-width: 480px) {
  #main .frameworks-section .logo-holder img {
    max-width: 80px;
  }
}
#main .frameworks-section .bestfor-holder {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  max-width: 448px;
  margin: 0 0 30px;
}
#main .frameworks-section .bestfor-holder p {
  color: #fff;
  font-weight: 500;
  margin: 0;
}
#main .frameworks-section .bestfor-holder:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.07) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#main .frameworks-section .btn-holder .btn, #main .frameworks-section .btn-holder .wpcf7-form .wpcf7-submit, .wpcf7-form #main .frameworks-section .btn-holder .wpcf7-submit {
  width: 240px;
}