@charset "UTF-8";
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-t-400 {
  margin-top: 400px !important;
}

.p-t-400 {
  padding-top: 400px !important;
}

.m-b-400 {
  margin-bottom: 400px !important;
}

.p-b-400 {
  padding-bottom: 400px !important;
}

.m-l-400 {
  margin-left: 400px !important;
}

.p-l-400 {
  padding-left: 400px !important;
}

.m-r-400 {
  margin-right: 400px !important;
}

.p-r-400 {
  padding-right: 400px !important;
}

.align--top {
  align-items: top;
  height: 100%;
  display: flex;
}

.align--center {
  align-items: center;
  height: 100%;
  display: flex;
}

.align--bottom {
  align-items: bottom;
  height: 100%;
  display: flex;
}

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

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

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

.vh--25 {
  min-height: 25vh;
}

.vh--50 {
  min-height: 50vh;
}

.vh--75 {
  min-height: 75vh;
}

.vh--100 {
  min-height: 100vh;
}

.weight--400 {
  font-weight: 400;
}

.weight--500 {
  font-weight: 500;
}

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

.weight--900 {
  font-weight: 900;
}

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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
a {
  text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
a {
  text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "Gotham-Bold";
  font-display: swap;
  src: local("Gotham-Bold"), url("../fonts/Gotham-Bold.eot?#iefix");
  src: local("Gotham-Bold"), url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.otf") format("opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Light";
  font-display: swap;
  src: local("Gotham-Light"), url("../fonts/Gotham-Light.eot?#iefix");
  src: local("Gotham-Light"), url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  font-display: swap;
  src: local("Gotham-Book"), url("../fonts/Gotham-Book.eot?#iefix");
  src: local("Gotham-Book"), url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  font-display: swap;
  src: local("Gotham-Medium"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Black";
  src: local("Gotham-Black"), url("../fonts/Gotham-Black.eot?#iefix");
  src: local("Gotham-Black"), url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.otf") format("opentype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
.container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 767px) {
  .container {
    max-width: 767px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid::after {
  clear: both;
  content: "";
  display: block;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::after {
  clear: both;
  content: "";
  display: block;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg,
.col-lg-auto, .col-lg-1, .col-md,
.col-md-auto, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 767px) {
  .col-xs {
    max-width: 100%;
  }
  .col-xs-auto {
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    max-width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .col-sm {
    max-width: 100%;
  }
  .col-sm-auto {
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-md {
    max-width: 100%;
  }
  .col-md-auto {
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .col-lg {
    max-width: 100%;
  }
  .col-lg-auto {
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
}
[class*=__container] {
  max-width: 1140px;
  padding: 0px 15px;
  margin: auto;
  position: relative;
}

.color--white * {
  color: #ffffff;
}

body.chromemac .mastheader__services-mm-row--second a {
  padding-bottom: 0;
}
body.chromemac .mastheader__services-mm-row--second a:after {
  bottom: 0;
}

.mastheader {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: 0.3s all ease-out;
  z-index: 99999999;
}
@media screen and (max-width: 1160px) {
  .mastheader {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 590px) {
  .mastheader {
    padding-bottom: 0;
  }
}
.mastheader__container {
  margin: auto;
  max-width: 1856px;
  padding: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  .mastheader__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mastheader__left-group {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mastheader h1 {
  display: inline;
  font-size: 0;
  line-height: 0;
}
.mastheader__logo {
  display: inline-block;
  border-top: 4px solid transparent;
}
@media screen and (max-width: 1160px) {
  .mastheader__logo {
    border-top: 0;
    position: relative;
    z-index: 9999;
  }
}
@media screen and (max-width: 590px) {
  .mastheader__logo {
    margin-left: -5px;
  }
}
@media (max-width: 1300px) {
  .mastheader__logo .flowmatters__logo.lozad {
    width: 194px;
  }
}
.mastheader__logo .flowmatters__logo__small {
  display: none;
}
.mastheader.active .mastheader__logo .flowmatters__logo.lozad {
  display: none;
}
.mastheader.active .mastheader__logo .flowmatters__logo__small {
  display: block;
}
.mastheader__logo svg {
  height: 37px;
  width: 320px;
}
.mastheader__logo-dark {
  display: none;
}
.mastheader__nav {
  display: flex;
}
@media screen and (max-width: 1160px) {
  .mastheader__nav {
    display: block;
    padding-left: 24px;
  }
}
.mastheader__link {
  background: transparent;
  border-top: 4px solid transparent;
  transition: background 0.4s;
}
@media screen and (max-width: 1160px) {
  .mastheader__link {
    border-top: none;
    padding: 10px;
  }
}
@media screen and (max-width: 590px) {
  .mastheader__link {
    padding: 0;
  }
}
.mastheader__link.show-services-mm {
  position: relative;
}
@media screen and (min-width: 1161) {
  .mastheader__link.show-services-mm.current-menu-item:hover > a {
    color: #091D2E;
    opacity: 1;
  }
}
.mastheader__link.show-services-mm.active:after {
  top: 26px;
  transform: rotate(180deg);
  color: #F1FE67;
  border-top: 5px solid #F1FE67;
}
@media screen and (min-width: 1160px) {
  .mastheader__link.show-services-mm.active > a {
    opacity: 1;
    color: #F1FE67;
  }
}
.mastheader__link.show-services-mm > a {
  transition: 0.4s;
  position: relative;
  z-index: 5;
}
.mastheader__link.show-services-mm > a:after {
  background: linear-gradient(90deg, rgba(9, 29, 46, 0), #091d2e);
}
.mastheader__link.show-services-mm:after {
  right: 12px;
  top: 32px;
  color: #4d5a65;
  content: "";
  display: block;
  position: absolute;
  border-top: 5px solid #4d5a65;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 1;
}
@media screen and (max-width: 1160px) {
  .mastheader__link.show-services-mm:after {
    content: "";
    width: 18px;
    height: 15px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33675e-06 8.47314L14.2581 8.47314L9.08407 13.624L10.4663 15L18 7.5L10.4663 -2.95055e-07L9.08407 1.37602L14.2581 6.52686L1.1666e-06 6.52686L1.33675e-06 8.47314Z' fill='%23A7B0B7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: filter 0.3s ease;
    border: none;
    right: auto;
    left: 208px;
    top: 50%;
    transform: translate(-50%, -50%); /* For perfect centering */
  }
}
.mastheader__link.show-services-mm:hover {
  opacity: 1 !important;
}
@media screen and (min-width: 1161) {
  .mastheader__link.show-services-mm:hover {
    background: #fff;
  }
}
@media screen and (min-width: 1161) {
  .mastheader__link.show-services-mm:hover:after {
    top: 26px;
    transform: rotate(180deg);
  }
}
.mastheader__link.show-services-mm:hover > a {
  opacity: 1 !important;
}
@media screen and (min-width: 1161) {
  .mastheader__link.show-services-mm:hover > a {
    color: #091D2E;
  }
}
.mastheader__link.contact-hidden {
  display: none;
}
@media screen and (max-width: 1160px) {
  .mastheader__link.contact-hidden {
    display: block;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader__link.hidden.menu-item {
    display: block;
    width: 100%;
    position: static;
    height: initial;
    pointer-events: initial;
    overflow: initial;
    visibility: visible;
    opacity: 1;
  }
}
.mastheader__link a {
  font-family: "Gotham-Bold", sans-serif;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  padding: 25px 30px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .mastheader__link a {
    font-size: 13px;
    padding: 25px 21px;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader__link a {
    font-family: "Gotham-Medium", sans-serif;
    font-size: 18px;
    line-height: 60px;
    text-transform: none;
    padding: 0;
  }
}
.mastheader__link a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(9, 29, 46, 0), #f1fe67);
  transition: width 0.3s;
  bottom: -9px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .mastheader__link a:after {
    content: none;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader__link a:hover:after {
    width: 100%;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader .current_page_item.show-services-mm a:hover,
  .mastheader .current-menu-item.show-services-mm a:hover {
    color: #091d2e !important;
  }
}
.mastheader .current_page_item a,
.mastheader .current-menu-item a {
  opacity: 0.3;
}
@media screen and (min-width: 1161px) {
  .mastheader .current_page_item a:hover,
  .mastheader .current-menu-item a:hover {
    color: #fff;
  }
}
.mastheader .current_page_item ul li a,
.mastheader .current-menu-item ul li a {
  opacity: 1;
}
.mastheader .current_page_item.mastheader__link--special a,
.mastheader .current-menu-item.mastheader__link--special a {
  color: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 1160px) {
  .mastheader .parent-item {
    position: relative;
    padding-right: 0;
  }
  .mastheader .parent-item:before, .mastheader .parent-item:after {
    content: "";
    border-right: 2px solid #f1fe67;
    display: block;
    height: 11px;
    margin-top: -10px;
    position: absolute;
    transform: rotate(135deg);
    right: 4px;
    top: 37px;
    width: 0;
    transition: 0.3s all ease-out;
    cursor: pointer;
  }
  .mastheader .parent-item:after {
    margin-top: -3px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 590px) {
  .mastheader .parent-item:before, .mastheader .parent-item:after {
    top: 28px;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader .parent-item > a {
    padding-right: 50px;
  }
}
@media screen and (max-width: 590px) {
  .mastheader .parent-item > a {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader .parent-item:after {
    right: 12px;
    top: 32px;
    color: #4d5a65;
    content: "";
    display: block;
    position: absolute;
    border-top: 5px solid #4d5a65;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1161px) {
  .mastheader .parent-item:after {
    right: 5px;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader .parent-item:hover {
    background-color: #081a29;
    border-top: 4px solid #193e5a;
    transition: 0.7s;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader .parent-item:hover:after {
    right: 12px;
    top: 26px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #4d5a65;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1161px) {
  .mastheader .parent-item:hover:after {
    right: 5px;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader .parent-item a:hover {
    color: #fff;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mastheader .parent-item.chromemac:after {
    top: 28px;
  }
}
.mastheader .parent-item.chromemac:hover {
  background-color: #081a29;
  border-top: 4px solid #193e5a;
  transition: 0.7s;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mastheader .parent-item.chromemac:hover:after {
    top: 23px;
  }
}
.mastheader .particles-wrapper {
  display: block;
}
.mastheader .particles-wrapper .particles-button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  min-width: 170px;
  height: 60px;
  background: #f1fe67;
  color: #091D2E;
  border: 0;
  margin: 0;
  will-change: transform;
  font-family: "Gotham-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mastheader .particles-wrapper .particles-button {
    height: 60px;
    padding-top: 0px;
  }
  .mastheader .particles-wrapper .particles-button:hover {
    background: #d1e21c !important;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader .particles-wrapper .particles-button {
    height: 78px;
  }
}
.mastheader.sticky {
  background: #091d2e;
  padding-top: 13px !important;
  padding-bottom: 13px;
  z-index: 9999;
}
@media screen and (max-width: 1160px) {
  .mastheader.sticky {
    padding-top: 30px !important;
  }
}
.mastheader.sticky .mastheader__link .sub-menu {
  background-color: #081a29;
}
@media screen and (max-width: 1160px) {
  .mastheader.sticky .mastheader__link .sub-menu {
    background-color: transparent;
  }
}
.mastheader.sticky .parent-item:hover {
  background-color: #091d2e;
}
.mastheader.sticky .mastheader__logo svg path:not(.sticky-logo) {
  display: none;
}
@media screen and (max-width: 1160px) {
  .mastheader.active .items__group {
    display: block;
    transform: translateX(0%);
    overflow-y: scroll;
    height: 100%;
    z-index: 99;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader.active .items__group:after {
    background-image: url(../img/svg/iso.svg);
    content: "";
    width: 350px;
    height: 100vh;
    position: absolute;
    top: -180px;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader.active.is-active-submenu {
    background: #fff;
  }
  .mastheader.active.is-active-submenu .mastheader__logo {
    position: relative;
  }
  .mastheader.active.is-active-submenu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 82px;
    top: 0;
    left: 0;
    display: block;
    z-index: 100;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader.active.is-active-submenu .items__group:after {
    content: none;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader.active.is-active-submenu .mastheader__services-mm-mobile {
    display: flex;
    z-index: 999;
  }
}
.mastheader .items__group {
  display: inherit;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .mastheader .items__group {
    display: block;
    background: #091d2e;
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 145px 0 0 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 1160px) {
  .mastheader .items__group {
    padding-top: 100px;
  }
}
.mastheader .items__group .grid__item {
  width: 170px;
  position: relative;
  top: 0;
  margin: auto;
  margin-left: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mastheader .items__group .grid__item {
    right: auto;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader .items__group .grid__item {
    bottom: auto;
    height: auto;
    width: 100%;
    margin: 45px 0 0;
  }
}
.mastheader .items__group .grid__item > a {
  height: 60px;
}
@media screen and (max-width: 1160px) {
  .mastheader .items__group .grid__item > a {
    height: 78px;
    width: 100%;
  }
}
.mastheader .mobile_button {
  display: none;
  align-items: center;
  height: 30px;
  width: 23px;
  justify-content: flex-end;
  z-index: 999;
  overflow: visible;
  right: -5px;
}
@media screen and (max-width: 1160px) {
  .mastheader .mobile_button {
    display: flex;
  }
}
.mastheader .mobile_button .hamburger-menu {
  overflow: visible;
  width: 40px;
  height: 23px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 9999;
}
.mastheader .mobile_button .hamburger-menu span {
  background-color: #fff;
  position: absolute;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 20px;
  height: 2px;
  transition-duration: 500ms;
  z-index: 999;
}
.mastheader .mobile_button .hamburger-menu span:nth-child(1) {
  top: 5px;
  left: 5px;
}
.mastheader .mobile_button .hamburger-menu span:nth-child(2) {
  top: 11px;
  left: 10px;
  opacity: 1;
  width: 15px;
}
.mastheader .mobile_button .hamburger-menu span:nth-child(3) {
  top: 17px;
  left: 5px;
}
.mastheader .mobile_button .hamburger-menu.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
.mastheader .mobile_button .hamburger-menu.open span:nth-child(2) {
  opacity: 0;
}
.mastheader .mobile_button .hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
}
.mastheader {
  /* The back button on mobile menu */
}
.mastheader__services-mm-mobile {
  display: none;
}
.mastheader__services-mm-mobile .back-mobile {
  display: none;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .mastheader__services-mm-mobile .back-mobile {
    display: block;
  }
}
.mastheader__services-mm-mobile .back-mobile a {
  font-size: 15px;
  font-family: "Gotham-Medium", sans-serif;
  color: #A7B0B7;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mastheader__services-mm-mobile .back-mobile a:before {
  content: "";
  width: 18px;
  height: 15px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6.52686L3.74194 6.52686L8.91593 1.37602L7.53372 0L0 7.5L7.53372 15L8.91593 13.624L3.74194 8.47314L18 8.47314V6.52686Z' fill='%23A7B0B7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mastheader__services-mm {
  position: absolute;
  top: 100%;
  /*right: 0;*/
  /*width: calc(100% + 174px);*/
  width: 781px;
  background: #fff;
  color: #091D2E;
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  transition: 0.3s;
  transform: translateX(-32%);
}
@media screen and (max-width: 1160px) {
  .mastheader__services-mm {
    background-color: #091d2e;
  }
}
.mastheader__services-mm::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 47%;
  transform: translateX(-47%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
@media screen and (max-width: 1160px) {
  .mastheader__services-mm {
    padding: 0 30px 40px;
    transition: opacity 0.3s ease-out;
    top: 95px;
    width: 100%;
    transform: translateX(0);
    box-sizing: border-box;
    left: 0;
  }
  .mastheader__services-mm::before {
    content: none;
  }
}
@media screen and (max-width: 590px) {
  .mastheader__services-mm {
    top: 82px;
  }
}
.mastheader__services-mm.is-visible {
  padding: 14px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
@media screen and (max-width: 1160px) {
  .mastheader__services-mm.is-visible {
    padding: 8px 0px 40px 0px;
  }
}
.mastheader {
  /* Services & Solutions megamenu popup */
}
.mastheader__services-mm-container {
  display: flex;
  gap: 47px;
  padding-left: 4px;
}
@media screen and (max-width: 1160px) {
  .mastheader__services-mm-container {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0;
  }
}
.mastheader__links-container {
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.mastheader__divider {
  height: 1px;
  background-color: #dbdcdc;
  margin-right: 30px;
}
@media screen and (max-width: 1160px) {
  .mastheader__divider {
    margin-right: 0;
  }
}
.mastheader__link-list {
  list-style: none;
  padding: 0;
  margin-left: 5px;
}
.mastheader__link-list li a {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 15px;
  line-height: 40px;
  padding: 0 15px;
  color: #091D2E;
  margin: 0;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  position: relative;
  transition: width 0.3s;
}
@media screen and (max-width: 1160px) {
  .mastheader__link-list li a {
    color: #ffffff;
  }
}
.mastheader__link-list--primary {
  margin-top: 9px;
  margin-bottom: 26px;
}
.mastheader__link-list--primary li a:after {
  content: "";
  width: 18px;
  height: 15px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33675e-06 8.47314L14.2581 8.47314L9.08407 13.624L10.4663 15L18 7.5L10.4663 -2.95055e-07L9.08407 1.37602L14.2581 6.52686L1.1666e-06 6.52686L1.33675e-06 8.47314Z' fill='%23A7B0B7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: filter 0.3s ease;
}
.mastheader__link-list--primary li a:hover {
  background: #F1FE67;
}
.mastheader__link-list--primary li a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33675e-06 8.47314L14.2581 8.47314L9.08407 13.624L10.4663 15L18 7.5L10.4663 -2.95055e-07L9.08407 1.37602L14.2581 6.52686L1.1666e-06 6.52686L1.33675e-06 8.47314Z' fill='%23091D2E'/%3E%3C/svg%3E");
}
.mastheader__link-list--secondary li a {
  line-height: 31px;
}
.mastheader__link-list--secondary li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #091D2E;
  transition: width 0.3s;
  position: absolute;
  bottom: 1px;
}
.mastheader__link-list--secondary li a:hover:after {
  width: calc(100% - 30px);
}
@media screen and (max-width: 1160px) {
  .mastheader__link-list {
    margin-left: 0;
  }
  .mastheader__link-list li {
    width: 100%;
  }
  .mastheader__link-list li a {
    display: flex;
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    line-height: 60px;
  }
  .mastheader__link-list li a:after {
    content: none;
  }
  .mastheader__link-list li a:hover {
    background: none;
  }
  .mastheader__link-list--primary {
    margin: 13px 0 0 26px;
  }
  .mastheader__link-list--secondary {
    margin-top: 12px;
    margin-left: 26px;
  }
  .mastheader__link-list--secondary li a {
    line-height: 50px;
  }
}
.mastheader__promo-card {
  color: #fff;
}
@media screen and (min-width: 1161px) {
  .mastheader__promo-card__wrapper {
    display: flex;
    flex-direction: column;
    background: #091D2E;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    text-align: center;
    width: 270px;
    flex-shrink: 0;
    box-shadow: 3px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
@media screen and (max-width: 1160px) {
  .mastheader__promo-card {
    display: none;
  }
}
.mastheader__promo-card__mobile {
  display: none;
}
@media screen and (max-width: 1160px) {
  .mastheader__promo-card__mobile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
    border-top: 4px solid #fff;
    margin-top: 70px;
    padding: 20px 0 0 24px;
  }
  .mastheader__promo-card__mobile__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 190px;
  }
}
.mastheader__promo-text p {
  padding: 0 30px;
  font-size: 18px;
  font-family: "Gotham-Medium", sans-serif;
  line-height: 1.3;
  margin-bottom: 17px;
}
.mastheader__promo-text p strong {
  font-family: "Gotham-Medium", sans-serif !important;
  color: #F1FE67;
}
@media screen and (max-width: 1160px) {
  .mastheader__promo-text p {
    color: #ffffff;
    padding: 0;
  }
  .mastheader__promo-text p:last-child {
    margin-bottom: 17px;
  }
}
.mastheader__promo-image {
  position: relative;
  width: 161px;
  height: 161px;
  background-image: url("../img/ai-icon-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}
@media screen and (max-width: 1160px) {
  .mastheader__promo-image {
    background-image: url("../img/ai-icon-yellow.svg");
  }
}
.mastheader__promo-button {
  display: inline-block;
  color: #F1FE67;
  font-size: 12px;
  padding: 5px 0;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #F1FE67;
  padding-bottom: 1px;
}
.mastheader__promo-button:hover {
  border-color: transparent;
}

.desktop-style .mastfooter {
  padding-top: 97px;
  padding-bottom: 62px;
  background: #081a29;
}
.desktop-style .mastfooter__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.desktop-style .mastfooter__flow-logo {
  margin-top: 7px;
}
.desktop-style .mastfooter__col {
  width: 14%;
}
@media screen and (max-width: 1199px) {
  .desktop-style .mastfooter__col {
    width: 20%;
  }
}
.desktop-style .mastfooter__col:first-of-type {
  width: 30%;
}
@media screen and (max-width: 766px) {
  .desktop-style .mastfooter__col:first-of-type {
    width: 45%;
  }
}
.desktop-style .mastfooter__col:first-of-type p {
  width: 100%;
  max-width: 293px;
}
.desktop-style .mastfooter__col:nth-child(4) {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .desktop-style .mastfooter__col:nth-child(4) {
    width: 45%;
  }
}
.desktop-style .mastfooter__col p:not(.mastfooter__title) {
  color: #96a3ae;
  font-weight: 500;
  font-size: 13px;
  word-wrap: break-word;
  display: inline-block;
  text-decoration: none;
}
.desktop-style .mastfooter__col a {
  font-family: "Gotham-Book", sans-serif;
}
@media screen and (max-width: 766px) {
  .desktop-style .mastfooter__col {
    width: 45%;
  }
}
.desktop-style .mastfooter__col-justify-right {
  width: 100%;
  max-width: 165px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .desktop-style .mastfooter__col-justify-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .desktop-style .mastfooter__col-justify-right {
    width: 100%;
    margin-left: 0;
  }
}
.desktop-style .mastfooter__logos {
  display: flex;
  align-items: center;
  padding-top: 53px;
  padding-bottom: 7px;
}
@media screen and (max-width: 1199px) {
  .desktop-style .mastfooter__logos {
    flex-wrap: wrap;
  }
}
.desktop-style .mastfooter__logos .link {
  background: #fff;
  padding: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 34px;
}
@media screen and (max-width: 1199px) {
  .desktop-style .mastfooter__logos .link {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .desktop-style .mastfooter__logos img {
    margin: 5px;
  }
}
.desktop-style .mastfooter__title {
  font-size: 13px;
  font-weight: 600;
  line-break: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.desktop-style .mastfooter ul a {
  color: #96A3AE;
  font-weight: 500;
  font-size: 13px;
  word-wrap: break-word;
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-family: "Gotham-Book", sans-serif;
}
.desktop-style .mastfooter ul a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #96a3ae;
  transition: width 0.3s;
  position: relative;
  bottom: 3px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .desktop-style .mastfooter ul a:after {
      position: relative;
      bottom: 5px;
    }
  }
}
.desktop-style .mastfooter ul a:hover:after {
  width: 100%;
}
.desktop-style .mastfooter .mastfooter__copy--left {
  padding-top: 27px;
}
.desktop-style .mastfooter .mastfooter__copy--left p {
  margin-bottom: 0;
}
.desktop-style .mastfooter .paragraph {
  margin-top: 35px;
}
.desktop-style .mastfooter .paragraph p {
  color: #96a3ae;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  word-wrap: break-word;
  display: inline-block;
  text-decoration: none;
}
.desktop-style .mastfooter .paragraph a:hover {
  text-decoration: underline;
}
.desktop-style .subscribe {
  position: relative;
}
.desktop-style .subscribe .effect {
  background: transparent;
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 25px;
}
.desktop-style .subscribe .effect ~ .focus-border {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #F1FE67;
  transition: 0.3s;
}
.desktop-style .subscribe .effect:focus ~ .focus-border {
  width: 100%;
  transition: 0.3s;
  left: 0;
}
.desktop-style .subscribe .effect.validated {
  border-bottom: 2px solid turquoise;
}
.desktop-style .subscribe .effect.validated ~ .focus-border {
  background-color: turquoise;
}
.desktop-style .subscribe .effect.wrong {
  border-bottom: 2px solid red;
}
.desktop-style .subscribe .effect.wrong ~ .focus-border {
  background-color: red;
}
.desktop-style .subscribe a {
  pointer-events: none;
}
.desktop-style .subscribe .fa-send-o {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 17px;
  color: #F1FE67;
}
.desktop-style .subscribe #mc-embedded-subscribe {
  background: transparent;
  border: 0;
  position: absolute;
  right: 5px;
  top: 0px;
}
.desktop-style .subscribe .message {
  display: none;
  width: 100%;
  color: #fff;
  font-size: 13px;
  position: absolute;
  padding-left: 10px;
  font-family: "Gotham-Light", sans-serif;
  left: 0;
  top: 25px;
}
.desktop-style .subscribe .error {
  color: red;
}
.desktop-style .subscribe .success {
  color: turquoise;
}
.desktop-style .social-items {
  margin-top: 10px;
}
.desktop-style .social-items a {
  display: inline-block;
}
.desktop-style .social-items a:after {
  content: none;
}
.desktop-style .social-items .icon-social {
  width: 24px;
  height: 24px;
  background: #1a3e5a;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  transition: 0.3s ease-out;
  position: relative;
}
.desktop-style .social-items .icon-social i {
  color: #091c2e;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .desktop-style .social-items .icon-social i {
      vertical-align: -webkit-baseline-middle;
    }
  }
}
.desktop-style .social-items .icon-social:hover {
  background: turquoise;
}
.desktop-style .social-items .icon-social:hover i {
  color: #091c2e;
  transition: 0.3s ease-out;
}

body {
  font-family: "Gotham-Book", sans-serif;
  background: #091D2E;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
}
body.locked {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}
body.locked .mastheader {
  z-index: 0;
}

body {
  visibility: hidden;
}

::-moz-selection {
  background: #3faeb5; /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #3faeb5; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #3faeb5; /* Gecko Browsers */
  color: #fff;
}

a {
  font-size: inherit;
  line-height: 22px;
  font-family: "Gotham-Medium", sans-serif;
  color: #F1FE67;
}

h1,
h2,
h3 {
  font-family: "Gotham-Bold", sans-serif;
  font-style: normal;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 80px;
  line-height: 78px;
}
@media screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 30px;
  }
}

h2,
.h2 {
  font-size: 54px;
  line-height: 60px;
}
@media screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 959px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

h3 {
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 30px;
    line-height: 25px;
  }
}
@media screen and (max-width: 959px) {
  h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
h3.info-title {
  margin-bottom: 20px;
}

strong {
  font-family: "Gotham-Bold", sans-serif !important;
}

p {
  font-family: "Gotham-Book", sans-serif;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

.p--special {
  font-size: 18px;
  line-height: 30px;
  color: #96A3AE;
  margin-bottom: 0px;
  font-family: "Gotham-Bold", sans-serif;
}
.p--faded {
  color: #96A3AE;
  font-family: "Gotham-Bold", sans-serif;
}
.p--green {
  font-size: 13px;
  font-weight: 600;
  color: #45A6A6;
  line-height: 18px;
  display: inline-block;
  font-family: "Gotham-Bold", sans-serif;
  margin-bottom: 18px;
}

b {
  font-weight: 600;
}

span {
  font-family: "Gotham-Bold", sans-serif;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
  display: none;
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-220 {
  padding-top: 220px !important;
}

.m-b-220 {
  margin-bottom: 220px !important;
}

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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
a {
  text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "Gotham-Bold";
  font-display: swap;
  src: local("Gotham-Bold"), url("../fonts/Gotham-Bold.eot?#iefix");
  src: local("Gotham-Bold"), url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.otf") format("opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Light";
  font-display: swap;
  src: local("Gotham-Light"), url("../fonts/Gotham-Light.eot?#iefix");
  src: local("Gotham-Light"), url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  font-display: swap;
  src: local("Gotham-Book"), url("../fonts/Gotham-Book.eot?#iefix");
  src: local("Gotham-Book"), url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  font-display: swap;
  src: local("Gotham-Medium"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Black";
  src: local("Gotham-Black"), url("../fonts/Gotham-Black.eot?#iefix");
  src: local("Gotham-Black"), url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.otf") format("opentype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
.container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 767px) {
  .container {
    max-width: 767px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid::after {
  clear: both;
  content: "";
  display: block;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::after {
  clear: both;
  content: "";
  display: block;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm,
.col-sm-auto, .col-md-1, .col-md,
.col-md-auto, .col-lg-1, .col-lg,
.col-lg-auto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 767px) {
  .col-xs {
    max-width: 100%;
  }
  .col-xs-auto {
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    max-width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .col-sm {
    max-width: 100%;
  }
  .col-sm-auto {
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-md {
    max-width: 100%;
  }
  .col-md-auto {
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .col-lg {
    max-width: 100%;
  }
  .col-lg-auto {
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
}
[class*=__container] {
  max-width: 1140px;
  padding: 0px 15px;
  margin: auto;
  position: relative;
}

.color--white * {
  color: #ffffff;
}

body.chromemac .mastheader__services-mm-row--second a {
  padding-bottom: 0;
}
body.chromemac .mastheader__services-mm-row--second a:after {
  bottom: 0;
}

.mastheader {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: 0.3s all ease-out;
  z-index: 99999999;
}
@media screen and (max-width: 1160px) {
  .mastheader {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 590px) {
  .mastheader {
    padding-bottom: 0;
  }
}
.mastheader__container {
  margin: auto;
  max-width: 1856px;
  padding: 0px 15px 0px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  .mastheader__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mastheader__left-group {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mastheader h1 {
  display: inline;
  font-size: 0;
  line-height: 0;
}
.mastheader__logo {
  display: inline-block;
  border-top: 4px solid transparent;
}
@media screen and (max-width: 1160px) {
  .mastheader__logo {
    border-top: 0;
    position: relative;
    z-index: 9999;
  }
}
@media screen and (max-width: 590px) {
  .mastheader__logo {
    margin-left: -5px;
  }
}
@media (max-width: 1300px) {
  .mastheader__logo .flowmatters__logo.lozad {
    width: 194px;
  }
}
.mastheader__logo .flowmatters__logo__small {
  display: none;
}
.mastheader.active .mastheader__logo .flowmatters__logo.lozad {
  display: none;
}
.mastheader.active .mastheader__logo .flowmatters__logo__small {
  display: block;
}
.mastheader__logo svg {
  height: 37px;
  width: 320px;
}
.mastheader__logo-dark {
  display: none;
}
.mastheader__nav {
  display: flex;
}
@media screen and (max-width: 1160px) {
  .mastheader__nav {
    display: block;
    padding-left: 24px;
  }
}
.mastheader__link {
  background: transparent;
  border-top: 4px solid transparent;
  transition: background 0.4s;
}
@media screen and (max-width: 1160px) {
  .mastheader__link {
    border-top: none;
    padding: 10px;
  }
}
@media screen and (max-width: 590px) {
  .mastheader__link {
    padding: 0;
  }
}
.mastheader__link.show-services-mm {
  position: relative;
}
@media screen and (min-width: 1161) {
  .mastheader__link.show-services-mm.current-menu-item:hover > a {
    color: #091D2E;
    opacity: 1;
  }
}
.mastheader__link.show-services-mm.active:after {
  top: 26px;
  transform: rotate(180deg);
  color: #F1FE67;
  border-top: 5px solid #F1FE67;
}
@media screen and (min-width: 1160px) {
  .mastheader__link.show-services-mm.active > a {
    opacity: 1;
    color: #F1FE67;
  }
}
.mastheader__link.show-services-mm > a {
  transition: 0.4s;
  position: relative;
  z-index: 5;
}
.mastheader__link.show-services-mm > a:after {
  background: linear-gradient(90deg, rgba(9, 29, 46, 0), #091d2e);
}
.mastheader__link.show-services-mm:after {
  right: 12px;
  top: 32px;
  color: #4d5a65;
  content: "";
  display: block;
  position: absolute;
  border-top: 5px solid #4d5a65;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 1;
}
@media screen and (max-width: 1160px) {
  .mastheader__link.show-services-mm:after {
    content: "";
    width: 18px;
    height: 15px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33675e-06 8.47314L14.2581 8.47314L9.08407 13.624L10.4663 15L18 7.5L10.4663 -2.95055e-07L9.08407 1.37602L14.2581 6.52686L1.1666e-06 6.52686L1.33675e-06 8.47314Z' fill='%23A7B0B7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: filter 0.3s ease;
    border: none;
    right: auto;
    left: 208px;
    top: 50%;
    transform: translate(-50%, -50%); /* For perfect centering */
  }
}
.mastheader__link.show-services-mm:hover {
  opacity: 1 !important;
}
@media screen and (min-width: 1161) {
  .mastheader__link.show-services-mm:hover {
    background: #fff;
  }
}
@media screen and (min-width: 1161) {
  .mastheader__link.show-services-mm:hover:after {
    top: 26px;
    transform: rotate(180deg);
  }
}
.mastheader__link.show-services-mm:hover > a {
  opacity: 1 !important;
}
@media screen and (min-width: 1161) {
  .mastheader__link.show-services-mm:hover > a {
    color: #091D2E;
  }
}
.mastheader__link.contact-hidden {
  display: none;
}
@media screen and (max-width: 1160px) {
  .mastheader__link.contact-hidden {
    display: block;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader__link.hidden.menu-item {
    display: block;
    width: 100%;
    position: static;
    height: initial;
    pointer-events: initial;
    overflow: initial;
    visibility: visible;
    opacity: 1;
  }
}
.mastheader__link a {
  font-family: "Gotham-Bold", sans-serif;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  padding: 25px 30px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .mastheader__link a {
    font-size: 13px;
    padding: 25px 21px;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader__link a {
    font-family: "Gotham-Medium", sans-serif;
    font-size: 18px;
    line-height: 60px;
    text-transform: none;
    padding: 0;
  }
}
.mastheader__link a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(9, 29, 46, 0), #f1fe67);
  transition: width 0.3s;
  bottom: -9px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .mastheader__link a:after {
    content: none;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader__link a:hover:after {
    width: 100%;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader .current_page_item.show-services-mm a:hover,
  .mastheader .current-menu-item.show-services-mm a:hover {
    color: #091d2e !important;
  }
}
.mastheader .current_page_item a,
.mastheader .current-menu-item a {
  opacity: 0.3;
}
@media screen and (min-width: 1161px) {
  .mastheader .current_page_item a:hover,
  .mastheader .current-menu-item a:hover {
    color: #fff;
  }
}
.mastheader .current_page_item ul li a,
.mastheader .current-menu-item ul li a {
  opacity: 1;
}
.mastheader .current_page_item.mastheader__link--special a,
.mastheader .current-menu-item.mastheader__link--special a {
  color: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 1160px) {
  .mastheader .parent-item {
    position: relative;
    padding-right: 0;
  }
  .mastheader .parent-item:before, .mastheader .parent-item:after {
    content: "";
    border-right: 2px solid #f1fe67;
    display: block;
    height: 11px;
    margin-top: -10px;
    position: absolute;
    transform: rotate(135deg);
    right: 4px;
    top: 37px;
    width: 0;
    transition: 0.3s all ease-out;
    cursor: pointer;
  }
  .mastheader .parent-item:after {
    margin-top: -3px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 590px) {
  .mastheader .parent-item:before, .mastheader .parent-item:after {
    top: 28px;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader .parent-item > a {
    padding-right: 50px;
  }
}
@media screen and (max-width: 590px) {
  .mastheader .parent-item > a {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader .parent-item:after {
    right: 12px;
    top: 32px;
    color: #4d5a65;
    content: "";
    display: block;
    position: absolute;
    border-top: 5px solid #4d5a65;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1161px) {
  .mastheader .parent-item:after {
    right: 5px;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader .parent-item:hover {
    background-color: #081a29;
    border-top: 4px solid #193e5a;
    transition: 0.7s;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader .parent-item:hover:after {
    right: 12px;
    top: 26px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #4d5a65;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1161px) {
  .mastheader .parent-item:hover:after {
    right: 5px;
  }
}
@media screen and (min-width: 1161px) {
  .mastheader .parent-item a:hover {
    color: #fff;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mastheader .parent-item.chromemac:after {
    top: 28px;
  }
}
.mastheader .parent-item.chromemac:hover {
  background-color: #081a29;
  border-top: 4px solid #193e5a;
  transition: 0.7s;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mastheader .parent-item.chromemac:hover:after {
    top: 23px;
  }
}
.mastheader .particles-wrapper {
  display: block;
}
.mastheader .particles-wrapper .particles-button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  min-width: 170px;
  height: 60px;
  background: #f1fe67;
  color: #091D2E;
  border: 0;
  margin: 0;
  will-change: transform;
  font-family: "Gotham-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .mastheader .particles-wrapper .particles-button {
    height: 60px;
    padding-top: 0px;
  }
  .mastheader .particles-wrapper .particles-button:hover {
    background: #d1e21c !important;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader .particles-wrapper .particles-button {
    height: 78px;
  }
}
.mastheader.sticky {
  background: #091d2e;
  padding-top: 13px !important;
  padding-bottom: 13px;
  z-index: 9999;
}
@media screen and (max-width: 1160px) {
  .mastheader.sticky {
    padding-top: 30px !important;
  }
}
.mastheader.sticky .mastheader__link .sub-menu {
  background-color: #081a29;
}
@media screen and (max-width: 1160px) {
  .mastheader.sticky .mastheader__link .sub-menu {
    background-color: transparent;
  }
}
.mastheader.sticky .parent-item:hover {
  background-color: #091d2e;
}
.mastheader.sticky .mastheader__logo svg path:not(.sticky-logo) {
  display: none;
}
@media screen and (max-width: 1160px) {
  .mastheader.active .items__group {
    display: block;
    transform: translateX(0%);
    overflow-y: scroll;
    height: 100%;
    z-index: 99;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader.active .items__group:after {
    background-image: url(../img/svg/iso.svg);
    content: "";
    width: 350px;
    height: 100vh;
    position: absolute;
    top: -180px;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader.active.is-active-submenu {
    background: #fff;
  }
  .mastheader.active.is-active-submenu .mastheader__logo {
    position: relative;
  }
  .mastheader.active.is-active-submenu:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 82px;
    top: 0;
    left: 0;
    display: block;
    z-index: 100;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader.active.is-active-submenu .items__group:after {
    content: none;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader.active.is-active-submenu .mastheader__services-mm-mobile {
    display: flex;
    z-index: 999;
  }
}
.mastheader .items__group {
  display: inherit;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .mastheader .items__group {
    display: block;
    background: #091d2e;
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 145px 0 0 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 1160px) {
  .mastheader .items__group {
    padding-top: 100px;
  }
}
.mastheader .items__group .grid__item {
  width: 170px;
  position: relative;
  top: 0;
  margin: auto;
  margin-left: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .mastheader .items__group .grid__item {
    right: auto;
  }
}
@media screen and (max-width: 1160px) {
  .mastheader .items__group .grid__item {
    bottom: auto;
    height: auto;
    width: 100%;
    margin: 45px 0 0;
  }
}
.mastheader .items__group .grid__item > a {
  height: 60px;
}
@media screen and (max-width: 1160px) {
  .mastheader .items__group .grid__item > a {
    height: 78px;
    width: 100%;
  }
}
.mastheader .mobile_button {
  display: none;
  align-items: center;
  height: 30px;
  width: 23px;
  justify-content: flex-end;
  z-index: 999;
  overflow: visible;
  right: -5px;
}
@media screen and (max-width: 1160px) {
  .mastheader .mobile_button {
    display: flex;
  }
}
.mastheader .mobile_button .hamburger-menu {
  overflow: visible;
  width: 40px;
  height: 23px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 9999;
}
.mastheader .mobile_button .hamburger-menu span {
  background-color: #fff;
  position: absolute;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 20px;
  height: 2px;
  transition-duration: 500ms;
  z-index: 999;
}
.mastheader .mobile_button .hamburger-menu span:nth-child(1) {
  top: 5px;
  left: 5px;
}
.mastheader .mobile_button .hamburger-menu span:nth-child(2) {
  top: 11px;
  left: 10px;
  opacity: 1;
  width: 15px;
}
.mastheader .mobile_button .hamburger-menu span:nth-child(3) {
  top: 17px;
  left: 5px;
}
.mastheader .mobile_button .hamburger-menu.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}
.mastheader .mobile_button .hamburger-menu.open span:nth-child(2) {
  opacity: 0;
}
.mastheader .mobile_button .hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
}
.mastheader {
  /* The back button on mobile menu */
}
.mastheader__services-mm-mobile {
  display: none;
}
.mastheader__services-mm-mobile .back-mobile {
  display: none;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .mastheader__services-mm-mobile .back-mobile {
    display: block;
  }
}
.mastheader__services-mm-mobile .back-mobile a {
  font-size: 15px;
  font-family: "Gotham-Medium", sans-serif;
  color: #A7B0B7;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mastheader__services-mm-mobile .back-mobile a:before {
  content: "";
  width: 18px;
  height: 15px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6.52686L3.74194 6.52686L8.91593 1.37602L7.53372 0L0 7.5L7.53372 15L8.91593 13.624L3.74194 8.47314L18 8.47314V6.52686Z' fill='%23A7B0B7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mastheader__services-mm {
  position: absolute;
  top: 100%;
  /*right: 0;*/
  /*width: calc(100% + 174px);*/
  width: 781px;
  background: #fff;
  color: #091D2E;
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  transition: 0.3s;
  transform: translateX(-32%);
}
@media screen and (max-width: 1160px) {
  .mastheader__services-mm {
    background-color: #091d2e;
  }
}
.mastheader__services-mm::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 47%;
  transform: translateX(-47%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}
@media screen and (max-width: 1160px) {
  .mastheader__services-mm {
    padding: 0 30px 40px;
    transition: opacity 0.3s ease-out;
    top: 95px;
    width: 100%;
    transform: translateX(0);
    box-sizing: border-box;
    left: 0;
  }
  .mastheader__services-mm::before {
    content: none;
  }
}
@media screen and (max-width: 590px) {
  .mastheader__services-mm {
    top: 82px;
  }
}
.mastheader__services-mm.is-visible {
  padding: 14px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
@media screen and (max-width: 1160px) {
  .mastheader__services-mm.is-visible {
    padding: 8px 0px 40px 0px;
  }
}
.mastheader {
  /* Services & Solutions megamenu popup */
}
.mastheader__services-mm-container {
  display: flex;
  gap: 47px;
  padding-left: 4px;
}
@media screen and (max-width: 1160px) {
  .mastheader__services-mm-container {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0;
  }
}
.mastheader__links-container {
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.mastheader__divider {
  height: 1px;
  background-color: #dbdcdc;
  margin-right: 30px;
}
@media screen and (max-width: 1160px) {
  .mastheader__divider {
    margin-right: 0;
  }
}
.mastheader__link-list {
  list-style: none;
  padding: 0;
  margin-left: 5px;
}
.mastheader__link-list li a {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 15px;
  line-height: 40px;
  padding: 0 15px;
  color: #091D2E;
  margin: 0;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  position: relative;
  transition: width 0.3s;
}
@media screen and (max-width: 1160px) {
  .mastheader__link-list li a {
    color: #ffffff;
  }
}
.mastheader__link-list--primary {
  margin-top: 9px;
  margin-bottom: 26px;
}
.mastheader__link-list--primary li a:after {
  content: "";
  width: 18px;
  height: 15px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33675e-06 8.47314L14.2581 8.47314L9.08407 13.624L10.4663 15L18 7.5L10.4663 -2.95055e-07L9.08407 1.37602L14.2581 6.52686L1.1666e-06 6.52686L1.33675e-06 8.47314Z' fill='%23A7B0B7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: filter 0.3s ease;
}
.mastheader__link-list--primary li a:hover {
  background: #F1FE67;
}
.mastheader__link-list--primary li a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33675e-06 8.47314L14.2581 8.47314L9.08407 13.624L10.4663 15L18 7.5L10.4663 -2.95055e-07L9.08407 1.37602L14.2581 6.52686L1.1666e-06 6.52686L1.33675e-06 8.47314Z' fill='%23091D2E'/%3E%3C/svg%3E");
}
.mastheader__link-list--secondary li a {
  line-height: 31px;
}
.mastheader__link-list--secondary li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #091D2E;
  transition: width 0.3s;
  position: absolute;
  bottom: 1px;
}
.mastheader__link-list--secondary li a:hover:after {
  width: calc(100% - 30px);
}
@media screen and (max-width: 1160px) {
  .mastheader__link-list {
    margin-left: 0;
  }
  .mastheader__link-list li {
    width: 100%;
  }
  .mastheader__link-list li a {
    display: flex;
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    line-height: 60px;
  }
  .mastheader__link-list li a:after {
    content: none;
  }
  .mastheader__link-list li a:hover {
    background: none;
  }
  .mastheader__link-list--primary {
    margin: 13px 0 0 26px;
  }
  .mastheader__link-list--secondary {
    margin-top: 12px;
    margin-left: 26px;
  }
  .mastheader__link-list--secondary li a {
    line-height: 50px;
  }
}
.mastheader__promo-card {
  color: #fff;
}
@media screen and (min-width: 1161px) {
  .mastheader__promo-card__wrapper {
    display: flex;
    flex-direction: column;
    background: #091D2E;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    text-align: center;
    width: 270px;
    flex-shrink: 0;
    box-shadow: 3px 1px 10px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
@media screen and (max-width: 1160px) {
  .mastheader__promo-card {
    display: none;
  }
}
.mastheader__promo-card__mobile {
  display: none;
}
@media screen and (max-width: 1160px) {
  .mastheader__promo-card__mobile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
    border-top: 4px solid #fff;
    margin-top: 70px;
    padding: 20px 0 0 24px;
  }
  .mastheader__promo-card__mobile__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 190px;
  }
}
.mastheader__promo-text p {
  padding: 0 30px;
  font-size: 18px;
  font-family: "Gotham-Medium", sans-serif;
  line-height: 1.3;
  margin-bottom: 17px;
}
.mastheader__promo-text p strong {
  font-family: "Gotham-Medium", sans-serif !important;
  color: #F1FE67;
}
@media screen and (max-width: 1160px) {
  .mastheader__promo-text p {
    color: #ffffff;
    padding: 0;
  }
  .mastheader__promo-text p:last-child {
    margin-bottom: 17px;
  }
}
.mastheader__promo-image {
  position: relative;
  width: 161px;
  height: 161px;
  background-image: url("../img/ai-icon-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}
@media screen and (max-width: 1160px) {
  .mastheader__promo-image {
    background-image: url("../img/ai-icon-yellow.svg");
  }
}
.mastheader__promo-button {
  display: inline-block;
  color: #F1FE67;
  font-size: 12px;
  padding: 5px 0;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #F1FE67;
  padding-bottom: 1px;
}
.mastheader__promo-button:hover {
  border-color: transparent;
}

.desktop-style .mastfooter {
  padding-top: 97px;
  padding-bottom: 62px;
  background: #081a29;
}
.desktop-style .mastfooter__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.desktop-style .mastfooter__flow-logo {
  margin-top: 7px;
}
.desktop-style .mastfooter__col {
  width: 14%;
}
@media screen and (max-width: 1199px) {
  .desktop-style .mastfooter__col {
    width: 20%;
  }
}
.desktop-style .mastfooter__col:first-of-type {
  width: 30%;
}
@media screen and (max-width: 766px) {
  .desktop-style .mastfooter__col:first-of-type {
    width: 45%;
  }
}
.desktop-style .mastfooter__col:first-of-type p {
  width: 100%;
  max-width: 293px;
}
.desktop-style .mastfooter__col:nth-child(4) {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .desktop-style .mastfooter__col:nth-child(4) {
    width: 45%;
  }
}
.desktop-style .mastfooter__col p:not(.mastfooter__title) {
  color: #96a3ae;
  font-weight: 500;
  font-size: 13px;
  word-wrap: break-word;
  display: inline-block;
  text-decoration: none;
}
.desktop-style .mastfooter__col a {
  font-family: "Gotham-Book", sans-serif;
}
@media screen and (max-width: 766px) {
  .desktop-style .mastfooter__col {
    width: 45%;
  }
}
.desktop-style .mastfooter__col-justify-right {
  width: 100%;
  max-width: 165px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .desktop-style .mastfooter__col-justify-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .desktop-style .mastfooter__col-justify-right {
    width: 100%;
    margin-left: 0;
  }
}
.desktop-style .mastfooter__logos {
  display: flex;
  align-items: center;
  padding-top: 53px;
  padding-bottom: 7px;
}
@media screen and (max-width: 1199px) {
  .desktop-style .mastfooter__logos {
    flex-wrap: wrap;
  }
}
.desktop-style .mastfooter__logos .link {
  background: #fff;
  padding: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 34px;
}
@media screen and (max-width: 1199px) {
  .desktop-style .mastfooter__logos .link {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .desktop-style .mastfooter__logos img {
    margin: 5px;
  }
}
.desktop-style .mastfooter__title {
  font-size: 13px;
  font-weight: 600;
  line-break: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.desktop-style .mastfooter ul a {
  color: #96A3AE;
  font-weight: 500;
  font-size: 13px;
  word-wrap: break-word;
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-family: "Gotham-Book", sans-serif;
}
.desktop-style .mastfooter ul a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #96a3ae;
  transition: width 0.3s;
  position: relative;
  bottom: 3px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .desktop-style .mastfooter ul a:after {
      position: relative;
      bottom: 5px;
    }
  }
}
.desktop-style .mastfooter ul a:hover:after {
  width: 100%;
}
.desktop-style .mastfooter .mastfooter__copy--left {
  padding-top: 27px;
}
.desktop-style .mastfooter .mastfooter__copy--left p {
  margin-bottom: 0;
}
.desktop-style .mastfooter .paragraph {
  margin-top: 35px;
}
.desktop-style .mastfooter .paragraph p {
  color: #96a3ae;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  word-wrap: break-word;
  display: inline-block;
  text-decoration: none;
}
.desktop-style .mastfooter .paragraph a:hover {
  text-decoration: underline;
}
.desktop-style .subscribe {
  position: relative;
}
.desktop-style .subscribe .effect {
  background: transparent;
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 25px;
}
.desktop-style .subscribe .effect ~ .focus-border {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #F1FE67;
  transition: 0.3s;
}
.desktop-style .subscribe .effect:focus ~ .focus-border {
  width: 100%;
  transition: 0.3s;
  left: 0;
}
.desktop-style .subscribe .effect.validated {
  border-bottom: 2px solid turquoise;
}
.desktop-style .subscribe .effect.validated ~ .focus-border {
  background-color: turquoise;
}
.desktop-style .subscribe .effect.wrong {
  border-bottom: 2px solid red;
}
.desktop-style .subscribe .effect.wrong ~ .focus-border {
  background-color: red;
}
.desktop-style .subscribe a {
  pointer-events: none;
}
.desktop-style .subscribe .fa-send-o {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 17px;
  color: #F1FE67;
}
.desktop-style .subscribe #mc-embedded-subscribe {
  background: transparent;
  border: 0;
  position: absolute;
  right: 5px;
  top: 0px;
}
.desktop-style .subscribe .message {
  display: none;
  width: 100%;
  color: #fff;
  font-size: 13px;
  position: absolute;
  padding-left: 10px;
  font-family: "Gotham-Light", sans-serif;
  left: 0;
  top: 25px;
}
.desktop-style .subscribe .error {
  color: red;
}
.desktop-style .subscribe .success {
  color: turquoise;
}
.desktop-style .social-items {
  margin-top: 10px;
}
.desktop-style .social-items a {
  display: inline-block;
}
.desktop-style .social-items a:after {
  content: none;
}
.desktop-style .social-items .icon-social {
  width: 24px;
  height: 24px;
  background: #1a3e5a;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  transition: 0.3s ease-out;
  position: relative;
}
.desktop-style .social-items .icon-social i {
  color: #091c2e;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .desktop-style .social-items .icon-social i {
      vertical-align: -webkit-baseline-middle;
    }
  }
}
.desktop-style .social-items .icon-social:hover {
  background: turquoise;
}
.desktop-style .social-items .icon-social:hover i {
  color: #091c2e;
  transition: 0.3s ease-out;
}

body {
  font-family: "Gotham-Book", sans-serif;
  background: #091D2E;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
}
body.locked {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}
body.locked .mastheader {
  z-index: 0;
}

body {
  visibility: hidden;
}

::-moz-selection {
  background: #3faeb5; /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #3faeb5; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #3faeb5; /* Gecko Browsers */
  color: #fff;
}

a {
  font-size: inherit;
  line-height: 22px;
  font-family: "Gotham-Medium", sans-serif;
  color: #F1FE67;
}

h1,
h2,
h3 {
  font-family: "Gotham-Bold", sans-serif;
  font-style: normal;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 80px;
  line-height: 78px;
}
@media screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 959px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 30px;
  }
}

h2,
.h2 {
  font-size: 54px;
  line-height: 60px;
}
@media screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 959px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

h3 {
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 30px;
    line-height: 25px;
  }
}
@media screen and (max-width: 959px) {
  h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
h3.info-title {
  margin-bottom: 20px;
}

strong {
  font-family: "Gotham-Bold", sans-serif !important;
}

p {
  font-family: "Gotham-Book", sans-serif;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}

.p--special {
  font-size: 18px;
  line-height: 30px;
  color: #96A3AE;
  margin-bottom: 0px;
  font-family: "Gotham-Bold", sans-serif;
}
.p--faded {
  color: #96A3AE;
  font-family: "Gotham-Bold", sans-serif;
}
.p--green {
  font-size: 13px;
  font-weight: 600;
  color: #45A6A6;
  line-height: 18px;
  display: inline-block;
  font-family: "Gotham-Bold", sans-serif;
  margin-bottom: 18px;
}

b {
  font-weight: 600;
}

span {
  font-family: "Gotham-Bold", sans-serif;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
  display: none;
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-220 {
  padding-top: 220px !important;
}

.m-b-220 {
  margin-bottom: 220px !important;
}

.desktop-style .mastcontent {
  margin-top: 70px;
}
.desktop-style .section__meta {
  max-width: calc(66.6666666667% + 45px);
}
.desktop-style .section__content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
}
.desktop-style .section.section-clients {
  margin-top: 220px;
  margin-bottom: 220px;
}
.desktop-style .section.latest-work--teaser {
  margin-top: 50px;
}

.card__row-cs {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 31.5px;
}
.card__item-cs {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 428px;
  width: 100%;
  max-width: calc(33.333333% - 21px);
}
@media screen and (max-width: 959px) {
  .card__item-cs {
    max-width: calc(50% - 16px);
  }
}
.card__item-cs.center {
  background-position: center;
}
.card__item-cs.center_top {
  background-position: center top;
}
.card__item-cs.center_bottom {
  background-position: center bottom;
}
.card__item-cs.center_left {
  background-position: center left;
}
.card__item-cs.center_right {
  background-position: center right;
}
.card__item-cs.is-featured {
  max-width: calc(66.666666% - 10.5px);
}
@media screen and (max-width: 959px) {
  .card__item-cs.is-featured {
    max-width: calc(50% - 16px);
  }
}
.card__item-cs.is-featured .card__content-cs-bottom > div {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .card__item-cs.is-featured .card__content-cs-bottom > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card__item-cs.is-featured .card__content-cs-bottom .ghost-button {
  margin-top: 0;
  height: auto;
  position: relative;
  max-height: initial;
  transform: translateY(15px);
  transition: transform 0.4s, opacity 0.4s;
}
.card__item-cs.is-featured:hover .card__content-cs-bottom .ghost-button {
  margin-top: 0;
  transform: translateY(0px);
  transition: transform 0.4s, opacity 0.4s;
}
@media (hover: none) {
  .card__item-cs.is-featured .card__content-cs-bottom .ghost-button {
    visibility: visible;
    height: auto;
    max-height: 50px;
    opacity: 1;
  }
}
.card__item-cs .cs-label {
  text-transform: uppercase;
}
.card__item-cs .cs-label span {
  font-family: "Gotham-Light", sans-serif !important;
  font-weight: 300;
}
.card__item-cs .ml-label {
  font-family: "Gotham-Light", sans-serif;
  font-weight: 300;
  padding: 2px 12px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.card__item-cs .ml-label span {
  letter-spacing: 3px;
}
.card__item-cs .ml-label strong {
  font-family: "Gotham-Bold", sans-serif;
}
.card__item-cs .fis-label {
  background-color: #fff;
}
.card__item-cs .fis-label .fis-label-inner {
  font-size: 10px;
  line-height: 14px;
  padding: 4px 6px;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  display: inline-block;
  font-family: "Gotham-Bold", sans-serif;
  color: transparent;
}
.card__item-cs .ip-label {
  border: 1px solid #f1fe67;
  font-family: "Gotham-Light", sans-serif;
  font-weight: 300;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 17px;
  color: #f1fe67;
  text-align: center;
}
.card__item-cs .ip-label span {
  letter-spacing: 6.8px;
  padding-left: 6px;
}
.card__item-cs .ip-label strong {
  font-family: "Gotham-Bold", sans-serif;
  letter-spacing: initial;
}
.card__item-cs .aw-label {
  border: 1px solid #f1fe67;
  font-family: "Gotham-Light", sans-serif;
  font-weight: 300;
  padding: 5px 7px;
  font-size: 14px;
  line-height: 17px;
  color: #f1fe67;
  text-align: center;
}
.card__item-cs .aw-label span {
  margin-left: -3px;
}
.card__item-cs .aw-label strong {
  font-family: "Gotham-Bold", sans-serif;
  letter-spacing: 3px;
}
.card__item-cs .tb-label {
  border: 1px solid #fff;
  font-family: "Gotham-Light", sans-serif;
  font-weight: 300;
  padding: 4.5px 10px;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-align: center;
}
.card__item-cs .tb-label span {
  letter-spacing: 3px;
}
.card__item-cs .tb-label strong {
  font-family: "Gotham-Bold", sans-serif;
}
.card__item-cs .su-label {
  background-color: #fff;
}
.card__item-cs .su-label .su-label-inner {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3px;
  padding: 3px 9px 1px;
  text-align: center;
  background-repeat: no-repeat;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  display: inline-block;
  color: transparent;
}
.card__item-cs:hover .card__content-cs {
  background: rgba(0, 0, 0, 0.7);
}
.card__item-cs:hover .card__content-cs h3 {
  color: #F1FE67;
}
.card__item-cs:hover .card__content-cs-bottom .ghost-button {
  margin-top: 88px;
  opacity: 1;
  visibility: visible;
  height: auto;
  max-height: 50px;
}
@media (hover: none) {
  .card__item-cs .card__content-cs h3 {
    color: #fff !important;
  }
  .card__item-cs .card__content-cs-bottom .ghost-button {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    max-height: initial;
  }
}
.card__content-cs-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.card__content-cs-top .left,
.card__content-cs-top .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.card__content-cs-bottom > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card__content-cs-bottom .ghost-button {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  line-height: 42px;
  color: #f1fe67;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  transition: max-height 0.4s, margin 0.5s, opacity 0.7s;
  height: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.card__content-cs-bottom .ghost-button span {
  font-family: "Gotham-Medium", sans-serif !important;
}
.card__content-cs-bottom .ghost-button img {
  margin-left: 11px;
}
.card__content-cs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 36px 26px 17px;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.4s;
}
@media screen and (max-width: 959px) {
  .card__content-cs {
    padding: 25px 20px;
  }
}
.card__content-cs h3 {
  font-family: "Gotham-Medium", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 75px;
  margin-bottom: 27px;
  transition: color 0.3s;
}
.card__content-cs h4 {
  font-size: 10px;
  line-height: 24px;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.desktop-style .btn {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
}
.desktop-style .btn__link {
  position: relative;
}
.desktop-style .btn__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #F1FE67;
}
.desktop-style .btn--orange {
  height: 78px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
  background: #F1FE67;
  color: #091D2E;
}
.desktop-style .btn--orange span {
  color: #091D2E;
}
.desktop-style .btn--orange img {
  position: relative;
  transform: translateX(0);
  transition: 0.2s;
}
.desktop-style .btn--orange:hover {
  background: #d1e21c;
}
.desktop-style .btn--orange:hover img {
  transform: translateX(6px);
}
.desktop-style .btn--arrow {
  font-family: "Gotham-Medium", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12.5px 19px 12.5px;
  height: 69px;
  background: #F1FE67;
  color: #091D2E;
}
.desktop-style .btn--arrow span {
  color: #091D2E;
  margin-right: 20px;
}
.desktop-style .btn--arrow img {
  position: relative;
  transform: translateX(0);
  transition: 0.2s;
  margin-top: 1px;
}
.desktop-style .btn--arrow:hover {
  background: #d1e21c;
}
.desktop-style .btn--arrow:hover img {
  transform: translateX(6px);
}
.desktop-style .btn--bordered {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 24px;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  min-width: 133px;
  transition: color 0.3s;
}
.desktop-style .btn--bordered:hover {
  color: #F1FE67;
}
.desktop-style .btn:disabled {
  pointer-events: none;
  opacity: 0.7;
}

.desktop-style .indicator {
  height: 4px;
  width: 100%;
  margin-top: 10px;
}
.desktop-style .indicator--green {
  background: linear-gradient(90deg, rgba(9, 29, 46, 0), #45A6A6);
}
.desktop-style .indicator--white {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
}
.desktop-style .indicator--orange {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f1fe67);
}
.desktop-style .indicator--red {
  background: linear-gradient(90deg, rgba(9, 29, 46, 0.0001) 0%, #f03b3b 100%);
}
.desktop-style .indicator--inverse {
  transform: rotate(180deg);
}
.desktop-style .indicator--h2 {
  height: 2px;
}
.desktop-style .indicator.indicator-footer {
  height: 2px;
  background: linear-gradient(90deg, #43a1a1 0%, rgba(9, 29, 46, 0) 100%);
}

.desktop-style .breadcrumb {
  padding-top: 135px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .desktop-style .breadcrumb {
    padding-top: 80px;
    margin-bottom: 50px;
  }
}
.desktop-style .breadcrumb .container nav {
  position: relative;
  display: flex;
  align-items: center;
}
.desktop-style .breadcrumb .container nav a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-right: 30px;
  font-weight: 400;
  font-family: "Gotham-Book", sans-serif;
  line-height: 16px;
}
.desktop-style .breadcrumb .container nav a:after {
  content: "/";
  position: absolute;
  right: -20px;
  pointer-events: none;
  color: #F1FE67;
}
.desktop-style .breadcrumb .container nav a:hover {
  text-decoration: underline;
}
.desktop-style .breadcrumb .container nav p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Gotham-Book", sans-serif;
  line-height: 30px;
  display: inline-block;
  color: #96a3ae;
  margin-bottom: 0 !important;
}
.desktop-style .breadcrumb .container nav p a {
  color: #96a3ae;
}
.desktop-style .breadcrumb .container nav p a:after {
  content: none;
}
.desktop-style .breadcrumb .container nav p a:hover {
  text-decoration: underline;
}

.page-template-page__services-solutions.desktop-style .breadcrumb .container {
  max-width: 1200px;
}

.page-template-page__services-solutions.desktop-style .breadcrumb {
  padding-top: 163px;
  margin-bottom: 70px;
}

.desktop-style .hoverable {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}
.desktop-style .hoverable:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f1fe67;
  transition: width 0.3s;
}
.desktop-style .hoverable:hover:after {
  width: 100%;
}
.desktop-style .underline--content {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
}
.desktop-style .underline--content:hover {
  text-decoration: none;
}
.desktop-style .underline--content:before, .desktop-style .underline--content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f1fe67;
}
.desktop-style .underline--content:before {
  transform: scaleX(0);
  transform-origin: left;
}
.desktop-style .underline--content:after {
  transform-origin: right;
}
.desktop-style .underline--content.hover:before {
  transform: scaleX(1) !important;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s !important;
}
.desktop-style .underline--content.hover:after {
  transform: scaleX(0) !important;
  transition: transform 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.desktop-style .underline--content.show:after {
  transform: scaleX(1);
}
.desktop-style .underline--content.show:hover:after {
  transform-origin: right;
}
.desktop-style .underline--content.show-ed:after {
  transition: none;
}
.desktop-style .underline--content:after {
  transition: transform 0.8s ease-out;
  transform-origin: left center;
  transform: scaleX(0);
}
.desktop-style [data-aos=example-anim1] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: translate3d(0, 300px, 0);
}
.desktop-style [data-aos=example-anim1].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.desktop-style [data-aos=example-anim2] {
  opacity: 0;
  transition-property: transform, opacity;
  transform: translate3d(0, 600px, 0);
}
.desktop-style [data-aos=example-anim2].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.desktop-style .loading-effect.firstTime {
  display: none;
}
.desktop-style .loading-effect:after {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(55deg, rgb(7, 69, 107) 0%, rgb(63, 174, 181) 100%);
  z-index: 9999;
  pointer-events: none;
  animation: loadingPage 2s;
  opacity: 1;
  transform: translateX(100%);
}
.desktop-style.home .loading-effect {
  display: none;
}
@keyframes loadingPage {
  50% {
    transform: translateX(0px);
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }
}
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: scale(1.2) translateX(-100%);
  }
  50% {
    transform: scale(1.1) translateX(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(0%);
    opacity: 1;
  }
}
.desktop-style .parent {
  margin-right: 30px;
  margin-bottom: 30px;
}
.desktop-style .parent .image {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}
.desktop-style .parent .image .img-holder {
  height: 100%;
  opacity: 0;
  padding: 10px 20px 20px;
}
.desktop-style .parent .image .img-holder img {
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.desktop-style .parent .image.active:before {
  width: 100%;
  transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.desktop-style .parent .image.active .img-holder {
  opacity: 1;
  transform: translateX(-100%);
  animation: 1s ease-out 0s slideInFromLeft;
  animation-delay: 0.2s;
  z-index: 2;
  animation-fill-mode: forwards;
  background-size: cover;
}
.desktop-style :root {
  --marquee-width: 60%;
  --marquee-height: 200px;
  --marquee-element-width: calc(
    var(--marquee-width) / var(--marquee-elements-displayed)
  );
  --marquee-animation-duration: calc(var(--marquee-elements) * 5s);
}
.desktop-style .rounded-circle {
  width: 100px;
  height: 100px;
  transform-origin: 500% center;
  position: absolute;
  animation: rotate 10s linear infinite;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .desktop-style .rounded-circle {
    transform-origin: 350% center;
  }
}
@media screen and (max-width: 992px) {
  .desktop-style .rounded-circle {
    transform-origin: 300% center;
  }
}
.desktop-style .rounded-circle--reverse {
  animation: rotateReverse 10s linear infinite;
}
.desktop-style .rounded-circle--md {
  width: 320px;
  height: 320px;
  transform-origin: 250% center;
  animation-duration: 12s;
}
@media (max-width: 1500px) {
  .desktop-style .rounded-circle--md {
    transform-origin: 150% center;
  }
}
@media screen and (max-width: 992px) {
  .desktop-style .rounded-circle--md {
    transform-origin: 90% center;
  }
}
.desktop-style .rounded-circle--lg {
  width: 438px;
  height: 438px;
  transform-origin: 200% center;
  animation-duration: 17s;
}
@media (max-width: 1500px) {
  .desktop-style .rounded-circle--lg {
    transform-origin: 100% center;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotateReverse {
  100% {
    transform: rotate(360deg);
  }
}
.desktop-style .ml13,
.desktop-style .ml14,
.desktop-style .ml15,
.desktop-style .ml16 {
  font-size: 80px;
  position: relative;
  display: block;
  font-weight: normal;
}
.desktop-style .ml13.ml13-blue,
.desktop-style .ml14.ml13-blue,
.desktop-style .ml15.ml13-blue,
.desktop-style .ml16.ml13-blue {
  color: #31a4ab;
}
.desktop-style .ml13.ml-blue,
.desktop-style .ml14.ml-blue,
.desktop-style .ml15.ml-blue,
.desktop-style .ml16.ml-blue {
  color: #48d3dc;
}
.desktop-style .ml13 .letter,
.desktop-style .ml14 .letter,
.desktop-style .ml15 .letter,
.desktop-style .ml16 .letter {
  display: inline-block;
  line-height: 40px;
  font-family: "Gotham-Bold", sans-serif;
}

body.services-solutions-template-default div.image.active {
  top: -340px;
  width: 698px;
}

.desktop-style .particles {
  position: relative;
  grid-area: 1/1/2/2;
}
.desktop-style .particles-canvas {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 500px;
  height: 300px;
  max-width: inherit;
}
.desktop-style .particles-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  will-change: transform;
}
@media screen and (max-width: 1194px) {
  .desktop-style .particles-wrapper {
    width: 100%;
  }
}
.desktop-style .particles-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  min-width: 200px;
  height: 80px;
  background: #f1fe67;
  color: #091D2E;
  border: 0;
  border: red;
  margin: 0;
  will-change: transform;
  font-family: "Gotham-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .particles-button {
    min-width: auto;
    width: 100%;
  }
}
.desktop-style .particles-button:hover {
  background-color: #d1e21c !important;
  outline: 0;
}
.desktop-style .particles-button:focus {
  outline: none;
}
.desktop-style .no-js .particles-button {
  grid-area: 1/1/2/2;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .desktop-style .section__meta .particles-wrapper.chromemac {
    overflow: hidden !important;
    will-change: transform !important;
    padding-bottom: 0px !important;
    background: #f1fe67 !important;
    min-width: 200px !important;
  }
  .desktop-style .section__meta .particles-wrapper.chromemac:hover {
    background: #d1e21c !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .desktop-style .section__meta .particles-wrapper.chromemac.particles-button {
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, 43%) !important;
    left: 50% !important;
    min-width: 150px !important;
  }
  .desktop-style .section__meta .particles-wrapper.chromemac.particles-button:hover {
    background: #d1e21c !important;
  }
}

.desktop-style .theme-1 {
  --color-item-bg: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%);
  --color-action: #121019;
  --color-button-bg: #121019;
  --color-button-text: #fff;
  --button-padding: 1.5rem 3rem;
  --radius-button: 5px;
  --border-button: 0;
}
.desktop-style .grid__item {
  padding: 0;
  width: 180px;
  height: inherit;
  position: absolute;
  right: 0;
  top: 35px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .desktop-style .grid__item {
    right: 200px;
    top: 0px;
  }
}

.animation-container {
  position: relative;
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 50px;
}

.animation-container::before,
.animation-container::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.animation-container::before {
  width: 364px;
  height: 364px;
}

.animation-container::after {
  width: 452px;
  height: 452px;
}

.center-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
}

.center-icon img {
  width: 50px;
  height: 50px;
}

.center-icon::before,
.center-icon::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.center-icon::before {
  width: 200px;
  height: 200px;
}

.center-icon::after {
  width: 286px;
  height: 286px;
}

.center-gradient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Make it larger than the center icon but smaller than the first orbit */
  width: 150px;
  height: 150px;
  /* The gradient you specified */
  background: linear-gradient(135deg, rgba(241, 254, 103, 0.5) 0%, rgba(21, 143, 219, 0.5) 100%);
  /* This is the magic for the soft, fading edges */
  filter: blur(60px);
  /* Ensure it's behind the center icon (which has z-index: 10) */
  z-index: 1;
  /* We make it a circle to match the overall theme */
  border-radius: 50%;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(2 * var(--orbit-radius));
  height: calc(2 * var(--orbit-radius));
  --initial-rotation: 0deg;
  --direction: normal;
  transform: translate(-50%, -50%) rotate(var(--initial-rotation));
  animation: rotate var(--animation-duration) linear infinite var(--direction);
}

.logo-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
  animation: counter-rotate var(--animation-duration) linear infinite var(--direction);
}

.logo-container img {
  width: 45px;
  height: 45px;
  padding: 4px;
  box-sizing: border-box;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(var(--initial-rotation));
  }
  to {
    transform: translate(-50%, -50%) rotate(calc(360deg + var(--initial-rotation)));
  }
}
@keyframes counter-rotate {
  from {
    transform: translateX(-50%) rotate(calc(-1 * var(--initial-rotation)));
  }
  to {
    transform: translateX(-50%) rotate(calc(-360deg - var(--initial-rotation)));
  }
}
body {
  margin: 0;
  font-family: sans-serif;
  background-color: #0e1820; /* Dark background */
  color: #fff;
}

.band-container {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* Allows clicks to go through the container */
}

.band-pattern {
  flex-grow: 1; /* Take up remaining space */
  height: 99px; /* Match the logo height */
  overflow: hidden; /* This is the magic! Hides the moving parts */
  position: relative;
}

.left-pattern {
  -webkit-mask-image: linear-gradient(to left, black 80%, transparent 95%);
          mask-image: linear-gradient(to left, black 80%, transparent 95%);
}

.right-pattern {
  -webkit-mask-image: linear-gradient(to right, black 80%, transparent 95%);
          mask-image: linear-gradient(to right, black 80%, transparent 95%);
}

.pattern-inner {
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  /* A large width ensures we have enough pattern to scroll smoothly */
  width: 400%;
}

/* For the left band, align the inner container to the RIGHT edge of its parent */
.left-pattern .pattern-inner {
  right: 0;
  justify-content: flex-end; /* Aligns the actual SVGs to the end of the flex container */
}

/* For the right band, align the inner container to the LEFT edge of its parent */
.right-pattern .pattern-inner {
  left: 0;
}

/* This is a single unit of our repeating pattern */
.pattern-unit {
  display: flex;
  align-items: center;
  flex-shrink: 0; /* Prevent units from shrinking */
}

.logo {
  flex-shrink: 0;
  padding: 0 30px;
  pointer-events: auto; /* Re-enable pointer events for the logo */
}

.logo svg {
  display: block;
}

@font-face {
  font-family: "gotham rounded medium";
  font-display: swap;
  src: local("gotham rounded medium"), url("../fonts/GothamRounded-Medium.woff") format("woff");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "gotham rounded book";
  font-display: swap;
  src: local("gotham rounded book"), url("../fonts/GothamRounded-Book.woff") format("woff");
  font-weight: 325;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Ultra";
  src: local("Gotham-Ultra"), url("../fonts/Gotham-Ultra.otf");
}
@media (max-width: 1133px) {
  .desktop-style [class*=__container] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.desktop-style {
  overflow-x: hidden;
}
.desktop-style .mastcontent {
  margin-top: -55px;
}
.desktop-style.services-solutions-template-default {
  background: #091D2E;
}
.desktop-style.services-solutions-template-default .mastheader {
  background: #091d2e;
}
@media (min-width: 1200px) {
  .desktop-style .service--info-diamond__container {
    max-width: 1200px;
  }
}
.desktop-style .service--info-diamond .more {
  display: none;
  font-family: "gotham rounded book", sans-serif;
}
.desktop-style .service--info-diamond .see-more {
  color: #f1fe67;
  margin-bottom: 25px;
}
.desktop-style .service--info-diamond h2 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 49px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.desktop-style .service--info-diamond h3 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.desktop-style .service--info-diamond__wrapper {
  padding: 182px 0 77px;
  min-height: 997px;
  overflow: hidden;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-diamond__wrapper {
    padding: 111px 0 69px;
    min-height: 631px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-diamond__wrapper {
    padding: 101px 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__wrapper {
    padding: 80px 0 30px;
  }
}
.desktop-style .service--info-diamond__container {
  display: flex;
}
.desktop-style .service--info-diamond__left {
  width: 500px;
  margin-right: 65px;
}
.desktop-style .service--info-diamond__left p {
  font-family: "Gotham-Light", sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-diamond__left {
    margin-right: 65px;
    width: 443px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-diamond__left {
    width: 423px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__left {
    width: 350px;
  }
}
.desktop-style .service--info-diamond__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 1077px;
  max-width: 48.8vw;
  height: 997px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  overflow: visible;
  padding-top: 20px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-diamond__right {
    width: 1077px;
    max-width: 48.8vw;
    height: 997px;
    top: 0;
    right: 0;
    top: 73px;
    width: 616px;
    height: 631px;
    max-width: 62vw;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-diamond__right {
    position: absolute;
    top: 130px;
    right: 0;
    width: 520px;
    height: 518px;
    max-width: 63vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__right {
    position: absolute;
    top: 130px;
    right: 0;
    width: 520px;
    height: 518px;
    max-width: 48vw;
    margin-bottom: 0;
  }
}
.desktop-style .service--info-diamond__right svg {
  position: absolute;
  width: 100%;
  height: auto;
  right: -97px;
  right: 0;
  top: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  z-index: 1;
  overflow: visible;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-diamond__right svg {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-diamond__right svg {
    right: 0;
    top: 0;
    height: 518px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__right svg {
    width: 696px;
    height: 631px;
  }
}
@media screen and (min-width: 1500px) {
  .desktop-style .service--info-diamond__right svg {
    width: 1077px;
    height: 977px;
    top: 65px;
    left: -155px;
    overflow: visible;
  }
}
.desktop-style .service--info-diamond__right svg path {
  will-change: transform, opacity;
  transition: all 0.3s ease-out 0s !important;
}
.desktop-style .service--info-diamond__right svg path:hover {
  fill: #45a6a6;
  fill-opacity: 0.9;
  opacity: 0.9;
}
.desktop-style .service--info-diamond__right img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 2;
}
.desktop-style .service--info-diamond__right img:first-child {
  left: 0;
  top: 116px;
  width: 401px;
  height: 401px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-diamond__right img:first-child {
    top: 62px;
    left: 23px;
    width: 259px;
    height: 259px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-diamond__right img:first-child {
    top: 51px;
    left: 19px;
    width: 213px;
    height: 213px;
  }
}
.desktop-style .service--info-diamond__right img:nth-child(2) {
  top: 174px;
  left: 202px;
  width: 703px;
  height: 702px;
}
@media (max-width: 1500px) {
  .desktop-style .service--info-diamond__right img:nth-child(2) {
    top: 274px;
    width: 503px;
    height: 503px;
  }
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-diamond__right img:nth-child(2) {
    left: 158px;
    top: 100px;
    width: 454px;
    height: 454px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-diamond__right img:nth-child(2) {
    top: 82px;
    left: 129px;
    width: 373px;
    height: 372px;
  }
}
.desktop-style .service--info-diamond__right img:nth-child(3) {
  left: 0;
  top: 534px;
  width: 401px;
  height: 401px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-diamond__right img:nth-child(3) {
    left: 23px;
    top: 332px;
    width: 259px;
    height: 259px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-diamond__right img:nth-child(3) {
    top: 273px;
    left: 19px;
    width: 213px;
    height: 213px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__csd h2 {
    margin-bottom: 25px;
  }
}
.desktop-style .service--info-diamond__csd .service--info-diamond__wrapper {
  padding-top: 104px;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__left {
    width: calc(100% - 520px);
    margin-right: 41px;
  }
}
@media (max-width: 880px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__left {
    width: calc(100% - 417px);
  }
}
@media (max-width: 780px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__left {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1194px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right {
    width: 696px;
    height: 631px;
    max-width: 696px;
    right: -64px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right {
    width: 571px;
    height: 518px;
    max-width: 571px;
    right: -51px;
  }
}
@media (max-width: 880px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right {
    right: -151px;
  }
}
@media (max-width: 780px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right {
    right: -250px;
  }
}
.desktop-style .service--info-diamond__csd .service--info-diamond__right svg {
  top: 20px;
  left: -77px;
}
@media (max-width: 1194px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.desktop-style .service--info-diamond__csd .service--info-diamond__right img:first-child {
  left: 9px;
}
@media (max-width: 1194px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right img:first-child {
    left: 23px;
    width: 259px;
    height: 259px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right img:first-child {
    width: 213px;
    height: 213px;
    left: 19px;
  }
}
.desktop-style .service--info-diamond__csd .service--info-diamond__right img:nth-child(2) {
  left: 216px;
}
@media (max-width: 1194px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right img:nth-child(2) {
    width: 454px;
    height: 454px;
    left: 158px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right img:nth-child(2) {
    width: 373px;
    height: 373px;
    left: 129px;
  }
}
.desktop-style .service--info-diamond__csd .service--info-diamond__right img:nth-child(3) {
  left: 9px;
}
@media (max-width: 1194px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right img:nth-child(3) {
    left: 23px;
    width: 259px;
    height: 259px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__csd .service--info-diamond__right img:nth-child(3) {
    width: 213px;
    height: 213px;
    left: 19px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__dcs h2 {
    margin-bottom: 30px;
  }
}
.desktop-style .service--info-diamond__dcs .service--info-diamond__right {
  width: 956px;
  height: 956px;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__right {
    top: 36px;
    width: 666px;
    height: 617px;
    right: -120px;
    max-width: 63vw;
  }
}
@media (max-width: 1023px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__right {
    width: 520px;
    height: 700px;
  }
}
.desktop-style .service--info-diamond__dcs .service--info-diamond__right svg {
  top: 35px;
  left: 0;
  width: 955px;
  height: 886px;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__right svg {
    right: -38px;
    height: 100%;
    width: 100%;
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__right svg {
    width: 600px;
    height: 600px;
    top: 65px;
    left: 35px;
  }
}
.desktop-style .service--info-diamond__dcs .service--info-diamond__right img:first-child {
  top: 100px;
  left: 70px;
  width: 758px;
  height: 756px;
}
@media (max-width: 1670px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__right img:first-child {
    top: 165px;
    width: 658px;
    height: 656px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__right img:first-child {
    top: 80px;
    width: 528px;
    height: 527px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__right img:first-child {
    left: auto;
    right: 60px;
    transform: none;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__right img:first-child {
    top: 200px;
    width: 318px;
    height: 317px;
    right: 30px;
  }
}
.desktop-style .service--info-diamond__dcs .service--info-diamond__left {
  width: 480px;
}
.desktop-style .service--info-diamond__dcs .service--info-diamond__left h2 + h3 {
  margin-top: 0;
}
.desktop-style .service--info-diamond__dcs .service--info-diamond__left h3 {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 24px;
  font-weight: 350;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
}
.desktop-style .service--info-diamond__dcs .service--info-diamond__left .margin-bottom-5 {
  margin-bottom: 51px;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__left {
    width: 443px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__left {
    width: 423px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__left p {
    font-size: 14px;
    line-height: 24px;
  }
}
.desktop-style .service--info-diamond__dcs .service--info-diamond__wrapper {
  padding: 145px 0 27px;
  min-height: 1040px;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__wrapper {
    padding: 110px 0 27px;
    min-height: 653px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-diamond__dcs .service--info-diamond__wrapper {
    padding: 79px 0 20px;
  }
}
.desktop-style .service--info-diamond__crm .service--info-diamond__wrapper {
  padding-top: 134px;
}
@media screen and (max-width: 1050px) {
  .desktop-style .service--info-diamond__crm .service--info-diamond__wrapper {
    padding-top: 110px;
  }
}
.desktop-style .service--info-diamond__crm .service--info-diamond__left {
  width: 485px;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-diamond__crm .service--info-diamond__left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-style .service--info-diamond__crm .service--info-diamond__left {
    padding-left: 10px;
  }
}
@media screen and (max-width: 950px) {
  .desktop-style .service--info-diamond__crm .service--info-diamond__left {
    width: 400px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-diamond__crm .service--info-diamond__left h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
.desktop-style .service--info-diamond__crm .service--info-diamond__right {
  top: 100px;
}
@media screen and (max-width: 1050px) {
  .desktop-style .service--info-diamond__crm .service--info-diamond__right {
    right: -194px;
    top: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__crm .service--info-diamond__right {
    right: -110px;
    top: 70px;
  }
}
@media screen and (max-width: 850px) {
  .desktop-style .service--info-diamond__crm .service--info-diamond__right {
    right: -144px;
  }
}
@media screen and (max-width: 1050px) {
  .desktop-style .service--info-diamond__crm .service--info-diamond__right img:first-child {
    top: 52px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__crm .service--info-diamond__right img:first-child {
    right: auto;
    left: 50px;
    top: 186px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__pwa .service--info-diamond__right {
    width: 520px;
    height: 437px;
    max-width: 48vw;
    top: 130px;
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__pwa .service--info-diamond__right svg {
    width: 100%;
    height: 386px;
    top: 0;
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__pwa .service--info-diamond__right img:first-child {
    top: 62px;
    left: calc(50% - 20px);
    transform: translateX(-50%);
    width: 318px;
    height: 317px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-diamond__pwa .service--info-diamond__left {
    width: 350px;
  }
}
.desktop-style .service--info-dnumbers h2 {
  font-weight: 400;
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 26px;
  color: #fff;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-dnumbers h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 959px) {
  .desktop-style .service--info-dnumbers h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.desktop-style .service--info-dnumbers__wrapper {
  padding: 147px 0;
  overflow: hidden;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers__wrapper {
    min-height: 668px;
    padding: 50px 0 173px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-dnumbers__wrapper {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-dnumbers__wrapper {
    padding: 50px 0 80px;
  }
}
.desktop-style .service--info-dnumbers__container {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.desktop-style .service--info-dnumbers__right {
  width: 575px;
  padding-left: 55px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers__right {
    width: 506px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-dnumbers__right {
    width: 466px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-dnumbers__right {
    width: 350px;
  }
}
.desktop-style .service--info-dnumbers__right p {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
  text-align: justify;
  margin-bottom: 3px;
}
.desktop-style .service--info-dnumbers__right button {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  padding: 10px 0;
  border: none;
  color: #F1FE67;
  box-shadow: none;
  position: relative;
}
.desktop-style .service--info-dnumbers__right button img {
  margin-left: 11px;
}
.desktop-style .service--info-dnumbers__right .numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 0 16px;
}
.desktop-style .service--info-dnumbers__right .numbers li {
  margin-bottom: 31px;
  width: calc(50% - 25px);
}
.desktop-style .service--info-dnumbers__right .numbers p {
  margin: 0;
  text-align: left;
}
.desktop-style .service--info-dnumbers__right .numbers p strong {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
}
.desktop-style .service--info-dnumbers__right .numbers p em {
  font-family: "gotham rounded medium", sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 23px;
  color: #88a0b4;
  font-style: italic;
}
.desktop-style .service--info-dnumbers__right .btn {
  font-family: "gotham rounded medium", sans-serif;
  line-height: 58px;
  font-size: 13px;
  height: 58px;
  padding: 0px 25.5px;
}
.desktop-style .service--info-dnumbers__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 1019px;
  max-width: calc(48vw - 57px);
  height: 1019px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  margin-left: 75px;
  overflow: visible;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers__left {
    width: 1019px;
    height: 1019px;
    max-width: calc(48vw - 57px);
    top: 14px;
    max-width: 50vw;
    width: 533px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-dnumbers__left {
    position: absolute;
    top: 8px;
    left: 0;
    width: 612px;
    height: 613px;
    max-width: 50vw;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-dnumbers__left {
    position: absolute;
    top: 60px;
    left: 0;
    width: 612px;
    height: 613px;
    max-width: 47vw;
  }
}
.desktop-style .service--info-dnumbers__left svg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  z-index: 1;
  overflow: visible;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-dnumbers__left svg {
    top: 0;
    left: -107px;
    width: 650px;
    height: 613px;
  }
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers__left svg {
    top: 20px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-dnumbers__left svg {
    width: 100%;
  }
}
.desktop-style .service--info-dnumbers__left svg path {
  will-change: transform, opacity;
  transition: all 0.3s ease-out 0s !important;
}
.desktop-style .service--info-dnumbers__left svg path:hover {
  fill: #45a6a6;
  fill-opacity: 0.9;
  opacity: 0.9;
}
.desktop-style .service--info-dnumbers__left img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .desktop-style .service--info-dnumbers__left img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.desktop-style .service--info-dnumbers__left img:first-child {
  right: 0;
  top: 82px;
  width: 415px;
  height: 415px;
}
@media screen and (max-width: 1500px) {
  .desktop-style .service--info-dnumbers__left img:first-child {
    top: 110px;
    width: 257px;
    height: 257px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-dnumbers__left img:first-child {
    top: 90px;
    width: 227px;
    height: 227px;
  }
}
.desktop-style .service--info-dnumbers__left img:nth-child(2) {
  top: 344px;
  right: 233px;
  width: 825px;
  height: 620px;
}
@media (max-width: 1500px) {
  .desktop-style .service--info-dnumbers__left img:nth-child(2) {
    top: 285px;
    width: 625px;
    height: 420px;
  }
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers__left img:nth-child(2) {
    top: 209px;
    width: 513px;
    height: 386px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-dnumbers__left img:nth-child(2) {
    top: 230px;
    width: 452px;
    height: 339px;
  }
}
@media (min-width: 1200px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__container {
    max-width: 1200px;
  }
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left {
  max-width: initial;
  width: 833px;
  height: 971px;
  top: 103px;
}
@media (max-width: 1800px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left {
    left: -187px;
  }
}
@media (max-width: 1300px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left {
    top: 200px;
    left: -50px;
    width: 676px;
    height: 629px;
    margin-left: 0;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left {
    top: 163px;
    width: 676px;
    height: 629px;
  }
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left svg {
  top: 0;
  left: 0;
}
@media (max-width: 1300px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left svg {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left svg {
    left: -50px;
  }
}
@media (max-width: 1850px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1300px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img {
    transform: none;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img {
    left: 0;
  }
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img:first-child {
  top: 67px;
  width: 826px;
  height: 621px;
}
@media (max-width: 1850px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img:first-child {
    top: 130px;
    width: 626px;
    height: 421px;
  }
}
@media (max-width: 1300px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img:first-child {
    top: 48px;
    left: auto;
    right: 65px;
    width: 590px;
    height: 443px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img:first-child {
    top: 34px;
  }
}
@media (max-width: 860px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img:first-child {
    right: 147px;
  }
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img:nth-child(2) {
  top: 559px;
  width: 423px;
  height: 318px;
}
@media (max-width: 1850px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img:nth-child(2) {
    top: 490px;
    width: 323px;
    height: 218px;
  }
}
@media (max-width: 1300px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img:nth-child(2) {
    top: 399px;
    width: 302px;
    height: 227px;
    left: auto;
    right: 208px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img:nth-child(2) {
    top: 387px;
  }
}
@media (max-width: 860px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__left img:nth-child(2) {
    right: 291px;
  }
}
.desktop-style .service--info-dnumbers--dcs h2 {
  margin-bottom: 30px;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-dnumbers--dcs h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--dcs h2 {
    margin-bottom: 20px;
  }
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right {
  width: 635px;
  max-width: 58%;
}
@media (max-width: 1300px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right {
    width: 616px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right {
    width: 576px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right {
    width: 496px;
  }
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right .numbers {
  display: block;
  padding: 25px 0;
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right .numbers {
    padding: 25px 0 0;
  }
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right li {
  width: 100%;
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgba(8, 60, 95, 0.4) 0%, rgba(14, 39, 61, 0.4) 100%);
  border-radius: 3px;
  padding: 20px;
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right li p {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #88a0b4;
  margin-bottom: 0;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right li p {
    font-size: 14px;
  }
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right li p.numbers__title {
  font-family: "gotham rounded medium", sans-serif;
  font-weight: 350;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-style: normal;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right li p.numbers__title {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__right li p.numbers__title img {
  margin-right: 15px;
}
.desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__wrapper {
  padding: 119px 0 18px;
  min-height: 1155px;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__wrapper {
    padding: 90px 0 0;
    min-height: 793px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--dcs .service--info-dnumbers__wrapper {
    padding: 67px 0 25px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--csd h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__wrapper {
    padding: 107px 0 100px;
  }
}
@media (max-width: 1193px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__left {
    top: 64px;
    left: -134px;
    width: 667px;
    height: 668px;
    max-width: 667px;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__left {
    top: 58px;
    left: -107px;
    max-width: 612px;
  }
}
@media (max-width: 880px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__left {
    left: -197px;
  }
}
@media (max-width: 1193px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__left img:first-child {
    top: 45px;
    width: 257px;
    height: 257px;
    left: auto;
    transform: none;
    right: 136px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__left img:first-child {
    top: 84px;
    width: 227px;
    height: 227px;
    right: 135px;
  }
}
@media (max-width: 1193px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__left img:nth-child(2) {
    top: 209px;
    width: 513px;
    height: 385px;
    left: auto;
    transform: none;
    right: 8px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__left img:nth-child(2) {
    top: 228px;
    width: 452px;
    height: 339px;
    right: 22px;
  }
}
@media (max-width: 1193px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__left svg {
    top: 0;
    left: auto;
    right: 0;
    width: 667px;
    height: 668px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__left svg {
    height: auto;
    width: 612px;
    height: 613px;
  }
}
@media (max-width: 1193px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__right {
    padding-left: 44px;
    width: calc(100% - 533px);
  }
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__right .numbers {
    padding-top: 31px;
  }
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__right .numbers p strong {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__right .numbers p em {
    font-size: 14px;
    line-height: 23px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__right {
    width: calc(100% - 475px);
  }
}
@media (max-width: 880px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__right {
    padding-left: 20px;
    width: calc(100% - 385px);
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-dnumbers--csd .service--info-dnumbers__right p {
    font-size: 14px;
    line-height: 24px;
  }
}
.desktop-style .service--info-dnumbers--ced {
  min-height: 1093px;
}
@media screen and (max-width: 1500px) {
  .desktop-style .service--info-dnumbers--ced {
    min-height: auto;
  }
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers--ced {
    padding-top: 113px;
  }
}
.desktop-style .service--info-dnumbers--ced h2 {
  margin-bottom: 20px;
}
.desktop-style .service--info-dnumbers--ced .service--info-dnumbers__left {
  top: 75px;
}
@media (max-width: 1193px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__left {
    width: 667px;
    max-width: 667px;
    height: 668px;
    margin-left: 0;
    top: 113px;
    left: -134px;
  }
}
@media (max-width: 950px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__left {
    left: -234px;
  }
}
@media (max-width: 820px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__left {
    left: -324px;
  }
}
@media (max-width: 1193px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__left img:first-child {
    transform: none;
    right: 136px;
    top: 46px;
    left: auto;
    width: 257px;
    height: 257px;
  }
}
@media (max-width: 1193px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__left img:nth-child(2) {
    right: 8px;
    top: 209px;
    transform: none;
    left: auto;
    width: 513px;
    height: 386px;
  }
}
@media (max-width: 1193px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__left svg {
    width: 100%;
    height: 100%;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__right {
    width: calc(100% - 503px);
    padding-left: 44px;
  }
}
@media (max-width: 950px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__right {
    width: calc(100% - 403px);
  }
}
@media (max-width: 820px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__right {
    width: calc(100% - 303px);
  }
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__right p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__right .numbers {
    padding: 33px 0 16px;
  }
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__right .numbers p strong {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-dnumbers--ced .service--info-dnumbers__right .numbers p em {
    font-size: 14px;
    line-height: 23px;
  }
}
@media screen and (max-width: 950px) {
  .desktop-style .service--info-dnumbers--crm .service--info-dnumbers__left {
    left: -194px;
  }
}
.desktop-style .service--info-dnumbers--pwa .service--info-dnumbers__wrapper {
  padding-bottom: 66px;
}
.desktop-style .service--info-dnumbers--spacing {
  margin-bottom: 83px;
}
.desktop-style .csd-belt {
  padding: 64px 0;
  position: relative;
  margin: 77px 0;
}
@media screen and (max-width: 1194px) {
  .desktop-style .csd-belt {
    padding: 63px 0;
    margin: 50px 0;
  }
}
.desktop-style .csd-belt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #091D2E;
  z-index: 1;
}
.desktop-style .csd-belt.mb-0 {
  margin-bottom: 0 !important;
}
.desktop-style .csd-belt.mt-0 {
  margin-top: 0 !important;
}
.desktop-style .csd-belt__container {
  display: flex;
  align-items: center;
  z-index: 3;
  max-width: 1000px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .csd-belt__container {
    display: flex;
    align-items: center;
    width: calc(100% - 210px);
  }
}
@media (max-width: 1024px) {
  .desktop-style .csd-belt__container {
    width: calc(100% - 90px);
  }
}
.desktop-style .csd-belt__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.9;
  z-index: 2;
}
.desktop-style .csd-belt__left {
  width: calc(100% - 184px);
  padding-right: 20px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .csd-belt__left {
    margin-bottom: 0;
  }
}
@media (max-width: 1133px) {
  .desktop-style .csd-belt__left br {
    display: none;
  }
}
.desktop-style .csd-belt__left h3 {
  font-family: "gotham rounded medium", sans-serif;
  font-weight: 350;
  font-size: 24px;
  line-height: 32px;
  max-width: 516px;
}
.desktop-style .csd-belt__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .csd-belt__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.desktop-style .csd-belt__right .btn {
  height: 66px;
  font-size: 13px;
  line-height: 18px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .csd-belt__right .btn {
    width: auto;
  }
}
.desktop-style .csd-belt__right .btn--orange {
  padding: 0 25px;
}
.desktop-style .csd-belt__right .btn img {
  margin-left: 20px;
}
.desktop-style .csd-belt__right .btn:hover {
  text-decoration: none;
}
.desktop-style .service--info-services {
  padding: 73px 0;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-services {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .desktop-style .service--info-services__container {
    max-width: 1199px;
  }
}
.desktop-style .service--info-services__paragraph {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
  text-align: center;
  width: 768px;
  margin-bottom: 45px;
  margin-right: auto;
  margin-left: auto;
}
.desktop-style .service--info-services__appsec {
  padding-bottom: 143px;
}
.desktop-style .service--info-services__title {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 35px;
  color: #fff;
  text-align: center;
}
.desktop-style .service--info-services__title p {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
  text-align: center;
  width: 768px;
  margin-top: 35px;
  margin-bottom: 45px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-services__title {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-services__title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-services__title {
    position: static;
    left: auto;
    width: 100%;
    margin-bottom: 70px;
  }
}
.desktop-style .service--info-services .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
}
.desktop-style .service--info-services__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.desktop-style .service--info-services__list a {
  font-family: "gotham rounded book", sans-serif;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-services__list {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 20px;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-style .service--info-services__list {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-services__list {
    grid-template-columns: 1fr 1fr;
  }
}
.desktop-style .service--info-services__list li {
  background: linear-gradient(90deg, rgba(8, 60, 95, 0.4) 0%, rgba(14, 39, 61, 0.4) 100%);
  border-radius: 3px;
  padding: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 1133px) {
  .desktop-style .service--info-services__list li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px;
  }
  .desktop-style .service--info-services__list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-services__list li:nth-child(2n) {
    margin-right: 0;
  }
  .desktop-style .service--info-services__list li:nth-child(3n) {
    margin-right: 10px;
  }
}
.desktop-style .service--info-services__list li:hover {
  background: linear-gradient(90deg, #083c5f 0%, #0e273d 100%);
}
.desktop-style .service--info-services__list li img {
  margin-bottom: 15px;
}
.desktop-style .service--info-services__list li h2,
.desktop-style .service--info-services__list li h3,
.desktop-style .service--info-services__list li h4 {
  font-family: "gotham rounded medium", sans-serif;
  font-weight: 350;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #fff;
}
.desktop-style .service--info-services__list li p {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 325;
  font-size: 14px;
  line-height: 24px;
  color: #88a0b4;
  margin-bottom: 0;
}
.desktop-style .service--info-services__list li p + p {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .desktop-style .service--info-services__list li p br {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .desktop-style .service--info-services__list-appsec {
    grid-template-columns: 1fr 1fr;
  }
}
.desktop-style .service--info-services__list-crm {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .desktop-style .service--info-services__pwa {
    padding-bottom: 21px;
  }
}
.desktop-style .service--info-services__pwa .service--info-services__title {
  margin-bottom: 105px;
}
.desktop-style .service--info-services__pwa .service--info-services__list li {
  padding-bottom: 22px;
}
@media (max-width: 1024px) {
  .desktop-style .service--info-services__dcs {
    padding-bottom: 21px;
  }
}
.desktop-style .service--info-services__dcs .service--info-services__list li {
  padding-bottom: 22px;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-services--ced .service--info-services__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .desktop-style .service--info-services--ced .service--info-services__list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1133px) {
  .desktop-style .service--info-services__crm .service--info-services__list-crm li {
    margin-right: 10px;
  }
}
.desktop-style .service--info-solutions {
  padding: 79px 0 36px;
}
@media (min-width: 1200px) {
  .desktop-style .service--info-solutions__container {
    max-width: 1258px;
  }
}
.desktop-style .service--info-solutions__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.desktop-style .service--info-solutions__title h2 {
  width: 893px;
  margin-bottom: 31px !important;
}
.desktop-style .service--info-solutions__title p {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 325;
  font-size: 14px;
  line-height: 24px;
  color: #88a0b4;
  margin-bottom: 0;
  width: 725px;
  height: 75px;
  text-align: center;
}
.desktop-style .service--info-solutions h2 {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-solutions h2 {
    margin-bottom: 46px;
  }
}
.desktop-style .service--info-solutions__crm {
  padding: 79px 0 124px;
}
@media screen and (max-width: 1193px) {
  .desktop-style .service--info-solutions__crm {
    padding-bottom: 114px;
  }
}
@media screen and (max-width: 1133px) {
  .desktop-style .service--info-solutions__crm {
    padding-bottom: 158px;
  }
}
.desktop-style .service--info-solutions__crm .service--info-solutions__title {
  margin-bottom: 95px;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-solutions__crm .service--info-solutions__list li {
    width: initial;
  }
}
.desktop-style .service--info-solutions.service--info-solutions__pwa {
  padding: 79px 0 132px;
}
.desktop-style .service--info-solutions .grid-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-solutions .grid-3 {
    grid-template-columns: 1fr 1fr !important;
  }
}
.desktop-style .service--info-solutions__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-solutions__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-style .service--info-solutions__list {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-solutions__list {
    justify-content: center;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-solutions__list li {
    width: 90%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .desktop-style .service--info-solutions__list li:nth-child(3) {
    margin-right: 0;
  }
  .desktop-style .service--info-solutions__list li:nth-child(6) {
    margin-right: 0;
  }
  .desktop-style .service--info-solutions__list li:nth-child(9) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-solutions__list li {
    width: calc(50% - 10px);
  }
  .desktop-style .service--info-solutions__list li:nth-child(3) {
    margin-right: 20px;
  }
  .desktop-style .service--info-solutions__list li:nth-child(6) {
    margin-right: 20px;
  }
  .desktop-style .service--info-solutions__list li:nth-child(9) {
    margin-right: 20px;
  }
  .desktop-style .service--info-solutions__list li:nth-child(even) {
    margin-right: 0;
  }
}
.desktop-style .service--info-solutions__list li a {
  display: block;
  height: 100%;
  position: relative;
}
.desktop-style .service--info-solutions__list li a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  border-radius: 2px;
}
.desktop-style .service--info-solutions__list li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #091D2E;
  border-radius: 2px;
  z-index: 2;
}
.desktop-style .service--info-solutions__list li a .wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: start;
  background: linear-gradient(90deg, rgba(8, 60, 95, 0.4) 0%, rgba(14, 39, 61, 0.4) 100%);
  mix-blend-mode: normal;
  border-radius: 2px;
  padding: 18px 15px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-solutions__list li a .wrapper {
    justify-content: start;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-solutions__list li a .wrapper {
    justify-content: start;
  }
}
.desktop-style .service--info-solutions__list li a .wrapper:hover {
  background: linear-gradient(90deg, #083c5f 0%, #0e273d 100%);
}
.desktop-style .service--info-solutions__list li a .wrapper .side-left {
  display: flex;
  align-items: center;
}
.desktop-style .service--info-solutions__list li .title {
  font-family: "gotham rounded medium", sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 15px;
}
.desktop-style .service--info-solutions__list li .icon {
  width: 16px;
  margin-left: 10px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-solutions__pwa .service--info-solutions__list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-solutions__pwa .service--info-solutions__list {
    justify-content: flex-start;
  }
}
.desktop-style .service--info-solutions__pwa li a .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.desktop-style .service--info-solutions__pwa li a .wrapper p {
  color: #88a0b4;
  margin-bottom: 0;
}
.desktop-style .service--info-solutions__pwa li a .wrapper .side-left {
  margin-bottom: 17.5px;
}
.desktop-style .service--info-solutions .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-solutions .grid-3 {
    grid-template-columns: 1fr 1fr !important;
  }
}
.desktop-style .service--info-solutions--ced .service--info-solutions__list {
  justify-content: space-between;
}
.desktop-style .service--info-proccess {
  background: #e3e8f5;
  border: 1px solid #88a0b4;
  padding: 65px 0 79px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-proccess {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-proccess {
    padding: 48px 0 58px;
  }
}
.desktop-style .service--info-proccess__container {
  max-width: 1200px;
}
.desktop-style .service--info-proccess__container .service--info-proccess__top {
  padding: 15px 0 0;
  width: 100%;
  margin: 0 auto 70px;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-proccess__container .service--info-proccess__top {
    margin-bottom: 40px;
  }
}
.desktop-style .service--info-proccess__container .service--info-proccess__top h2 {
  margin-bottom: 40px;
}
.desktop-style .service--info-proccess__container .service--info-proccess__top p {
  font-family: "Gotham-Light", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #091d2e;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-proccess__container .service--info-proccess__top p {
    font-size: 14px;
    line-height: 24px;
  }
}
.desktop-style .service--info-proccess h2 {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 42px;
  color: #1a647c;
  margin-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-proccess h2 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1130px) {
  .desktop-style .service--info-proccess h2 {
    text-align: center;
  }
}
.desktop-style .service--info-proccess h2 br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-proccess h2 br {
    display: none;
  }
}
.desktop-style .service--info-proccess__list {
  padding: 0;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-proccess__list {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-style .service--info-proccess__list {
    padding: 0 25px;
  }
}
.desktop-style .service--info-proccess__list h3 {
  font-family: "gotham rounded medium", sans-serif;
  font-weight: 350;
  font-size: 24px;
  line-height: 32px;
  color: #091d2e;
  margin: 0;
  width: calc(100% - 675px);
  margin-right: 25px;
  position: relative;
  padding-right: 40px;
  padding-left: 0;
  overflow: hidden;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-proccess__list h3 {
    width: calc(100% - 567px);
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-proccess__list h3 {
    width: calc(100% - 500px);
    padding-right: 30px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-proccess__list h3 {
    width: calc(100% - 350px);
    padding-right: 30px;
    margin-right: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.desktop-style .service--info-proccess__list h3 span {
  display: inline-block;
  padding: 0 25px 0 19px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-proccess__list h3 span {
    padding: 0 25px 0 19px;
  }
}
.desktop-style .service--info-proccess__list h3 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -400%;
  top: 50%;
  transform: translateY(-50%);
  width: 400%;
  height: 1px;
  background: #88a0b4;
}
.desktop-style .service--info-proccess__list p {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 325;
  font-size: 14px;
  line-height: 24px;
  color: #091d2e;
  width: 630px;
  margin: 0;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-proccess__list p {
    width: 630px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-proccess__list p {
    width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-proccess__list p {
    width: 350px;
  }
}
.desktop-style .service--info-proccess__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  counter-increment: my-awesome-counter;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-proccess__list li {
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.desktop-style .service--info-proccess__list li:before {
  content: "0" counter(my-awesome-counter);
  font-size: 18px;
  font-family: "Gotham-Book", sans-serif;
  font-weight: 400;
  line-height: 27px;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #31a4ab;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-proccess__list li:before {
    width: auto;
    display: block;
  }
}
.desktop-style .service--info-proccess__list li:not(:last-child) .dots {
  position: absolute;
  top: calc(100% - 34px);
  left: 12px;
  height: 68px;
}
.desktop-style .service--info-proccess__list li:not(:last-child) .dots span {
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #88a0b4;
}
.desktop-style .service--info-proccess__list li:not(:last-child) .dots span:not(:last-child) {
  margin-bottom: 20px;
}
.desktop-style .service--info-proccess__dcs {
  padding: 65px 0 139px;
}
.desktop-style .service--info-proccess__dcs .service--info-proccess__list {
  max-width: 1172px;
  margin: 0 auto;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-proccess__dcs .service--info-proccess__list {
    max-width: 890px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-proccess__dcs .service--info-proccess__list h3 {
    width: 217px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-proccess__dcs .service--info-proccess__list p {
    width: calc(100% - 217px);
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-proccess__dcs .service--info-proccess__container .service--info-proccess__top {
    padding-top: 3px;
  }
}
@media screen and (max-width: 1133px) {
  .desktop-style .service--info-proccess__crm .service--info-proccess__top {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-style .service--info-proccess__crm .service--info-proccess__top {
    padding: 0 25px;
  }
}
.desktop-style .service--info-proccess__crm h2 {
  text-align: left;
}
.desktop-style .service--info-cost {
  padding: 154px 0 84px;
}
@media screen and (max-width: 1024px) {
  .desktop-style .service--info-cost {
    padding: 100px 0 50px;
  }
}
.desktop-style .service--info-cost__content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.desktop-style .service--info-cost__content h2 {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-cost__content h2 {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-cost__content h2 {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-cost__content h2 {
    margin-bottom: 38px;
  }
}
.desktop-style .service--info-cost__content p {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
}
.desktop-style .service--info-cost__list {
  margin: 98px 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-cost__list {
    margin: 49px 0 0;
    gap: 0;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-cost__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .desktop-style .service--info-cost__list {
    grid-template-columns: 1fr;
    margin: 78px 0 0;
  }
}
.desktop-style .service--info-cost__list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #091d2e;
  border-radius: 2px;
  padding: 20px 29px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-cost__list li {
    padding: 20px 10px;
    margin-right: 20px;
    flex: 1;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-cost__list li {
    padding: 20px 18px;
  }
}
.desktop-style .service--info-cost__list li:last-child {
  margin-right: 0;
}
.desktop-style .service--info-cost__list li.border {
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-cost__list li.border {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
  }
}
.desktop-style .service--info-cost__list li.border:before, .desktop-style .service--info-cost__list li.border:after {
  content: none;
}
.desktop-style .service--info-cost__list li:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 2;
}
.desktop-style .service--info-cost__list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #091d2e;
  z-index: 3;
}
.desktop-style .service--info-cost__list li:nth-child(2):before {
  background: linear-gradient(270deg, #ffffff -554.67%, rgba(255, 255, 255, 0) 101.03%);
}
.desktop-style .service--info-cost__list li:nth-child(3):before {
  background: linear-gradient(270deg, #ffffff -442.62%, rgba(255, 255, 255, 0) 212.34%);
}
.desktop-style .service--info-cost__list li:nth-child(4):before {
  background: linear-gradient(270deg, #ffffff -332.8%, rgba(255, 255, 255, 0) 322.99%);
}
.desktop-style .service--info-cost__list li:nth-child(5):before {
  background: linear-gradient(270deg, #ffffff -220.75%, rgba(255, 255, 255, 0) 434.21%);
}
.desktop-style .service--info-cost__list li:nth-child(6):before {
  background: linear-gradient(270deg, #ffffff -110.09%, rgba(255, 255, 255, 0) 547.1%);
}
.desktop-style .service--info-cost__list li:nth-child(7):before {
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 658.32%);
}
.desktop-style .service--info-cost__list li img,
.desktop-style .service--info-cost__list li p {
  position: relative;
  z-index: 4;
}
.desktop-style .service--info-cost__list li img {
  margin-bottom: 18px;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-cost__list li img {
    margin-bottom: 16px;
  }
}
.desktop-style .service--info-cost__list li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #88a0b4;
  margin: 0;
}
.desktop-style .service--info-cost--crm {
  padding-top: 93px;
}
@media screen and (max-width: 1193px) {
  .desktop-style .service--info-cost--crm {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1133px) {
  .desktop-style .service--info-cost--crm {
    padding-top: 87px;
  }
}
.desktop-style .service--info-partners {
  padding: 113px 0 60px;
}
.desktop-style .service--info-partners__content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.desktop-style .service--info-partners__content h2 {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-partners__content h2 {
    margin-bottom: 41px;
  }
}
.desktop-style .service--info-partners__content p {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
  width: 100%;
  max-width: 610px;
  margin: 0 auto 20px;
}
.desktop-style .service--info-partners .mw100 {
  max-width: 100%;
}
.desktop-style .service--info-partners ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 40px;
  padding: 60px 0;
  max-width: 1036px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .desktop-style .service--info-partners ul {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 0;
    padding: 40px 0 20px;
  }
}
.desktop-style .service--info-partners ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-partners ul li {
    width: 16.5%;
  }
}
@media (max-width: 1130px) and (min-width: 1024px) {
  .desktop-style .service--info-partners ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .desktop-style .service--info-partners ul li {
    width: 16.5%;
  }
  .desktop-style .service--info-partners ul li img {
    max-width: 100px;
    max-height: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-partners ul li {
    width: 24.75%;
  }
}
.desktop-style .service--info-partners ul li:nth-child(-n+5) {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .desktop-style .service--info-partners ul li:nth-child(-n+5) {
    width: 16.5%;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-partners ul li:nth-child(-n+5) {
    width: 24.75%;
  }
}
.desktop-style .service--info-partners ul li:hover img {
  opacity: 1;
}
.desktop-style .service--info-partners ul li img {
  opacity: 0.25;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-partners ul li img {
    max-width: 100px;
    max-height: 45px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-partners__dcs {
    padding: 80px 0 10px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-partners__dcs {
    padding: 70px 0 10px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-partners__dcs .service--info-partners__content h2 {
    margin-bottom: 38px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-partners__csd {
    padding: 50px 0 0px;
  }
}
.desktop-style .service--info-clutch {
  padding: 60px 0 100px;
}
@media (max-width: 1024px) {
  .desktop-style .service--info-clutch {
    padding: 60px 0 50px;
  }
}
.desktop-style .service--info-clutch__content {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.desktop-style .service--info-clutch__content h2 {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-clutch__content h2 {
    margin-bottom: 38px;
  }
}
.desktop-style .service--info-clutch__content p {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
}
.desktop-style .service--info-clutch__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 30px 0 40px;
}
@media screen and (max-width: 1130px) {
  .desktop-style .service--info-clutch__list {
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-clutch__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .desktop-style .service--info-clutch__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.desktop-style .service--info-clutch__list li {
  background: rgba(14, 39, 61, 0.5);
  border-radius: 2px;
  padding: 26px 25px;
}
@media screen and (max-width: 1133px) {
  .desktop-style .service--info-clutch__list li {
    padding: 26px 20px;
    margin-right: 30px;
  }
  .desktop-style .service--info-clutch__list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-style .service--info-clutch__list li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .desktop-style .service--info-clutch__list li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .desktop-style .service--info-clutch__list li:last-child {
    margin-right: 15px;
  }
}
.desktop-style .service--info-clutch__list li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}
.desktop-style .service--info-clutch__list li .content {
  font-family: "gotham rounded medium", sans-serif;
  font-weight: 350;
  font-style: italic;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 26px;
}
@media screen and (max-width: 1133px) {
  .desktop-style .service--info-clutch__list li .content {
    font-size: 16px;
  }
}
.desktop-style .service--info-clutch__list li .bottom .name {
  font-family: "gotham rounded medium", sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 20px;
  color: #88a0b4;
}
.desktop-style .service--info-clutch__list li .bottom .position {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 325;
  font-size: 14px;
  line-height: 24px;
  color: #88a0b4;
}
.desktop-style .service--info-clutch__button {
  display: flex;
  justify-content: center;
}
.desktop-style .service--info-clutch__button .btn {
  height: 58px;
  padding: 0 15px;
  width: 187px;
  font-size: 13px;
}
.desktop-style .service--info-clutch__button .btn span {
  font-weight: inherit;
  color: inherit;
}
.desktop-style .service--info-clutch--services-main {
  padding-top: 30px;
  padding-bottom: 67px;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-clutch__dcs {
    padding: 84px 0 50px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service--info-clutch__dcs {
    padding: 50px 0;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-clutch__dcs .service--info-clutch__list li {
    margin-right: 20px;
  }
}
@media (max-width: 1133px) {
  .desktop-style .service--info-clutch__dcs .service--info-clutch__content h2 {
    margin-right: 38px;
  }
}
.desktop-style .service--info-faq {
  padding: 100px 0 0;
}
.desktop-style .service--info-faq__content h2 {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 38px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-faq__content h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 38px;
    text-align: left;
  }
}
.desktop-style .service--info-faq__content p {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
  margin-bottom: 30px;
}
.desktop-style .service--info-faq__list li {
  margin-bottom: 15px;
}
.desktop-style .service--info-faq__list li .faq-question {
  background: transparent;
  transition: background 0.3s;
  position: relative;
  padding-bottom: 12px;
  padding-right: 45px;
}
@media screen and (max-width: 1194px) {
  .desktop-style .service--info-faq__list li .faq-question {
    padding-right: 45px;
  }
}
.desktop-style .service--info-faq__list li .faq-question:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #33cccc -0.96%, rgba(69, 166, 166, 0.1) 100%);
  opacity: 1;
  transition: opacity 0.3s;
}
.desktop-style .service--info-faq__list li:last-child .faq-question::after {
  content: none;
}
.desktop-style .service--info-faq__list li .question-button {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.desktop-style .service--info-faq__list li .question-button span {
  width: 18px;
  height: 2px;
  display: block;
  background: #88a0b4;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.desktop-style .service--info-faq__list li .question-button span + span {
  transform: translate(-50%, -50%) rotate(90deg);
}
.desktop-style .service--info-faq__list li input[type=checkbox] {
  display: none;
}
.desktop-style .service--info-faq__list li input[type=checkbox]:checked + .faq-question {
  background: rgba(14, 39, 61, 0.5);
  border-radius: 2px;
}
.desktop-style .service--info-faq__list li input[type=checkbox]:checked + .faq-question:after {
  opacity: 0;
}
.desktop-style .service--info-faq__list li input[type=checkbox]:checked + .faq-question .question-content {
  display: block;
}
.desktop-style .service--info-faq__list li input[type=checkbox]:checked + .faq-question .question-button span {
  opacity: 1;
}
.desktop-style .service--info-faq__list li input[type=checkbox]:checked + .faq-question .question-button span + span {
  opacity: 0;
}
.desktop-style .service--info-faq__list .question-head__question {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  padding: 20px 25px 21px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-faq__list .question-head__question {
    padding: 20px 20px 16px;
  }
}
.desktop-style .service--info-faq__list .question-content {
  padding: 0 25px;
  display: none;
}
@media (max-width: 1133px) {
  .desktop-style .service--info-faq__list .question-content {
    padding: 0 20px;
  }
}
.desktop-style .service--info-faq__list .question-content .faq-a {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 325;
  font-size: 14px;
  line-height: 24px;
  color: #88a0b4;
}
.desktop-style .services-bottom-contact {
  padding-top: 134px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1130px) {
  .desktop-style .services-bottom-contact {
    padding-top: 150px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .services-bottom-contact {
    padding-top: 120px;
    margin-bottom: 60px;
  }
}
.desktop-style .services-bottom-contact--services-main {
  padding-top: 67px;
}
@media (min-width: 1200px) {
  .desktop-style .services-bottom-contact__container {
    max-width: 1173px;
  }
}
.desktop-style .services-bottom-contact__content h2 {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 70px;
  width: 100%;
  max-width: 626px;
}
.desktop-style .services-bottom-contact__content p {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
  margin-bottom: 30px;
}
.desktop-style .services-bottom-contact__wrapper {
  display: flex;
}
.desktop-style .services-bottom-contact__wrapper h3 {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 34px;
}
@media screen and (max-width: 950px) {
  .desktop-style .services-bottom-contact__wrapper h3 {
    margin-bottom: 24px;
  }
}
.desktop-style .services-bottom-contact__left {
  width: calc(100% - 548px);
}
@media screen and (max-width: 1194px) {
  .desktop-style .services-bottom-contact__left {
    width: calc(100% - 504px);
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .services-bottom-contact__left {
    width: calc(100% - 504px);
  }
}
.desktop-style .services-bottom-contact__left .wpcf7-response-output {
  display: none !important;
}
.desktop-style .services-bottom-contact__left .form__item {
  position: relative;
  margin-bottom: 31px;
  z-index: 99;
}
@media screen and (max-width: 1194px) {
  .desktop-style .services-bottom-contact__left .form__item {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 1130px) {
  .desktop-style .services-bottom-contact__left .form__item {
    margin-bottom: 25px;
  }
}
.desktop-style .services-bottom-contact__left .form__item span.wpcf7-not-valid-tip {
  font-weight: normal;
  display: inline-block;
  width: 100%;
  top: -7px;
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  color: #f1fe67;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 13px;
  line-height: 30px;
  z-index: -1;
}
.desktop-style .services-bottom-contact__left .form__item input {
  width: 100%;
  height: 40px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
  border: none;
  border-bottom: 2px solid #3a4a58;
}
.desktop-style .services-bottom-contact__left .form__item input.active {
  border-bottom: 2px solid #45a6a6;
}
.desktop-style .services-bottom-contact__left .form__item label {
  position: absolute;
  top: 3px;
  font-size: 15px;
  color: #fff;
  transition: 0.2s;
  opacity: 1;
  z-index: -1;
  left: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .desktop-style .services-bottom-contact__left .form__item label {
      font-family: "Gotham-Light", sans-serif;
    }
  }
}
.desktop-style .services-bottom-contact__left .form__item label.active {
  top: -12px;
  font-size: 10px;
  opacity: 0.3;
}
.desktop-style .services-bottom-contact__left .form__item textarea {
  width: 100%;
  resize: none;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #3a4a58;
  font-size: 15px;
  color: #fff;
  font-family: "Opens-Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
  height: 122px;
  padding-right: 30px;
}
.desktop-style .services-bottom-contact__left .form__item textarea.active {
  border-bottom: 2px solid #45a6a6;
}
.desktop-style .services-bottom-contact__left .form__item textarea::-webkit-scrollbar {
  width: 8px;
}
.desktop-style .services-bottom-contact__left .form__item textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 3px;
}
.desktop-style .services-bottom-contact__left .form__item textarea::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 1px grey;
  background: #083b40;
  border-radius: 3px;
}
.desktop-style .services-bottom-contact__left .form__item textarea::-webkit-scrollbar-thumb {
  background-color: #083b40;
  outline: 1px solid #083b40;
}
.desktop-style .services-bottom-contact__left .form__item .req {
  position: absolute;
  right: 10px;
  font-size: 13px;
  line-height: 30px;
  color: #f1fe67;
  bottom: 0;
  font-family: "Gotham-Medium", sans-serif;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-out;
}
.desktop-style .services-bottom-contact__left .form__item.validated:after {
  background-image: url("../img/svg/check.svg");
  content: "";
  width: 13px;
  height: 11px;
  display: block;
  position: absolute;
  top: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 10px;
  opacity: 0.2;
}
.desktop-style .services-bottom-contact__left .form__item.validated span.wpcf7-not-valid-tip {
  display: none;
}
.desktop-style .services-bottom-contact__left .wpcf7-validation-errors {
  border: 2px solid #f1fe67;
}
.desktop-style .services-bottom-contact__left .content__send {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop-style .services-bottom-contact__left .content__send .note__info {
  width: 240px;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #88a0b4;
  opacity: 0.5;
  margin: 0;
}
.desktop-style .services-bottom-contact__left .content__send button {
  width: 157px;
  height: 58px;
  background: #f1fe67;
  padding: 5px 0;
  font-size: 13px;
  line-height: 18px;
  color: #091D2E;
  border: 0;
  font-family: "Gotham-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-style .services-bottom-contact__left .content__send button span {
  font-family: "Gotham-Bold", sans-serif;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .desktop-style .services-bottom-contact__left .content__send button span {
      font-family: "Gotham-Bold", sans-serif;
    }
    .desktop-style .services-bottom-contact__left .content__send button {
      font-family: "Gotham-Medium", sans-serif;
    }
  }
}
.desktop-style .services-bottom-contact__left .content__send button.disabled {
  background: #f1fe67;
  pointer-events: none;
  opacity: 0.3;
}
.desktop-style .services-bottom-contact__left .content__send button:hover {
  background-color: #d1e21c;
}
.desktop-style .services-bottom-contact__left .content__send .contact-submit-button {
  position: relative;
  margin: 0;
  top: 0;
}
.desktop-style .services-bottom-contact__left .content__send .contact-submit-button button {
  width: 160px;
  background: #f1fe67;
  padding: 25px 0;
  font-size: 13px;
  line-height: 18px;
  color: #091D2E;
  border: 0;
  font-family: "Gotham-Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}
.desktop-style .services-bottom-contact__left .content__send .contact-submit-button button.disabled {
  background: #d1e21c;
}
.desktop-style .services-bottom-contact__left .content__info {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 15px;
}
.desktop-style .services-bottom-contact__left .content__info p {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.5;
  font-style: italic;
}
.desktop-style .services-bottom-contact__left .contact-message .wpcf7-not-valid-tip {
  top: -5px !important;
}
.desktop-style .services-bottom-contact__left .hidden-job-title {
  display: none;
}
.desktop-style .services-bottom-contact__right {
  width: 548px;
  padding-left: 80px;
  padding-top: 14px;
}
.desktop-style .services-bottom-contact__right .slides-steps li {
  display: flex;
  align-items: center;
  font-family: "gotham rounded book", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 325;
  color: #88a0b4;
  margin-bottom: 50px;
  position: relative;
  counter-increment: my-awesome-counter;
}
@media screen and (max-width: 950px) {
  .desktop-style .services-bottom-contact__right .slides-steps li {
    margin-bottom: 35px;
  }
}
.desktop-style .services-bottom-contact__right .slides-steps li:last-child .dots {
  display: none;
}
.desktop-style .services-bottom-contact__right .slides-steps li .step {
  width: calc(100% - 314px);
  padding-right: 25px;
  position: relative;
}
@media (max-width: 1133px) {
  .desktop-style .services-bottom-contact__right .slides-steps li .step {
    width: calc(100% - 230px);
  }
}
.desktop-style .services-bottom-contact__right .slides-steps li .step:before {
  content: "";
  width: calc(100% - 25px);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #88a0b4;
  opacity: 0.3;
}
.desktop-style .services-bottom-contact__right .slides-steps li .step span {
  display: inline-block;
  font-size: 18px;
  padding-right: 25px;
  background: #091d2e;
  position: relative;
  z-index: 2;
}
.desktop-style .services-bottom-contact__right .slides-steps li .item {
  width: 314px;
}
@media (max-width: 1133px) {
  .desktop-style .services-bottom-contact__right .slides-steps li .item {
    width: 230px;
  }
}
.desktop-style .services-bottom-contact__right .slides-steps li .dots {
  position: absolute;
  top: calc(100% + 15px);
  left: 12px;
  height: 100%;
}
.desktop-style .services-bottom-contact__right .slides-steps li .dots span {
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.3;
}
.desktop-style .services-bottom-contact__right .slides-steps li .dots span + span {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .desktop-style .services-bottom-contact__dcs .services-bottom-contact__container {
    max-width: 1197px;
  }
}
.desktop-style .services-bottom-contact__dcs .services-bottom-contact__left {
  width: calc(100% - 572px);
}
@media screen and (max-width: 1133px) {
  .desktop-style .services-bottom-contact__dcs .services-bottom-contact__left {
    width: calc(100% - 504px);
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .services-bottom-contact__dcs .services-bottom-contact__left {
    width: calc(100% - 394px);
  }
}
.desktop-style .services-bottom-contact__dcs .services-bottom-contact__right {
  width: 572px;
  padding-top: 10px;
}
@media screen and (max-width: 1133px) {
  .desktop-style .services-bottom-contact__dcs .services-bottom-contact__right {
    width: 434px;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-style .services-bottom-contact__dcs .services-bottom-contact__right {
    width: 504px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .services-bottom-contact__dcs .services-bottom-contact__right {
    width: 394px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .desktop-style .services-bottom-contact__dcs .services-bottom-contact__right .slides-steps li .step {
    width: calc(100% - 285px);
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .services-bottom-contact__dcs .services-bottom-contact__right .slides-steps li .step {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 1024px) {
  .desktop-style .services-bottom-contact__dcs .services-bottom-contact__right .slides-steps li .item {
    width: 285px;
  }
}
@media screen and (max-width: 1023px) {
  .desktop-style .services-bottom-contact__dcs .services-bottom-contact__right .slides-steps li .item {
    width: 230px;
  }
}
.desktop-style .services-bottom-contact__ced {
  padding-top: 140px;
}
@media screen and (max-width: 1200px) {
  .desktop-style .services-bottom-contact__ced {
    padding-top: 117px;
  }
}
.desktop-style .service-type-teaser {
  margin-top: 160px;
}
.desktop-style .service-type-teaser__container {
  max-width: 1200px;
}
.desktop-style .service-type-teaser a {
  color: #f1fe67;
  font-size: inherit;
}
.desktop-style .service-type-teaser a:hover {
  text-decoration: underline;
}
.desktop-style .service-type-teaser__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: overlay;
}
.desktop-style .service-type-teaser--bg {
  position: relative;
  margin-top: 133px;
  background: #091d2e;
}
.desktop-style .service-type-teaser--bg .breadcrumb {
  position: relative;
  z-index: 5;
  padding-top: 78px;
  margin-bottom: 71px;
}
@media (max-width: 1133px) {
  .desktop-style .service-type-teaser--bg .breadcrumb {
    padding-top: 13px;
    margin-bottom: 47px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .service-type-teaser--bg .breadcrumb {
    padding-top: 12px;
  }
}
@media (max-width: 1199px) {
  .desktop-style .service-type-teaser--bg .breadcrumb .container {
    max-width: 990px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.desktop-style .service-type-teaser--bg .breadcrumb .container nav a,
.desktop-style .service-type-teaser--bg .breadcrumb .container nav p {
  font-family: "gotham rounded book", sans-serif;
  font-weight: 325;
}
@media (max-width: 1199px) {
  .desktop-style .service-type-teaser--bg .service-type-teaser__container {
    max-width: 990px;
  }
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block {
  padding-bottom: 102px;
  min-height: 300px;
}
@media (max-width: 1133px) {
  .desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block {
    min-height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .title {
    margin: 0;
  }
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .title:before {
  top: -21px;
  z-index: 1;
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left h1 {
  padding-bottom: 15px;
  font-weight: 700;
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left h1:before, .desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left h1:after {
  z-index: 1;
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left h1:before {
  top: -21px;
  height: 34vh;
  max-height: 300px;
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left h1:after {
  top: -21px;
  height: 34vh;
  max-height: 300px;
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .ml13,
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .ml14,
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .ml15 {
  top: initial;
  z-index: 2;
}
@media (max-width: 1133px) {
  .desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .ml13,
  .desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .ml14,
  .desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .ml15 {
    font-size: 54px;
    line-height: 60px;
  }
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .ml13:last-child,
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .ml14:last-child,
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__left .ml15:last-child {
  margin-bottom: 0;
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__right.service-single-page {
  max-width: 540px;
  margin-top: 0;
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__right p,
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__right p.yellow-paragraph {
  font-family: "gotham rounded medium", sans-serif;
  font-weight: 350 !important;
  font-size: 18px;
  line-height: 27px;
  color: #F1FE67;
  margin-bottom: 0;
  text-align: left;
  width: 786px;
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__right .btn {
  height: 58px;
  font-size: 13px;
  line-height: 18px;
  padding: 0 25px;
  margin-top: 25px;
}
.desktop-style .service-type-teaser--bg .service-type-teaser__container .service-type-teaser__block .service-type-teaser__right .btn:hover {
  text-decoration: none;
}
.desktop-style .service-type-teaser.special_teaser .service-type-teaser__block .service-type-teaser__left h1:before, .desktop-style .service-type-teaser.special_teaser .service-type-teaser__block .service-type-teaser__left h1:after {
  height: 120vh;
}
.desktop-style .service-type-teaser__block {
  position: relative;
  align-items: center;
  display: block;
  align-items: normal;
  min-height: 560px;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .desktop-style .service-type-teaser__block {
    display: block;
  }
}
.desktop-style .service-type-teaser__block.small {
  min-height: 375px;
}
.desktop-style .service-type-teaser__block.medium {
  min-height: 400px;
}
.desktop-style .service-type-teaser__block.large {
  min-height: 460px;
}
.desktop-style .service-type-teaser__block .service-type-teaser__left {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .desktop-style .service-type-teaser__block .service-type-teaser__left {
    text-align: center;
  }
}
.desktop-style .service-type-teaser__block .service-type-teaser__left .title {
  max-width: 438px;
  min-width: 438px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .desktop-style .service-type-teaser__block .service-type-teaser__left .title {
    margin: 0 auto;
  }
}
@media screen and (max-width: 766px) {
  .desktop-style .service-type-teaser__block .service-type-teaser__left .title {
    max-width: 100%;
    min-width: 100%;
  }
}
.desktop-style .service-type-teaser__block .service-type-teaser__left .title:before {
  content: "";
  position: absolute;
  background-color: #40969a;
  bottom: 50px;
  width: 254px;
  height: 2px;
  left: 51%;
  top: -155px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .desktop-style .service-type-teaser__block .service-type-teaser__left .title:before {
    content: none;
  }
}
.desktop-style .service-type-teaser__block .service-type-teaser__left .ml13,
.desktop-style .service-type-teaser__block .service-type-teaser__left .ml14,
.desktop-style .service-type-teaser__block .service-type-teaser__left .ml15 {
  font-size: 80px;
  font-weight: 400;
  position: relative;
  display: block;
  width: 750px;
  position: relative;
  text-align: left;
  line-height: 80px;
  top: -100px;
}
.desktop-style .service-type-teaser__block .service-type-teaser__left .ml13:last-child,
.desktop-style .service-type-teaser__block .service-type-teaser__left .ml14:last-child,
.desktop-style .service-type-teaser__block .service-type-teaser__left .ml15:last-child {
  margin-bottom: 160px;
}
.desktop-style .service-type-teaser__block .service-type-teaser__left .ml13 .letter,
.desktop-style .service-type-teaser__block .service-type-teaser__left .ml14 .letter,
.desktop-style .service-type-teaser__block .service-type-teaser__left .ml15 .letter {
  font-weight: 400;
}
.desktop-style .service-type-teaser__block .service-type-teaser__left h1 {
  padding-bottom: 100px;
}
.desktop-style .service-type-teaser__block .service-type-teaser__left h1:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(#40969a 0%, rgba(9, 29, 46, 0.0001) 100%);
  top: -156px;
  bottom: 50px;
  width: 2px;
  left: 95px;
  z-index: -1;
  height: 60vh;
}
@media screen and (max-width: 766px) {
  .desktop-style .service-type-teaser__block .service-type-teaser__left h1:before {
    content: none;
  }
}
.desktop-style .service-type-teaser__block .service-type-teaser__left h1:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(#40969a 0%, rgba(9, 29, 46, 0.0001) 100%);
  top: -156px;
  bottom: 50px;
  width: 2px;
  right: 88px;
  z-index: -1;
  height: 60vh;
}
@media screen and (max-width: 766px) {
  .desktop-style .service-type-teaser__block .service-type-teaser__left h1:after {
    content: none;
  }
}
.desktop-style .service-type-teaser__block .service-type-teaser__left .parent {
  max-width: 669px;
  height: 400px;
  position: absolute;
  left: -135px;
  z-index: -1;
  position: initial;
}
@media screen and (max-width: 1199px) {
  .desktop-style .service-type-teaser__block .service-type-teaser__left img {
    position: relative;
    margin-bottom: 20px;
    left: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .desktop-style .service-type-teaser__block .service-type-teaser__left {
    text-align: center;
  }
}
.desktop-style .service-type-teaser__block .service-type-teaser__right.service-single-page {
  max-width: 100%;
  margin-top: -265px;
}
.desktop-style .service-type-teaser__block .service-type-teaser__right.service-single-page.small {
  max-width: 50%;
}
.desktop-style .service-type-teaser__block .service-type-teaser__right.service-single-page h3 {
  margin-top: -130px;
  margin-bottom: 55px;
}
.desktop-style .service-type-teaser__block .service-type-teaser__right.service-single-page p.yellow-paragraph {
  text-align: justify;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  color: #f1fe67;
}
.desktop-style .service-type-teaser__block .service-type-teaser__right.service-single-page p.yellow-paragraph span {
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  color: #f1fe67;
}
.desktop-style .service-type-teaser__block .service-type-teaser__right {
  max-width: 540px;
}
@media screen and (max-width: 1199px) {
  .desktop-style .service-type-teaser__block .service-type-teaser__right {
    max-width: 100%;
    padding: 0;
  }
}
.desktop-style .service-type-teaser__block .service-type-teaser__right p {
  font-family: "Gotham-Book", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #96a3ae;
}
.desktop-style .service-type-teaser__block .service-type-teaser__right ul {
  margin: 0 0 29px 15px;
}
.desktop-style .service-type-teaser__block .service-type-teaser__right ul li {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 6px;
  position: relative;
  color: #96a3ae;
}
.desktop-style .service-type-teaser__block .service-type-teaser__right ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #44a6a6;
  left: -15px;
  top: 11px;
}

@keyframes jBcSpD {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes hvIBUM {
  0% {
    transform: translateY(0px);
    opacity: 0.6;
  }
  50% {
    transform: translateY(1.1%);
    opacity: 0.2;
  }
  100% {
    transform: translateY(0px);
    opacity: 0.6;
  }
}
.desktop-style .services-main-hero {
  margin-top: 160px;
}
.desktop-style .services-main-hero__container {
  max-width: 1200px;
}
.desktop-style .services-main-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #091d2e 47.86%, #48d3dc 149.44%);
}
.desktop-style .services-main-hero__bg svg {
  position: absolute;
  bottom: 52px;
  right: 0;
}
.desktop-style .services-main-hero--bg {
  position: relative;
  margin-top: 0px;
  padding-top: 133px;
}
.desktop-style .services-main-hero--bg .breadcrumb {
  position: relative;
  z-index: 5;
  padding-top: 78px;
  margin-bottom: 71px;
}
@media (max-width: 1133px) {
  .desktop-style .services-main-hero--bg .breadcrumb {
    padding-top: 13px;
    margin-bottom: 47px;
  }
}
@media (max-width: 1024px) {
  .desktop-style .services-main-hero--bg .breadcrumb {
    padding-top: 12px;
  }
}
@media (max-width: 1199px) {
  .desktop-style .services-main-hero--bg .breadcrumb .container {
    max-width: 990px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.desktop-style .services-main-hero--bg .breadcrumb .container nav a,
.desktop-style .services-main-hero--bg .breadcrumb .container nav p {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 325;
}
.desktop-style .services-main-hero__block {
  position: relative;
  align-items: center;
  display: block;
  align-items: normal;
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 160px;
  justify-content: space-between;
}
.desktop-style .services-main-hero__block .logo {
  position: absolute;
  bottom: 52px;
  right: -120px;
  z-index: 1;
}
.desktop-style .services-main-hero__block .services-main-hero__left {
  display: flex;
  position: relative;
}
.desktop-style .services-main-hero__block .services-main-hero__left h1 {
  font-family: "Gotham-Medium", sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
}
.desktop-style .services-main-hero__block .services-main-hero__left h1 .ml13.highlight .word:nth-child(1),
.desktop-style .services-main-hero__block .services-main-hero__left h1 .ml13.highlight .word:nth-child(2) {
  color: #48d3dc;
}
.desktop-style .services-main-hero__block .services-main-hero__left h1 .ml14.highlight .word:nth-child(1) {
  color: #48d3dc;
}
.desktop-style .services-main-hero__block .services-main-hero__left .ml13,
.desktop-style .services-main-hero__block .services-main-hero__left .ml14,
.desktop-style .services-main-hero__block .services-main-hero__left .ml15 {
  font-size: 80px;
  font-weight: 700;
  position: relative;
  display: block;
  width: 1200px;
  position: relative;
  text-align: left;
  line-height: 104px;
  top: initial;
  z-index: 2;
  letter-spacing: -2px;
}
.desktop-style .services-main-hero__block .services-main-hero__left .ml13:last-child,
.desktop-style .services-main-hero__block .services-main-hero__left .ml14:last-child,
.desktop-style .services-main-hero__block .services-main-hero__left .ml15:last-child {
  margin-bottom: 0px;
}
.desktop-style .services-main-hero__block .services-main-hero__left .ml13 .letter,
.desktop-style .services-main-hero__block .services-main-hero__left .ml14 .letter,
.desktop-style .services-main-hero__block .services-main-hero__left .ml15 .letter {
  font-weight: 400;
}
@media (max-width: 1133px) {
  .desktop-style .services-main-hero__block .services-main-hero__left .ml13,
  .desktop-style .services-main-hero__block .services-main-hero__left .ml14,
  .desktop-style .services-main-hero__block .services-main-hero__left .ml15 {
    font-size: 54px;
    line-height: 60px;
  }
}

.desktop-style .services--process {
  color: #fafafa;
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(21deg, #091d2e 47.86%, #48d3dc 149.44%);
  -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}
.desktop-style .services--process__container {
  max-width: 1200px;
  display: grid;
  justify-items: end;
  grid-template-columns: 1fr 1.8fr;
}
.desktop-style .services--process__text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 32px;
}
.desktop-style .services--process__title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 38px;
  line-height: 130%;
  max-width: 420px;
}
.desktop-style .services--process__text {
  font-family: "Gotham-Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}
.desktop-style .services--process__text .highlight {
  color: #48d3dc;
}

.desktop-style .service--info-partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 113px 0 60px;
}
.desktop-style .service--info-partners .indicator {
  max-width: 152px;
}
.desktop-style .service--info-partners .indicator:not(.indicator--inverse) {
  margin-top: 80px;
}
.desktop-style .service--info-partners .indicator--inverse {
  margin-bottom: 80px;
}
.desktop-style .service--info-partners__content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.desktop-style .service--info-partners__content h4 {
  font-family: "Gotham-Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #f1fe67;
}
@media screen and (max-width: 1023px) {
  .desktop-style .service--info-partners__content h4 {
    margin-bottom: 41px;
  }
}
.desktop-style .service--info-partners__content p {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
  width: 100%;
  max-width: 610px;
  margin: 0 auto 20px;
}
.desktop-style .service--info-partners ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5rem 4rem;
  padding: 0;
  padding-top: 44px;
  max-width: none;
}
.desktop-style .service--info-partners ul li {
  flex: 0 1 195px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.desktop-style .service--info-partners ul li img {
  max-width: 100%;
  max-height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

.desktop-style .service--info-testimonials {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: url("../img/services-testimonials-grid.png");
}
.desktop-style .service--info-testimonials__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.desktop-style .service--info-testimonials__content {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.desktop-style .service--info-testimonials__content h2 {
  font-family: "Gotham-Medium", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 42px;
}
.desktop-style .service--info-testimonials__content h2 span {
  color: #48d3dc;
}
.desktop-style .service--info-testimonials__content p {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4;
}
.desktop-style .service--info-testimonials__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px 200px;
  margin-top: 120px;
}
.desktop-style .service--info-testimonials__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding-left: 24px;
  border-width: 0 0 0 2px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, #f1fe67 0%, #158fdb 140%) 1;
     border-image: linear-gradient(to bottom, #f1fe67 0%, #158fdb 140%) 1;
}
.desktop-style .service--info-testimonials__item-content {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 21px;
  line-height: 130%;
}
.desktop-style .service--info-testimonials__item-info {
  display: flex;
  flex-direction: column;
  max-width: 200px;
}
.desktop-style .service--info-testimonials__item-name {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: hsla(0, 0%, 100%, 0.8);
}
.desktop-style .service--info-testimonials__item-position {
  font-family: "Gotham-Book", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  color: hsla(0, 0%, 100%, 0.7);
}
.desktop-style .service--info-testimonials .clutch-img {
  width: 345px;
  height: auto;
  margin-top: 100px;
}

/* ========================================
   Variables
   ======================================== */
/* ========================================
   Carousel Styles
   ======================================== */
/* Main wrapper for the entire block */
.carousel-wrapper {
  font-family: "Gotham-Medium", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.carousel-wrapper .title-container .main-title {
  color: #a0c7e8;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
}
.carousel-wrapper::before, .carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #0a192f, transparent);
}
.carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #0a192f, transparent);
}

/* * Carousel Container: This is the scrollable viewport.
 * It handles the fading edges and scroll-snap behavior.
 */
.carousel-container {
  position: relative;
  width: 95%;
  cursor: grab;
  overflow: hidden;
}
.carousel-container::-webkit-scrollbar {
  display: none;
}
.carousel-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.carousel-container.active {
  cursor: grabbing;
  /* Show a grabbing hand on click-and-drag */
}

/* * The track that holds all the cards.
 * It's a flex container that will expand as wide as needed.
 */
.carousel-track {
  display: flex;
  gap: 44px;
  padding-top: 140px;
  padding-bottom: 160px;
  width: auto;
  will-change: transform;
}
.carousel-track > *:nth-child(odd) {
  margin-top: -80px;
  margin-bottom: 80px;
}

/* * Style the individual cards within the slider.
 */
.card__item-cs {
  flex-shrink: 0;
  max-width: 350px;
}
.card__item-cs.is-featured {
  max-width: 500px;
}

.desktop-style .industries-challenge-carousel-wrapper-process {
  background: linear-gradient(139deg, #091D2E 53.94%, #48D3DC 175.07%);
}
.desktop-style .industries-challenge-carousel-wrapper-process .carousel-wrapper::after {
  content: none;
}
.desktop-style .service--solve-challenge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
  gap: 24px;
}
.desktop-style .service--solve-challenge h2,
.desktop-style .service--solve-challenge .title {
  font-size: 54px;
  font-family: "Gotham-Medium", sans-serif;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 24px;
}
.desktop-style .service--solve-challenge h2 .highlight,
.desktop-style .service--solve-challenge h2 i,
.desktop-style .service--solve-challenge h2 em,
.desktop-style .service--solve-challenge .title .highlight,
.desktop-style .service--solve-challenge .title i,
.desktop-style .service--solve-challenge .title em {
  font-family: inherit;
  font-weight: inherit;
  color: #f1fe67;
}
.desktop-style .service--solve-challenge .solve-challenge__inner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.desktop-style .service--solve-challenge .solve-challenge__inner p {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.desktop-style .service--solve-challenge .description {
  max-width: 570px;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  line-height: 160%;
}
.desktop-style .service--solve-challenge .btn {
  font-family: "Gotham-Bold", sans-serif;
  margin-top: 36px;
  font-size: 13px;
  font-weight: 700;
}
.desktop-style .service--solve-challenge .btn.btn--arrow {
  padding: 14px 32px;
  gap: 12px;
}
.desktop-style .service--solve-challenge .btn.btn--arrow span {
  margin-right: 0;
}
.desktop-style .service--solve-challenge .btn.btn--arrow img {
  width: 18px;
  height: auto;
}

/* --- Variables --- */
.desktop-style .service--strategy {
  font-family: "Gotham-Medium", sans-serif;
  padding-top: 160px;
  padding-bottom: 160px;
}
.desktop-style .service--strategy .section__meta h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fafafa;
  line-height: 130%;
}
.desktop-style .service--strategy .tabs-container {
  display: grid;
  grid-template-columns: 1.6fr 2fr;
  gap: 120px;
  margin-top: 10px;
}
.desktop-style .service--strategy .tabs-container .tabs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.desktop-style .service--strategy .tabs-container .tabs-list .list-item {
  width: 100%;
}
.desktop-style .service--strategy .tabs-container .tabs-list .list-item:nth-child(1) {
  order: 0;
}
.desktop-style .service--strategy .tabs-container .tabs-list .list-item:nth-child(2) {
  order: 1;
}
.desktop-style .service--strategy .tabs-container .tabs-list .list-item:nth-child(3) {
  order: 3;
}
.desktop-style .service--strategy .tabs-container .tabs-list .list-item:nth-child(4) {
  order: 2;
}
.desktop-style .service--strategy .tabs-container {
  /* --- Tabs System --- */
}
.desktop-style .service--strategy .tabs-container .tab-link {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-image-source: linear-gradient(to right, white 0%, transparent 95%);
  border-image-slice: 1;
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  cursor: pointer;
}
.desktop-style .service--strategy .tabs-container .tab-link::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 24px;
  opacity: 0;
  mask-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33675e-06 8.47314L14.2581 8.47314L9.08407 13.624L10.4663 15L18 7.5L10.4663 -2.95055e-07L9.08407 1.37602L14.2581 6.52686L1.1666e-06 6.52686L1.33675e-06 8.47314Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33675e-06 8.47314L14.2581 8.47314L9.08407 13.624L10.4663 15L18 7.5L10.4663 -2.95055e-07L9.08407 1.37602L14.2581 6.52686L1.1666e-06 6.52686L1.33675e-06 8.47314Z' fill='black'/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #f1fe67; /* Change to the hover color */
  transition: all 0.2s ease-in-out;
}
.desktop-style .service--strategy .tabs-container .tab-link:hover {
  border-image-source: linear-gradient(to right, #f1fe67 0%, transparent 95%);
  color: #f1fe67;
}
.desktop-style .service--strategy .tabs-container .tab-link:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.desktop-style .service--strategy .tabs-container .tab-link.is-active {
  border-image-source: linear-gradient(to right, #f1fe67 0%, transparent 95%);
  color: #f1fe67;
}
.desktop-style .service--strategy .tabs-container .tab-link.is-active::after {
  opacity: 1;
  transform: translateX(0);
}
.desktop-style .service--strategy .tabs-container {
  /* --- Content Panels --- */
}
.desktop-style .service--strategy .tabs-container .content-panels {
  display: flex;
}
.desktop-style .service--strategy .tabs-container .content-panels .panel {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
  font-family: "Gotham-Book", sans-serif;
  font-weight: 400;
}
.desktop-style .service--strategy .tabs-container .content-panels .panel p {
  font-size: 1rem;
  line-height: 1.6;
}
.desktop-style .service--strategy .tabs-container .content-panels .panel ul {
  list-style: none;
  padding-left: 0;
  margin-top: 48px;
}
.desktop-style .service--strategy .tabs-container .content-panels .panel ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.desktop-style .service--strategy .tabs-container .content-panels .panel ul li::before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
}
.desktop-style .service--strategy .tabs-container .content-panels .panel.is-active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.desktop-style .hero-services-simple .breadcrumb {
  padding-top: 0;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.hero-services-simple {
  margin-top: 146px;
  background: linear-gradient(157deg, #091d2e 47.86%, #48d3dc 149.44%);
  position: relative;
}
.hero-services-simple--center {
  text-align: center;
}
.hero-services-simple--center .hero-services-simple__block .hero-services-simple__left {
  justify-content: center;
}
.hero-services-simple--center .hero-services-simple__block .hero-services-simple__left .ml13,
.hero-services-simple--center .hero-services-simple__block .hero-services-simple__left .ml14,
.hero-services-simple--center .hero-services-simple__block .hero-services-simple__left .ml15,
.hero-services-simple--center .hero-services-simple__block .hero-services-simple__left .ml16 {
  text-align: center;
  width: 100%;
}
.hero-services-simple__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-services-simple__bg svg {
  position: absolute;
  bottom: -28px;
  right: 58px;
}
.hero-services-simple__block {
  position: relative;
  align-items: center;
  display: block;
  align-items: normal;
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 160px;
  justify-content: space-between;
}
.hero-services-simple__block .hero-services-simple__left {
  display: flex;
  position: relative;
}
.hero-services-simple__block .hero-services-simple__left h1 {
  font-family: "Gotham-Medium", sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
}
.hero-services-simple__block .hero-services-simple__left .ml13,
.hero-services-simple__block .hero-services-simple__left .ml14,
.hero-services-simple__block .hero-services-simple__left .ml15,
.hero-services-simple__block .hero-services-simple__left .ml16 {
  font-size: 80px;
  font-weight: 700;
  position: relative;
  display: block;
  width: 1200px;
  position: relative;
  text-align: left;
  line-height: 104px;
  top: initial;
  z-index: 2;
  letter-spacing: -2px;
}
.hero-services-simple__block .hero-services-simple__left .ml13:last-child,
.hero-services-simple__block .hero-services-simple__left .ml14:last-child,
.hero-services-simple__block .hero-services-simple__left .ml15:last-child,
.hero-services-simple__block .hero-services-simple__left .ml16:last-child {
  margin-bottom: 0px;
}
.hero-services-simple__block .hero-services-simple__left .ml13 .letter,
.hero-services-simple__block .hero-services-simple__left .ml14 .letter,
.hero-services-simple__block .hero-services-simple__left .ml15 .letter,
.hero-services-simple__block .hero-services-simple__left .ml16 .letter {
  font-weight: 400;
}
@media (max-width: 1133px) {
  .hero-services-simple__block .hero-services-simple__left .ml13,
  .hero-services-simple__block .hero-services-simple__left .ml14,
  .hero-services-simple__block .hero-services-simple__left .ml15,
  .hero-services-simple__block .hero-services-simple__left .ml16 {
    font-size: 54px;
    line-height: 60px;
  }
}
.hero-services-simple__button {
  display: inline-flex;
  align-items: center;
  padding: 15px 32px;
}
.hero-services-simple__button svg {
  margin-left: 12px;
  margin-bottom: 2px;
  transition: transform 0.4s ease;
}
.hero-services-simple__button:hover svg {
  animation: arrowBounce 0.8s ease-in-out infinite;
}

@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}
.services-intro-text {
  padding: 160px 0 72px;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.services-intro-text.process::before {
  content: "";
  background: linear-gradient(162deg, rgba(8, 28, 45, 0) -30.8%, rgba(8, 28, 45, 0.9) 81.9%);
  height: 65%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.services-intro-text.process p i,
.services-intro-text.process p em {
  color: #F1FE67;
}
.services-intro-text.industries {
  position: relative;
}
.services-intro-text.industries::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to left, rgba(9, 29, 46, 0) 0%, #43A1A1 100%);
  height: 2px;
  align-self: stretch;
}
.services-intro-text.industries::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(9, 29, 46, 0) 0%, #43A1A1 100%);
  height: 2px;
  align-self: stretch;
}
.services-intro-text.industries p i,
.services-intro-text.industries p em {
  color: #48D3DC;
}
.services-intro-text.industries .services-intro-text__content {
  max-width: 743px;
}
.services-intro-text__content {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.services-intro-text__content p {
  font-family: "Gotham-Medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: white;
  margin: 0 0 48px;
}
.services-intro-text__content p i,
.services-intro-text__content p em {
  font-family: "Gotham-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.service-phase {
  padding: 120px 0 160px;
  background-image: url("../img/phase-bg.svg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
}
.service-phase .service-phase__inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.service-phase .service-phase__content {
  width: 100%;
  max-width: 425px;
}
.service-phase .service-phase__label {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  color: #48D3DC;
  margin-bottom: 8px;
}
.service-phase .service-phase__title {
  font-size: 38px;
  line-height: 130%;
  letter-spacing: -0.95px;
  color: #FAFAFA;
  margin-bottom: 8px;
}
.service-phase .service-phase__text p {
  color: white;
  font-size: 18px;
  font-style: normal;
  line-height: 160%;
  margin: 0;
}
.service-phase .service-phase__text p + p {
  margin-top: 20px;
}
.service-phase .service-phase__subtitle {
  color: #48D3DC;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 120px 0 12px;
}
.service-phase .service-phase__image {
  width: 100%;
  max-width: 500px;
  padding: 48px 0 120px 0;
}
.service-phase .service-phase__btn {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 14px 24px;
  background: #F1FE67;
  text-align: center;
  text-align: uppercase;
  color: #091D2E;
  display: inline-block;
  margin-top: 120px;
  transition: 0.3s;
}
.service-phase .service-phase__btn img {
  position: relative;
  transform: translateX(0);
  transition: 0.2s;
  margin-top: -1px;
  margin-left: 12px;
}
.service-phase .service-phase__btn:hover {
  background: #d1e21c;
}
.service-phase .service-phase__btn:hover img {
  transform: translateX(3px);
}

.introductory-heading {
  padding: 180px 0;
  margin: 60px 0;
  text-align: center;
  position: relative;
  background: none;
}
.introductory-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 2.5px, transparent 0);
  background-size: 29px 30px;
  background-position: 3px -26px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 150px), linear-gradient(to top, transparent, black 100px);
          mask-image: linear-gradient(to bottom, transparent, black 150px), linear-gradient(to top, transparent, black 100px);
  -webkit-mask-size: 100% 50%;
          mask-size: 100% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top, bottom;
          mask-position: top, bottom;
}
.introductory-heading__container {
  z-index: 2;
}
.introductory-heading .introductory-heading__title {
  color: #48D3DC;
  text-align: center;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.35px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .introductory-heading .introductory-heading__title {
    font-size: 38px;
  }
}

/* Liability or Asset Block Styles */
.loa-section {
  position: relative;
  color: #ffffff;
  padding: 100px 0;
  z-index: 1;
}
.loa-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  z-index: -1;
  opacity: 0.7;
  background-image: url("../img/rectangles-bg.png");
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 70px), linear-gradient(to top, transparent, black 70px);
          mask-image: linear-gradient(to bottom, transparent, black 70px), linear-gradient(to top, transparent, black 70px);
  -webkit-mask-size: 100% 50%;
          mask-size: 100% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top, bottom;
          mask-position: top, bottom;
}
.loa-section.show-chapters {
  padding: 0;
  background-color: #091d2e;
  overflow: hidden;
}
.loa-section.show-chapters .loa-intro {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  margin-left: 15px;
}
.loa-section.show-chapters .loa-intro h2 {
  max-width: 100%;
}
.loa-section.block-industries-page .loa-cards-sticky-container {
  height: 67vh;
}

.loa-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

.loa-intro {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 120px auto;
  position: relative;
  z-index: 5;
}

.loa-intro-wrapper {
  padding: 112px 0 99px;
  position: relative;
}
.loa-intro-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/chaptersv2.png") center no-repeat;
  background-size: cover;
  z-index: 3;
}
.loa-intro-wrapper .loa-intro-marquee {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.loa-intro-wrapper .loa-intro-marquee.loa-intro-left {
  left: -63px;
}
.loa-intro-wrapper .loa-intro-marquee.loa-intro-right {
  right: -63px;
}
.loa-intro-wrapper .loa-intro-marquee .marquee-row {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 2.5rem;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.loa-intro-wrapper .loa-intro-marquee .marquee-inner {
  display: inline-flex;
  gap: 2.5rem;
  animation: marquee-left 30s linear infinite;
}
.loa-intro-wrapper .loa-intro-marquee .marquee-inner span {
  display: inline-block;
  color: #FFF;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.loa-intro-wrapper .loa-intro-marquee .marquee-row:nth-child(2) .marquee-inner {
  animation: marquee-right 30s linear infinite;
}
.loa-intro-wrapper .loa-intro-marquee:hover .marquee-inner {
  animation-play-state: paused;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.loa-intro-chapters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 120px;
}
.loa-intro-chapters__icon {
  background: linear-gradient(135deg, #F1FE67 10.58%, #158FDB 39.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.loa-intro-chapters button {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Gotham-Book", sans-serif;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.45px;
  color: #fff;
}
.loa-intro-chapters button svg {
  margin-right: 5px;
}

.loa-intro h2 {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 625px;
  margin-bottom: 32px;
}
.loa-intro h2 span {
  font-family: inherit;
  font-weight: inherit;
  color: #48d3dc;
}

.loa-intro p {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
  opacity: 0.9;
}

/* --- The Sticky Scroll Magic --- */
/* 1. The Wrapper: Must be tall to provide scroll distance. */
.loa-cards-wrapper {
  display: flex;
  align-items: center;
  /* This will vertically center the sticky container */
  flex-grow: 1;
}

/* 2. The Sticky Container: This element sticks to the viewport. */
.loa-cards-sticky-container {
  height: 40vh;
  width: 100%;
  position: relative;
}

/* 3. The Cards: Positioned absolutely to stack on top of each other. */
.loa-card {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 1200px;
  height: auto;
  transform: translateX(-50%);
  border: 1px solid #193e5a;
  background-color: #000000;
  background-image: linear-gradient(0deg, rgba(6, 29, 50, 0.85) 30%, rgba(9, 47, 53, 0.95) 140%), url("../img/lines-bg.png");
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-position: center, top left;
  padding: 48px;
}
.loa-card__cta {
  font-family: "Gotham-Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: white;
  margin-top: 3px;
}
.loa-card__cta span {
  text-decoration: underline;
}
.loa-card__cta:hover span {
  text-decoration: none;
}

/* An active or stacked card is visible and interactable */
.loa-card.is-active-card,
.loa-card.is-stacked-card {
  opacity: 1;
  pointer-events: auto;
}

/* The active card specifically gets a faster opacity transition to feel more responsive */
.loa-card.is-active-card {
  transition: transform 0.5s ease-out, opacity 0.2s linear;
}

/* Card internal layout */
.loa-card__top-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  gap: 47px;
}

.loa-card__title h3 {
  font-size: 36px;
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 700;
  background: linear-gradient(135deg, #f1fe67 -10%, #158fdb 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 4px;
  letter-spacing: -1.1px;
}

.loa-card__content {
  display: grid;
  grid-template-columns: 376px 1px 474px;
  justify-content: space-between;
}

.loa-card__column--divider {
  width: 1px;
  background-color: #193e5a;
}

.loa-card__column h4 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Gotham-Medium", sans-serif;
  margin-bottom: 24px;
  color: #ffffff;
  line-height: 1.3;
}
.loa-card__column h4.solution-title {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 700;
  color: #48d3dc;
  font-size: 24px;
}

.loa-card__column p,
.loa-card__column li {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fafafa;
  line-height: 1.6;
}
.loa-card__column p {
  margin: 0;
}
.loa-card__column p.solution-description {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.loa-card__column.loa-card__column--right p strong,
.loa-card__column.loa-card__column--right li {
  font-family: "Gotham-Medium", sans-serif !important;
  font-weight: 500 !important;
}
.loa-card__column.loa-card__column--right ul {
  margin: 0;
  padding-left: 30px;
  list-style-type: disc;
}
.loa-card__column.loa-card__column--right ul > br {
  display: none;
}
.loa-card__column.loa-card__column--right ul li {
  margin: 0;
}

.industries-grid-list {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 120px 0;
  color: #ffffff;
  position: relative;
}
.industries-grid-list::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.industries-grid-list .container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.industries-grid-list__heading {
  text-align: center;
  margin-bottom: 80px;
}
.industries-grid-list__grid {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}
@media (max-width: 768px) {
  .industries-grid-list__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.industries-grid-list__item {
  padding-bottom: 32px;
  margin-bottom: 64px;
  max-width: 350px;
  position: relative;
}
.industries-grid-list__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(9, 29, 46, 0) 0%, #43A1A1 100%);
}
@media (min-width: 769px) {
  .industries-grid-list__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .industries-grid-list__item:last-child {
    border-bottom: none;
  }
}
.industries-grid-list__item-title {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #48D3DC;
  margin-bottom: 32px;
}
.industries-grid-list__item-text {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.8;
  margin: 0;
}

.industries-challenge-carousel-wrapper {
  background-image: url(../img/challenge-slider-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.industries-challenge-carousel-wrapper .carousel-wrapper::before, .industries-challenge-carousel-wrapper .carousel-wrapper::after {
  content: none;
}