/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable-line */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?oboxq0");
  src: url("../fonts/icomoon.eot?oboxq0#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff?oboxq0") format("woff"), url("../fonts/icomoon.ttf?oboxq0") format("truetype"), url("../fonts/icomoon.svg?oboxq0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"],
.btn--primary::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-instagram:before {
  content: "\e903";
}

.icon-mail:before {
  content: "\e904";
}

/**
 * Set up a decent box model on the root element
 */

html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

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

figure {
  margin: 0;
  padding: 0;
}

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

blockquote {
  margin: 0;
  padding: 0;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
  Basic typography style for copy text
*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0f0f0f;
  font-family: "Raleway", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  min-width: 360px;
}

/*
  Basic styles for links
*/

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  cursor: pointer;
  color: #000000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:hover {
  color: #e45d10;
}

ul,
ol,
dl,
p {
  margin: 0;
  list-style: none;
  padding: 0;
}

p {
  margin-bottom: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 .5em 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

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

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

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

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

input[type=text],
input[type=email],
input[type=tel],
textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 1px solid currentColor;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}

.header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
  padding: 20px 0;
  transition: transform .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
}

.header .container {
  max-width: 1246px;
}

.header__logo {
  width: 60px;
  height: 60px;
}

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

.header .nav {
  position: absolute;
  top: 68px;
  right: -200%;
  width: 100%;
  height: calc(100vh - 68px);
  background: #000000;
  z-index: 998;
  padding: 39px 13px 16px;
  transition: right .35s cubic-bezier(.3, .86, .36, .95);
}

.header .nav__wrapper {
  display: flex;
  flex-direction: column;
}

.header .nav__button {
  flex-shrink: 0;
}

.header .nav__button .btn > img {
  width: 18px;
  height: 18px;
}

.header .hamburger-menu {
  position: relative;
  display: inline-block;
  z-index: 1001;
  padding: 4px 6px 0 1px;
}

.header .hamburger-menu button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 16px;
  height: 16px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.header .hamburger-menu .hamburger-icon {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), margin-bottom .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
}

.header .hamburger-menu .hamburger-icon:nth-child(2) {
  width: 13px;
}

.menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  flex-wrap: wrap;
  row-gap: 18px;
  font-size: 18px;
}

.menu__item {
  margin-right: 30px;
  flex-shrink: 0;
  padding-bottom: 15px;
  margin-bottom: 9px;
  padding-left: 10px;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__link {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  border-bottom: 3px solid transparent;
  border-radius: 1px;
  text-transform: uppercase;
}

.menu__link::before {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  bottom: -3px;
  left: -5px;
}

.menu__link:hover {
  color: #ffffff;
  font-weight: 500;
  border-color: #999999;
}

.menu__link:hover::before {
  background-color: #999999;
}

.menu__link.active {
  font-weight: 700;
  border-bottom: 3px solid #999999;
}

.menu__link.active::before {
  background-color: #999999;
}

body.active {
  overflow: hidden;
}

body.active .header {
  background-color: #000000;
  color: #ffffff;
}

body.active .nav {
  right: 0%;
}

body.active .hamburger-icon:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 14% 50%;
}

body.active .hamburger-icon:nth-child(2) {
  opacity: 0;
  height: 0;
  width: 0;
}

body.active .hamburger-icon:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 15% 50%;
}

body {
  background-color: #ffffff;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: clip;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1284px;
}

.orange-gradient {
  background: linear-gradient(35deg, #e31b19 0%, #e45d10 100%);
}

.blue-gradient {
  background: linear-gradient(106deg, #0054b7 0%, #021e44 100%);
}

.logo {
  width: 180px;
  height: 28px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.col-4,
.col-6 {
  display: flex;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  padding: 0 11px;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.hidden {
  display: none !important;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.text-blue-300 {
  color: #0054b7;
}

.text-blue-600 {
  color: #021e44;
}

.text-orange-200 {
  color: #e45d10;
}

.footer__top {
  background-color: #0a0a0a;
  padding: 38px 0 53px;
}

.footer__top .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 25px;
  flex-direction: column;
  max-width: 1247px;
}

.footer__bottom {
  background-color: #000000;
  padding: 20px 0;
}

.footer__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 25px;
  flex-direction: column;
}

.footer__nav .menu {
  overflow: visible;
  justify-content: flex-start;
}

.footer__nav .menu__item {
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  text-align: center;
}

.footer__nav .menu__item:last-child {
  margin-right: 0;
}

.footer__cta .btn {
  background: #444444;
  font-size: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 15px 21px 15px 22px;
}

.footer__cta .btn::after {
  height: 15px;
  width: 15px;
}

.footer__socials > ul {
  display: flex;
  align-items: center;
}

.footer__socials--item {
  margin-right: 29px;
}

.footer__socials--item:last-child {
  margin-right: 0;
}

.footer__socials--link {
  color: #ffffff;
  display: inline-block;
}

.footer__socials--link > i {
  font-size: 30px;
}

.footer__copyright {
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - 44px / 2);
  margin-top: calc(0 - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000000;
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
  opacity: .2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, .1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * 1%);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  padding-bottom: 40px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background: rgba(1, 80, 177, .7);
  mix-blend-mode: multiply;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .9) 100%);
  mix-blend-mode: multiply;
}

.hero h1 {
  color: #ffffff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.hero h1::before {
  content: "";
  position: absolute;
  height: 4px;
  right: 0;
  left: 0;
  bottom: -6px;
  border-radius: 1.5px;
  background: linear-gradient(to right, #e31b19 45%, #e5860b 55%, #e5860b 100%);
}

.hero > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1253px;
  margin-top: 94px;
}

.hero > .container > h1 {
  margin-bottom: 15px;
}

.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -3;
}

.hero__bg > video, .hero__bg > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  height: 100%;
}

.hero__bg > img {
  -o-object-position: top;
     object-position: top;
}

.hero__top {
  position: relative;
  min-height: 100vh;
  display: flex;
  margin-bottom: 56px;
}

.hero__top::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background: rgba(0, 45, 133, .7);
  mix-blend-mode: multiply;
}

.hero__top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .9) 100%);
  mix-blend-mode: multiply;
}

.hero__top .container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 146px;
}

.hero__top .hero__bg {
  z-index: -3;
}

.hero__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  color: #ffffff;
}

.hero__footer > p {
  margin-bottom: 0;
}

.hero__bottom .container {
  max-width: 920px;
}

.hero__bottom .container > p:last-child {
  margin-bottom: 0;
}

.home-hero {
  text-align: center;
  display: block;
}

.home-hero:before, .home-hero:after {
  content: none;
}

.home-hero h1 {
  margin-bottom: 35px;
}

.advantage-hero {
  margin-bottom: -60px;
}

.advantage-hero .container {
  margin-top: 33px;
}

.service-hero {
  margin-bottom: -60px;
}

.service-hero .container {
  margin-top: 33px;
}

.about-hero {
  margin-bottom: -60px;
}

.about-hero::before {
  content: none;
}

.about-hero:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 30%);
}

.about-hero .container {
  margin-top: -4px;
}

.growth {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}

.growth::before {
  content: "";
  position: absolute;
  width: 40.8%;
  left: 0;
  height: 4px;
  border-radius: 0 2px 2px 0;
  background-color: #cacaca;
}

.growth__intro {
  margin-bottom: 30px;
}

.growth__intro .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1242px;
  padding-top: 6px;
}

.growth__text {
  margin-bottom: 20px;
}

.growth__text > h2 {
  color: #021e44;
  margin-bottom: 18px;
}

.growth__content > p {
  font-size: 20px;
}

.growth__content > p:last-child {
  margin-bottom: 0;
}

.growth__button {
  flex-shrink: 0;
}

.growth .row > .col-4:nth-of-type(2n) .card {
  background-color: #d4d9e1;
}

.growth .row > .col-4:nth-of-type(3n) .card {
  background: linear-gradient(to top, #0054b7 0%, #021e44 100%);
  color: #ffffff;
}

.smartscale {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #ffffff;
}

.smartscale::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 50.5%;
  height: 19px;
  background: linear-gradient(to left, #022049 -100%, #0072f9 100%);
  right: 0;
  top: -8px;
  border-radius: 9.5px 0 0 9.5px;
}

.smartscale:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: -1;
}

.smartscale__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.smartscale__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.smartscale h2 {
  margin-bottom: 20px;
}

.smartscale .container {
  max-width: 1244px;
}

.smartscale__content {
  margin-bottom: 30px;
}

.smartscale__content > p:last-child {
  margin-bottom: 0;
}

.service-grid {
  padding-top: 50px;
  padding-bottom: 36px;
}

.service-grid h2 {
  color: #021e44;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}

.service-grid h2::before {
  content: "";
  position: absolute;
  width: 84%;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  height: 4px;
  border-radius: 2px;
  background-color: #cacaca;
}

.service-grid .container {
  max-width: 1009px;
}

.service-grid .row {
  margin: 0 -23px;
  counter-reset: service-card__counter;
}

.service-grid .col-6 {
  padding: 0 23px;
}

.service-grid .col-6:nth-of-type(2n) .service-card__img::before, .service-grid .col-6:nth-of-type(2n) .service-card__img::after, .service-grid .col-6:nth-of-type(2n) .service-card__img > img {
  border-radius: 0 25px 25px 25px;
}

.service-grid .col-6:nth-of-type(-n + 9) .service-card__counter::before {
  content: "0" counter(service-card__counter);
}

.service-grid .col-6:nth-of-type(n + 10) .service-card__counter::before {
  content: counter(service-card__counter);
}

.outcome {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.outcome__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.outcome__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: .33;
  border-top-left-radius: 60px;
}

.outcome h2 {
  color: #021e44;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

.outcome h2::before {
  content: "";
  position: absolute;
  width: 98%;
  top: -4px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  height: 4px;
  border-radius: 2px;
  background-color: #747474;
}

.outcome__content {
  max-width: 580px;
  margin: 0 auto 20px;
}

.outcome__content > p {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.outcome__content > p:last-child {
  margin-bottom: 0;
}

.outcome .btn {
  font-size: 16.5px;
  padding: 16px 21px 16px 22px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.outcome .btn::after {
  height: 17px;
  width: 18px;
}

.impact {
  text-align: center;
  border-radius: 60px 60px 0 0;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.impact > .container {
  max-width: 1082px;
}

.impact h2 {
  color: #021e44;
  position: relative;
  margin-bottom: 20px;
}

.impact h2::before {
  content: "";
  position: absolute;
  width: 41.5%;
  left: 50%;
  right: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, #e31b19 0%, #e5860b 100%);
}

.impact__content {
  max-width: 926px;
  margin: 0 auto;
}

.impact__content > p:last-child {
  margin-bottom: 0;
}

.impact__footer {
  max-width: 850px;
  margin: 0 auto;
}

.founder {
  position: relative;
}

.founder::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 49%;
  height: 19px;
  background: linear-gradient(to left, #022049 -100%, #0072f9 100%);
  left: 0;
  top: -10px;
  border-radius: 0 9.5px 9.5px 0;
}

.founder__top {
  position: relative;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.founder__top > .container {
  max-width: 1247px;
}

.founder__top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: -1;
}

.founder__title {
  margin-bottom: 20px;
}

.founder__subtitle {
  margin-bottom: 20px;
}

.founder__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.founder__image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: 65% top;
     object-position: 65% top;
}

.founder__bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}

.founder__bottom > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1247px;
  gap: 30px;
}

.founder__details {
  position: relative;
}

.founder__details::before {
  content: "";
  position: absolute;
  top: -6px;
  width: calc(9999px + 62%);
  left: -9999px;
  height: 4px;
  border-radius: 2px;
  background-color: #cacaca;
}

.founder__details > .h2 {
  color: #021e44;
  text-transform: none;
  margin-bottom: 20px;
}

.founder__btn {
  background-color: #dee9f6;
  border: 1px solid #00b4ff;
  border-radius: 10px;
  color: #021e44;
  font-weight: 700;
  padding: 12px 24px 12px 22px;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.founder__btn > i {
  color: #0054b7;
  font-size: 33px;
}

.testimonial {
  border-top-left-radius: 60px;
  background-color: #0054b7;
  position: relative;
  z-index: 1;
  padding-top: 55px;
  padding-bottom: 50px;
}

.testimonial > .container {
  max-width: 1415px;
}

.testimonial h2 {
  margin: 0 auto 25px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  letter-spacing: .02em;
}

.testimonial h2::before {
  content: "";
  position: absolute;
  width: 50%;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  height: 4px;
  border-radius: 2px;
  background-color: #cacaca;
}

.testimonial__swiper .swiper-wrapper {
  padding-top: 60px;
  padding-bottom: 88px;
}

.testimonial__swiper .swiper-slide {
  display: flex;
  height: auto;
}

.testimonial__swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  opacity: 1;
}

.testimonial__swiper .swiper-pagination-bullet-active {
  background-color: #e45d10;
}

.contact {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 49.5%;
  height: 19px;
  background: linear-gradient(8deg, #e31b19 0%, #e5860b 100%);
  left: 0;
  top: -8px;
  border-radius: 0 9.5px 9.5px 0;
}

.contact__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.contact__bg > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1247px;
}

.contact__info {
  margin-bottom: 25px;
}

.contact__info > h2 {
  color: #021e44;
  margin-bottom: 20px;
}

.contact__description {
  margin-bottom: 20px;
}

.contact__description > p:last-child {
  margin-bottom: 0;
}

.contact__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact__cta > h2 {
  color: #021e44;
  margin-bottom: 30px;
}

.contact__cta-btn {
  width: -moz-fit-content;
  width: fit-content;
}

.contact__cta-btn > img {
  width: 250px;
  height: 100px;
}

.contact__list--item {
  margin-bottom: 14px;
}

.contact__list--link {
  display: flex;
  align-items: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
  font-size: 20px;
}

.contact__list--link > i {
  font-size: 28px;
  color: #e5860b;
}

.contact__list--link > img {
  width: 24px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(45%) sepia(88%) saturate(715%) hue-rotate(5deg) brightness(102%) contrast(102%);
}

.fusion {
  border-top-left-radius: 60px;
  background-color: white;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.fusion .container {
  max-width: 1242px;
}

.fusion h2 {
  text-align: center;
  margin: 0 auto 37px;
  letter-spacing: .01em;
}

.fusion__intro {
  text-align: center;
  max-width: 973px;
  margin: 0 auto 30px;
}

.fusion__body {
  display: flex;
  flex-wrap: wrap;
}

.fusion__image {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 0 25px 25px 25px;
  box-shadow: 0 5px 13px 4px rgba(68, 68, 68, .41);
}

.fusion__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 25px 25px 25px;
}

.fusion__text {
  margin-bottom: 20px;
}

.fusion__text > p {
  font-size: 20px;
}

.fusion__text > p:last-child {
  margin-bottom: 0;
}

.card {
  padding: 20px 22px 30px 19px;
  border-radius: 0 25px 25px 25px;
  box-shadow: 0 4px 14px 1px rgba(68, 68, 68, .41);
  color: #021e44;
  width: 100%;
  margin-bottom: 25px;
}

.card__logo {
  height: 66px;
  margin-bottom: 28px;
}

.card h3 {
  margin-bottom: 34px;
}

.card__content > p {
  font-size: 20px;
}

.card__content > p:last-child {
  margin-bottom: 0;
}

.service-card {
  margin-bottom: 29px;
  display: flex;
  flex-direction: column;
  counter-increment: service-card__counter;
}

.service-card__img {
  position: relative;
  margin-bottom: 16px;
}

.service-card__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 84, 183, 0) 50%, rgba(1, 80, 177, .9) 80%, #002d85 100%);
  border-radius: 25px 0 25px 25px;
  z-index: 2;
}

.service-card__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 84, 183, .2);
  border-radius: 25px 0 25px 25px;
  z-index: 1;
  mix-blend-mode: overlay;
}

.service-card__img > img {
  border-radius: 25px 0 25px 25px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 333px;
}

.service-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card__body h3 {
  margin-bottom: 13px;
}

.service-card__content {
  font-size: 16px;
  margin-bottom: 8px;
}

.service-card__content > p:last-child {
  margin-bottom: 0;
}

.service-card__counter {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  bottom: 12px;
  left: 25px;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  font-size: 45px;
  z-index: 2;
}

.service-card .btn {
  margin-top: auto;
}

.service {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top-left-radius: 60px;
  background-color: #ffffff;
  counter-increment: service-counter;
  color: #021e44;
}

.service > .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1278px;
  flex-direction: column-reverse;
}

.service:nth-of-type(2n) {
  background-color: #d4d9e1;
  margin-bottom: -60px;
  padding-bottom: 115px;
}

.service:nth-of-type(2n) > .container {
  max-width: 1380px;
}

.service:nth-of-type(2n) .service__img {
  margin-right: 0;
  border-radius: 0 25px 25px 25px;
}

.service:nth-of-type(2n) .service__img > img {
  border-radius: 0 25px 25px 25px;
}

.service:nth-of-type(2n) .service__img::before, .service:nth-of-type(2n) .service__img::after {
  border-radius: 0 25px 25px 25px;
}

.service:nth-of-type(2n) .service__counter {
  right: auto;
  right: initial;
  left: 17px;
  bottom: 14px;
}

.service:nth-child(-n+9) .service__counter::before {
  content: "0" counter(service-counter);
}

.service:nth-child(n+10) .service__counter::before {
  content: counter(service-counter);
}

.service:last-child {
  padding-bottom: 161px;
}

.service__body {
  padding-right: 15px;
  padding-left: 20px;
}

.service__body > h2 {
  letter-spacing: .01em;
}

.service__body > h2 br {
  display: none;
}

.service__img {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  box-shadow: 0 7px 17px rgba(68, 68, 68, .41);
  border-radius: 25px 0 25px 25px;
}

.service__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 84, 183, 0) 50%, rgba(1, 80, 177, .9) 80%, #002d85 100%);
  border-radius: 25px 0 25px 25px;
  z-index: 2;
}

.service__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 84, 183, .2);
  border-radius: 25px 0 25px 25px;
  z-index: 1;
  mix-blend-mode: overlay;
}

.service__img > img {
  border-radius: 25px 0 25px 25px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.service__counter {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  bottom: 12px;
  right: 25px;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  font-size: 85px;
  z-index: 2;
}

.service__subtitle {
  max-width: 515px;
  margin-bottom: 25px;
}

.service__list > strong {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  display: inline-block;
  margin-bottom: 20px;
}

.service__list > ul {
  font-size: 20px;
}

.service__list--item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 0;
}

.service__list--item::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 7px;
  height: 7px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #e45d10;
  flex-shrink: 0;
}

.testimony {
  color: #021e44;
  background-color: #ffffff;
  border-radius: 0 25px 25px 25px;
  padding: 51px 26px 17px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.testimony::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  height: 45px;
  width: 60px;
  top: -27px;
  left: 9px;
}

.testimony__content {
  margin-bottom: 17px;
}

.testimony__content > p {
  font-size: 14px;
}

.testimony__content > p:last-child {
  margin-bottom: 0;
}

.testimony__profile {
  margin-top: auto;
  display: flex;
  align-items: center;
}

.testimony__image {
  width: 62px;
  height: 62px;
  background-color: #0054b7;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 24px;
}

.testimony__author {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}

.btn,
button {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), opacity .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95), border .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), box-shadow .35s cubic-bezier(.3, .86, .36, .95), width .35s cubic-bezier(.3, .86, .36, .95), left .35s cubic-bezier(.3, .86, .36, .95), right .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95), filter .35s cubic-bezier(.3, .86, .36, .95);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}

.btn:hover,
button:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ffffff;
}

.btn--primary {
  border-radius: 56px;
  padding: 16px 21px 16px 22px;
  font-size: 16.5px;
  text-transform: uppercase;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  border-radius: 38px;
  background: linear-gradient(38deg, #e31b19 0%, #e5860b 100%);
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.btn--primary::after {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  background-image: url("../images/right-up.png");
  height: 17px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn--primary:hover::after {
  transform: translate(2px, -2px);
}

.btn--secondary {
  font-size: 15px;
  padding: 16px 21px 16px 17px;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  text-transform: uppercase;
  border-radius: 38px;
  background: linear-gradient(38deg, #e31b19 0%, #e5860b 100%);
}

.btn--secondary:hover {
  filter: brightness(1.5);
}

.btn--tertiary {
  color: #0f0f0f;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.btn--tertiary::after {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  background-image: url("../images/arrow.png");
  height: 12px;
  width: 25px;
  background-repeat: no-repeat;
}

.btn--tertiary:hover {
  color: #0f0f0f;
}

.btn--tertiary:hover::after {
  transform: translateX(5px);
}

@media screen and (min-width: 768px) {
  body {
    font-size: 20px;
  }

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

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

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

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

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

  .col-4 {
    width: 50%;
  }

  .col-6 {
    width: 50%;
  }

  .footer__nav .menu {
    flex-direction: row;
  }

  .footer__nav .menu__item {
    margin-right: 16px;
  }

  .contact__info {
    width: 47%;
    margin-bottom: 0;
  }

  .contact__cta {
    align-items: center;
    padding-left: 20px;
  }

  .contact__cta {
    width: 53%;
  }

  .fusion__image {
    width: 49%;
    margin-bottom: 0;
  }

  .fusion__content {
    width: 51%;
    padding-left: 40px;
  }

  .service-card__counter {
    font-size: 60px;
  }

  .service > .container {
    flex-direction: row;
    justify-content: space-between;
  }

  .service:nth-of-type(2n) > .container {
    flex-direction: row-reverse;
  }

  .service:nth-of-type(2n) .service__body {
    width: 51%;
    padding-left: 50px;
    padding-right: 0;
  }

  .service:nth-of-type(2n) .service__img {
    width: 49%;
  }

  .service__body {
    width: 52.5%;
  }

  .service__img {
    width: 47.5%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 25px;
  }

  p {
    margin-bottom: 30px;
  }

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

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

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

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

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

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

  .header {
    padding: 45px 0;
  }

  .header__logo {
    width: 91px;
    height: 91px;
  }

  .header .container {
    justify-content: flex-start;
  }

  .header .nav {
    transform: none;
    overflow-y: visible;
    display: block;
    position: static;
    min-height: 0;
    height: -moz-max-content;
    height: max-content;
    flex: 1;
    padding: 0 0 0 20px;
    background: transparent;
  }

  .header .nav__wrapper {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .header .nav__button {
    margin-left: 19px;
  }

  .header .hamburger-menu {
    display: none;
  }

  .menu {
    overflow: visible;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  .menu__item {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .logo {
    width: 243px;
    height: 36px;
  }

  .col-4 {
    width: 33.3%;
  }

  .hero {
    padding-bottom: 55px;
  }

  .hero > .container {
    align-items: flex-start;
  }

  .hero > .container > h1 {
    margin-bottom: 29px;
  }

  .hero__top .container {
    max-width: 726px;
  }

  .hero__bottom {
    font-size: 20px;
  }

  .home-hero h1 {
    margin-bottom: 65px;
    font-size: 45.66px;
  }

  .growth {
    padding-bottom: 85px;
  }

  .growth__intro {
    margin-bottom: 64px;
  }

  .growth__text > h2 {
    font-size: 45px;
  }

  .growth__text {
    margin-bottom: 0;
    max-width: 485px;
  }

  .smartscale {
    padding-top: 88px;
    padding-bottom: 98px;
  }

  .smartscale:after {
    content: none;
  }

  .smartscale h2 {
    margin-bottom: 35px;
    font-size: 45px;
  }

  .smartscale__content {
    margin-bottom: 72px;
  }

  .smartscale__content {
    max-width: 540px;
  }

  .service-grid {
    padding-top: 68px;
  }

  .service-grid h2 {
    font-size: 45px;
    margin-bottom: 76px;
  }

  .service-grid .col-6 {
    padding: 0 16px 0 23px;
  }

  .service-grid .col-6:nth-of-type(2n) {
    padding: 0 23px 0 31px;
  }

  .outcome {
    padding-top: 85px;
    padding-bottom: 69px;
  }

  .outcome h2 {
    margin-bottom: 41px;
  }

  .outcome h2 {
    font-size: 45px;
  }

  .outcome__content {
    margin-bottom: 47px;
  }

  .outcome__content > p {
    font-size: 30px;
  }

  .impact {
    padding-top: 80px;
    padding-bottom: 94px;
  }

  .impact h2 {
    font-size: 40px;
    margin-bottom: 73px;
  }

  .impact h2::before {
    bottom: -17px;
  }

  .founder__top {
    padding-top: 89px;
    padding-bottom: 98px;
  }

  .founder__top:after {
    content: none;
  }

  .founder__title {
    font-size: 40px;
    margin-bottom: 47px;
  }

  .founder__subtitle {
    font-size: 30px;
    max-width: 520px;
    margin-bottom: 40px;
  }

  .founder__bottom {
    padding-top: 91px;
    padding-bottom: 86px;
  }

  .founder__body {
    max-width: 660px;
  }

  .founder__details {
    max-width: 720px;
  }

  .founder__details > .h2 {
    margin-bottom: 49px;
  }

  .founder__btn {
    margin-left: -10px;
  }

  .testimonial {
    padding-bottom: 61px;
  }

  .testimonial h2 {
    font-size: 45px;
    margin-bottom: 34px;
  }

  .contact {
    padding-top: 124px;
    padding-bottom: 76px;
  }

  .contact__info > h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .contact__description {
    margin-bottom: 44px;
  }

  .contact__cta {
    align-items: flex-end;
  }

  .contact__cta > h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 40px;
    max-width: 480px;
  }

  .contact__cta-btn {
    margin-right: 40px;
  }

  .contact__cta-btn > img {
    width: 398px;
    height: 142px;
  }

  .fusion {
    padding-top: 94px;
    padding-bottom: 99px;
  }

  .fusion h2 {
    max-width: 973px;
  }

  .fusion__intro {
    margin-bottom: 72px;
  }

  .fusion__content {
    margin-top: 86px;
    padding-left: 80px;
  }

  .fusion__text {
    margin-bottom: 38px;
  }

  .card {
    padding-bottom: 100px;
  }

  .service-card__body {
    padding: 0 22px 0 34px;
  }

  .service-card__body h3 {
    max-width: 305px;
  }

  .service-card__counter {
    font-size: 85px;
  }

  .service {
    padding-top: 94px;
    padding-bottom: 91px;
  }

  .service__body > h2 {
    max-width: 440px;
  }

  .service__body > h2 br {
    display: block;
  }

  .service__img {
    margin-top: 8px;
    margin-right: -10px;
  }

  .service__subtitle {
    margin-bottom: 44px;
  }

  .service__list > strong {
    margin-bottom: 32px;
  }

  .testimony__content {
    margin-right: 10px;
  }

  .btn--primary {
    padding: 22px 35px 22px 35px;
    font-size: 25px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }

  .btn--primary::after {
    height: 26px;
    width: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .footer__top .container {
    justify-content: space-between;
    flex-direction: row;
  }

  .footer__links {
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer__nav {
    margin-right: 27px;
  }

  .footer__nav .menu {
    margin-left: 30px;
  }

  .footer__cta {
    margin-right: 56px;
  }

  .service:nth-of-type(2n) > .container {
    justify-content: flex-start;
  }

  .service:nth-of-type(2n) .service__body {
    padding-left: 62px;
  }

  .service:nth-of-type(2n) .service__img {
    max-width: 586px;
  }

  .service:nth-of-type(2n) .service__list--item::before {
    left: -36px;
  }

  .service__list--item::before {
    left: -39px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1319px) {
  .service__body {
    padding-left: 40px;
  }
}


/*# sourceMappingURL=style.css.map*/