@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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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: .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: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .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: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .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: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .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: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .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: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .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: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .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: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .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: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .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: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .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: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .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: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .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: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .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: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .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: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .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: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .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: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .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: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .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: .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); }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

* {
  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; }

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

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

.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: 1110px; } }

.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: 1110px;
  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;
  /* The back button on mobile menu */
  /* Services & Solutions megamenu popup */ }
  @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; } }
    .mastheader__logo .flowmatters__logo.lozad {
      width: 130%; }
      @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 .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: .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: .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;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        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 {
      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__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: .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 .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-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 .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 #00000040; } }
    @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/AIgraph.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1160px) {
      .mastheader__promo-image {
        background-image: url("../../img/AIgraph.png"); } }
  .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; }

.desktop-style .mastcontent {
  margin-top: 70px; }

.desktop-style .section__left_right--old-layout .section__content p span, .desktop-style .section__left_right--old-layout .section__content ul li span, .desktop-style .section__left_right--old-layout .section__content ol li span {
  font-family: "Gotham-Book", sans-serif; }

.desktop-style .section__meta {
  max-width: calc(8 * 100% / 12 + 45px); }
  .desktop-style .section__meta--offset {
    padding-left: calc(1 * 100% / 12); }
  .desktop-style .section__meta .subtitle {
    padding-top: 75px;
    padding-bottom: 50px; }
    .desktop-style .section__meta .subtitle p {
      font-size: 18px;
      line-height: 30px;
      color: #88A0B4; }

.desktop-style .section__content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px; }
  .desktop-style .section__content--offset {
    padding-left: calc(1 * 100% / 12); }
  .desktop-style .section__content .box_1 {
    padding-left: 0; }
    .desktop-style .section__content .box_1 p {
      max-width: 403px;
      line-height: 28px; }
  .desktop-style .section__content .box_2 {
    margin-left: 20px; }
    .desktop-style .section__content .box_2 p {
      max-width: 450px;
      line-height: 28px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .section__content .box_2 {
        margin-left: 0px; }
        .desktop-style .section__content .box_2 p {
          max-width: 380px; } }

.desktop-style .section__col--1 {
  width: 100%;
  max-width: calc(1 * 100% / 12 + 30px);
  padding: 0px 15px; }

.desktop-style .section__col--2 {
  width: 100%;
  max-width: calc(2 * 100% / 12 + 30px);
  padding: 0px 15px; }

.desktop-style .section__col--4 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(4 * 100% / 12 + 30px); }

.desktop-style .section__col--5 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(5 * 100% / 12 + 30px); }

.desktop-style .section__col--6 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(6 * 100% / 12 + 30px); }

.desktop-style .section__col--8 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(8 * 100% / 12 + 30px); }

.desktop-style .section__col--12 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(12 * 100% / 12 + 30px); }

.desktop-style .section__gradient--green {
  background: linear-gradient(90deg, #45A6A6 90%, transparent 10%); }

.desktop-style .section--challenge_goals {
  padding-top: 185px;
  padding-bottom: 90px; }
  .desktop-style .section--challenge_goals .bottom_image {
    padding: 0 15px; }
  .desktop-style .section--challenge_goals .shape_bg .title {
    max-width: 438px;
    min-width: 438px;
    position: relative; }
    .desktop-style .section--challenge_goals .shape_bg .title:before {
      content: "";
      position: absolute;
      background-color: #40969a;
      bottom: 50px;
      width: 160px;
      height: 2px;
      left: -12px;
      top: -65px;
      transform: translate(-50%, -50%);
      z-index: -1; }
      @media only screen and (max-width: 1100px) {
        .desktop-style .section--challenge_goals .shape_bg .title:before {
          left: 0; } }
    .desktop-style .section--challenge_goals .shape_bg .title h2:before {
      content: "";
      position: absolute;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
      background-image: -webkit-linear-gradient(#40969a, transparent);
      background-image: -moz-linear-gradient(#40969a, transparent);
      background-image: -o-linear-gradient(#40969a, transparent);
      background-image: linear-gradient(#40969a, transparent);
      top: -65px;
      bottom: 50px;
      width: 2px;
      left: -92px;
      z-index: -1;
      height: 100vh; }
      @media only screen and (max-width: 1100px) {
        .desktop-style .section--challenge_goals .shape_bg .title h2:before {
          left: -80px; } }
    .desktop-style .section--challenge_goals .shape_bg .title h2:after {
      content: "";
      position: absolute;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
      background-image: -webkit-linear-gradient(#40969a, transparent);
      background-image: -moz-linear-gradient(#40969a, transparent);
      background-image: -o-linear-gradient(#40969a, transparent);
      background-image: linear-gradient(#40969a, transparent);
      top: -65px;
      bottom: 50px;
      width: 2px;
      left: 66px;
      z-index: -1;
      height: 100vh; }
      @media only screen and (max-width: 1100px) {
        .desktop-style .section--challenge_goals .shape_bg .title h2:after {
          left: 78px; } }
  .desktop-style .section--challenge_goals .section__content {
    padding-top: 65px;
    padding-bottom: 200px; }
  .desktop-style .section--challenge_goals p {
    font-size: 15px;
    line-height: 28px;
    color: #88A0B4; }
  .desktop-style .section--challenge_goals .repeater_paragraph {
    display: flex;
    padding-left: calc(1 * 100% / 12);
    padding-top: 65px; }
    .desktop-style .section--challenge_goals .repeater_paragraph:last-of-type p {
      margin: 0; }
  .desktop-style .section--challenge_goals .section--repeater {
    padding-bottom: 100px; }
    .desktop-style .section--challenge_goals .section--repeater ul {
      padding-top: 15px; }
      .desktop-style .section--challenge_goals .section--repeater ul li {
        font-family: "Gotham-Book", sans-serif;
        position: relative;
        color: #88A0B4;
        font-size: 15px;
        line-height: 32px;
        padding-left: 12px; }
        .desktop-style .section--challenge_goals .section--repeater ul li:before {
          display: block;
          content: '';
          position: absolute;
          top: 12px;
          left: 0;
          background: #45A6A6;
          width: 3px;
          height: 3px;
          border-radius: 50px; }
    .desktop-style .section--challenge_goals .section--repeater:last-of-type {
      padding-bottom: 90px; }
  .desktop-style .section--challenge_goals .bottom_image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 130px auto;
    margin-bottom: 130px; }

.desktop-style .section.section--cta .section__meta {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  align-items: center; }
  .desktop-style .section.section--cta .section__meta h2 {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 635px;
    font-family: "Gotham-Book", sans-serif; }
  .desktop-style .section.section--cta .section__meta .grid__item {
    padding: 0;
    width: 180px;
    height: inherit;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0; }
    .desktop-style .section.section--cta .section__meta .grid__item a {
      position: relative;
      margin: auto; }
    .desktop-style .section.section--cta .section__meta .grid__item .particles-button {
      line-height: normal;
      padding: 33px 10px;
      height: inherit; }

.desktop-style .section.latest--parent {
  margin-bottom: 220px; }
  .desktop-style .section.latest--parent .title_section {
    padding-top: 70px; }
  .desktop-style .section.latest--parent p {
    color: #88A0B4;
    font-size: 15px;
    line-height: 28px; }
  .desktop-style .section.latest--parent .indicator {
    height: 4px;
    width: 135px;
    margin-top: 10px; }

.desktop-style .section__left_right_content, .desktop-style .section__left_title_right_content {
  padding-top: 200px;
  margin-bottom: 150px; }
  .desktop-style .section__left_right_content.third_template_first_block, .desktop-style .section__left_title_right_content.third_template_first_block {
    padding-top: 200px;
    margin-bottom: 0px; }
  .desktop-style .section__left_right_content.third_template, .desktop-style .section__left_title_right_content.third_template {
    padding-top: 90px;
    margin-bottom: 0px; }
    .desktop-style .section__left_right_content.third_template:last-of-type, .desktop-style .section__left_title_right_content.third_template:last-of-type {
      margin-bottom: 190px; }

.desktop-style .section__left_right_content + .section__left_right_content {
  padding-top: 0px; }

.desktop-style .section__left_right_content h2 {
  margin-bottom: 70px; }

.desktop-style .section__left_right_content .section__content {
  padding-top: 0;
  padding-left: 186px; }
  .desktop-style .section__left_right_content .section__content p, .desktop-style .section__left_right_content .section__content li {
    color: #88A0B4; }
  .desktop-style .section__left_right_content .section__content p {
    margin-bottom: 70px; }
  .desktop-style .section__left_right_content .section__content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 13px; }
  .desktop-style .section__left_right_content .section__content li {
    width: 48%;
    width: calc(50% - 19px);
    margin-bottom: 70px; }
    .desktop-style .section__left_right_content .section__content li strong {
      display: block;
      width: 100%;
      margin-bottom: 30px;
      color: #fff; }

.desktop-style .section__left_title_right_content .section__container {
  display: flex;
  justify-content: space-between; }
  .desktop-style .section__left_title_right_content .section__container .heading {
    max-width: 448px; }
  .desktop-style .section__left_title_right_content .section__container .content {
    width: 100%;
    max-width: 537px;
    padding-top: 12px; }
    .desktop-style .section__left_title_right_content .section__container .content p, .desktop-style .section__left_title_right_content .section__container .content li {
      color: #88A0B4; }
    .desktop-style .section__left_title_right_content .section__container .content p + ul {
      margin-top: -20px; }
    .desktop-style .section__left_title_right_content .section__container .content p {
      margin-bottom: 29px; }
    .desktop-style .section__left_title_right_content .section__container .content ul {
      margin: 0 0 29px 15px; }
    .desktop-style .section__left_title_right_content .section__container .content li {
      font-size: 15px;
      line-height: 26px;
      margin-bottom: 6px;
      position: relative; }
      .desktop-style .section__left_title_right_content .section__container .content li:after {
        content: "";
        position: absolute;
        display: block;
        width: 3px;
        height: 3px;
        background-color: #44A6A6;
        left: -15px;
        top: 11px; }

.desktop-style .section.section-clients {
  margin-top: 220px;
  margin-bottom: 220px; }

.desktop-style .section.latest-work--teaser {
  margin-top: 50px; }

.desktop-style .section--service {
  margin-top: -396px;
  margin-bottom: 220px; }
  .desktop-style .section--service .fixed-space {
    max-width: 210px; }

.desktop-style .intro--type2 {
  margin-bottom: 220px; }
  .desktop-style .intro--type2 p {
    font-family: "Gotham-Book", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #88A0B4; }
  .desktop-style .intro--type2__container {
    position: relative;
    align-items: flex-start;
    display: flex;
    max-width: 1300px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .intro--type2__container {
        display: block; } }
  .desktop-style .intro--type2__content {
    max-width: 550px;
    position: relative;
    z-index: 2;
    padding-top: 40px;
    min-width: 550px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .intro--type2__content {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        min-width: 100%; } }
  .desktop-style .intro--type2__right {
    padding-left: 130px;
    padding-top: 40px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .intro--type2__right {
        padding-left: 0; } }
    .desktop-style .intro--type2__right p {
      max-width: 530px;
      margin-bottom: 25px; }
      .desktop-style .intro--type2__right p:last-of-type {
        margin-bottom: 0; }
      @media screen and (max-width: 1199px) {
        .desktop-style .intro--type2__right p {
          max-width: 100%; } }

.desktop-style .service--type__container {
  justify-content: flex-end;
  display: flex;
  max-width: 1300px; }
  @media screen and (max-width: 1199px) {
    .desktop-style .service--type__container {
      display: block; } }

.desktop-style .service--type__block {
  position: relative;
  display: flex;
  max-width: 1015px;
  padding-top: 120px;
  align-items: flex-start;
  margin-bottom: 120px; }
  @media screen and (max-width: 1199px) {
    .desktop-style .service--type__block {
      display: block; } }
  .desktop-style .service--type__block .service--type__image {
    position: relative;
    left: -250px;
    width: 100%;
    z-index: 1; }
    @media screen and (max-width: 1440px) {
      .desktop-style .service--type__block .service--type__image {
        left: -210px; }
        .desktop-style .service--type__block .service--type__image img {
          max-width: 450px;
          height: auto; } }
    @media screen and (max-width: 1199px) {
      .desktop-style .service--type__block .service--type__image {
        left: 0;
        text-align: center; } }
    .desktop-style .service--type__block .service--type__image img {
      max-width: 570px;
      height: 400px; }
      @media screen and (max-width: 1440px) {
        .desktop-style .service--type__block .service--type__image img {
          max-width: 100%;
          height: auto; } }
    @media screen and (max-width: 1440px) {
      .desktop-style .service--type__block .service--type__image .image {
        width: 450px;
        height: auto; } }
  .desktop-style .service--type__block .service--type__content {
    margin-left: -200px;
    padding-right: 150px;
    padding-left: 22px;
    padding-top: 10px; }
    .desktop-style .service--type__block .service--type__content .indicator--green {
      transform: rotate(180deg); }
    @media screen and (max-width: 1199px) {
      .desktop-style .service--type__block .service--type__content {
        margin-left: 0; } }
    @media screen and (max-width: 766px) {
      .desktop-style .service--type__block .service--type__content {
        padding-right: 0px; } }
    .desktop-style .service--type__block .service--type__content h2 {
      padding-bottom: 70px; }
      .desktop-style .service--type__block .service--type__content h2 a {
        font-size: 54px;
        line-height: 60px;
        color: #fff; }
      @media screen and (max-width: 766px) {
        .desktop-style .service--type__block .service--type__content h2 {
          font-size: 38px;
          line-height: 36px; } }
    .desktop-style .service--type__block .service--type__content .indicator {
      margin-bottom: 40px; }
    .desktop-style .service--type__block .service--type__content p {
      font-family: "Gotham-Book", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 30px;
      color: #88A0B4;
      margin-bottom: 50px; }
      .desktop-style .service--type__block .service--type__content p span {
        font-family: "Gotham-Book", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 30px;
        color: #88A0B4; }
    .desktop-style .service--type__block .service--type__content ul {
      margin-left: 15px;
      margin-bottom: 50px; }
      .desktop-style .service--type__block .service--type__content ul li {
        font-family: "Gotham-Book", sans-serif;
        font-size: 15px;
        color: #88A0B4;
        position: relative;
        line-height: 22px;
        padding: 10px 0px;
        padding-top: 0px;
        padding-bottom: 30px; }
        .desktop-style .service--type__block .service--type__content ul li:last-of-type {
          padding-bottom: 0; }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) {
            .desktop-style .service--type__block .service--type__content ul li {
              font-family: "Gotham-Light", sans-serif; } } }
        .desktop-style .service--type__block .service--type__content ul li:after {
          content: "";
          position: relative;
          display: block;
          width: 3px;
          height: 3px;
          background-color: #44A6A6;
          left: -15px;
          top: -15px;
          line-height: 22px; }

.desktop-style .service--type.service--type_inverse .service--type__container {
  justify-content: flex-start; }

.desktop-style .service--type.service--type_inverse .service--type__block {
  flex-direction: row-reverse; }
  .desktop-style .service--type.service--type_inverse .service--type__block .service--type__image {
    position: relative;
    right: -330px;
    left: inherit; }
    @media screen and (max-width: 1440px) {
      .desktop-style .service--type.service--type_inverse .service--type__block .service--type__image {
        right: -175px; }
        .desktop-style .service--type.service--type_inverse .service--type__block .service--type__image img {
          max-width: 100%;
          height: auto; } }
    @media screen and (max-width: 766px) {
      .desktop-style .service--type.service--type_inverse .service--type__block .service--type__image img {
        max-width: 100%;
        height: auto; } }
    @media screen and (max-width: 1199px) {
      .desktop-style .service--type.service--type_inverse .service--type__block .service--type__image {
        right: 0;
        text-align: center; } }
  .desktop-style .service--type.service--type_inverse .service--type__block .service--type__content {
    text-align: left;
    margin-left: 0;
    margin-right: -240px;
    padding-right: 10px;
    padding-left: 175px; }
    .desktop-style .service--type.service--type_inverse .service--type__block .service--type__content .indicator--green {
      transform: rotate(0deg); }
    @media screen and (max-width: 1199px) {
      .desktop-style .service--type.service--type_inverse .service--type__block .service--type__content {
        margin-right: 0;
        padding-left: 10px; } }
    @media screen and (max-width: 1440px) {
      .desktop-style .service--type.service--type_inverse .service--type__block .service--type__content {
        margin-right: -120px; } }
    .desktop-style .service--type.service--type_inverse .service--type__block .service--type__content h2 a {
      font-size: 54px;
      line-height: 60px;
      color: #fff; }
    .desktop-style .service--type.service--type_inverse .service--type__block .service--type__content ul {
      margin-left: 15px; }
      .desktop-style .service--type.service--type_inverse .service--type__block .service--type__content ul li {
        font-family: "Gotham-Book", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        color: #88A0B4;
        position: relative;
        line-height: 22px;
        padding: 10px 0px;
        padding-top: 0px;
        padding-bottom: 30px; }
        .desktop-style .service--type.service--type_inverse .service--type__block .service--type__content ul li:last-of-type {
          padding-bottom: 0; }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) {
            .desktop-style .service--type.service--type_inverse .service--type__block .service--type__content ul li {
              font-family: "Gotham-Light", sans-serif; } } }
        .desktop-style .service--type.service--type_inverse .service--type__block .service--type__content ul li:after {
          content: "";
          position: absolute;
          display: block;
          width: 3px;
          height: 3px;
          background-color: #44A6A6;
          top: 10px;
          left: -15px; }

.desktop-style .service-type-teaser {
  margin-top: 160px; }
  .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.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: flex;
    align-items: normal;
    min-height: 695px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
      .desktop-style .service-type-teaser__block {
        display: block; } }
    @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: 285px;
        height: 2px;
        left: 55%;
        top: -100px;
        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: 600;
      position: relative;
      display: block;
      width: 600px;
      position: relative;
      text-align: left;
      line-height: 80px; }
    .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: -100px;
        bottom: 50px;
        width: 2px;
        left: 97px;
        z-index: -1;
        height: 100vh; }
        @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: -100px;
        bottom: 50px;
        width: 2px;
        right: 55px;
        z-index: -1;
        height: 100vh; }
        @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: 570px;
      height: 400px;
      position: absolute;
      left: -135px;
      z-index: 1; }
    @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 {
      max-width: 540px; }
      @media screen and (max-width: 1199px) {
        .desktop-style .service-type-teaser__block .service-type-teaser__right {
          max-width: 100%;
          padding: 0 15px; } }
      .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: #88A0B4; }
      .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: #88A0B4; }
          .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; }

.desktop-style .bordered-fading-content {
  width: 827px;
  min-height: 1050px;
  border-top: 2px solid #40969a;
  position: absolute;
  top: -100px;
  left: 115px;
  z-index: -1; }
  @media screen and (max-width: 1199px) {
    .desktop-style .bordered-fading-content {
      width: 70%; } }
  @media screen and (max-width: 766px) {
    .desktop-style .bordered-fading-content {
      display: none; } }
  .desktop-style .bordered-fading-content:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
    background-image: -webkit-linear-gradient(#40969a, transparent);
    background-image: -moz-linear-gradient(#40969a, transparent);
    background-image: -o-linear-gradient(#40969a, transparent);
    background-image: linear-gradient(#40969a, transparent);
    top: 0px;
    bottom: 50px;
    width: 2px;
    left: 0px;
    z-index: -1;
    height: 100vh; }
  .desktop-style .bordered-fading-content:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
    background-image: -webkit-linear-gradient(#40969a, transparent);
    background-image: -moz-linear-gradient(#40969a, transparent);
    background-image: -o-linear-gradient(#40969a, transparent);
    background-image: linear-gradient(#40969a, transparent);
    top: 0px;
    bottom: 50px;
    width: 2px;
    right: 0px;
    z-index: -1;
    height: 100vh; }

.desktop-style .borders-add {
  border-top: 2px solid #40969a;
  z-index: -1; }
  .desktop-style .borders-add:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
    background-image: -webkit-linear-gradient(#40969a, transparent);
    background-image: -moz-linear-gradient(#40969a, transparent);
    background-image: -o-linear-gradient(#40969a, transparent);
    background-image: linear-gradient(#40969a, transparent);
    top: 0px;
    bottom: 50px;
    width: 2px;
    left: 0px;
    z-index: -1;
    height: 100%; }
  .desktop-style .borders-add:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
    background-image: -webkit-linear-gradient(#40969a, transparent);
    background-image: -moz-linear-gradient(#40969a, transparent);
    background-image: -o-linear-gradient(#40969a, transparent);
    background-image: linear-gradient(#40969a, transparent);
    top: 0px;
    bottom: 50px;
    width: 2px;
    right: 0px;
    z-index: -1;
    height: 100%; }

.desktop-style .intro--cs {
  position: relative;
  padding-top: 123px;
  min-height: 643px;
  margin-bottom: 120px;
  overflow: hidden; }
  .desktop-style .intro--cs__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 63%;
    height: 643px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.2s all ease-out;
    opacity: 0; }
    .desktop-style .intro--cs__bg:after {
      position: absolute;
      content: "";
      width: calc(100% - 80%);
      height: 100%;
      border-left: 20vw solid #091d2e;
      border-right: 85vw solid #091d2e;
      left: -1vw;
      transition: 0.4s all ease-out; }
    .desktop-style .intro--cs__bg.left {
      opacity: 1;
      transition: 0.2s all ease-out; }
      .desktop-style .intro--cs__bg.left:after {
        left: -20vw;
        transition: 0.4s all ease-out; }
    .desktop-style .intro--cs__bg.full:after {
      width: calc(100%);
      transition: 0.4s all ease-out; }
  .desktop-style .intro--cs h1 {
    margin-bottom: 72px; }
  .desktop-style .intro--cs p {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 15px;
    text-transform: uppercase; }
  .desktop-style .intro--cs ul li {
    font-size: 15px;
    line-height: 32px;
    position: relative;
    color: #88A0B4;
    font-family: "Gotham-Book", sans-serif;
    clear: both;
    padding-left: 12px; }
    .desktop-style .intro--cs ul li:before {
      display: block;
      content: '';
      position: absolute;
      top: 14px;
      left: 0;
      background: #45A6A6;
      width: 3px;
      height: 3px;
      border-radius: 50px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
          .desktop-style .intro--cs ul li:before {
            top: 14px; } } }
  .desktop-style .intro--cs .rounded-circle {
    bottom: -200px;
    max-width: 500px;
    top: inherit; }
    .desktop-style .intro--cs .rounded-circle svg {
      max-width: 500px; }

.desktop-style .project--block {
  background-color: #0B1218;
  padding: 120px 0; }
  .desktop-style .project--block__content {
    width: 100%;
    max-width: 986px;
    margin: 0 auto; }
  .desktop-style .project--block h2 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 54px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 85px; }
  .desktop-style .project--block p {
    font-family: "Gotham-Book", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #88A0B4; }

.desktop-style .team--cs {
  text-align: center;
  padding: 0px 0 220px;
  position: relative; }
  .desktop-style .team--cs h2 {
    font-family: "Gotham-Bold", sans-serif;
    color: #fff;
    margin-bottom: 63px; }
  .desktop-style .team--cs p {
    font-family: "Gotham-Book", sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #88A0B4;
    max-width: 742px;
    margin: 0 auto; }
  .desktop-style .team--cs__list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 84px; }
    .desktop-style .team--cs__list li {
      margin: 0 27px; }
      .desktop-style .team--cs__list li.active svg, .desktop-style .team--cs__list li.old svg {
        cursor: pointer; }
        .desktop-style .team--cs__list li.active svg path, .desktop-style .team--cs__list li.old svg path {
          fill: #45A6A6; }
    .desktop-style .team--cs__list svg {
      cursor: pointer; }
      .desktop-style .team--cs__list svg path {
        transition: .3s; }
      .desktop-style .team--cs__list svg:hover path {
        fill: #45A6A6; }

.desktop-style .error_prevention--block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 220px 0;
  overflow: hidden; }
  .desktop-style .error_prevention--block:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(2 * 100%);
    background: linear-gradient(180deg, rgba(9, 29, 46, 0.0001) 5.47%, #091D2E 83.4%);
    mix-blend-mode: normal;
    z-index: 1; }
  .desktop-style .error_prevention--block h2 {
    position: relative;
    padding-bottom: 39px;
    margin-bottom: 40px; }
    .desktop-style .error_prevention--block h2:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 234px;
      height: 4px;
      background: linear-gradient(90deg, rgba(9, 29, 46, 0.0001) 0%, #F03B3B 100%); }
  .desktop-style .error_prevention--block__overlay {
    min-height: 500px; }
  .desktop-style .error_prevention--block__content {
    position: relative;
    z-index: 3; }
  .desktop-style .error_prevention--block__top, .desktop-style .error_prevention--block__bottom {
    display: flex; }
  .desktop-style .error_prevention--block__top .error_prevention--block__right_content p {
    font-size: 16px;
    line-height: 32px; }
  .desktop-style .error_prevention--block__top .error_prevention--block__right_content p:first-of-type {
    font-size: 18px;
    line-height: 32px; }
  .desktop-style .error_prevention--block__bottom .error_prevention--block__right_content p {
    font-size: 15px;
    line-height: 28px; }
  .desktop-style .error_prevention--block__left_content {
    width: 294px;
    margin-right: 83px; }
    .desktop-style .error_prevention--block__left_content p {
      font-size: 18px;
      line-height: 28px;
      color: #fff; }
  .desktop-style .error_prevention--block__right_content {
    max-width: 537px; }
    .desktop-style .error_prevention--block__right_content p {
      color: #88A0B4; }
  .desktop-style .error_prevention--block .indicator {
    width: 100%;
    max-width: 294px;
    margin: 35px 0 40px; }

.desktop-style .discovery_research--block {
  padding: 120px 60px 120px;
  overflow: hidden; }
  .desktop-style .discovery_research--block h2, .desktop-style .discovery_research--block h3 {
    color: #091D2E; }
  .desktop-style .discovery_research--block h2 {
    text-align: center;
    margin-bottom: 120px; }
  .desktop-style .discovery_research--block h3 {
    font-family: "Gotham-Medium", sans-serif;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 87px; }
  .desktop-style .discovery_research--block__content {
    padding: 220px 0 120px;
    background: #fff; }
    .desktop-style .discovery_research--block__content p {
      font-size: 15px;
      line-height: 28px;
      color: #4D6375; }
  .desktop-style .discovery_research--block__section {
    position: relative; }
    .desktop-style .discovery_research--block__section img {
      top: 0; }
    .desktop-style .discovery_research--block__section.empty_image .discovery_research--block__inner {
      justify-content: center; }
      .desktop-style .discovery_research--block__section.empty_image .discovery_research--block__inner .align_content__inner {
        width: 100%;
        max-width: 100%;
        padding-left: 0; }
      .desktop-style .discovery_research--block__section.empty_image .discovery_research--block__inner .align_content {
        width: 100%;
        max-width: 981px;
        padding: 0 30px; }
        @media only screen and (max-width: 1600px) {
          .desktop-style .discovery_research--block__section.empty_image .discovery_research--block__inner .align_content {
            width: 80%; } }
    .desktop-style .discovery_research--block__section.empty_image + .discovery_research--block__section .discovery_research--block__inner .image_wrapper {
      order: 2; }
    .desktop-style .discovery_research--block__section.empty_image + .discovery_research--block__section .discovery_research--block__inner .align_content {
      order: 1; }
    .desktop-style .discovery_research--block__section.empty_image + .discovery_research--block__section .discovery_research--block__inner .align_content__inner {
      margin-left: auto;
      margin-right: 0; }
    .desktop-style .discovery_research--block__section.empty_image + .discovery_research--block__section-reverse .discovery_research--block__inner .align_content__inner {
      margin-right: 108px; }
      @media only screen and (max-width: 1600px) {
        .desktop-style .discovery_research--block__section.empty_image + .discovery_research--block__section-reverse .discovery_research--block__inner .align_content__inner {
          margin-right: 54px; } }
    .desktop-style .discovery_research--block__section-reverse .discovery_research--block__inner {
      justify-content: flex-end; }
      .desktop-style .discovery_research--block__section-reverse .discovery_research--block__inner .image_wrapper {
        order: 2;
        justify-content: flex-start; }
      .desktop-style .discovery_research--block__section-reverse .discovery_research--block__inner .align_content {
        order: 1;
        padding-left: 0; }
      .desktop-style .discovery_research--block__section-reverse .discovery_research--block__inner .align_content__inner {
        margin-left: auto;
        padding-left: 30px;
        margin-right: 108px;
        padding-right: 0; }
        @media only screen and (max-width: 1600px) {
          .desktop-style .discovery_research--block__section-reverse .discovery_research--block__inner .align_content__inner {
            margin-right: 54px; } }
    .desktop-style .discovery_research--block__section .bg_image {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .desktop-style .discovery_research--block__section.prototype_last {
      margin-bottom: 100px; }
      .desktop-style .discovery_research--block__section.prototype_last img, .desktop-style .discovery_research--block__section.prototype_last picture {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto; }
      .desktop-style .discovery_research--block__section.prototype_last .discovery_research--block__container {
        position: relative;
        top: -400px;
        margin-bottom: -400px; }
        @media only screen and (max-width: 1200px) {
          .desktop-style .discovery_research--block__section.prototype_last .discovery_research--block__container {
            top: -268px;
            margin-bottom: -268px; } }
      .desktop-style .discovery_research--block__section.prototype_last .prototype_last--subsection {
        max-width: 790px;
        margin: 0 auto;
        text-align: center;
        margin-top: -87px;
        margin-bottom: 115px; }
      .desktop-style .discovery_research--block__section.prototype_last .prototype_last--subsection_grouped {
        display: flex;
        margin-bottom: 115px;
        margin-top: -87px; }
        .desktop-style .discovery_research--block__section.prototype_last .prototype_last--subsection_grouped .left {
          padding-right: 30px;
          max-width: 580px; }
        .desktop-style .discovery_research--block__section.prototype_last .prototype_last--subsection_grouped .right {
          padding-left: 30px;
          max-width: 580px; }
  .desktop-style .discovery_research--block__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 220px;
    min-height: 576px; }
    .desktop-style .discovery_research--block__inner .align_content__inner {
      width: 100%;
      max-width: 447px;
      padding-right: 30px; }
    .desktop-style .discovery_research--block__inner .image_wrapper {
      width: 100%;
      max-width: 900px;
      display: flex;
      justify-content: flex-end; }
      @media only screen and (max-width: 1600px) {
        .desktop-style .discovery_research--block__inner .image_wrapper {
          width: 60%; } }
      @media only screen and (max-width: 1200px) {
        .desktop-style .discovery_research--block__inner .image_wrapper {
          width: 50%; } }
    .desktop-style .discovery_research--block__inner .align_content {
      padding-left: 108px;
      width: calc(100% - 900px); }
      @media only screen and (max-width: 1600px) {
        .desktop-style .discovery_research--block__inner .align_content {
          padding-left: 54px;
          width: 40%; } }
      @media only screen and (max-width: 1200px) {
        .desktop-style .discovery_research--block__inner .align_content {
          width: 50%; } }
      .desktop-style .discovery_research--block__inner .align_content h3 {
        display: inline-block;
        position: relative;
        z-index: 1; }
        .desktop-style .discovery_research--block__inner .align_content h3 span {
          position: absolute;
          font-size: 110px;
          line-height: 60px;
          font-family: "Gotham-Light", sans-serif;
          color: #091D2E;
          opacity: 0.05;
          top: 50%;
          right: -75px;
          transform: translateY(-50%);
          z-index: -1; }
      .desktop-style .discovery_research--block__inner .align_content p, .desktop-style .discovery_research--block__inner .align_content ul {
        width: 100%; }
    .desktop-style .discovery_research--block__inner picture {
      min-height: 576px;
      display: flex;
      align-items: center; }
    @media only screen and (max-width: 1100px) {
      .desktop-style .discovery_research--block__inner img {
        max-width: 400px; } }
  .desktop-style .discovery_research--block__statistics ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 1200px) {
      .desktop-style .discovery_research--block__statistics ul {
        flex-wrap: wrap; } }
    .desktop-style .discovery_research--block__statistics ul li {
      width: 170px;
      height: 277px;
      margin: 0 9px;
      border: 1px solid #E2E7EF;
      backdrop-filter: blur(30px);
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: #fff; }
      @media only screen and (max-width: 1200px) {
        .desktop-style .discovery_research--block__statistics ul li {
          margin-bottom: 20px;
          height: 227px; } }
    .desktop-style .discovery_research--block__statistics ul p {
      font-family: "Gotham-Medium", sans-serif;
      font-size: 40px;
      line-height: 40px;
      color: #091D2E;
      padding-top: 10px;
      min-height: 110px;
      margin-bottom: 0; }
      @media only screen and (max-width: 1200px) {
        .desktop-style .discovery_research--block__statistics ul p {
          font-size: 35px; } }
      .desktop-style .discovery_research--block__statistics ul p small {
        display: block;
        max-width: 135px;
        font-size: 15px;
        line-height: 24px;
        color: #4D6375;
        padding-top: 13px; }
        @media only screen and (max-width: 1200px) {
          .desktop-style .discovery_research--block__statistics ul p small {
            font-size: 13px; } }
        .desktop-style .discovery_research--block__statistics ul p small span {
          font-family: "Gotham-Light", sans-serif; }

.desktop-style .solution_cs--block {
  padding: 220px 98px 220px;
  position: relative; }
  .desktop-style .solution_cs--block .images_container {
    height: 260px;
    max-height: 260px;
    width: 100%;
    min-width: 100%;
    position: relative;
    right: -98px; }
    .desktop-style .solution_cs--block .images_container .images_floated {
      position: absolute;
      right: 0;
      top: 0;
      width: auto;
      display: flex;
      overflow-x: hidden;
      justify-content: flex-end;
      z-index: 5; }
      .desktop-style .solution_cs--block .images_container .images_floated figure:first-child {
        margin-right: 50px; }
      .desktop-style .solution_cs--block .images_container .images_floated figure figcaption {
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        color: #4D6375;
        font-family: "Gotham-Medium", sans-serif;
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .desktop-style .solution_cs--block .images_container .images_floated figure figcaption svg {
          margin-right: 5px; }
  .desktop-style .solution_cs--block .rounded-circle {
    left: -50px; }

.desktop-style .solution_cs__content {
  display: flex;
  flex-wrap: wrap; }
  .desktop-style .solution_cs__content h2 {
    width: 100%;
    margin-bottom: 78px; }
  .desktop-style .solution_cs__content .indicator {
    width: 151px;
    margin-right: 47px;
    margin-top: 12px; }
  .desktop-style .solution_cs__content .content_floated {
    max-width: 731px;
    width: calc(100% - 198px);
    margin-bottom: 0px; }
    .desktop-style .solution_cs__content .content_floated p {
      font-family: "Gotham-Book", sans-serif;
      font-size: 15px;
      line-height: 28px; }
      .desktop-style .solution_cs__content .content_floated p:first-child {
        font-family: "Gotham-Medium", sans-serif;
        font-size: 18px;
        line-height: 28px; }
    .desktop-style .solution_cs__content .content_floated h3 {
      font-size: 40px;
      line-height: 44px;
      color: #fff;
      font-family: "Gotham-Medium", sans-serif;
      margin: 71px 0 51px; }
    .desktop-style .solution_cs__content .content_floated p, .desktop-style .solution_cs__content .content_floated li {
      color: #88A0B4; }
    .desktop-style .solution_cs__content .content_floated ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 30px; }
    .desktop-style .solution_cs__content .content_floated li {
      font-size: 15px;
      line-height: 28px;
      position: relative;
      color: #88A0B4;
      font-family: "Gotham-Book", sans-serif;
      clear: both;
      padding-left: 14px;
      width: 331px;
      max-width: 331px;
      margin-bottom: 0px; }
      .desktop-style .solution_cs__content .content_floated li:before {
        display: block;
        content: '';
        position: absolute;
        top: 14px;
        left: 0;
        background: #45A6A6;
        width: 3px;
        height: 3px;
        border-radius: 50px;
        opacity: .9; }
      .desktop-style .solution_cs__content .content_floated li p {
        margin-bottom: 0; }

.desktop-style .solution_cs__white_bg {
  background: #fff;
  padding: 530px 0 155px; }
  .desktop-style .solution_cs__white_bg .solution_cs__container {
    max-width: 914px; }
  .desktop-style .solution_cs__white_bg h2, .desktop-style .solution_cs__white_bg h3, .desktop-style .solution_cs__white_bg h4 {
    color: #091D2E; }
  .desktop-style .solution_cs__white_bg p, .desktop-style .solution_cs__white_bg li {
    color: #4D6375; }
  .desktop-style .solution_cs__white_bg h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 154px; }
  .desktop-style .solution_cs__white_bg h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 31px;
    font-family: "Gotham-Medium", sans-serif; }
  .desktop-style .solution_cs__white_bg .side_by_side_section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 156px; }
    .desktop-style .solution_cs__white_bg .side_by_side_section:last-child {
      margin-bottom: 0; }
    .desktop-style .solution_cs__white_bg .side_by_side_section.side_by_side_section__reversed {
      justify-content: flex-end; }
      .desktop-style .solution_cs__white_bg .side_by_side_section.side_by_side_section__reversed .content_image {
        order: 1;
        margin-right: 130px; }
        .desktop-style .solution_cs__white_bg .side_by_side_section.side_by_side_section__reversed .content_image img, .desktop-style .solution_cs__white_bg .side_by_side_section.side_by_side_section__reversed .content_image picture {
          left: auto;
          right: 0; }
      .desktop-style .solution_cs__white_bg .side_by_side_section.side_by_side_section__reversed .text_content {
        order: 2;
        margin-right: 0; }
    .desktop-style .solution_cs__white_bg .side_by_side_section .text_content, .desktop-style .solution_cs__white_bg .side_by_side_section .content_image {
      max-width: 325px;
      width: 325px; }
    .desktop-style .solution_cs__white_bg .side_by_side_section .text_content {
      margin-right: 142px; }
    .desktop-style .solution_cs__white_bg .side_by_side_section .content_image {
      height: 527px;
      position: relative; }
      .desktop-style .solution_cs__white_bg .side_by_side_section .content_image img, .desktop-style .solution_cs__white_bg .side_by_side_section .content_image picture {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .desktop-style .solution_cs__white_bg .side_by_side_section .content_image img {
        max-width: initial;
        max-width: 39vw;
        max-height: 526px; }
      .desktop-style .solution_cs__white_bg .side_by_side_section .content_image picture img {
        position: static;
        transform: none; }

.desktop-style .design_cs--block {
  padding: 0 60px 0;
  position: relative; }
  .desktop-style .design_cs--block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, #091D2E 5.47%, rgba(9, 29, 46, 0.0001) 83.4%);
    mix-blend-mode: normal; }

.desktop-style .design_cs__inner {
  padding: 220px 0 0;
  background: #fff;
  position: relative;
  z-index: 3;
  margin-bottom: 57px; }
  .desktop-style .design_cs__inner h2 {
    font-size: 54px;
    line-height: 44px;
    color: #091D2E;
    margin-bottom: 83px; }
    .desktop-style .design_cs__inner h2 i, .desktop-style .design_cs__inner h2 em {
      font-style: normal;
      font-family: "Gotham-Light", sans-serif; }
  .desktop-style .design_cs__inner h3 {
    font-family: "Gotham-Medium", sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #091D2E;
    margin-bottom: 31px;
    padding-top: 92px; }
  .desktop-style .design_cs__inner p {
    font-family: "Gotham-Book", sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #4D6375; }
    .desktop-style .design_cs__inner p strong {
      font-family: "Gotham-Medium", sans-serif; }
  .desktop-style .design_cs__inner .text_content {
    position: relative;
    z-index: 4; }
    .desktop-style .design_cs__inner .text_content h2 + p {
      font-size: 18px;
      line-height: 32px; }
  .desktop-style .design_cs__inner .container_wrapper {
    position: relative;
    z-index: 3; }
    .desktop-style .design_cs__inner .container_wrapper:before {
      content: '';
      position: absolute;
      display: block;
      top: 118px;
      left: 0;
      width: 100%;
      height: 100%;
      background: #F6F7FB; }
  .desktop-style .design_cs__inner .container_wrapper_mobile {
    position: relative;
    z-index: 4;
    overflow: hidden;
    padding-bottom: 30px; }
    .desktop-style .design_cs__inner .container_wrapper_mobile:before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 1404px;
      top: -435px;
      left: 0;
      background: #F6F7FB;
      transform: skewY(28deg); }
  .desktop-style .design_cs__inner .d_gallery {
    position: relative;
    top: -159px;
    margin: 0 auto -196px;
    background: transparent;
    display: block; }
    .desktop-style .design_cs__inner .d_gallery ul {
      width: 100%; }
    .desktop-style .design_cs__inner .d_gallery li {
      width: calc(50% - 60px);
      margin-bottom: 94px; }
      @media only screen and (max-width: 1300px) {
        .desktop-style .design_cs__inner .d_gallery li {
          width: calc(50% - 75px); } }
      .desktop-style .design_cs__inner .d_gallery li:nth-child(2):before {
        content: 'Desktop';
        position: absolute;
        top: -108px;
        left: 50%;
        transform: translateX(-50%);
        font-family: "Gotham-Bold", sans-serif;
        opacity: .07;
        font-size: 120px;
        line-height: 44px;
        color: #091D2E; }
      .desktop-style .design_cs__inner .d_gallery li p {
        font-size: 15px;
        line-height: 28px;
        color: #C6CED6;
        text-align: center; }
      .desktop-style .design_cs__inner .d_gallery li.placeholder {
        min-height: 270px;
        width: calc(45% - 60px); }
        @media only screen and (max-width: 1300px) {
          .desktop-style .design_cs__inner .d_gallery li.placeholder {
            width: calc(45% - 75px); } }

.desktop-style .design_cs__desktop .text_content {
  max-width: 406px;
  width: 410px; }

.desktop-style .design_cs__mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .desktop-style .design_cs__mobile h2 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 120px;
    line-height: 120px;
    color: #091D2E;
    opacity: .1;
    margin-bottom: 47px; }
    .desktop-style .design_cs__mobile h2 + p {
      padding-top: 44px; }
  .desktop-style .design_cs__mobile .text_content {
    width: 444px;
    max-width: 444px;
    min-height: 329px; }
  .desktop-style .design_cs__mobile .m_gallery {
    width: 100%;
    position: relative;
    top: -350px;
    padding-left: 58px;
    margin-bottom: -350px; }
    .desktop-style .design_cs__mobile .m_gallery ul {
      width: 950px;
      margin: 0 auto; }
    .desktop-style .design_cs__mobile .m_gallery li {
      width: calc(50% - 120px);
      margin: 0 0 192px; }
      .desktop-style .design_cs__mobile .m_gallery li p {
        font-size: 15px;
        line-height: 28px;
        color: #C6CED6;
        text-align: center; }
      .desktop-style .design_cs__mobile .m_gallery li.placeholder {
        height: 289px;
        width: calc(50% - 120px); }

.desktop-style .design_cs__container.custom {
  max-width: 1431px; }

.desktop-style .design_cs_tkw__content {
  padding: 163px 0 220px; }
  .desktop-style .design_cs_tkw__content h2 {
    margin-bottom: 10px; }
  .desktop-style .design_cs_tkw__content h3 {
    font-family: "Gotham-Medium", sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 12px;
    min-height: 95px; }
  .desktop-style .design_cs_tkw__content p {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    opacity: .7; }
    .desktop-style .design_cs_tkw__content p:last-child {
      margin-bottom: 0; }
  .desktop-style .design_cs_tkw__content ul {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1200px) {
      .desktop-style .design_cs_tkw__content ul {
        justify-content: space-between; } }
    .desktop-style .design_cs_tkw__content ul li {
      width: 33.3333%;
      padding-right: 45px;
      padding-top: 83px; }
      @media only screen and (max-width: 1200px) {
        .desktop-style .design_cs_tkw__content ul li {
          width: 48%; } }

.desktop-style .final_thoughts__content {
  width: 547px;
  padding: 2px;
  margin: 220px auto; }
  .desktop-style .final_thoughts__content .content_inner {
    background: #091D2E;
    width: 100%;
    height: 100%;
    padding: 95px 56px 96px 94px; }
  .desktop-style .final_thoughts__content a:hover {
    text-decoration: underline; }
  .desktop-style .final_thoughts__content h2 {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 83px;
    position: relative;
    left: -287px;
    width: 130%; }
  .desktop-style .final_thoughts__content p {
    margin-bottom: 44px; }
    .desktop-style .final_thoughts__content p:last-child {
      margin-bottom: 0; }
    .desktop-style .final_thoughts__content p:first-child {
      font-size: 18px;
      line-height: 32px;
      position: relative; }
      .desktop-style .final_thoughts__content p:first-child:before {
        content: '';
        position: absolute;
        display: block;
        top: 13px;
        left: -181px;
        width: 151px;
        height: 4px;
        background: linear-gradient(90deg, rgba(9, 29, 46, 0.0001) 0%, #45A6A6 100%); }
    .desktop-style .final_thoughts__content p:last-child {
      font-size: 15px;
      line-height: 28px; }
  .desktop-style .final_thoughts__content ul li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 3px; }
    .desktop-style .final_thoughts__content ul li:before {
      content: "";
      position: absolute;
      display: block;
      width: 3px;
      height: 3px;
      background-color: #44A6A6;
      left: 0;
      top: 12px; }
  .desktop-style .final_thoughts__content p, .desktop-style .final_thoughts__content li {
    font-family: "Gotham-Book", sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #88A0B4; }

.desktop-style .online_marketing--block {
  padding-top: 220px;
  padding-left: calc(1 * 100% / 12);
  margin-bottom: -70px; }
  .desktop-style .online_marketing--block h2 {
    margin-bottom: 77px; }
  .desktop-style .online_marketing--block .section--service {
    margin: 0; }
    .desktop-style .online_marketing--block .section--service .section__content {
      padding-top: 10px; }
      .desktop-style .online_marketing--block .section--service .section__content ul strong {
        color: #45A6A6;
        font-family: "Gotham-Bold", sans-serif;
        font-size: 17px; }
    .desktop-style .online_marketing--block .section--service .even {
      margin-right: 95px; }

.desktop-style .online_marketing__content {
  display: flex;
  flex-wrap: wrap; }
  .desktop-style .online_marketing__content .section__col--2, .desktop-style .online_marketing__content .section__col--8 {
    padding: 0px 20px; }
  .desktop-style .online_marketing__content .section__col--2 {
    max-width: 151px; }
  .desktop-style .online_marketing__content p, .desktop-style .online_marketing__content ul li {
    color: #88A0B4; }
  .desktop-style .online_marketing__content p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px; }
  .desktop-style .online_marketing__content ul {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .desktop-style .online_marketing__content ul li {
      position: relative;
      padding-left: 15px;
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 50px;
      width: 48%; }
      .desktop-style .online_marketing__content ul li:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 13px;
        background: #44A6A6;
        mix-blend-mode: normal;
        opacity: 0.9;
        width: 3px;
        height: 3px; }

.desktop-style .takeaways_independent--block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 144px 0;
  overflow: hidden; }
  .desktop-style .takeaways_independent--block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(9, 29, 46, 0.0001) 5.47%, #091D2E 83.4%);
    mix-blend-mode: normal;
    opacity: .9;
    z-index: 1; }

.desktop-style .takeaways_independent__container {
  max-width: 950px; }

.desktop-style .takeaways_independent__content {
  position: relative;
  z-index: 2; }
  .desktop-style .takeaways_independent__content h2 {
    margin-bottom: 64px; }
  .desktop-style .takeaways_independent__content h3 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 20px;
    line-height: 60px;
    color: #fff; }
  .desktop-style .takeaways_independent__content p {
    font-size: 15px;
    line-height: 28px;
    color: #88A0B4; }
  .desktop-style .takeaways_independent__content ul {
    display: flex;
    flex-wrap: wrap; }
    .desktop-style .takeaways_independent__content ul li {
      width: 49%;
      padding-right: 45px;
      padding-top: 42px; }

.desktop-style .full-jobs {
  background: #081A29; }
  .desktop-style .full-jobs .jobs_bottom {
    padding-top: 220px;
    margin: 0 auto;
    max-width: 545px;
    padding-bottom: 220px;
    margin-bottom: -10px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .full-jobs .jobs_bottom {
        padding-left: 0; } }
    .desktop-style .full-jobs .jobs_bottom .job_title {
      padding-bottom: 70px;
      font-family: "Gotham-Bold", sans-serif; }
    .desktop-style .full-jobs .jobs_bottom a {
      font-family: "Gotham-Medium", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      color: #ffffff;
      line-height: 30px; }
    .desktop-style .full-jobs .jobs_bottom .job_list {
      position: relative;
      max-width: 545px;
      transition: 0.3s all ease-out; }
      @media screen and (max-width: 1199px) {
        .desktop-style .full-jobs .jobs_bottom .job_list {
          max-width: 100%; } }
      .desktop-style .full-jobs .jobs_bottom .job_list a {
        font-family: "Gotham-Medium", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        color: #ffffff;
        line-height: 30px; }
        .desktop-style .full-jobs .jobs_bottom .job_list a:after, .desktop-style .full-jobs .jobs_bottom .job_list a:before {
          border-right: 2px solid #F1FE67;
          content: '';
          display: block;
          height: 11px;
          margin-top: -10px;
          position: absolute;
          -moz-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          right: 10px;
          top: 50%;
          width: 0;
          transition: 0.3s all ease-out; }
        .desktop-style .full-jobs .jobs_bottom .job_list a:after {
          margin-top: -3px;
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .desktop-style .full-jobs .jobs_bottom .job_list a:hover:after, .desktop-style .full-jobs .jobs_bottom .job_list a:hover:before {
          right: 0px;
          transition: 0.3s all ease-out; }
      .desktop-style .full-jobs .jobs_bottom .job_list p {
        font-size: 15px;
        line-height: 22px;
        font-family: "Gotham-Book", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #88A0B4;
        margin-bottom: 0;
        padding-right: 20px; }
      .desktop-style .full-jobs .jobs_bottom .job_list:first-of-type:before {
        content: "";
        position: absolute;
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(9, 29, 46, 0.0001) 100%);
        bottom: 0;
        top: 0;
        width: 70%;
        height: 2px;
        opacity: 0.2; }
      .desktop-style .full-jobs .jobs_bottom .job_list:after {
        content: "";
        position: absolute;
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(9, 29, 46, 0.0001) 100%);
        bottom: 0;
        width: 70%;
        height: 2px;
        opacity: 0.2; }
      .desktop-style .full-jobs .jobs_bottom .job_list .job_list_item {
        padding-top: 21px;
        padding-bottom: 17px;
        position: relative;
        overflow: hidden !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: transparent !important;
        z-index: 10; }
        .desktop-style .full-jobs .jobs_bottom .job_list .job_list_item:before {
          content: '';
          width: 0%;
          height: 100%;
          display: block;
          background: #081A29;
          position: absolute;
          -ms-transform: skewX(-20deg);
          -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
          left: -10%;
          opacity: 1;
          top: 0;
          z-index: -12;
          -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
          -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
          -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
          box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
          z-index: -1; }
        .desktop-style .full-jobs .jobs_bottom .job_list .job_list_item:after {
          content: '';
          width: 0%;
          height: 100%;
          display: block;
          background: linear-gradient(270deg, rgba(9, 29, 46, 0.0001) 0%, rgba(68, 165, 165, 0.198946) 52.01%, rgba(9, 29, 46, 0.0001) 100%);
          position: absolute;
          left: -10%;
          opacity: 0;
          top: 0;
          z-index: -15;
          -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
          -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
          -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
          transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
          z-index: -1; }
        .desktop-style .full-jobs .jobs_bottom .job_list .job_list_item:hover {
          color: linear-gradient(270deg, rgba(9, 29, 46, 0.0001) 0%, rgba(68, 165, 165, 0.198946) 52.01%, rgba(9, 29, 46, 0.0001) 100%) !important; }
          .desktop-style .full-jobs .jobs_bottom .job_list .job_list_item:hover:after {
            opacity: 0.4;
            width: 85%;
            left: 50px; }
          .desktop-style .full-jobs .jobs_bottom .job_list .job_list_item:hover:before {
            opacity: 0.4; }
    .desktop-style .full-jobs .jobs_bottom .job_full {
      max-width: 681px; }
      .desktop-style .full-jobs .jobs_bottom .job_full p {
        font-size: 15px;
        line-height: 26px;
        color: #88A0B4;
        margin-bottom: 30px; }
      .desktop-style .full-jobs .jobs_bottom .job_full a {
        text-decoration: none;
        font-style: italic;
        color: #F1FE67;
        font-size: 15px;
        line-height: 26px; }

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

.desktop-style .card__row {
  display: inline-flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1194px) {
    .desktop-style .card__row {
      left: auto;
      padding-right: 71px; } }
  .desktop-style .card__row:nth-of-type(even) {
    position: relative;
    left: 65px; }
    @media screen and (max-width: 1400px) {
      .desktop-style .card__row:nth-of-type(even) {
        left: 25px; } }
    @media screen and (max-width: 1194px) {
      .desktop-style .card__row:nth-of-type(even) {
        left: auto;
        padding-left: 71px;
        padding-right: 0; } }
    .desktop-style .card__row:nth-of-type(even) .card__item {
      margin-right: 0;
      margin-left: 90px; }
      @media screen and (max-width: 1194px) {
        .desktop-style .card__row:nth-of-type(even) .card__item {
          margin-left: 0; } }

.desktop-style .card__item {
  max-width: 255px;
  margin-right: 90px;
  width: 100%; }
  @media screen and (max-width: 1194px) {
    .desktop-style .card__item {
      max-width: 33.333333%;
      margin-right: 0; } }
  .desktop-style .card__item img {
    max-width: 255px; }
    @media screen and (max-width: 980px) {
      .desktop-style .card__item img {
        max-width: 210px; } }

.desktop-style .card__content {
  position: relative;
  top: -63px;
  padding: 0px 50px 0px 40px;
  margin-bottom: 7px; }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .desktop-style .card__content {
        top: -63px;
        z-index: 999; } } }
  @supports (-webkit-overflow-scrolling: touch) {
    .desktop-style .card__content {
      top: -13px;
      z-index: 999; } }
  @media screen and (max-width: 1194px) {
    .desktop-style .card__content {
      padding-right: 23px;
      padding-left: 35px; } }
  .desktop-style .card__content h3 {
    line-height: 40px;
    color: #fff;
    min-height: 80px;
    display: flex;
    align-items: flex-end; }
    @media screen and (max-width: 1194px) {
      .desktop-style .card__content h3 {
        font-size: 40px;
        line-height: 40px; } }
    @media screen and (max-width: 980px) {
      .desktop-style .card__content h3 {
        font-size: 32px;
        line-height: 32px; } }
  .desktop-style .card__content p {
    color: #96A3AE;
    font-family: "Gotham-Book", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0; }

.clutch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px; }
  .clutch .rounded-circle.rounded-circle--md {
    transform-origin: 190% center;
    animation-duration: 15s; }
    @media screen and (max-width: 1500px) {
      .clutch .rounded-circle.rounded-circle--md {
        transform-origin: 130% center; } }
    @media screen and (max-width: 992px) {
      .clutch .rounded-circle.rounded-circle--md {
        transform-origin: 100% center; } }
  .clutch__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 850px) {
      .clutch__wrapper {
        flex-wrap: wrap;
        justify-content: center; } }
    .clutch__wrapper a {
      text-decoration: none;
      color: #ffffff;
      cursor: pointer; }
    .clutch__wrapper--right {
      padding-left: 30px;
      text-align: center;
      padding-top: 50px;
      padding-bottom: 15px; }
      .clutch__wrapper--right svg:first-of-type {
        width: 100px;
        height: 15px;
        margin: 0 auto; }
      .clutch__wrapper--right p {
        margin: 0 0 15px;
        font-size: 22px;
        line-height: 28px;
        cursor: pointer;
        font-family: "Gotham-Book", sans-serif;
        margin-right: 20px;
        margin-left: 20px; }
      .clutch__wrapper--right:hover svg:last-of-type {
        right: -15px; }
  .clutch__wrapper-top, .clutch__wrapper-bottom {
    display: flex;
    align-items: center;
    justify-content: center; }
  .clutch__wrapper-top a {
    display: inline-flex; }
    .clutch__wrapper-top a + a {
      margin-left: 35px; }
  .clutch__wrapper-bottom {
    margin-top: -6px;
    margin-bottom: 15px;
    padding: 0 30px; }
    .clutch__wrapper-bottom a {
      display: inline-flex; }
      .clutch__wrapper-bottom a + a {
        margin-left: 5px; }

.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 .service {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  left: -35px; }
  .desktop-style .service--left {
    justify-content: flex-start;
    padding-left: 50px; }
  .desktop-style .service__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    z-index: 1;
    color: #fff;
    text-decoration: none;
    margin-bottom: 25px;
    padding-right: 75px; }
    .desktop-style .service__title.active:after {
      width: 100%; }
  .desktop-style .service__content {
    padding: 34px 25px 40px 76px;
    background: linear-gradient(135deg, rgba(8, 60, 95, 0.3) 0%, rgba(14, 39, 61, 0.3) 100%);
    height: 100%;
    position: relative; }
    .desktop-style .service__content ul li {
      margin-bottom: 10px;
      position: relative;
      color: #88A0B4;
      font-family: "Gotham-Book", sans-serif;
      padding-left: 29px;
      clear: both;
      font-size: 14px;
      line-height: 24px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
          .desktop-style .service__content ul li {
            font-family: "Gotham-Light", sans-serif; } } }
      .desktop-style .service__content ul li:last-child {
        margin-bottom: 0px; }
      .desktop-style .service__content ul li:before {
        display: block;
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        background: #45A6A6;
        background: url(../img/svg/check-gold.svg) center no-repeat;
        background-size: 14px 10px;
        width: 14px;
        height: 10px; }
      .desktop-style .service__content ul li * {
        font-family: "Gotham-Book", sans-serif; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .desktop-style .service__content ul.chromemac li:before {
        top: 4px; } }

.desktop-style .more--button {
  text-align: center;
  margin-top: -20px;
  left: -50px;
  position: relative; }

.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: 1300px; }

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

.desktop-style .technologies--block {
  margin-bottom: 101px;
  margin-top: 191px; }
  @media screen and (max-width: 1199px) {
    .desktop-style .technologies--block {
      margin-bottom: 50px; } }
  .desktop-style .technologies--block__container {
    max-width: 1200px; }
    @media screen and (max-width: 959px) {
      .desktop-style .technologies--block__container {
        padding: 0 25px; } }
  .desktop-style .technologies--block__top {
    position: relative;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (max-width: 1199px) {
      .desktop-style .technologies--block__top {
        display: block; } }
    .desktop-style .technologies--block__top .technologies--block__title {
      width: 100%;
      position: relative;
      z-index: 2;
      padding-top: 20px;
      text-align: center; }
      @media screen and (max-width: 1199px) {
        .desktop-style .technologies--block__top .technologies--block__title {
          max-width: 100%;
          padding-left: 0px; } }
      .desktop-style .technologies--block__top .technologies--block__title h2 {
        font-weight: 400;
        font-size: 38px;
        line-height: 42px;
        text-align: center;
        color: #FFFFFF;
        padding-bottom: 27px; }
        @media screen and (max-width: 766px) {
          .desktop-style .technologies--block__top .technologies--block__title h2 {
            font-size: 38px;
            line-height: 36px; } }
    .desktop-style .technologies--block__top .technologies--block__content {
      text-align: center; }
      .desktop-style .technologies--block__top .technologies--block__content p {
        font-family: "Gotham-Book", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #88A0B4;
        padding-top: 10px;
        margin-bottom: 10px; }
        @media screen and (max-width: 1199px) {
          .desktop-style .technologies--block__top .technologies--block__content p {
            max-width: 100%; } }
  .desktop-style .technologies--block__bottom {
    padding-top: 22px; }
    .desktop-style .technologies--block__bottom .technologies-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 1130px;
      gap: 90px 94px; }
      .desktop-style .technologies--block__bottom .technologies-list .technologies-list__item {
        height: 42px;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center; }
        .desktop-style .technologies--block__bottom .technologies-list .technologies-list__item img {
          transition: 0.3s;
          opacity: 0.25;
          max-height: 48px;
          width: auto; }
          .desktop-style .technologies--block__bottom .technologies-list .technologies-list__item img:hover {
            opacity: 1;
            transition: 0.3s; }

.display-none {
  display: none; }

.desktop-style .service--info {
  margin-bottom: 80px; }
  .desktop-style .service--info__old-layout .service--info__content p span, .desktop-style .service--info__old-layout .service--info__content ul li span, .desktop-style .service--info__old-layout .service--info__content ol li span {
    font-family: "Gotham-Book", sans-serif; }
  .desktop-style .service--info a {
    color: #F1FE67;
    font-size: inherit;
    text-decoration: underline; }
    .desktop-style .service--info a:hover {
      text-decoration: underline; }
  .desktop-style .service--info.firstoftype .service--info__top {
    position: relative;
    top: 0;
    margin-bottom: 0; }
  .desktop-style .service--info.first-row {
    margin-top: -120px; }
  @media screen and (max-width: 1199px) {
    .desktop-style .service--info {
      margin-bottom: 50px;
      margin-top: 0px; } }
  .desktop-style .service--info__container {
    margin-bottom: 50px; }
    @media screen and (max-width: 959px) {
      .desktop-style .service--info__container {
        padding: 0 25px; } }
    .desktop-style .service--info__container p {
      font-family: "Gotham-Book", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 25px;
      color: #88a0b4; }
      .desktop-style .service--info__container p br {
        display: none; }
    .desktop-style .service--info__container.wraped-container,
    .desktop-style .service--info__container .wraped-container {
      display: flex;
      flex-wrap: wrap;
      gap: 5%; }
      .desktop-style .service--info__container.wraped-container .column,
      .desktop-style .service--info__container .wraped-container .column {
        flex: 45%;
        margin-bottom: 30px; }
        .desktop-style .service--info__container.wraped-container .column:last-child,
        .desktop-style .service--info__container .wraped-container .column:last-child {
          margin-bottom: 0; }
        .desktop-style .service--info__container.wraped-container .column.full-width,
        .desktop-style .service--info__container .wraped-container .column.full-width {
          flex: 100%; }
        .desktop-style .service--info__container.wraped-container .column .single-title,
        .desktop-style .service--info__container .wraped-container .column .single-title {
          margin-bottom: 20px; }
        .desktop-style .service--info__container.wraped-container .column .column-head,
        .desktop-style .service--info__container .wraped-container .column .column-head {
          display: flex;
          margin-bottom: 15px; }
          .desktop-style .service--info__container.wraped-container .column .column-head img,
          .desktop-style .service--info__container .wraped-container .column .column-head img {
            height: 50px; }
          .desktop-style .service--info__container.wraped-container .column .column-head h3,
          .desktop-style .service--info__container .wraped-container .column .column-head h3 {
            margin: auto auto auto 20px; }
        .desktop-style .service--info__container.wraped-container .column p,
        .desktop-style .service--info__container .wraped-container .column p {
          text-align: justify; }
    .desktop-style .service--info__container.questions-container p {
      font-family: "Gotham-Book", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 25px;
      color: #88a0b4; }
      .desktop-style .service--info__container.questions-container p.bigger-text {
        font-size: 18px;
        line-height: 32px; }
      .desktop-style .service--info__container.questions-container p.smaller-text {
        font-size: 14px;
        line-height: 24px; }
    .desktop-style .service--info__container.questions-container h3.questions-title {
      text-align: center;
      margin-bottom: 40px; }
    .desktop-style .service--info__container.questions-container p.questions-description {
      text-align: center;
      margin-bottom: 40px;
      font-family: "Gotham-Light", sans-serif; }
    .desktop-style .service--info__container.questions-container .questions-content .topic h4 {
      background-color: #F1FE67;
      font-family: "Gotham-Book", sans-serif;
      font-weight: bold;
      font-size: 17px;
      line-height: 26px;
      display: flex;
      margin-bottom: 30px;
      height: 60px; }
      .desktop-style .service--info__container.questions-container .questions-content .topic h4 span.number {
        margin: auto auto auto 20px;
        font-size: 46px;
        line-height: 26px;
        margin-right: 15px; }
      .desktop-style .service--info__container.questions-container .questions-content .topic h4 span.text {
        margin: auto auto auto 0; }
    .desktop-style .service--info__container.questions-container .questions-content.wraped-container {
      display: flex;
      flex-wrap: wrap;
      gap: 5%; }
      .desktop-style .service--info__container.questions-container .questions-content.wraped-container .column {
        flex: 45%;
        margin-bottom: 30px; }
        .desktop-style .service--info__container.questions-container .questions-content.wraped-container .column:last-child {
          margin-bottom: 0; }
        .desktop-style .service--info__container.questions-container .questions-content.wraped-container .column.full-width {
          flex: 100%; }
        .desktop-style .service--info__container.questions-container .questions-content.wraped-container .column .column-head {
          display: flex;
          margin-bottom: 15px; }
          .desktop-style .service--info__container.questions-container .questions-content.wraped-container .column .column-head img {
            height: 50px; }
          .desktop-style .service--info__container.questions-container .questions-content.wraped-container .column .column-head h3 {
            margin: auto auto auto 20px; }
        .desktop-style .service--info__container.questions-container .questions-content.wraped-container .column p {
          text-align: justify; }
    .desktop-style .service--info__container.two-column-row,
    .desktop-style .service--info__container .two-column-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px;
      text-align: justify; }
      .desktop-style .service--info__container.two-column-row .left p,
      .desktop-style .service--info__container.two-column-row .right p,
      .desktop-style .service--info__container .two-column-row .left p,
      .desktop-style .service--info__container .two-column-row .right p {
        font-family: "Gotham-Book", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
        color: #88a0b4; }
    .desktop-style .service--info__container .service--info__content {
      padding-top: 25px; }
      .desktop-style .service--info__container .service--info__content.single-paragraph:nth-child(2) {
        font-weight: bold; }
      .desktop-style .service--info__container .service--info__content.two-column-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
        text-align: justify; }
      .desktop-style .service--info__container .service--info__content p {
        font-family: "Gotham-Book", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #88a0b4;
        padding-top: 10px;
        text-align: justify; }
        .desktop-style .service--info__container .service--info__content p br {
          display: none; }
        .desktop-style .service--info__container .service--info__content p.full-width {
          max-width: 100%; }
        .desktop-style .service--info__container .service--info__content p.strong {
          font-weight: bold;
          font-family: "Gotham-Bold", sans-serif; }
        .desktop-style .service--info__container .service--info__content p:last-of-type {
          margin-bottom: 0; }
        @media screen and (max-width: 1199px) {
          .desktop-style .service--info__container .service--info__content p {
            max-width: 100%; } }
      .desktop-style .service--info__container .service--info__content ul {
        margin: 0 0 29px 15px;
        margin-right: 15px; }
      .desktop-style .service--info__container .service--info__content li {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 6px;
        position: relative;
        color: #88a0b4; }
        .desktop-style .service--info__container .service--info__content li:after {
          content: "";
          position: absolute;
          display: block;
          width: 3px;
          height: 3px;
          background-color: #44a6a6;
          right: -15px;
          top: 11px; }
  .desktop-style .service--info__top {
    position: relative;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: -200px;
    margin-bottom: -200px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .service--info__top {
        display: block; } }
    .desktop-style .service--info__top .service--info__title {
      position: relative;
      z-index: 2;
      text-align: right;
      max-width: 412px; }
      @media screen and (max-width: 1199px) {
        .desktop-style .service--info__top .service--info__title {
          max-width: 100%;
          padding-left: 0px;
          text-align: left; } }
      .desktop-style .service--info__top .service--info__title h3 {
        padding-bottom: 20px;
        max-width: 455px;
        font-family: "Gotham-Bold", sans-serif;
        font-style: normal; }
        @media screen and (max-width: 1199px) {
          .desktop-style .service--info__top .service--info__title h3 {
            text-align: left;
            max-width: 100%; } }
      .desktop-style .service--info__top .service--info__title .service--info__content {
        text-align: right;
        padding-top: 25px; }
        .desktop-style .service--info__top .service--info__title .service--info__content.two-column-row {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-gap: 40px;
          text-align: justify; }
        .desktop-style .service--info__top .service--info__title .service--info__content p {
          max-width: 460px;
          font-family: "Gotham-Book", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 15px;
          line-height: 30px;
          color: #88a0b4;
          padding-top: 10px; }
          .desktop-style .service--info__top .service--info__title .service--info__content p:last-of-type {
            margin-bottom: 0; }
          @media screen and (max-width: 1199px) {
            .desktop-style .service--info__top .service--info__title .service--info__content p {
              max-width: 100%;
              text-align: left; } }
        .desktop-style .service--info__top .service--info__title .service--info__content ul {
          margin: 0 0 29px 15px;
          margin-right: 15px; }
        .desktop-style .service--info__top .service--info__title .service--info__content li {
          font-size: 15px;
          line-height: 26px;
          margin-bottom: 6px;
          position: relative;
          color: #88a0b4; }
          .desktop-style .service--info__top .service--info__title .service--info__content li:after {
            content: "";
            position: absolute;
            display: block;
            width: 3px;
            height: 3px;
            background-color: #44a6a6;
            right: -15px;
            top: 11px; }
  .desktop-style .service--info.service--info_reverse .indicator {
    transform: rotate(180deg); }
  .desktop-style .service--info.service--info_reverse .service--info__top {
    justify-content: flex-end; }
    .desktop-style .service--info.service--info_reverse .service--info__top .service--info__title {
      position: relative;
      z-index: 2;
      text-align: left;
      max-width: 412px; }
      @media screen and (max-width: 1199px) {
        .desktop-style .service--info.service--info_reverse .service--info__top .service--info__title {
          text-align: left;
          max-width: 100%; } }
      .desktop-style .service--info.service--info_reverse .service--info__top .service--info__title h3 {
        padding-bottom: 20px;
        max-width: 455px;
        font-family: "Gotham-Bold", sans-serif;
        font-style: normal; }
        @media screen and (max-width: 1199px) {
          .desktop-style .service--info.service--info_reverse .service--info__top .service--info__title h3 {
            text-align: left;
            max-width: 100%; } }
      .desktop-style .service--info.service--info_reverse .service--info__top .service--info__title .service--info__content {
        text-align: left;
        padding-top: 15px; }
    .desktop-style .service--info.service--info_reverse .service--info__top ul {
      margin: 0 0 29px 15px; }
    .desktop-style .service--info.service--info_reverse .service--info__top li {
      font-size: 15px;
      line-height: 26px;
      margin-bottom: 6px;
      position: relative;
      color: #88a0b4; }
      .desktop-style .service--info.service--info_reverse .service--info__top li:after {
        content: "";
        position: absolute;
        display: block;
        width: 3px;
        height: 3px;
        background-color: #44a6a6;
        left: -15px;
        top: 11px; }

.indicator-last-section {
  height: 2px !important;
  background: linear-gradient(90deg, #45a6a6, rgba(9, 29, 46, 0)) !important; }

.section__container p {
  font-family: "Gotham-Book", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #88a0b4; }

.section-list {
  flex-direction: column;
  margin-bottom: 30px; }
  .section-list p {
    font-family: "Gotham-Bold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #96a3ae; }
  .section-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    list-style-type: none;
    row-gap: 10px; }
    .section-list ul li {
      flex: 47%;
      font-size: 16px;
      line-height: 25px;
      text-align: justify;
      color: #88a0b4;
      margin-left: 20px;
      max-width: 46%; }
      .section-list ul li::before {
        content: "■";
        /* Insert content that looks like bullets */
        padding-right: 8px;
        color: #31a4ab;
        /* Or a color you prefer */
        position: absolute;
        display: block;
        margin-left: -20px; }

.cmr-topic h3 {
  margin-bottom: 30px; }

.cmr-topic .crm-paragraph {
  margin-bottom: 45px; }

.wraped-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5%; }
  .wraped-container .column {
    flex: 45%;
    margin-bottom: 30px; }
    .wraped-container .column:last-child {
      margin-bottom: 0; }
    .wraped-container .column.full-width {
      flex: 100%; }
    .wraped-container .column.offset-for-link {
      padding-top: 80px;
      margin-top: -80px; }
    .wraped-container .column .column-head {
      display: flex;
      margin-bottom: 15px; }
      .wraped-container .column .column-head img {
        height: 50px; }
      .wraped-container .column .column-head h3 {
        margin: auto auto auto 20px; }
    .wraped-container .column .topic h3 {
      margin-bottom: 20px; }
    .wraped-container .column p {
      text-align: justify; }

.two-column-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5%; }
  .two-column-row .left {
    flex: 50%; }
    .two-column-row .left h3 {
      margin-bottom: 30px; }
    .two-column-row .left p {
      text-align: justify; }
  .two-column-row .right {
    flex: 40%; }
  .two-column-row .crm-paragraph {
    position: absolute;
    width: 110%; }

.cmr-last-item {
  margin-bottom: 300px !important; }

.third-section {
  position: relative;
  top: 180px; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.desktop-style .open-dev-radar {
  position: absolute;
  right: 100px;
  top: 73px;
  cursor: pointer;
  z-index: 3; }
  @media screen and (max-width: 1199px) {
    .desktop-style .open-dev-radar {
      right: 231px;
      top: 43px; } }
  @media screen and (max-width: 959px) {
    .desktop-style .open-dev-radar {
      right: 140px; } }
  .desktop-style .open-dev-radar .open-dev-badge img {
    border-radius: 50%;
    width: 120px;
    height: auto;
    position: relative; }
    .desktop-style .open-dev-radar .open-dev-badge img:after {
      content: "";
      width: 30px;
      height: 30px;
      background: red;
      display: block;
      position: absolute; }
  .desktop-style .open-dev-radar .open-dev-badge:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 30px;
    height: 33px;
    z-index: 9;
    background-image: url("../img/Path.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .desktop-style .open-dev-radar .open-dev-radar-pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .desktop-style .open-dev-radar .open-dev-radar-pulse::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    animation: pulse 3s linear infinite;
    opacity: 0; }
  .desktop-style .open-dev-radar .open-dev-radar-pulse:nth-child(3) {
    width: calc(160 / 16 * 1rem);
    height: calc(160 / 16 * 1rem); }
  .desktop-style .open-dev-radar .open-dev-radar-pulse:nth-child(2) {
    width: calc(232 / 16 * 1rem);
    height: calc(232 / 16 * 1rem); }
  .desktop-style .open-dev-radar .open-dev-radar-pulse:nth-child(1) {
    width: calc(288 / 16 * 1rem);
    height: calc(288 / 16 * 1rem); }

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }

.more--info-cs {
  padding-bottom: 200px; }
  .more--info-cs__content {
    display: flex;
    justify-content: space-between; }
    .more--info-cs__content .content_left {
      position: relative;
      top: -160px;
      max-width: 577px;
      max-height: 528px; }
      @media screen and (max-width: 1400px) {
        .more--info-cs__content .content_left {
          max-width: 420px;
          max-height: 450px; } }
      .more--info-cs__content .content_left img {
        width: 100%;
        height: auto; }
    .more--info-cs__content .content_middle {
      max-width: 395px;
      padding-top: 130px; }
      @media screen and (max-width: 1400px) {
        .more--info-cs__content .content_middle {
          max-width: 50%;
          padding-top: 0px;
          padding-right: 50px; } }
      .more--info-cs__content .content_middle h1 {
        font-size: 54px;
        line-height: 60px;
        font-family: "Gotham-Bold", sans-serif;
        color: #FFFFFF;
        margin-bottom: 50px; }
      .more--info-cs__content .content_middle p {
        font-size: 18px;
        line-height: 30px;
        font-family: "Gotham-Book", sans-serif;
        color: #88A0B4;
        margin: 0; }
    .more--info-cs__content .content_right {
      margin-right: 140px;
      max-width: 686px;
      max-height: 601px; }
      @media screen and (max-width: 1400px) {
        .more--info-cs__content .content_right {
          margin-right: 0; } }
      .more--info-cs__content .content_right img {
        width: 100%;
        height: auto; }

.brands--block {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 120px; }
  .brands--block__content h3 {
    font-size: 54px;
    line-height: 60px;
    font-family: "Gotham-Bold", sans-serif;
    text-align: center;
    color: #091D2E;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px; }
  .brands--block__content p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #4D6375;
    font-family: "Gotham-Book", sans-serif;
    text-align: center;
    margin-bottom: 40px; }
  .brands--block__content .clients-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center; }
    .brands--block__content .clients-list .brands-list__item {
      width: calc(1 * 99% / 4);
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 35px; }

.desktop-style .testimonials__section {
  margin-top: -30px;
  margin-bottom: 220px !important; }
  .desktop-style .testimonials__section h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 41px;
    padding-left: 92px; }
  .desktop-style .testimonials__section .main_area {
    display: flex;
    justify-content: space-between;
    background: #081A29;
    margin-bottom: 40px;
    padding: 65px 65px 51px 95px;
    position: relative;
    align-items: flex-start;
    margin-top: 30px; }
    .desktop-style .testimonials__section .main_area .bordered-fading-content {
      width: 410px;
      min-height: 410px;
      border-top: 2px solid #40969a;
      position: absolute;
      top: -30px;
      left: 30px;
      z-index: 1;
      transform: rotate(270deg); }
      .desktop-style .testimonials__section .main_area .bordered-fading-content:before, .desktop-style .testimonials__section .main_area .bordered-fading-content:after {
        content: '';
        position: absolute;
        background-image: linear-gradient(#40969a, transparent);
        top: 0;
        bottom: 50px;
        width: 2px;
        z-index: -1; }
      .desktop-style .testimonials__section .main_area .bordered-fading-content:after {
        height: 75vh;
        right: 0; }
      .desktop-style .testimonials__section .main_area .bordered-fading-content:before {
        height: 50vh;
        left: 0; }
    .desktop-style .testimonials__section .main_area .bordered-fading-content-second {
      width: 345px;
      min-height: 410px;
      border-top: 2px solid #40969a;
      position: absolute;
      top: 3px;
      right: 60px;
      z-index: 1;
      transform: rotate(90deg); }
      .desktop-style .testimonials__section .main_area .bordered-fading-content-second:before {
        content: "";
        position: absolute;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
        background-image: -webkit-linear-gradient(#40969a, rgba(64, 150, 154, 0.2), transparent);
        background-image: -moz-linear-gradient(#40969a, rgba(64, 150, 154, 0.2), transparent);
        background-image: -o-linear-gradient(#40969a, rgba(64, 150, 154, 0.2), transparent);
        background-image: linear-gradient(#40969a, rgba(64, 150, 154, 0.2), transparent);
        top: 0px;
        bottom: 50px;
        width: 2px;
        left: 0px;
        z-index: -1;
        height: 500px; }
      .desktop-style .testimonials__section .main_area .bordered-fading-content-second:after {
        content: "";
        position: absolute;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
        background-image: -webkit-linear-gradient(#40969a, rgba(64, 150, 154, 0.2), transparent);
        background-image: -moz-linear-gradient(#40969a, rgba(64, 150, 154, 0.2), transparent);
        background-image: -o-linear-gradient(#40969a, rgba(64, 150, 154, 0.2), transparent);
        background-image: linear-gradient(#40969a, rgba(64, 150, 154, 0.2), transparent);
        top: 0px;
        bottom: 50px;
        width: 2px;
        right: 0px;
        z-index: -1;
        height: 750px; }
    .desktop-style .testimonials__section .main_area .area_left {
      max-width: 429px;
      position: relative;
      z-index: 99;
      padding-top: 75px; }
      .desktop-style .testimonials__section .main_area .area_left .quotes {
        font-size: 20px;
        line-height: 30px;
        font-family: "Gotham-Book", sans-serif;
        color: #88A0B4; }
      .desktop-style .testimonials__section .main_area .area_left .position {
        font-size: 20px;
        line-height: 30px;
        font-family: "Gotham-Medium", sans-serif;
        color: #FFFFFF; }
      .desktop-style .testimonials__section .main_area .area_left:after {
        background-image: url("../img/svg/quote.svg");
        content: "";
        width: 96px;
        height: 75px;
        display: block;
        position: absolute;
        top: -35px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        left: 0; }
    .desktop-style .testimonials__section .main_area .area_right img {
      width: 270px;
      height: 270px; }
  .desktop-style .testimonials__section .bottom_slider_main {
    width: 100%;
    max-width: 922px;
    margin: 0 auto; }
  .desktop-style .testimonials__section .bottom_slider {
    max-width: 800px;
    margin: 0 auto;
    display: flex; }
    .desktop-style .testimonials__section .bottom_slider .item {
      cursor: pointer;
      position: relative;
      padding: 10px 0px;
      opacity: 0.6; }
      .desktop-style .testimonials__section .bottom_slider .item .bordered {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: relative; }
        .desktop-style .testimonials__section .bottom_slider .item .bordered__inner {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          padding-top: 11px;
          padding-bottom: 11px;
          position: relative; }
          .desktop-style .testimonials__section .bottom_slider .item .bordered__inner:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(270deg, rgba(9, 29, 46, 0) 0%, rgba(68, 165, 165, 0.2) 52.01%, rgba(9, 29, 46, 0) 100%);
            opacity: 0; }
        .desktop-style .testimonials__section .bottom_slider .item .bordered:after, .desktop-style .testimonials__section .bottom_slider .item .bordered:before {
          content: '';
          height: 2px;
          width: 70%;
          position: absolute;
          left: 0;
          background: linear-gradient(90deg, #FFF 0%, rgba(9, 29, 46, 0) 100%);
          opacity: 0; }
        .desktop-style .testimonials__section .bottom_slider .item .bordered:after {
          bottom: 0; }
        .desktop-style .testimonials__section .bottom_slider .item .bordered:before {
          top: 0; }
      .desktop-style .testimonials__section .bottom_slider .item:hover {
        opacity: .8; }
      .desktop-style .testimonials__section .bottom_slider .item.slick-active.slick-center {
        opacity: 1; }
        .desktop-style .testimonials__section .bottom_slider .item.slick-active.slick-center .item__left-img:after {
          content: none; }
        .desktop-style .testimonials__section .bottom_slider .item.slick-active.slick-center .bordered:before, .desktop-style .testimonials__section .bottom_slider .item.slick-active.slick-center .bordered:after {
          opacity: .2; }
        .desktop-style .testimonials__section .bottom_slider .item.slick-active.slick-center .bordered__inner:before {
          opacity: .45; }
      .desktop-style .testimonials__section .bottom_slider .item .item__left {
        padding-right: 20px; }
        .desktop-style .testimonials__section .bottom_slider .item .item__left-img {
          width: 70px;
          height: 70px;
          border-radius: 50%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          position: relative; }
          .desktop-style .testimonials__section .bottom_slider .item .item__left-img:after {
            content: '';
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: linear-gradient(337deg, #193D5E -12.99%, rgba(68, 166, 167, 0.65) 117.51%);
            mix-blend-mode: hard-light;
            position: absolute;
            top: 0;
            left: 0; }
      .desktop-style .testimonials__section .bottom_slider .item .item__right p:first-of-type {
        font-size: 15px;
        line-height: 28px;
        color: #FFFFFF;
        font-family: "Gotham-Medium", sans-serif; }
      .desktop-style .testimonials__section .bottom_slider .item .item__right p {
        font-size: 13px;
        line-height: 24px;
        font-family: "Gotham-Book", sans-serif;
        color: #96A3AE;
        margin: 0; }
  .desktop-style .testimonials__section .slick-prev,
  .desktop-style .testimonials__section .slick-next {
    background: transparent;
    border: 0; }
    .desktop-style .testimonials__section .slick-prev.slick-prev,
    .desktop-style .testimonials__section .slick-next.slick-prev {
      display: block;
      position: absolute;
      left: -20px;
      top: 20px;
      cursor: pointer; }
    .desktop-style .testimonials__section .slick-prev.slick-prev,
    .desktop-style .testimonials__section .slick-next.slick-prev {
      display: block;
      top: 3px;
      position: absolute;
      right: -20px; }
    .desktop-style .testimonials__section .slick-prev.slick-next,
    .desktop-style .testimonials__section .slick-next.slick-next {
      display: block;
      top: 3px;
      position: absolute;
      right: -20px; }
    .desktop-style .testimonials__section .slick-prev .nav__left,
    .desktop-style .testimonials__section .slick-next .nav__left {
      transform: rotate(180deg);
      display: block;
      width: 50px;
      height: 51px;
      position: absolute;
      left: 0;
      top: 20px;
      cursor: pointer; }
      .desktop-style .testimonials__section .slick-prev .nav__left:before, .desktop-style .testimonials__section .slick-prev .nav__left:after,
      .desktop-style .testimonials__section .slick-next .nav__left:before,
      .desktop-style .testimonials__section .slick-next .nav__left:after {
        border-right: 2px solid #F1FE67;
        content: '';
        display: block;
        height: 11px;
        margin-top: -10px;
        position: absolute;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 12px;
        top: 28px;
        width: 0;
        transition: 0.3s all ease-out; }
      .desktop-style .testimonials__section .slick-prev .nav__left:after,
      .desktop-style .testimonials__section .slick-next .nav__left:after {
        margin-top: -3px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .desktop-style .testimonials__section .slick-prev .nav__right,
    .desktop-style .testimonials__section .slick-next .nav__right {
      display: block;
      width: 50px;
      height: 51px;
      position: absolute;
      right: 0;
      top: 20px;
      cursor: pointer; }
      .desktop-style .testimonials__section .slick-prev .nav__right:before, .desktop-style .testimonials__section .slick-prev .nav__right:after,
      .desktop-style .testimonials__section .slick-next .nav__right:before,
      .desktop-style .testimonials__section .slick-next .nav__right:after {
        border-right: 2px solid #F1FE67;
        content: '';
        display: block;
        height: 11px;
        margin-top: -10px;
        position: absolute;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 12px;
        top: 28px;
        width: 0;
        transition: 0.3s all ease-out; }
      .desktop-style .testimonials__section .slick-prev .nav__right:after,
      .desktop-style .testimonials__section .slick-next .nav__right:after {
        margin-top: -3px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .desktop-style .testimonials__section.parent {
    margin-right: 30px;
    margin-bottom: 30px; }
    .desktop-style .testimonials__section.parent .image {
      overflow: hidden;
      max-width: 100%;
      position: relative; }
      .desktop-style .testimonials__section.parent .image .img-holder {
        height: 100%;
        opacity: 0; }
        .desktop-style .testimonials__section.parent .image .img-holder img {
          margin: 0 !important; }

.desktop-style .review__testimonials {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 33px; }

@keyframes showAnimate {
  0% {
    transform: translateX(-5%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

.bags--block_typeone .brands--block__content {
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  justify-content: left; }
  .bags--block_typeone .brands--block__content .content_left {
    max-width: 960px;
    max-height: 916px; }
  .bags--block_typeone .brands--block__content .content_right {
    max-width: 520px;
    text-align: left;
    padding-top: 280px;
    padding-right: 50px;
    padding-left: 15px; }
    @media screen and (max-width: 1400px) {
      .bags--block_typeone .brands--block__content .content_right {
        padding-top: 50px; } }
    .bags--block_typeone .brands--block__content .content_right h3 {
      font-size: 54px;
      line-height: 60px;
      color: #FFFFFF;
      font-family: "Gotham-Bold", sans-serif;
      text-align: left; }
    .bags--block_typeone .brands--block__content .content_right p {
      font-size: 18px;
      line-height: 30px;
      color: #88A0B4;
      font-family: "Gotham-Book", sans-serif;
      text-align: left; }

.bags--block_typetwo {
  background: #fff; }
  .bags--block_typetwo .brands--block__content {
    display: flex;
    justify-content: space-between; }
    .bags--block_typetwo .brands--block__content .content_left {
      padding-left: 130px; }
      @media screen and (max-width: 1400px) {
        .bags--block_typetwo .brands--block__content .content_left {
          padding-left: 70px; } }
    @media screen and (max-width: 1400px) {
      .bags--block_typetwo .brands--block__content .content_right {
        max-width: 500px;
        height: auto;
        display: flex;
        align-items: center; } }
    .bags--block_typetwo .brands--block__content .content_middle {
      max-width: 370px;
      padding-top: 292px; }
      @media screen and (max-width: 1400px) {
        .bags--block_typetwo .brands--block__content .content_middle {
          padding-top: 120px; } }
      .bags--block_typetwo .brands--block__content .content_middle h3 {
        font-size: 54px;
        line-height: 60px;
        color: #091D2E;
        font-family: "Gotham-Bold", sans-serif;
        text-align: left; }
      .bags--block_typetwo .brands--block__content .content_middle p {
        font-size: 18px;
        line-height: 30px;
        color: #88A0B4;
        font-family: "Gotham-Book", sans-serif;
        text-align: left; }

.bags--block_typethree {
  padding-top: 120px;
  padding-bottom: 120px; }
  .bags--block_typethree .brands--block__content {
    display: flex;
    justify-content: center; }
    .bags--block_typethree .brands--block__content .content_right {
      padding-left: 125px;
      padding-top: 230px; }
      @media screen and (max-width: 1400px) {
        .bags--block_typethree .brands--block__content .content_right {
          padding-top: 120px;
          padding-left: 30px; } }
      .bags--block_typethree .brands--block__content .content_right h3 {
        font-size: 54px;
        line-height: 60px;
        color: #FFFFFF;
        font-family: "Gotham-Bold", sans-serif;
        text-align: left; }
      .bags--block_typethree .brands--block__content .content_right p {
        font-size: 18px;
        line-height: 30px;
        color: #88A0B4;
        font-family: "Gotham-Book", sans-serif;
        text-align: left; }

.bags--block_typefour {
  padding-top: 100px;
  padding-bottom: 120px;
  background: #fff; }
  .bags--block_typefour .brands--block__content {
    text-align: center; }
    .bags--block_typefour .brands--block__content .content_middle h3 {
      font-size: 54px;
      font-family: "Gotham-Bold", sans-serif;
      text-align: center;
      max-width: 100%;
      line-height: 78px;
      color: #091D2E; }
    .bags--block_typefour .brands--block__content .content_middle p {
      line-height: 30px;
      font-family: "Gotham-Book", sans-serif;
      text-align: center;
      max-width: 680px;
      font-size: 18px;
      color: #4D6375;
      margin: 0 auto;
      margin-bottom: 115px; }

.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 {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left; }
  .desktop-style .underline--content:after {
    -webkit-transform-origin: right;
    transform-origin: right; }
  .desktop-style .underline--content.hover:before {
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s !important;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s !important;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s !important; }
  .desktop-style .underline--content.hover:after {
    -webkit-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
    transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
    transition: transform 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
    transition: transform 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important; }
  .desktop-style .underline--content.show:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .desktop-style .underline--content.show:hover:after {
    -webkit-transform-origin: right;
    transform-origin: right; }
  .desktop-style .underline--content.show-ed:after {
    transition: none; }
  .desktop-style .underline--content:after {
    transition: -webkit-transform 0.8s ease-out;
    transition: transform 0.8s ease-out;
    transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    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, #07456b 0%, #3faeb5 100%);
  z-index: 9999;
  pointer-events: none;
  -webkit-animation: loadingPage 2s;
  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;
        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 .lightbox {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  transition: .5s; }
  .desktop-style .lightbox.active {
    opacity: 1;
    visibility: visible;
    background-color: #091d2d; }
    .desktop-style .lightbox.active .lightbox-content {
      opacity: 1;
      transform: scale(1); }
  .desktop-style .lightbox-container {
    position: relative;
    max-width: 1330px;
    display: block;
    height: auto;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (min-width: 1451px) and (max-height: 910px) {
      .desktop-style .lightbox-container {
        max-width: 1100px; } }
    @media only screen and (min-width: 1451px) and (max-height: 790px) {
      .desktop-style .lightbox-container {
        max-width: 950px; } }
    @media only screen and (min-width: 1451px) and (max-height: 690px) {
      .desktop-style .lightbox-container {
        max-width: 800px; } }
    @media only screen and (max-width: 1450px) {
      .desktop-style .lightbox-container {
        max-width: 900px; } }
  .desktop-style .lightbox-content {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    box-shadow: 0px 50px 100px rgba(7, 69, 107, 0.36); }
  .desktop-style .lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 14px;
    display: block;
    border: none;
    color: #fff;
    top: -75px;
    right: -15px;
    transition: opacity 0.3s; }
    .desktop-style .lightbox-close:hover {
      opacity: 0.8; }

.desktop-style .video-container {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  height: 0; }

.desktop-style .video-container iframe,
.desktop-style .video-container object,
.desktop-style .video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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; } }

.error404.desktop-style .mastcontent {
  margin: 0; }

.error404.desktop-style .mastheader {
  background: transparent; }
  .error404.desktop-style .mastheader.sticky {
    background: transparent; }

.error404.desktop-style section {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .error404.desktop-style section .content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99; }
    .error404.desktop-style section .content h1 {
      font-weight: bold;
      font-size: 200px;
      line-height: 196px;
      font-family: "Gotham-Bold", sans-serif;
      margin-bottom: 30px; }
    .error404.desktop-style section .content h3 {
      font-weight: bold;
      font-size: 40px;
      font-family: "Gotham-Bold", sans-serif; }
    .error404.desktop-style section .content p {
      font-size: 18px;
      margin-top: 10px; }
    .error404.desktop-style section .content a {
      font-size: 15px;
      color: #45A6A6;
      margin-top: 30px;
      font-family: "Gotham-Bold", sans-serif;
      text-decoration: underline; }
      .error404.desktop-style section .content a:hover {
        text-decoration: none; }

.error404.desktop-style:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 29, 46, 0.0001) 5.47%, #091D2E 83.4%);
  position: absolute;
  top: 0;
  left: 0; }

.desktop-style.chateau_secretary .design_cs__inner .d_gallery li.placeholder, .desktop-style.travel_destination_website .design_cs__inner .d_gallery li.placeholder {
  min-height: 350px; }

.desktop-style.chateau_secretary .discovery_research--block__content, .desktop-style.travel_destination_website .discovery_research--block__content {
  padding-bottom: 220px; }
  .desktop-style.chateau_secretary .discovery_research--block__content .discovery_research--block__inner, .desktop-style.travel_destination_website .discovery_research--block__content .discovery_research--block__inner {
    margin-bottom: 0; }

.desktop-style.chateau_secretary .solution_cs__content .content_floated, .desktop-style.travel_destination_website .solution_cs__content .content_floated {
  margin: 0; }
  .desktop-style.chateau_secretary .solution_cs__content .content_floated p, .desktop-style.travel_destination_website .solution_cs__content .content_floated p {
    margin-bottom: 0;
    display: inline;
    font-size: 18px;
    line-height: 28px;
    font-family: "Gotham-Medium", sans-serif; }

.desktop-style.chateau_secretary .design_cs__inner h2, .desktop-style.travel_destination_website .design_cs__inner h2 {
  position: relative;
  width: 445px; }

.desktop-style.chateau_secretary .design_cs__inner .d_gallery li p, .desktop-style.travel_destination_website .design_cs__inner .d_gallery li p {
  color: #4D6375; }

.desktop-style.chateau_secretary .design_cs__inner .container_wrapper_mobile, .desktop-style.travel_destination_website .design_cs__inner .container_wrapper_mobile {
  padding-bottom: 20px; }

.desktop-style.chateau_secretary .design_cs__inner .d_gallery, .desktop-style.travel_destination_website .design_cs__inner .d_gallery {
  position: relative;
  top: -270px; }

.desktop-style.chateau_secretary .design_cs__mobile .m_gallery, .desktop-style.travel_destination_website .design_cs__mobile .m_gallery {
  top: -310px; }

.desktop-style.chateau_secretary .project--block p, .desktop-style.travel_destination_website .project--block p {
  display: inline; }

.desktop-style.chateau_secretary .error_prevention--block__overlay, .desktop-style.travel_destination_website .error_prevention--block__overlay {
  min-height: inherit; }

.desktop-style.chateau_secretary .solution_cs__content .content_floated p, .desktop-style.travel_destination_website .solution_cs__content .content_floated p {
  font-family: "Gotham-Book", sans-serif; }

.desktop-style.blitz_imobiliare .solution_cs__content .content_floated, .desktop-style.real_estate_project .solution_cs__content .content_floated {
  margin-bottom: 220px; }

.desktop-style.blitz_imobiliare .error_prevention--block__bottom .error_prevention--block__right_content p:last-of-type, .desktop-style.real_estate_project .error_prevention--block__bottom .error_prevention--block__right_content p:last-of-type {
  margin: 0; }

.desktop-style.blitz_imobiliare .error_prevention--block__overlay, .desktop-style.real_estate_project .error_prevention--block__overlay {
  min-height: inherit; }

.desktop-style.blitz_imobiliare .section--challenge_goals .section__content, .desktop-style.real_estate_project .section--challenge_goals .section__content {
  padding-bottom: 100px; }

.desktop-style.blitz_imobiliare .prototype_last h2, .desktop-style.real_estate_project .prototype_last h2 {
  padding-bottom: 110px; }

.desktop-style.blitz_imobiliare .solution_cs__content .content_floated li:before, .desktop-style.real_estate_project .solution_cs__content .content_floated li:before {
  display: block;
  content: '';
  position: relative;
  top: 17px;
  left: -15px;
  background: #45A6A6;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  opacity: .9; }

.desktop-style.blitz_imobiliare .solution_cs__white_bg, .desktop-style.real_estate_project .solution_cs__white_bg {
  padding: 100px 0 155px;
  padding-bottom: 295px; }
  .desktop-style.blitz_imobiliare .solution_cs__white_bg h3, .desktop-style.real_estate_project .solution_cs__white_bg h3 {
    margin-bottom: 102px; }
  .desktop-style.blitz_imobiliare .solution_cs__white_bg ul, .desktop-style.real_estate_project .solution_cs__white_bg ul {
    margin-left: 15px; }
    .desktop-style.blitz_imobiliare .solution_cs__white_bg ul li, .desktop-style.real_estate_project .solution_cs__white_bg ul li {
      color: #4D6375;
      position: relative;
      padding-bottom: 30px; }
      .desktop-style.blitz_imobiliare .solution_cs__white_bg ul li:after, .desktop-style.real_estate_project .solution_cs__white_bg ul li:after {
        display: block;
        content: '';
        position: absolute;
        top: 12px;
        left: -15px;
        background: #45A6A6;
        width: 3px;
        height: 3px;
        border-radius: 50px;
        opacity: .9; }
      .desktop-style.blitz_imobiliare .solution_cs__white_bg ul li:last-of-type, .desktop-style.real_estate_project .solution_cs__white_bg ul li:last-of-type {
        padding-bottom: 0px; }
  .desktop-style.blitz_imobiliare .solution_cs__white_bg .side_by_side_section .content_image, .desktop-style.real_estate_project .solution_cs__white_bg .side_by_side_section .content_image {
    height: inherit; }

.desktop-style.blitz_imobiliare .design_cs_tkw__content h3, .desktop-style.real_estate_project .design_cs_tkw__content h3 {
  min-width: 360px;
  min-height: inherit; }

.desktop-style.blitz_imobiliare .discovery_research--block__section:first-of-type .discovery_research--block__inner, .desktop-style.real_estate_project .discovery_research--block__section:first-of-type .discovery_research--block__inner {
  margin-bottom: 120px; }

.desktop-style.blitz_imobiliare .discovery_research--block__inner, .desktop-style.real_estate_project .discovery_research--block__inner {
  min-height: inherit; }

.desktop-style.blitz_imobiliare .solution_cs--block, .desktop-style.real_estate_project .solution_cs--block {
  overflow: hidden; }

.desktop-style.blitz_imobiliare .solution_cs--block .images_container, .desktop-style.real_estate_project .solution_cs--block .images_container {
  right: 0; }

.desktop-style.blitz_imobiliare .solution_cs--block .images_container .images_floated, .desktop-style.real_estate_project .solution_cs--block .images_container .images_floated {
  max-width: 1110px;
  padding: 0px 15px;
  margin: auto;
  position: relative;
  left: -119px;
  right: 0;
  overflow-x: inherit; }
  .desktop-style.blitz_imobiliare .solution_cs--block .images_container .images_floated img, .desktop-style.real_estate_project .solution_cs--block .images_container .images_floated img {
    height: 490px;
    width: 910px; }
  .desktop-style.blitz_imobiliare .solution_cs--block .images_container .images_floated figure:last-of-type img, .desktop-style.real_estate_project .solution_cs--block .images_container .images_floated figure:last-of-type img {
    width: 50%;
    position: absolute; }

.desktop-style.local_jobs .discovery_research--block__section.prototype_last h2, .desktop-style.online_recruitment_platform .discovery_research--block__section.prototype_last h2 {
  margin-bottom: 60px; }

.desktop-style.local_jobs .design_cs__inner h2, .desktop-style.online_recruitment_platform .design_cs__inner h2 {
  font-size: 54px;
  line-height: 44px;
  color: #091D2E;
  margin-bottom: 83px;
  position: relative;
  width: 500px; }

.desktop-style.local_jobs .project--block p, .desktop-style.online_recruitment_platform .project--block p {
  display: inline; }

.desktop-style.local_jobs .design_cs__mobile .m_gallery, .desktop-style.online_recruitment_platform .design_cs__mobile .m_gallery {
  top: -10px; }

.desktop-style.local_jobs .error_prevention--block__overlay, .desktop-style.online_recruitment_platform .error_prevention--block__overlay {
  min-height: inherit; }

.desktop-style.local_jobs .discovery_research--block h2, .desktop-style.online_recruitment_platform .discovery_research--block h2 {
  margin-bottom: 120px; }

.desktop-style.local_jobs .discovery_research--block__section.prototype_last .prototype_last--subsection, .desktop-style.online_recruitment_platform .discovery_research--block__section.prototype_last .prototype_last--subsection {
  margin-top: 0; }

.desktop-style.local_jobs .solution_cs__content .content_floated li:before, .desktop-style.online_recruitment_platform .solution_cs__content .content_floated li:before {
  display: block;
  content: '';
  position: relative;
  top: 16px;
  left: -15px;
  background: #45A6A6;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  opacity: .9; }

.desktop-style.local_jobs .design_cs__inner .d_gallery li p, .desktop-style.online_recruitment_platform .design_cs__inner .d_gallery li p {
  color: #4D6375; }

.desktop-style.tabita_outlet .design_cs_tkw__content h3, .desktop-style.fashion_ecommerce .design_cs_tkw__content h3 {
  min-height: inherit; }

.desktop-style.tabita_outlet .service, .desktop-style.fashion_ecommerce .service {
  left: -69px; }

.desktop-style.tabita_outlet .service__title:after, .desktop-style.fashion_ecommerce .service__title:after {
  content: none; }

.desktop-style.tabita_outlet .project--block p:last-of-type, .desktop-style.fashion_ecommerce .project--block p:last-of-type {
  margin: 0; }

.desktop-style.tabita_outlet .solution_cs__content .content_floated p, .desktop-style.fashion_ecommerce .solution_cs__content .content_floated p {
  display: inline;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gotham-Book", sans-serif; }

.desktop-style.tabita_outlet .design_cs__mobile .m_gallery, .desktop-style.fashion_ecommerce .design_cs__mobile .m_gallery {
  top: -310px; }

.desktop-style.tabita_outlet .error_prevention--block__overlay, .desktop-style.fashion_ecommerce .error_prevention--block__overlay {
  min-height: inherit; }

.desktop-style.tabita_outlet .section--challenge_goals .section__content, .desktop-style.fashion_ecommerce .section--challenge_goals .section__content {
  padding-bottom: 100px; }

.desktop-style.tabita_outlet .section--challenge_goals .section--repeater, .desktop-style.fashion_ecommerce .section--challenge_goals .section--repeater {
  padding-bottom: 120px; }

.desktop-style.tabita_outlet .discovery_research--block__section .discovery_research--block__inner .align_content h3, .desktop-style.fashion_ecommerce .discovery_research--block__section .discovery_research--block__inner .align_content h3 {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 265px; }

.desktop-style.tabita_outlet .discovery_research--block__section .discovery_research--block__inner .image_wrapper, .desktop-style.fashion_ecommerce .discovery_research--block__section .discovery_research--block__inner .image_wrapper {
  justify-content: center; }

.desktop-style.tabita_outlet .discovery_research--block__section:first-of-type .discovery_research--block__inner .align_content h3 span, .desktop-style.fashion_ecommerce .discovery_research--block__section:first-of-type .discovery_research--block__inner .align_content h3 span {
  right: -30px; }

.desktop-style.tabita_outlet .discovery_research--block__section:nth-of-type(3) .discovery_research--block__inner, .desktop-style.fashion_ecommerce .discovery_research--block__section:nth-of-type(3) .discovery_research--block__inner {
  min-height: inherit; }

.desktop-style.tabita_outlet .discovery_research--block h2, .desktop-style.fashion_ecommerce .discovery_research--block h2 {
  padding-bottom: 120px; }

.desktop-style.tabita_outlet .design_cs__inner .container_wrapper_mobile, .desktop-style.fashion_ecommerce .design_cs__inner .container_wrapper_mobile {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding-bottom: 70px; }

.desktop-style.tabita_outlet .design_cs__inner h2, .desktop-style.fashion_ecommerce .design_cs__inner h2 {
  position: relative;
  width: 500px; }

.desktop-style.tabita_outlet .discovery_research--block__section-reverse .discovery_research--block__inner, .desktop-style.fashion_ecommerce .discovery_research--block__section-reverse .discovery_research--block__inner {
  min-height: inherit;
  margin-bottom: 120px; }

.desktop-style.tabita_outlet .online_marketing__content ul li:before, .desktop-style.fashion_ecommerce .online_marketing__content ul li:before {
  display: block;
  position: relative;
  left: -15px;
  top: 15px;
  background: #44a6a6;
  mix-blend-mode: normal;
  opacity: 1;
  width: 3px;
  height: 3px; }

.desktop-style.tabita_outlet .service__content ul li:before, .desktop-style.fashion_ecommerce .service__content ul li:before {
  display: block;
  content: '';
  position: relative;
  top: 10px;
  left: -10px;
  background: #45A6A6;
  width: 3px;
  height: 3px;
  border-radius: 50px; }

.desktop-style.tabita_outlet .solution_cs__content .content_floated li:before, .desktop-style.fashion_ecommerce .solution_cs__content .content_floated li:before {
  display: block;
  content: '';
  position: relative;
  top: 15px;
  left: -15px;
  background: #45A6A6;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  opacity: .9; }

.desktop-style.qub_design .error_prevention--block__overlay, .desktop-style.interior_design_project .error_prevention--block__overlay {
  min-height: inherit; }

.desktop-style.qub_design .design_cs__inner h2, .desktop-style.interior_design_project .design_cs__inner h2 {
  position: relative;
  width: 500px; }

.desktop-style.qub_design .design_cs__inner .d_gallery, .desktop-style.interior_design_project .design_cs__inner .d_gallery {
  position: relative;
  top: -520px;
  margin-bottom: -400px; }

.desktop-style.qub_design .design_cs__inner .container_wrapper:before, .desktop-style.interior_design_project .design_cs__inner .container_wrapper:before {
  content: '';
  position: absolute;
  display: block;
  top: -186px; }

.desktop-style.qub_design .design_cs__inner .d_gallery li p, .desktop-style.interior_design_project .design_cs__inner .d_gallery li p {
  color: #4D6375; }

.desktop-style.qub_design .design_cs__inner .design_cs__mobile .m_gallery, .desktop-style.interior_design_project .design_cs__inner .design_cs__mobile .m_gallery {
  top: -310px; }

.desktop-style.qub_design .design_cs__desktop, .desktop-style.interior_design_project .design_cs__desktop {
  margin-bottom: 200px; }

.desktop-style.qub_design .section--challenge_goals .section--repeater, .desktop-style.interior_design_project .section--challenge_goals .section--repeater {
  padding-bottom: 120px; }

.desktop-style.qub_design .section--challenge_goals .bottom_image img, .desktop-style.interior_design_project .section--challenge_goals .bottom_image img {
  margin-top: 100px; }

.desktop-style.qub_design .discovery_research--block__section.prototype_last .prototype_last--subsection_grouped, .desktop-style.interior_design_project .discovery_research--block__section.prototype_last .prototype_last--subsection_grouped {
  margin-top: 0px; }

.desktop-style.qub_design .discovery_research--block h2, .desktop-style.interior_design_project .discovery_research--block h2 {
  text-align: center;
  margin-bottom: 60px; }

.desktop-style.qub_design .solution_cs__content .content_floated p:first-child, .desktop-style.interior_design_project .solution_cs__content .content_floated p:first-child {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 28px; }

.desktop-style .solution_cs__content .content_floated li:before {
  display: block;
  content: '';
  position: relative;
  top: 14px;
  left: -15px;
  background: #45A6A6;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  opacity: .9; }

.desktop-style.the_fashion_corner .intro--cs, .desktop-style.fashion_project .intro--cs {
  padding-top: 20px; }
  .desktop-style.the_fashion_corner .intro--cs h1, .desktop-style.fashion_project .intro--cs h1 {
    margin-bottom: 60px; }
  .desktop-style.the_fashion_corner .intro--cs .intro--cs__content h2, .desktop-style.fashion_project .intro--cs .intro--cs__content h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    color: #FFFFFF;
    max-width: 424px;
    margin-bottom: 60px;
    font-family: "Gotham-Medium", sans-serif; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) {
        .desktop-style.the_fashion_corner .intro--cs .intro--cs__content h2, .desktop-style.fashion_project .intro--cs .intro--cs__content h2 {
          font-family: "Gotham-Bold", sans-serif; } } }

.desktop-style.the_fashion_corner .indicator, .desktop-style.fashion_project .indicator {
  margin-top: 0; }

.desktop-style.jazz_in_the_park .intro--cs {
  padding-top: 20px; }
  .desktop-style.jazz_in_the_park .intro--cs h1 {
    margin-bottom: 60px; }
  .desktop-style.jazz_in_the_park .intro--cs .intro--cs__content h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    color: #FFFFFF;
    max-width: 660px;
    margin-bottom: 60px;
    font-family: "Gotham-Medium", sans-serif; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) {
        .desktop-style.jazz_in_the_park .intro--cs .intro--cs__content h2 {
          font-family: "Gotham-Bold", sans-serif; } } }

.desktop-style.jazz_in_the_park .brands--block {
  padding-top: 270px;
  padding-bottom: 270px; }

.desktop-style.jazz_in_the_park .bags--block_typethree .brands--block__content {
  display: flex;
  justify-content: center;
  align-items: center; }

.desktop-style.jazz_in_the_park .bags--block_typethree {
  padding-top: 180px;
  padding-bottom: 180px; }

.desktop-style.jazz_in_the_park .more--info-cs {
  background-size: cover;
  background-size: contain;
  background-position: bottom; }
  @media screen and (max-width: 1440px) {
    .desktop-style.jazz_in_the_park .more--info-cs .more--info-cs__content {
      display: flex;
      align-items: flex-end; } }
  .desktop-style.jazz_in_the_park .more--info-cs .more--info-cs__content .content_left {
    position: relative;
    max-width: 549px;
    max-height: 528px;
    bottom: 0;
    top: inherit; }
    @media screen and (max-width: 1440px) {
      .desktop-style.jazz_in_the_park .more--info-cs .more--info-cs__content .content_left {
        max-height: 370px; } }
  .desktop-style.jazz_in_the_park .more--info-cs .more--info-cs__content .content_right {
    margin-right: 0;
    max-width: 629px;
    bottom: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
  .desktop-style.jazz_in_the_park .more--info-cs .more--info-cs__content .content_middle {
    max-width: 525px;
    padding-top: 130px; }

.desktop-style.jazz_in_the_park .brands--block {
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain; }
  .desktop-style.jazz_in_the_park .brands--block .brands--block__content p {
    text-align: left; }
  .desktop-style.jazz_in_the_park .brands--block .brands--block__content h3 {
    max-width: 100%;
    text-align: left; }

.desktop-style.jazz_in_the_park .bags--block_typethree .brands--block__content .content_right {
  padding-left: 85px;
  padding-top: 0px;
  max-width: 640px; }

.desktop-style.jazz_in_the_park .bags--block_typeone {
  background: #fff; }
  .desktop-style.jazz_in_the_park .bags--block_typeone .brands--block__content {
    display: flex;
    padding-top: 120px;
    padding-bottom: 120px;
    justify-content: center;
    align-items: center; }
    .desktop-style.jazz_in_the_park .bags--block_typeone .brands--block__content .content_left {
      max-width: 960px;
      max-height: 916px;
      order: 2; }
    .desktop-style.jazz_in_the_park .bags--block_typeone .brands--block__content .content_right {
      padding-top: 0;
      color: #000; }
      .desktop-style.jazz_in_the_park .bags--block_typeone .brands--block__content .content_right h3 {
        color: #000; }

.desktop-style.jazz_in_the_park .indicator--h2 {
  height: 0; }

.desktop-style.online_gambling_project .intro--cs {
  padding-top: 65px; }
  .desktop-style.online_gambling_project .intro--cs h1 {
    margin-bottom: 70px; }
  .desktop-style.online_gambling_project .intro--cs p:first-of-type {
    font-size: 40px;
    line-height: 44px;
    max-width: 436px;
    text-transform: none;
    margin-bottom: 70px;
    font-family: "Gotham-Medium", sans-serif; }
  .desktop-style.online_gambling_project .intro--cs p:last-of-type {
    margin-bottom: 5px; }
  .desktop-style.online_gambling_project .intro--cs ul li:before {
    top: 13px; }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .desktop-style.online_gambling_project .intro--cs ul li:before {
        top: 13px; } } }

.desktop-style.online_gambling_project .project--block h2 {
  margin-bottom: 54px;
  font-weight: normal; }

.desktop-style.online_gambling_project .section--challenge_goals {
  padding-top: 285px; }
  .desktop-style.online_gambling_project .section--challenge_goals h2 {
    font-weight: normal; }
  .desktop-style.online_gambling_project .section--challenge_goals .shape_bg .title h2:before {
    height: 550px; }
  .desktop-style.online_gambling_project .section--challenge_goals .shape_bg .title h2:after {
    height: 550px; }

.desktop-style.online_gambling_project .section--challenge_goals {
  padding-bottom: 0; }
  .desktop-style.online_gambling_project .section--challenge_goals .bottom_image {
    padding: 0 50px; }
    .desktop-style.online_gambling_project .section--challenge_goals .bottom_image img {
      margin-bottom: 0; }

.desktop-style.online_gambling_project .solution_cs--block {
  padding-bottom: 0; }
  .desktop-style.online_gambling_project .solution_cs--block .solution_cs__content h2 {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 200px;
    font-weight: normal; }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .desktop-style.online_gambling_project .solution_cs--block .solution_cs__content .indicator {
        margin-top: 5px; } } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .desktop-style.online_gambling_project .solution_cs__content .content_floated li:before {
      top: 13px; } } }

.desktop-style.online_gambling_project .solution_cs__content .content_floated li:last-of-type {
  width: 340px;
  max-width: 340px; }

.desktop-style.online_gambling_project .error_prevention--block__top {
  justify-content: space-between; }
  .desktop-style.online_gambling_project .error_prevention--block__top h2 {
    min-width: 350px;
    font-weight: normal; }
    .desktop-style.online_gambling_project .error_prevention--block__top h2:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100px;
      height: 4px;
      background: linear-gradient(90deg, rgba(9, 29, 46, 0.0001) 0%, #45A6A6 100%); }

.desktop-style.online_gambling_project .error_prevention--block__overlay {
  min-height: inherit; }

.desktop-style.online_gambling_project.chromemac .solution_cs--block {
  padding-bottom: 0; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .desktop-style.online_gambling_project.chromemac .solution_cs--block .solution_cs__content .indicator {
      margin-top: 5px; } }

.desktop-style.parchet_pe_viata .intro--cs {
  margin-bottom: 180px; }
  .desktop-style.parchet_pe_viata .intro--cs ul li {
    color: #fff; }

.desktop-style.parchet_pe_viata .intro-text-content {
  padding-top: 100px; }

.desktop-style.parchet_pe_viata .floor-sample-teaser .content h3 {
  margin-bottom: 80px; }

.desktop-style.parchet_pe_viata .art-seo .content--top h3 {
  margin-bottom: 56px; }

.desktop-style.parchet_pe_viata .section.section--cta .section__meta h2 {
  padding-left: 140px; }

.desktop-style.globinvest .intro-text-content .content, .desktop-style.investment_platform .intro-text-content .content {
  max-width: 630px; }

.online-marketing-teaser {
  background: #fff;
  margin-top: 220px;
  margin-left: 50px; }
  .online-marketing-teaser .weekly-section {
    max-width: 1300px;
    margin: 0 auto;
    min-height: 2115px;
    position: relative; }
    @media screen and (max-width: 1500px) {
      .online-marketing-teaser .weekly-section {
        padding-left: calc(1 * 100% / 12); } }
    .online-marketing-teaser .weekly-section h2 {
      padding-top: 210px;
      font-size: 54px;
      line-height: 60px;
      color: #091D2E;
      margin-bottom: 120px;
      max-width: 320px; }
    .online-marketing-teaser .weekly-section .image-gallery {
      position: relative; }
      @media screen and (max-width: 1500px) {
        .online-marketing-teaser .weekly-section .image-gallery img {
          width: 50%; } }
      .online-marketing-teaser .weekly-section .image-gallery .first {
        position: absolute;
        z-index: 1;
        left: -80px;
        top: 50px; }
        @media screen and (max-width: 1500px) {
          .online-marketing-teaser .weekly-section .image-gallery .first {
            left: 0; } }
      .online-marketing-teaser .weekly-section .image-gallery .second {
        position: absolute;
        z-index: 2;
        left: 110px;
        top: -80px; }
        @media screen and (max-width: 1500px) {
          .online-marketing-teaser .weekly-section .image-gallery .second {
            position: absolute;
            z-index: 2;
            left: 320px;
            top: 51px; } }
      .online-marketing-teaser .weekly-section .image-gallery .third {
        position: absolute;
        left: 310px;
        z-index: 4;
        top: 670px; }
        @media screen and (max-width: 1500px) {
          .online-marketing-teaser .weekly-section .image-gallery .third {
            top: 1000px;
            left: 320px; } }
      .online-marketing-teaser .weekly-section .image-gallery .fourth {
        position: absolute;
        right: -90px;
        top: 230px;
        z-index: 3; }
        @media screen and (max-width: 1500px) {
          .online-marketing-teaser .weekly-section .image-gallery .fourth {
            left: 320px;
            top: 500px; } }
  .online-marketing-teaser .social-section {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    top: -200px;
    margin-bottom: -200px;
    min-height: 1295px; }
    @media screen and (max-width: 1500px) {
      .online-marketing-teaser .social-section {
        top: 100px;
        margin-bottom: 0px; } }
    @media screen and (max-width: 1500px) {
      .online-marketing-teaser .social-section img {
        width: 40%; } }
    .online-marketing-teaser .social-section h2 {
      font-size: 54px;
      line-height: 60px;
      color: #091D2E;
      margin-bottom: 120px;
      position: relative;
      top: -150px;
      text-align: right; }
      @media screen and (max-width: 1500px) {
        .online-marketing-teaser .social-section h2 {
          padding-top: 200px; } }
    .online-marketing-teaser .social-section .image-gallery {
      position: relative;
      left: 145px;
      top: -230px; }
      @media screen and (max-width: 1500px) {
        .online-marketing-teaser .social-section .image-gallery {
          position: relative;
          left: 200px;
          top: -130px; } }
      @media screen and (max-width: 1400px) {
        .online-marketing-teaser .social-section .image-gallery {
          position: relative;
          left: 100px; } }
      .online-marketing-teaser .social-section .image-gallery .first {
        position: absolute;
        top: 403px;
        z-index: 2;
        left: -194px; }
      .online-marketing-teaser .social-section .image-gallery .second {
        position: absolute;
        top: 69px;
        left: 90px; }
        @media screen and (max-width: 1500px) {
          .online-marketing-teaser .social-section .image-gallery .second {
            left: -50px; } }
      .online-marketing-teaser .social-section .image-gallery .third {
        position: absolute;
        top: 259px;
        left: 375px;
        z-index: 2; }
        @media screen and (max-width: 1500px) {
          .online-marketing-teaser .social-section .image-gallery .third {
            left: 200px; } }
      .online-marketing-teaser .social-section .image-gallery .fourth {
        position: absolute;
        left: 575px;
        z-index: 2;
        top: 562px; }
        @media screen and (max-width: 1500px) {
          .online-marketing-teaser .social-section .image-gallery .fourth {
            left: 400px; } }

.facebook-add-section {
  min-height: 1050px;
  width: 1110px;
  margin: 0 auto; }
  .facebook-add-section h2 {
    font-size: 54px;
    line-height: 60px;
    color: #091D2E;
    margin-bottom: 55px;
    text-align: left; }
    @media screen and (max-width: 1500px) {
      .facebook-add-section h2 {
        padding-top: 200px; } }
  .facebook-add-section .image-gallery {
    position: relative; }
    @media screen and (max-width: 1500px) {
      .facebook-add-section .image-gallery {
        width: 40%; } }
    .facebook-add-section .image-gallery .first {
      position: absolute;
      left: -80px;
      z-index: 1; }
      @media screen and (max-width: 1500px) {
        .facebook-add-section .image-gallery .first {
          left: 0; } }
    .facebook-add-section .image-gallery .second {
      position: absolute;
      top: 89px;
      left: 266px; }
    .facebook-add-section .image-gallery .third {
      position: absolute;
      top: 220px;
      right: -82px; }

.desktop-style .data--analysis {
  background: #fff;
  padding-top: 220px;
  padding-bottom: 100px;
  width: calc(100% - 100px);
  margin: 0 auto; }
  .desktop-style .data--analysis h3 {
    color: #000;
    text-align: center;
    max-width: 580px;
    font-size: 54px;
    line-height: 60px;
    margin: 0 auto;
    font-weight: normal; }
  .desktop-style .data--analysis .wrap {
    position: relative; }
    .desktop-style .data--analysis .wrap .top__wrapper {
      padding-top: 100px;
      padding-bottom: 130px; }
      .desktop-style .data--analysis .wrap .top__wrapper .container {
        position: inherit;
        display: flex; }
        .desktop-style .data--analysis .wrap .top__wrapper .container .left {
          max-width: 390px;
          padding-top: 60px; }
          .desktop-style .data--analysis .wrap .top__wrapper .container .left p {
            font-weight: normal;
            font-size: 18px;
            line-height: 28px;
            color: #4D6375; }
            .desktop-style .data--analysis .wrap .top__wrapper .container .left p:last-of-type {
              font-size: 16px; }
        .desktop-style .data--analysis .wrap .top__wrapper .container .right {
          width: calc(100% - 50%);
          background: #F7F7F7;
          position: absolute;
          right: 0;
          padding-right: 10%;
          padding-left: 75px;
          height: calc(100% - 175px);
          background-repeat: no-repeat;
          background-position: 50% 50%; }
          .desktop-style .data--analysis .wrap .top__wrapper .container .right .data-content {
            padding: 50px 30px;
            width: 380px;
            height: 380px;
            background: red;
            position: absolute;
            left: 30%;
            top: 50%;
            transform: translate(-50%, -50%);
            background: linear-gradient(134.8deg, rgba(49, 164, 171, 0.7) 0%, rgba(9, 29, 46, 0.7) 98.45%);
            backdrop-filter: blur(5px); }
            .desktop-style .data--analysis .wrap .top__wrapper .container .right .data-content p {
              margin: 0; }
              .desktop-style .data--analysis .wrap .top__wrapper .container .right .data-content p:first-of-type {
                font-size: 22px;
                line-height: 30px;
                color: #FFFFFF; }
            .desktop-style .data--analysis .wrap .top__wrapper .container .right .data-content .info {
              display: flex;
              justify-content: space-between;
              padding-top: 20px;
              padding-bottom: 20px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
              .desktop-style .data--analysis .wrap .top__wrapper .container .right .data-content .info p {
                font-size: 13px;
                color: #FFFFFF; }
            .desktop-style .data--analysis .wrap .top__wrapper .container .right .data-content .info__wrap {
              display: flex;
              justify-content: space-between;
              padding-top: 20px; }
              .desktop-style .data--analysis .wrap .top__wrapper .container .right .data-content .info__wrap p {
                font-size: 15px;
                line-height: 28px;
                color: #FFFFFF; }
  .desktop-style .data--analysis .bottom__wrapper .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px; }
    .desktop-style .data--analysis .bottom__wrapper .container p {
      font-size: 18px;
      line-height: 30px;
      color: #091D2E; }
    .desktop-style .data--analysis .bottom__wrapper .container .wrap__left {
      width: 50%; }
      .desktop-style .data--analysis .bottom__wrapper .container .wrap__left p {
        color: #091D2E;
        font-size: 18px;
        max-width: 386px;
        font-family: "Gotham-Medium", sans-serif;
        font-weight: 800; }
    .desktop-style .data--analysis .bottom__wrapper .container .wrap__right {
      width: 50%;
      max-width: 455px;
      position: relative;
      top: -5px; }
      .desktop-style .data--analysis .bottom__wrapper .container .wrap__right p {
        color: #4D6375;
        font-size: 16px; }
  .desktop-style .data--analysis .bottom__wrapper img {
    width: 100%; }

.desktop-style .technical__image {
  max-width: 923px;
  margin-top: 80px;
  margin-bottom: 135px; }

.desktop-style .technical .image__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px; }
  .desktop-style .technical .image__left.more-content {
    align-items: flex-start;
    margin-top: 100px; }
    .desktop-style .technical .image__left.more-content .image__left--left {
      max-width: 470px; }
      .desktop-style .technical .image__left.more-content .image__left--left p {
        font-size: 16px; }
        .desktop-style .technical .image__left.more-content .image__left--left p:first-of-type {
          font-size: 18px; }
    .desktop-style .technical .image__left.more-content .image__left--right {
      width: calc(100% - 490px); }
      @media screen and (max-width: 1440px) {
        .desktop-style .technical .image__left.more-content .image__left--right {
          width: calc(100% - 650px); } }
  .desktop-style .technical .image__left--left {
    max-width: 396px; }
    .desktop-style .technical .image__left--left p {
      font-size: 18px;
      line-height: 30px;
      color: #88A0B4; }
  .desktop-style .technical .image__left--right {
    width: calc(100% - 390px);
    position: relative;
    right: -150px;
    margin-left: -150px; }
    @media screen and (max-width: 1440px) {
      .desktop-style .technical .image__left--right {
        right: 0;
        margin-left: 0;
        width: 50%; } }
    .desktop-style .technical .image__left--right img {
      width: 612px;
      max-width: 612px; }
      @media screen and (max-width: 1440px) {
        .desktop-style .technical .image__left--right img {
          width: 100%; } }
      @media (min-width: 1669px) {
        .desktop-style .technical .image__left--right img {
          width: 725px;
          max-width: 725px; } }

.desktop-style .technical .middle__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 200px; }
  .desktop-style .technical .middle__wrap--right {
    max-width: 435px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .technical .middle__wrap--right {
        padding-left: 50px; } }
    .desktop-style .technical .middle__wrap--right p {
      font-size: 18px;
      line-height: 30px;
      color: #88A0B4; }
      .desktop-style .technical .middle__wrap--right p:first-of-type {
        padding-top: 25px; }
  .desktop-style .technical .middle__wrap--left {
    width: calc(100% - 440px);
    position: relative;
    left: -200px;
    margin-right: -200px; }
    @media screen and (max-width: 1440px) {
      .desktop-style .technical .middle__wrap--left {
        left: -50px;
        margin-right: 50px;
        width: 50%; } }
    .desktop-style .technical .middle__wrap--left img {
      width: 724px;
      max-width: 725px; }
      @media screen and (max-width: 1440px) {
        .desktop-style .technical .middle__wrap--left img {
          width: 100%; } }

.desktop-style .technical .third_wrap .third-title {
  font-size: 18px;
  line-height: 28px;
  color: #88A0B4;
  font-weight: bold;
  position: relative;
  margin-bottom: 105px; }
  .desktop-style .technical .third_wrap .third-title img {
    position: absolute;
    position: absolute;
    left: -167px;
    top: -100px; }
    @media screen and (max-width: 1440px) {
      .desktop-style .technical .third_wrap .third-title img {
        left: -82px;
        top: -54px;
        width: 150px; } }

.desktop-style .technical .third_wrap .text__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .desktop-style .technical .third_wrap .text__wrap p {
    font-size: 15px;
    line-height: 28px;
    color: #88A0B4; }
  .desktop-style .technical .third_wrap .text__wrap--left p {
    max-width: 469px; }
  .desktop-style .technical .third_wrap .text__wrap--right p {
    max-width: 434px; }

.desktop-style .conclusion {
  padding-bottom: 220px;
  margin-top: 150px; }
  .desktop-style .conclusion__wrapper h3 {
    font-size: 54px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 75px; }
  .desktop-style .conclusion__wrapper--group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .desktop-style .conclusion__wrapper--group p {
      font-size: 15px;
      line-height: 28px;
      color: #88A0B4; }
    .desktop-style .conclusion__wrapper--group .side-left {
      max-width: 411px; }
    .desktop-style .conclusion__wrapper--group .side-right {
      width: calc(100% - 450px);
      z-index: 2; }
  .desktop-style .conclusion__wrapper--row {
    margin-top: 100px;
    margin-bottom: 60px; }
    .desktop-style .conclusion__wrapper--row p {
      font-size: 18px;
      line-height: 28px;
      color: #88A0B4;
      max-width: 829px; }
  .desktop-style .conclusion__wrapper:last-of-type .side-left {
    width: 50%; }
  .desktop-style .conclusion__wrapper:last-of-type .side-right {
    width: 50%; }
  .desktop-style .conclusion .images__wrap {
    text-align: center; }
    .desktop-style .conclusion .images__wrap img {
      max-width: 1112px;
      margin-bottom: 70px; }
      @media screen and (max-width: 1440px) {
        .desktop-style .conclusion .images__wrap img {
          max-width: 100%; } }
      @media (min-width: 1400px) {
        .desktop-style .conclusion .images__wrap img {
          width: 1300px;
          max-width: 1300px; } }
  .desktop-style .conclusion .bordered-fading-content {
    width: 1015px;
    min-height: 600px;
    border-top: 2px solid #40969a;
    position: absolute;
    top: -140px;
    left: -95px;
    z-index: 1; }
    @media screen and (max-width: 1440px) {
      .desktop-style .conclusion .bordered-fading-content {
        left: -40px;
        width: 900px; } }
    .desktop-style .conclusion .bordered-fading-content:before, .desktop-style .conclusion .bordered-fading-content:after {
      height: 550px; }

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

.desktop-style .blog-breadcrumb .breadcrumb {
  margin-bottom: 40px;
  padding-top: 64px; }
  @media screen and (min-width: 1200px) {
    .desktop-style .blog-breadcrumb .breadcrumb .container {
      max-width: 1200px; } }
  .desktop-style .blog-breadcrumb .breadcrumb .container nav a {
    font-family: "gotham rounded book", sans-serif;
    font-weight: 325; }
  .desktop-style .blog-breadcrumb .breadcrumb p {
    margin-bottom: 0; }

@media (max-width: 1133px) {
  .desktop-style .blog-breadcrumb .container {
    max-width: calc(100% - 51px); } }

@media (max-width: 1024px) {
  .desktop-style .blog-breadcrumb .container {
    max-width: calc(100% - 42px); } }

.desktop-style .section.section--cta.section--cta-blog .section__container {
  max-width: 953px; }

.desktop-style .section.section--cta.section--cta-blog .section__meta h2 {
  font-family: "gotham rounded medium", sans-serif;
  font-weight: 350;
  font-size: 40px;
  line-height: 50px;
  max-width: 632px; }

.desktop-style .section.section--cta.section--cta-blog .section__meta .grid__item {
  width: 200px; }

.desktop-style.post-type-archive-blog .indicator-footer, .desktop-style.tax-blog_category .indicator-footer, .desktop-style.tax-blog_tags .indicator-footer {
  background: linear-gradient(90deg, rgba(9, 29, 46, 0) 0%, #43A1A1 100%); }
  .desktop-style.post-type-archive-blog .indicator-footer--blog, .desktop-style.tax-blog_category .indicator-footer--blog, .desktop-style.tax-blog_tags .indicator-footer--blog {
    background: linear-gradient(90deg, #43A1A1 0%, rgba(9, 29, 46, 0) 100%);
    transform: none; }

.desktop-style.post-type-archive-blog .section__blog, .desktop-style.tax-blog_category .section__blog, .desktop-style.tax-blog_tags .section__blog {
  overflow: hidden; }
  .desktop-style.post-type-archive-blog .section__blog .rounded-circle--md, .desktop-style.tax-blog_category .section__blog .rounded-circle--md, .desktop-style.tax-blog_tags .section__blog .rounded-circle--md {
    transform-origin: 200% center; }
  @media screen and (min-width: 1200px) {
    .desktop-style.post-type-archive-blog .section__blog .container, .desktop-style.tax-blog_category .section__blog .container, .desktop-style.tax-blog_tags .section__blog .container {
      max-width: 1200px; } }
  @media (max-width: 1133px) {
    .desktop-style.post-type-archive-blog .section__blog .container, .desktop-style.tax-blog_category .section__blog .container, .desktop-style.tax-blog_tags .section__blog .container {
      max-width: calc(100% - 51px); } }
  @media (max-width: 1024px) {
    .desktop-style.post-type-archive-blog .section__blog .container, .desktop-style.tax-blog_category .section__blog .container, .desktop-style.tax-blog_tags .section__blog .container {
      max-width: calc(100% - 42px); } }
  .desktop-style.post-type-archive-blog .section__blog--meta, .desktop-style.tax-blog_category .section__blog--meta, .desktop-style.tax-blog_tags .section__blog--meta {
    display: flex;
    align-items: center;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media (max-width: 1133px) {
      .desktop-style.post-type-archive-blog .section__blog--meta, .desktop-style.tax-blog_category .section__blog--meta, .desktop-style.tax-blog_tags .section__blog--meta {
        margin-bottom: 43px; } }
    @media (max-width: 850px) {
      .desktop-style.post-type-archive-blog .section__blog--meta, .desktop-style.tax-blog_category .section__blog--meta, .desktop-style.tax-blog_tags .section__blog--meta {
        flex-wrap: wrap; } }
    @media (max-width: 768px) {
      .desktop-style.post-type-archive-blog .section__blog--meta, .desktop-style.tax-blog_category .section__blog--meta, .desktop-style.tax-blog_tags .section__blog--meta {
        margin-bottom: 21px; } }
    .desktop-style.post-type-archive-blog .section__blog--meta.has-description, .desktop-style.tax-blog_category .section__blog--meta.has-description, .desktop-style.tax-blog_tags .section__blog--meta.has-description {
      flex-direction: column; }
      .desktop-style.post-type-archive-blog .section__blog--meta.has-description .blog-content-left, .desktop-style.tax-blog_category .section__blog--meta.has-description .blog-content-left, .desktop-style.tax-blog_tags .section__blog--meta.has-description .blog-content-left {
        width: 100%; }
    .desktop-style.post-type-archive-blog .section__blog--meta .blog-content-left, .desktop-style.tax-blog_category .section__blog--meta .blog-content-left, .desktop-style.tax-blog_tags .section__blog--meta .blog-content-left {
      width: calc(66% - 25px); }
      .desktop-style.post-type-archive-blog .section__blog--meta .blog-content-left p, .desktop-style.tax-blog_category .section__blog--meta .blog-content-left p, .desktop-style.tax-blog_tags .section__blog--meta .blog-content-left p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        max-width: 100%;
        text-align: justify; }
        .desktop-style.post-type-archive-blog .section__blog--meta .blog-content-left p:last-of-type, .desktop-style.tax-blog_category .section__blog--meta .blog-content-left p:last-of-type, .desktop-style.tax-blog_tags .section__blog--meta .blog-content-left p:last-of-type {
          margin-bottom: 20px !important; }
        .desktop-style.post-type-archive-blog .section__blog--meta .blog-content-left p a:hover, .desktop-style.tax-blog_category .section__blog--meta .blog-content-left p a:hover, .desktop-style.tax-blog_tags .section__blog--meta .blog-content-left p a:hover {
          text-decoration: underline; }
    .desktop-style.post-type-archive-blog .section__blog--meta h1, .desktop-style.tax-blog_category .section__blog--meta h1, .desktop-style.tax-blog_tags .section__blog--meta h1 {
      margin: 0 0 20px; }
      @media (max-width: 768px) {
        .desktop-style.post-type-archive-blog .section__blog--meta h1, .desktop-style.tax-blog_category .section__blog--meta h1, .desktop-style.tax-blog_tags .section__blog--meta h1 {
          order: 2; } }
      .desktop-style.post-type-archive-blog .section__blog--meta h1 > span > span:nth-child(1), .desktop-style.tax-blog_category .section__blog--meta h1 > span > span:nth-child(1), .desktop-style.tax-blog_tags .section__blog--meta h1 > span > span:nth-child(1) {
        text-transform: uppercase; }
    .desktop-style.post-type-archive-blog .section__blog--meta .ml13, .desktop-style.post-type-archive-blog .section__blog--meta .ml14, .desktop-style.tax-blog_category .section__blog--meta .ml13, .desktop-style.tax-blog_category .section__blog--meta .ml14, .desktop-style.tax-blog_tags .section__blog--meta .ml13, .desktop-style.tax-blog_tags .section__blog--meta .ml14 {
      font-size: 40px;
      line-height: 50px; }
      @media (max-width: 768px) {
        .desktop-style.post-type-archive-blog .section__blog--meta .ml13, .desktop-style.post-type-archive-blog .section__blog--meta .ml14, .desktop-style.tax-blog_category .section__blog--meta .ml13, .desktop-style.tax-blog_category .section__blog--meta .ml14, .desktop-style.tax-blog_tags .section__blog--meta .ml13, .desktop-style.tax-blog_tags .section__blog--meta .ml14 {
          font-size: 24px;
          line-height: 32px; } }
    .desktop-style.post-type-archive-blog .section__blog--meta p, .desktop-style.tax-blog_category .section__blog--meta p, .desktop-style.tax-blog_tags .section__blog--meta p {
      max-width: 600px;
      font-size: 18px;
      line-height: 30px;
      color: #88A0B4;
      font-family: "Gotham-Book", sans-serif; }
      .desktop-style.post-type-archive-blog .section__blog--meta p:last-of-type, .desktop-style.tax-blog_category .section__blog--meta p:last-of-type, .desktop-style.tax-blog_tags .section__blog--meta p:last-of-type {
        margin-bottom: 80px; }
    .desktop-style.post-type-archive-blog .section__blog--meta .search-bar, .desktop-style.tax-blog_category .section__blog--meta .search-bar, .desktop-style.tax-blog_tags .section__blog--meta .search-bar {
      width: 100%;
      width: calc(34% - 25px);
      max-width: 370px;
      position: relative;
      z-index: 9; }
      @media (max-width: 768px) {
        .desktop-style.post-type-archive-blog .section__blog--meta .search-bar, .desktop-style.tax-blog_category .section__blog--meta .search-bar, .desktop-style.tax-blog_tags .section__blog--meta .search-bar {
          max-width: 100%;
          order: 1;
          margin-bottom: 25px; } }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .search_result, .desktop-style.tax-blog_category .section__blog--meta .search-bar .search_result, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .search_result {
        display: none;
        background: rgba(7, 20, 32, 0.98);
        border: 1px solid #88A0B4;
        backdrop-filter: blur(2px);
        padding: 7px 0;
        width: 100%;
        max-height: 412px;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 9; }
        .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .search_result .no-results, .desktop-style.tax-blog_category .section__blog--meta .search-bar .search_result .no-results, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .search_result .no-results {
          padding: 10px; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .results-list__item, .desktop-style.tax-blog_category .section__blog--meta .search-bar .results-list__item, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .results-list__item {
        display: flex;
        align-items: center;
        padding: 8px 14px;
        background: rgba(7, 20, 32, 0.98);
        transition: background .3s; }
        .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .results-list__item:hover, .desktop-style.tax-blog_category .section__blog--meta .search-bar .results-list__item:hover, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .results-list__item:hover {
          background: #091D2E; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .results-list__thumbnail, .desktop-style.tax-blog_category .section__blog--meta .search-bar .results-list__thumbnail, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .results-list__thumbnail {
        width: 90px;
        height: 70px; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .results-list__content, .desktop-style.tax-blog_category .section__blog--meta .search-bar .results-list__content, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .results-list__content {
        width: calc(100% - 90px);
        padding-left: 12px; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .results-list__title, .desktop-style.tax-blog_category .section__blog--meta .search-bar .results-list__title, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .results-list__title {
        font-family: "gotham rounded medium", sans-serif;
        font-weight: 350;
        font-size: 14px;
        line-height: 22px;
        color: #FFFFFF;
        display: block; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .results-list__category, .desktop-style.tax-blog_category .section__blog--meta .search-bar .results-list__category, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .results-list__category {
        font-family: "gotham rounded book", sans-serif;
        font-weight: 325;
        font-size: 12px;
        line-height: 22px;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .results-list__category span, .desktop-style.tax-blog_category .section__blog--meta .search-bar .results-list__category span, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .results-list__category span {
          font-family: "gotham rounded book", sans-serif;
          font-weight: 325;
          font-size: 15px;
          line-height: 26px;
          margin-right: 5px; }
        .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .results-list__category a, .desktop-style.tax-blog_category .section__blog--meta .search-bar .results-list__category a, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .results-list__category a {
          font-family: "gotham rounded medium", sans-serif;
          font-weight: 350;
          font-size: inherit;
          line-height: inherit;
          color: #F1FE67;
          text-decoration: underline; }
          .desktop-style.post-type-archive-blog .section__blog--meta .search-bar .results-list__category a:hover, .desktop-style.tax-blog_category .section__blog--meta .search-bar .results-list__category a:hover, .desktop-style.tax-blog_tags .section__blog--meta .search-bar .results-list__category a:hover {
            text-decoration: none; }
    .desktop-style.post-type-archive-blog .section__blog--meta .search-form, .desktop-style.tax-blog_category .section__blog--meta .search-form, .desktop-style.tax-blog_tags .section__blog--meta .search-form {
      width: 100%;
      position: relative; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-form ::-webkit-input-placeholder, .desktop-style.tax-blog_category .section__blog--meta .search-form ::-webkit-input-placeholder, .desktop-style.tax-blog_tags .section__blog--meta .search-form ::-webkit-input-placeholder {
        color: #88A0B4; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-form ::-moz-placeholder, .desktop-style.tax-blog_category .section__blog--meta .search-form ::-moz-placeholder, .desktop-style.tax-blog_tags .section__blog--meta .search-form ::-moz-placeholder {
        color: #88A0B4; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-form :-ms-input-placeholder, .desktop-style.tax-blog_category .section__blog--meta .search-form :-ms-input-placeholder, .desktop-style.tax-blog_tags .section__blog--meta .search-form :-ms-input-placeholder {
        color: #88A0B4; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-form :-moz-placeholder, .desktop-style.tax-blog_category .section__blog--meta .search-form :-moz-placeholder, .desktop-style.tax-blog_tags .section__blog--meta .search-form :-moz-placeholder {
        color: #88A0B4; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-form input[type="search"], .desktop-style.tax-blog_category .section__blog--meta .search-form input[type="search"], .desktop-style.tax-blog_tags .section__blog--meta .search-form input[type="search"] {
        font-family: "gotham rounded book", sans-serif;
        font-weight: 325;
        border: 1px solid #88A0B4;
        background: #091D2E;
        box-shadow: none;
        height: 44px;
        font-size: 14px;
        line-height: normal;
        box-sizing: border-box;
        display: block;
        width: 100%;
        border-radius: 0;
        -webkit-appearance: none;
        padding: 0 20px 0 42px;
        color: #88A0B4; }
        .desktop-style.post-type-archive-blog .section__blog--meta .search-form input[type="search"]:focus, .desktop-style.tax-blog_category .section__blog--meta .search-form input[type="search"]:focus, .desktop-style.tax-blog_tags .section__blog--meta .search-form input[type="search"]:focus {
          border-color: #fff;
          color: #fff; }
          .desktop-style.post-type-archive-blog .section__blog--meta .search-form input[type="search"]:focus + button svg path, .desktop-style.tax-blog_category .section__blog--meta .search-form input[type="search"]:focus + button svg path, .desktop-style.tax-blog_tags .section__blog--meta .search-form input[type="search"]:focus + button svg path {
            stroke: #fff; }
      .desktop-style.post-type-archive-blog .section__blog--meta .search-form button[type="submit"], .desktop-style.tax-blog_category .section__blog--meta .search-form button[type="submit"], .desktop-style.tax-blog_tags .section__blog--meta .search-form button[type="submit"] {
        width: 35px;
        height: 40px;
        background: #091D2E;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        box-shadow: none;
        padding: 0;
        position: absolute;
        top: 2px;
        left: 2px; }
  .desktop-style.post-type-archive-blog .section__blog--meta-search, .desktop-style.tax-blog_category .section__blog--meta-search, .desktop-style.tax-blog_tags .section__blog--meta-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
    .desktop-style.post-type-archive-blog .section__blog--meta-search h1, .desktop-style.tax-blog_category .section__blog--meta-search h1, .desktop-style.tax-blog_tags .section__blog--meta-search h1 {
      font-size: 38px;
      line-height: 42px;
      color: #88A0B4; }
      .desktop-style.post-type-archive-blog .section__blog--meta-search h1 strong, .desktop-style.tax-blog_category .section__blog--meta-search h1 strong, .desktop-style.tax-blog_tags .section__blog--meta-search h1 strong {
        color: #fff; }
  .desktop-style.post-type-archive-blog .section__blog-tabs .pagination, .desktop-style.tax-blog_category .section__blog-tabs .pagination, .desktop-style.tax-blog_tags .section__blog-tabs .pagination {
    text-align: center;
    margin-bottom: 100px; }
    .desktop-style.post-type-archive-blog .section__blog-tabs .pagination .page-numbers, .desktop-style.tax-blog_category .section__blog-tabs .pagination .page-numbers, .desktop-style.tax-blog_tags .section__blog-tabs .pagination .page-numbers {
      font-size: 18px;
      line-height: 28px;
      color: #fff;
      padding-left: 17px;
      padding-right: 17px;
      font-family: "Gotham-Book",sans-serif;
      position: relative; }
      .desktop-style.post-type-archive-blog .section__blog-tabs .pagination .page-numbers.current, .desktop-style.post-type-archive-blog .section__blog-tabs .pagination .page-numbers:hover, .desktop-style.tax-blog_category .section__blog-tabs .pagination .page-numbers.current, .desktop-style.tax-blog_category .section__blog-tabs .pagination .page-numbers:hover, .desktop-style.tax-blog_tags .section__blog-tabs .pagination .page-numbers.current, .desktop-style.tax-blog_tags .section__blog-tabs .pagination .page-numbers:hover {
        color: #40969a;
        font-weight: 700; }
    .desktop-style.post-type-archive-blog .section__blog-tabs .pagination .next:before, .desktop-style.tax-blog_category .section__blog-tabs .pagination .next:before, .desktop-style.tax-blog_tags .section__blog-tabs .pagination .next:before {
      border-right: 2px solid #F1FE67;
      content: '';
      display: block;
      height: 12px;
      margin-top: 0;
      position: absolute;
      transform: rotate(135deg);
      right: 0;
      top: 0; }
    .desktop-style.post-type-archive-blog .section__blog-tabs .pagination .next:after, .desktop-style.tax-blog_category .section__blog-tabs .pagination .next:after, .desktop-style.tax-blog_tags .section__blog-tabs .pagination .next:after {
      border-right: 2px solid #F1FE67;
      content: '';
      display: block;
      height: 12px;
      position: absolute;
      right: 0;
      top: 3px;
      transform: rotate(45deg);
      margin-top: 5px; }
    .desktop-style.post-type-archive-blog .section__blog-tabs .pagination .prev:before, .desktop-style.tax-blog_category .section__blog-tabs .pagination .prev:before, .desktop-style.tax-blog_tags .section__blog-tabs .pagination .prev:before {
      border-right: 2px solid #F1FE67;
      content: '';
      display: block;
      height: 17px;
      margin-top: -5px;
      position: absolute;
      transform: rotate(-135deg);
      left: 0;
      top: 0; }
    .desktop-style.post-type-archive-blog .section__blog-tabs .pagination .prev:after, .desktop-style.tax-blog_category .section__blog-tabs .pagination .prev:after, .desktop-style.tax-blog_tags .section__blog-tabs .pagination .prev:after {
      border-right: 2px solid #F1FE67;
      content: '';
      display: block;
      height: 17px;
      position: absolute;
      left: 0;
      top: 1px;
      transform: rotate(-45deg);
      margin-top: 5px; }
  .desktop-style.post-type-archive-blog .section__blog__featured, .desktop-style.tax-blog_category .section__blog__featured, .desktop-style.tax-blog_tags .section__blog__featured {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media (max-width: 1133px) {
      .desktop-style.post-type-archive-blog .section__blog__featured, .desktop-style.tax-blog_category .section__blog__featured, .desktop-style.tax-blog_tags .section__blog__featured {
        margin-bottom: 40px; } }
  .desktop-style.post-type-archive-blog .section__blog__featured-article, .desktop-style.tax-blog_category .section__blog__featured-article, .desktop-style.tax-blog_tags .section__blog__featured-article {
    width: calc(66% - 25px);
    margin-bottom: 50px;
    min-height: 465px;
    padding: 35px 34px 21px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 1133px) {
      .desktop-style.post-type-archive-blog .section__blog__featured-article, .desktop-style.tax-blog_category .section__blog__featured-article, .desktop-style.tax-blog_tags .section__blog__featured-article {
        width: calc(64% - 16px);
        padding: 35px 25px 20px;
        margin-bottom: 30px;
        min-height: 400px; } }
    @media (max-width: 768px) {
      .desktop-style.post-type-archive-blog .section__blog__featured-article, .desktop-style.tax-blog_category .section__blog__featured-article, .desktop-style.tax-blog_tags .section__blog__featured-article {
        width: calc(50% - 10px);
        padding: 20px;
        min-height: 360px; } }
    @media (max-width: 650px) {
      .desktop-style.post-type-archive-blog .section__blog__featured-article, .desktop-style.tax-blog_category .section__blog__featured-article, .desktop-style.tax-blog_tags .section__blog__featured-article {
        width: 100%; } }
    .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(2), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(3), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(6), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(7), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(2), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(3), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(6), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(7), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(2), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(3), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(6), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(7) {
      width: calc(34% - 25px); }
      @media (max-width: 1133px) {
        .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(2), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(3), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(6), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(7), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(2), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(3), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(6), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(7), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(2), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(3), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(6), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(7) {
          width: calc(36% - 16px); } }
      @media (max-width: 768px) {
        .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(2), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(3), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(6), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(7), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(2), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(3), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(6), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(7), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(2), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(3), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(6), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(7) {
          width: calc(50% - 10px); } }
      @media (max-width: 650px) {
        .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(2), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(3), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(6), .desktop-style.post-type-archive-blog .section__blog__featured-article:nth-child(7), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(2), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(3), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(6), .desktop-style.tax-blog_category .section__blog__featured-article:nth-child(7), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(2), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(3), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(6), .desktop-style.tax-blog_tags .section__blog__featured-article:nth-child(7) {
          width: 100%; } }
    .desktop-style.post-type-archive-blog .section__blog__featured-article .title, .desktop-style.tax-blog_category .section__blog__featured-article .title, .desktop-style.tax-blog_tags .section__blog__featured-article .title {
      font-family: "Gotham-Bold", sans-serif;
      font-weight: 400;
      font-size: 27px;
      line-height: 32px;
      color: #FFFFFF;
      display: block; }
      @media (max-width: 768px) {
        .desktop-style.post-type-archive-blog .section__blog__featured-article .title, .desktop-style.tax-blog_category .section__blog__featured-article .title, .desktop-style.tax-blog_tags .section__blog__featured-article .title {
          font-size: 18px;
          line-height: 27px; } }
    .desktop-style.post-type-archive-blog .section__blog__featured-article .title, .desktop-style.post-type-archive-blog .section__blog__featured-article .content, .desktop-style.tax-blog_category .section__blog__featured-article .title, .desktop-style.tax-blog_category .section__blog__featured-article .content, .desktop-style.tax-blog_tags .section__blog__featured-article .title, .desktop-style.tax-blog_tags .section__blog__featured-article .content {
      position: relative;
      z-index: 2; }
    .desktop-style.post-type-archive-blog .section__blog__featured-article .overlay, .desktop-style.tax-blog_category .section__blog__featured-article .overlay, .desktop-style.tax-blog_tags .section__blog__featured-article .overlay {
      background: linear-gradient(135deg, #193E5A 0%, #45A6A6 100%);
      mix-blend-mode: hard-light;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 1;
      transition: .3s; }
    .desktop-style.post-type-archive-blog .section__blog__featured-article .category, .desktop-style.tax-blog_category .section__blog__featured-article .category, .desktop-style.tax-blog_tags .section__blog__featured-article .category {
      background: rgba(9, 29, 46, 0.8);
      backdrop-filter: blur(2px);
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      font-size: 15px;
      line-height: 26px;
      color: #FFFFFF;
      padding: 5.5px 10px;
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 25px; }
      .desktop-style.post-type-archive-blog .section__blog__featured-article .category span, .desktop-style.tax-blog_category .section__blog__featured-article .category span, .desktop-style.tax-blog_tags .section__blog__featured-article .category span {
        font-family: "gotham rounded book", sans-serif;
        font-weight: 325;
        font-size: 15px;
        line-height: 26px;
        margin-right: 5px; }
      .desktop-style.post-type-archive-blog .section__blog__featured-article .category a, .desktop-style.tax-blog_category .section__blog__featured-article .category a, .desktop-style.tax-blog_tags .section__blog__featured-article .category a {
        font-family: "Gotham-Bold", sans-serif;
        font-weight: 400;
        font-size: inherit;
        line-height: inherit;
        text-decoration: underline;
        color: #F1FE67;
        display: inline-block; }
        .desktop-style.post-type-archive-blog .section__blog__featured-article .category a:hover, .desktop-style.tax-blog_category .section__blog__featured-article .category a:hover, .desktop-style.tax-blog_tags .section__blog__featured-article .category a:hover {
          text-decoration: none; }
    .desktop-style.post-type-archive-blog .section__blog__featured-article .tags, .desktop-style.tax-blog_category .section__blog__featured-article .tags, .desktop-style.tax-blog_tags .section__blog__featured-article .tags {
      max-width: 464px;
      margin-bottom: 0; }
      .desktop-style.post-type-archive-blog .section__blog__featured-article .tags a, .desktop-style.tax-blog_category .section__blog__featured-article .tags a, .desktop-style.tax-blog_tags .section__blog__featured-article .tags a {
        font-family: "gotham rounded book", sans-serif;
        font-weight: 325;
        font-size: 14px;
        line-height: 26px;
        text-decoration: underline;
        color: #FFFFFF; }
        .desktop-style.post-type-archive-blog .section__blog__featured-article .tags a:hover, .desktop-style.tax-blog_category .section__blog__featured-article .tags a:hover, .desktop-style.tax-blog_tags .section__blog__featured-article .tags a:hover {
          text-decoration: none; }
    .desktop-style.post-type-archive-blog .section__blog__featured-article:hover .overlay, .desktop-style.tax-blog_category .section__blog__featured-article:hover .overlay, .desktop-style.tax-blog_tags .section__blog__featured-article:hover .overlay {
      opacity: 0;
      transition: .3s; }
  .desktop-style.post-type-archive-blog .section__blog__tabs-head, .desktop-style.tax-blog_category .section__blog__tabs-head, .desktop-style.tax-blog_tags .section__blog__tabs-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .desktop-style.post-type-archive-blog .section__blog__tabs-head, .desktop-style.tax-blog_category .section__blog__tabs-head, .desktop-style.tax-blog_tags .section__blog__tabs-head {
        flex-wrap: wrap;
        margin-bottom: 0; } }
    .desktop-style.post-type-archive-blog .section__blog__tabs-head h2, .desktop-style.tax-blog_category .section__blog__tabs-head h2, .desktop-style.tax-blog_tags .section__blog__tabs-head h2 {
      font-size: 36px;
      line-height: 42px; }
      @media (max-width: 768px) {
        .desktop-style.post-type-archive-blog .section__blog__tabs-head h2, .desktop-style.tax-blog_category .section__blog__tabs-head h2, .desktop-style.tax-blog_tags .section__blog__tabs-head h2 {
          margin-bottom: 20px; } }
  .desktop-style.post-type-archive-blog .section__blog__tabs-tabs, .desktop-style.tax-blog_category .section__blog__tabs-tabs, .desktop-style.tax-blog_tags .section__blog__tabs-tabs {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .desktop-style.post-type-archive-blog .section__blog__tabs-tabs, .desktop-style.tax-blog_category .section__blog__tabs-tabs, .desktop-style.tax-blog_tags .section__blog__tabs-tabs {
        margin-bottom: 20px; } }
    .desktop-style.post-type-archive-blog .section__blog__tabs-tabs a, .desktop-style.tax-blog_category .section__blog__tabs-tabs a, .desktop-style.tax-blog_tags .section__blog__tabs-tabs a {
      border-radius: 2px;
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      font-size: 16px;
      line-height: 25px;
      color: #88A0B4;
      position: relative; }
      .desktop-style.post-type-archive-blog .section__blog__tabs-tabs a:not(:first-child), .desktop-style.tax-blog_category .section__blog__tabs-tabs a:not(:first-child), .desktop-style.tax-blog_tags .section__blog__tabs-tabs a:not(:first-child) {
        margin-left: 10px; }
      .desktop-style.post-type-archive-blog .section__blog__tabs-tabs a span, .desktop-style.tax-blog_category .section__blog__tabs-tabs a span, .desktop-style.tax-blog_tags .section__blog__tabs-tabs a span {
        font-family: "gotham rounded book", sans-serif;
        font-weight: 325;
        position: relative;
        z-index: 2;
        display: block;
        padding: 8px 15px;
        background: #091D2E; }
      .desktop-style.post-type-archive-blog .section__blog__tabs-tabs a:before, .desktop-style.tax-blog_category .section__blog__tabs-tabs a:before, .desktop-style.tax-blog_tags .section__blog__tabs-tabs a:before {
        content: '';
        position: absolute;
        z-index: 1;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        top: -1px;
        left: -1px;
        border-radius: 2px; }
      .desktop-style.post-type-archive-blog .section__blog__tabs-tabs a.active, .desktop-style.post-type-archive-blog .section__blog__tabs-tabs a:hover, .desktop-style.tax-blog_category .section__blog__tabs-tabs a.active, .desktop-style.tax-blog_category .section__blog__tabs-tabs a:hover, .desktop-style.tax-blog_tags .section__blog__tabs-tabs a.active, .desktop-style.tax-blog_tags .section__blog__tabs-tabs a:hover {
        font-family: "gotham rounded medium", sans-serif;
        font-weight: 350;
        color: #fff; }
        .desktop-style.post-type-archive-blog .section__blog__tabs-tabs a.active:before, .desktop-style.post-type-archive-blog .section__blog__tabs-tabs a:hover:before, .desktop-style.tax-blog_category .section__blog__tabs-tabs a.active:before, .desktop-style.tax-blog_category .section__blog__tabs-tabs a:hover:before, .desktop-style.tax-blog_tags .section__blog__tabs-tabs a.active:before, .desktop-style.tax-blog_tags .section__blog__tabs-tabs a:hover:before {
          background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
        .desktop-style.post-type-archive-blog .section__blog__tabs-tabs a.active span, .desktop-style.post-type-archive-blog .section__blog__tabs-tabs a:hover span, .desktop-style.tax-blog_category .section__blog__tabs-tabs a.active span, .desktop-style.tax-blog_category .section__blog__tabs-tabs a:hover span, .desktop-style.tax-blog_tags .section__blog__tabs-tabs a.active span, .desktop-style.tax-blog_tags .section__blog__tabs-tabs a:hover span {
          background: linear-gradient(90deg, #083C5F 0%, #0E273D 100%); }
  .desktop-style.post-type-archive-blog .section__blog__tab-content__inner, .desktop-style.tax-blog_category .section__blog__tab-content__inner, .desktop-style.tax-blog_tags .section__blog__tab-content__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px 30px;
    column-gap: 30px;
    row-gap: 80px;
    margin-bottom: 90px; }
    @media (max-width: 1133px) {
      .desktop-style.post-type-archive-blog .section__blog__tab-content__inner, .desktop-style.tax-blog_category .section__blog__tab-content__inner, .desktop-style.tax-blog_tags .section__blog__tab-content__inner {
        grid-template-columns: 1fr 1fr; } }
  .desktop-style.post-type-archive-blog .section__blog__tab-content .card-item, .desktop-style.tax-blog_category .section__blog__tab-content .card-item, .desktop-style.tax-blog_tags .section__blog__tab-content .card-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .desktop-style.post-type-archive-blog .section__blog__tab-content .card-item .card-item__thumbnail, .desktop-style.tax-blog_category .section__blog__tab-content .card-item .card-item__thumbnail, .desktop-style.tax-blog_tags .section__blog__tab-content .card-item .card-item__thumbnail {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: flex-end;
      width: 100%;
      height: 234px;
      padding: 20px 19.5px;
      position: relative;
      margin-bottom: 19px; }
    .desktop-style.post-type-archive-blog .section__blog__tab-content .card-item .overlay, .desktop-style.tax-blog_category .section__blog__tab-content .card-item .overlay, .desktop-style.tax-blog_tags .section__blog__tab-content .card-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #193E5A 0%, #45A6A6 100%);
      mix-blend-mode: hard-light;
      z-index: 1;
      opacity: 1;
      transition: .3s; }
    .desktop-style.post-type-archive-blog .section__blog__tab-content .card-item .title, .desktop-style.tax-blog_category .section__blog__tab-content .card-item .title, .desktop-style.tax-blog_tags .section__blog__tab-content .card-item .title {
      font-family: "gotham rounded medium", sans-serif;
      font-weight: 350;
      font-size: 24px;
      line-height: 32px;
      color: #FFFFFF;
      margin-bottom: 10px;
      display: block; }
    .desktop-style.post-type-archive-blog .section__blog__tab-content .card-item .read-more, .desktop-style.tax-blog_category .section__blog__tab-content .card-item .read-more, .desktop-style.tax-blog_tags .section__blog__tab-content .card-item .read-more {
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      font-size: 15px;
      line-height: 18px;
      padding: 0;
      color: #F1FE67;
      display: inline-block;
      transition: .3s; }
      .desktop-style.post-type-archive-blog .section__blog__tab-content .card-item .read-more:hover, .desktop-style.tax-blog_category .section__blog__tab-content .card-item .read-more:hover, .desktop-style.tax-blog_tags .section__blog__tab-content .card-item .read-more:hover {
        color: #D1E21C; }
        .desktop-style.post-type-archive-blog .section__blog__tab-content .card-item .read-more:hover svg, .desktop-style.tax-blog_category .section__blog__tab-content .card-item .read-more:hover svg, .desktop-style.tax-blog_tags .section__blog__tab-content .card-item .read-more:hover svg {
          transform: translateX(4px);
          transform: scale3d(1.3, 1.3, 1); }
      .desktop-style.post-type-archive-blog .section__blog__tab-content .card-item .read-more svg, .desktop-style.tax-blog_category .section__blog__tab-content .card-item .read-more svg, .desktop-style.tax-blog_tags .section__blog__tab-content .card-item .read-more svg {
        margin-left: 8px;
        transform: scale3d(1, 1, 1);
        transition: transform 0.3s ease-out; }
    .desktop-style.post-type-archive-blog .section__blog__tab-content .card-item:hover .overlay, .desktop-style.tax-blog_category .section__blog__tab-content .card-item:hover .overlay, .desktop-style.tax-blog_tags .section__blog__tab-content .card-item:hover .overlay {
      opacity: 0;
      transition: .3s; }
  .desktop-style.post-type-archive-blog .section__blog__tab-content .category, .desktop-style.tax-blog_category .section__blog__tab-content .category, .desktop-style.tax-blog_tags .section__blog__tab-content .category {
    background: rgba(9, 29, 46, 0.8);
    backdrop-filter: blur(2px);
    padding: 5.5px 8.5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
    .desktop-style.post-type-archive-blog .section__blog__tab-content .category span, .desktop-style.tax-blog_category .section__blog__tab-content .category span, .desktop-style.tax-blog_tags .section__blog__tab-content .category span {
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      font-size: 15px;
      line-height: 26px;
      margin-right: 5px; }
    .desktop-style.post-type-archive-blog .section__blog__tab-content .category a, .desktop-style.tax-blog_category .section__blog__tab-content .category a, .desktop-style.tax-blog_tags .section__blog__tab-content .category a {
      font-family: "Gotham-Bold", sans-serif;
      font-weight: 400;
      text-decoration: underline;
      display: inline-block; }
      .desktop-style.post-type-archive-blog .section__blog__tab-content .category a:hover, .desktop-style.tax-blog_category .section__blog__tab-content .category a:hover, .desktop-style.tax-blog_tags .section__blog__tab-content .category a:hover {
        text-decoration: none; }
  .desktop-style.post-type-archive-blog .section__blog__tab-content .tags, .desktop-style.tax-blog_category .section__blog__tab-content .tags, .desktop-style.tax-blog_tags .section__blog__tab-content .tags {
    display: block;
    width: 100%; }
    .desktop-style.post-type-archive-blog .section__blog__tab-content .tags a, .desktop-style.tax-blog_category .section__blog__tab-content .tags a, .desktop-style.tax-blog_tags .section__blog__tab-content .tags a {
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      font-size: 14px;
      line-height: 26px;
      text-decoration: underline;
      color: #96A3AE; }
      .desktop-style.post-type-archive-blog .section__blog__tab-content .tags a:hover, .desktop-style.tax-blog_category .section__blog__tab-content .tags a:hover, .desktop-style.tax-blog_tags .section__blog__tab-content .tags a:hover {
        text-decoration: none; }
  .desktop-style.post-type-archive-blog .section__blog--listing .blog__row, .desktop-style.tax-blog_category .section__blog--listing .blog__row, .desktop-style.tax-blog_tags .section__blog--listing .blog__row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 100px; }
    .desktop-style.post-type-archive-blog .section__blog--listing .blog__row .card-item, .desktop-style.tax-blog_category .section__blog--listing .blog__row .card-item, .desktop-style.tax-blog_tags .section__blog--listing .blog__row .card-item {
      width: calc(100% / 3 - 20px); }
      .desktop-style.post-type-archive-blog .section__blog--listing .blog__row .card-item img, .desktop-style.tax-blog_category .section__blog--listing .blog__row .card-item img, .desktop-style.tax-blog_tags .section__blog--listing .blog__row .card-item img {
        max-width: 255px; }
      .desktop-style.post-type-archive-blog .section__blog--listing .blog__row .card-item .content .title, .desktop-style.tax-blog_category .section__blog--listing .blog__row .card-item .content .title, .desktop-style.tax-blog_tags .section__blog--listing .blog__row .card-item .content .title {
        font-size: 24px;
        line-height: 28px;
        color: #FFFFFF;
        display: block; }
      .desktop-style.post-type-archive-blog .section__blog--listing .blog__row .card-item .content .category, .desktop-style.tax-blog_category .section__blog--listing .blog__row .card-item .content .category, .desktop-style.tax-blog_tags .section__blog--listing .blog__row .card-item .content .category {
        font-size: 15px;
        line-height: 26px;
        color: #88A0B4;
        margin-top: 5px;
        margin-bottom: 5px; }
        .desktop-style.post-type-archive-blog .section__blog--listing .blog__row .card-item .content .category span, .desktop-style.tax-blog_category .section__blog--listing .blog__row .card-item .content .category span, .desktop-style.tax-blog_tags .section__blog--listing .blog__row .card-item .content .category span {
          font-family: "gotham rounded book", sans-serif;
          font-weight: 325;
          font-size: 15px;
          line-height: 26px;
          margin-right: 5px; }
        .desktop-style.post-type-archive-blog .section__blog--listing .blog__row .card-item .content .category a, .desktop-style.tax-blog_category .section__blog--listing .blog__row .card-item .content .category a, .desktop-style.tax-blog_tags .section__blog--listing .blog__row .card-item .content .category a {
          color: #40969a;
          font-size: 16px;
          text-decoration: underline; }
      .desktop-style.post-type-archive-blog .section__blog--listing .blog__row .card-item .content .tags, .desktop-style.tax-blog_category .section__blog--listing .blog__row .card-item .content .tags, .desktop-style.tax-blog_tags .section__blog--listing .blog__row .card-item .content .tags {
        font-size: 15px;
        line-height: 28px;
        color: #88A0B4;
        font-weight: bold; }
        .desktop-style.post-type-archive-blog .section__blog--listing .blog__row .card-item .content .tags a, .desktop-style.tax-blog_category .section__blog--listing .blog__row .card-item .content .tags a, .desktop-style.tax-blog_tags .section__blog--listing .blog__row .card-item .content .tags a {
          color: #88A0B4;
          font-size: 15px;
          text-decoration: underline;
          font-weight: normal;
          font-family: "Gotham-Light", sans-serif;
          opacity: 0.9; }
    .desktop-style.post-type-archive-blog .section__blog--listing .blog__row:nth-of-type(even), .desktop-style.tax-blog_category .section__blog--listing .blog__row:nth-of-type(even), .desktop-style.tax-blog_tags .section__blog--listing .blog__row:nth-of-type(even) {
      position: relative;
      left: 140px; }
      @media only screen and (max-width: 1367px) {
        .desktop-style.post-type-archive-blog .section__blog--listing .blog__row:nth-of-type(even), .desktop-style.tax-blog_category .section__blog--listing .blog__row:nth-of-type(even), .desktop-style.tax-blog_tags .section__blog--listing .blog__row:nth-of-type(even) {
          left: 50px; } }
  .desktop-style.post-type-archive-blog .section__blog--listing .pagination, .desktop-style.tax-blog_category .section__blog--listing .pagination, .desktop-style.tax-blog_tags .section__blog--listing .pagination {
    text-align: center;
    margin-bottom: 140px; }
    .desktop-style.post-type-archive-blog .section__blog--listing .pagination .prev, .desktop-style.tax-blog_category .section__blog--listing .pagination .prev, .desktop-style.tax-blog_tags .section__blog--listing .pagination .prev {
      position: relative; }
      .desktop-style.post-type-archive-blog .section__blog--listing .pagination .prev:before, .desktop-style.tax-blog_category .section__blog--listing .pagination .prev:before, .desktop-style.tax-blog_tags .section__blog--listing .pagination .prev:before {
        border-right: 2px solid #F1FE67;
        content: '';
        display: block;
        height: 17px;
        margin-top: -5px;
        position: absolute;
        transform: rotate(-135deg);
        left: 0px;
        top: 0px; }
      .desktop-style.post-type-archive-blog .section__blog--listing .pagination .prev:after, .desktop-style.tax-blog_category .section__blog--listing .pagination .prev:after, .desktop-style.tax-blog_tags .section__blog--listing .pagination .prev:after {
        border-right: 2px solid #F1FE67;
        content: '';
        display: block;
        height: 17px;
        position: absolute;
        left: 0px;
        top: 1px;
        transform: rotate(-45deg);
        margin-top: 5px; }
    .desktop-style.post-type-archive-blog .section__blog--listing .pagination .next, .desktop-style.tax-blog_category .section__blog--listing .pagination .next, .desktop-style.tax-blog_tags .section__blog--listing .pagination .next {
      position: relative; }
      .desktop-style.post-type-archive-blog .section__blog--listing .pagination .next:before, .desktop-style.tax-blog_category .section__blog--listing .pagination .next:before, .desktop-style.tax-blog_tags .section__blog--listing .pagination .next:before {
        border-right: 2px solid #F1FE67;
        content: '';
        display: block;
        height: 17px;
        margin-top: -5px;
        position: absolute;
        transform: rotate(135deg);
        right: 0px;
        top: 0px; }
      .desktop-style.post-type-archive-blog .section__blog--listing .pagination .next:after, .desktop-style.tax-blog_category .section__blog--listing .pagination .next:after, .desktop-style.tax-blog_tags .section__blog--listing .pagination .next:after {
        border-right: 2px solid #F1FE67;
        content: '';
        display: block;
        height: 17px;
        position: absolute;
        right: 0px;
        top: 1px;
        transform: rotate(45deg);
        margin-top: 5px; }
    .desktop-style.post-type-archive-blog .section__blog--listing .pagination .page-numbers, .desktop-style.tax-blog_category .section__blog--listing .pagination .page-numbers, .desktop-style.tax-blog_tags .section__blog--listing .pagination .page-numbers {
      font-size: 18px;
      line-height: 28px;
      color: #FFFFFF;
      padding-left: 25px;
      padding-right: 25px;
      font-family: "Gotham-Book", sans-serif; }
      .desktop-style.post-type-archive-blog .section__blog--listing .pagination .page-numbers.current, .desktop-style.tax-blog_category .section__blog--listing .pagination .page-numbers.current, .desktop-style.tax-blog_tags .section__blog--listing .pagination .page-numbers.current {
        font-size: 18px;
        color: #40969a;
        font-weight: bold; }

.blog-tags-faq {
  margin-bottom: 105px;
  width: 100%;
  max-width: 819px;
  padding-top: 35px; }
  .blog-tags-faq .schema-faq-section {
    backdrop-filter: blur(2px);
    border-radius: 2px;
    padding: 0 45px 11px 0;
    position: relative; }
    .blog-tags-faq .schema-faq-section.is-active {
      background: rgba(14, 39, 61, 0.5);
      margin-bottom: 15px; }
      .blog-tags-faq .schema-faq-section.is-active .schema-faq-answer {
        display: block; }
      .blog-tags-faq .schema-faq-section.is-active .schema-faq-toggle span + span {
        opacity: 0; }
      .blog-tags-faq .schema-faq-section.is-active:after {
        content: none !important; }
    .blog-tags-faq .schema-faq-section:not(:last-child):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 .3s; }
    .blog-tags-faq .schema-faq-section .schema-faq-toggle {
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 18px;
      cursor: pointer;
      background: transparent;
      border: none;
      padding: 0;
      box-shadow: none; }
      .blog-tags-faq .schema-faq-section .schema-faq-toggle span {
        width: 18px;
        height: 2px;
        display: block;
        background: #88A0B4;
        border-radius: 50%;
        opacity: 1;
        transition: opacity .3s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .blog-tags-faq .schema-faq-section .schema-faq-toggle span + span {
          transform: translate(-50%, -50%) rotate(90deg); }
  .blog-tags-faq .schema-faq-question {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 20px 25px 21px;
    cursor: pointer; }
  .blog-tags-faq .schema-faq-answer {
    display: none;
    font-family: "gotham rounded medium", sans-serif;
    font-weight: 325;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #88A0B4;
    padding: 0 25px;
    margin: 0; }
  .blog-tags-faq h3 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 48px; }

@media (max-width: 1133px) {
  .desktop-style.single-blog .container {
    max-width: calc(100% - 70px); } }

@media (max-width: 1024px) {
  .desktop-style.single-blog .container {
    max-width: calc(100% - 60px); } }

@media (max-width: 1133px) {
  .desktop-style.single-blog .mastheader__container .mastheader__loto {
    padding-left: 35px; } }

@media (max-width: 1024px) {
  .desktop-style.single-blog .mastheader__container .mastheader__loto {
    padding-left: 30px; } }

.desktop-style.single-blog .section--cta-blog .section__meta .particles-wrapper .particles-button {
  height: 78px; }

.desktop-style.single-blog .breadcrumb {
  margin-bottom: 31px;
  padding-top: 77px; }
  .desktop-style.single-blog .breadcrumb nav a {
    font-family: "gotham rounded book", sans-serif;
    font-weight: 325; }
  .desktop-style.single-blog .breadcrumb nav p {
    margin-bottom: 0; }
    .desktop-style.single-blog .breadcrumb nav p a {
      text-decoration: none; }
      .desktop-style.single-blog .breadcrumb nav p a:hover {
        text-decoration: underline !important; }

.desktop-style.single-blog .single-blog__wrapper {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .desktop-style.single-blog .single-blog__wrapper {
      flex-wrap: wrap; } }

.desktop-style.single-blog .single-blog__sidebar {
  width: 270px;
  padding-top: 5px; }
  @media (max-width: 1133px) {
    .desktop-style.single-blog .single-blog__sidebar {
      width: 239px; } }
  @media (max-width: 768px) {
    .desktop-style.single-blog .single-blog__sidebar {
      width: 100%;
      padding-top: 15px; } }
  .desktop-style.single-blog .single-blog__sidebar h2, .desktop-style.single-blog .single-blog__sidebar h3 {
    font-family: "gotham rounded medium", sans-serif;
    font-weight: 350;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px; }

.desktop-style.single-blog .single-blog__categories {
  margin-bottom: 21px; }
  .desktop-style.single-blog .single-blog__categories a {
    display: flex;
    align-items: center;
    color: #88A0B4;
    margin-bottom: 15px;
    transition: .2s; }
    .desktop-style.single-blog .single-blog__categories a:hover {
      color: #fff; }
      .desktop-style.single-blog .single-blog__categories a:hover span {
        text-decoration: underline; }
      .desktop-style.single-blog .single-blog__categories a:hover .arrow {
        border-color: #F1FE67;
        width: 31px; }
        .desktop-style.single-blog .single-blog__categories a:hover .arrow .head, .desktop-style.single-blog .single-blog__categories a:hover .arrow .head:after {
          border-color: #F1FE67; }
    .desktop-style.single-blog .single-blog__categories a span {
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      font-size: 16px;
      line-height: 25px;
      margin-right: 10px; }
    .desktop-style.single-blog .single-blog__categories a .arrow {
      width: 16px;
      position: relative;
      border: 1px solid #88A0B4;
      border-radius: 1px;
      position: relative;
      background: #88A0B4;
      transition: .3s; }
      .desktop-style.single-blog .single-blog__categories a .arrow .head {
        border: 1px solid #88A0B4;
        border-radius: 1px;
        width: 6px;
        position: absolute;
        right: -4px;
        top: 1px;
        transform: rotate(-45deg);
        transition: .3s; }
        .desktop-style.single-blog .single-blog__categories a .arrow .head:after {
          content: '';
          border: 1px solid #88A0B4;
          border-radius: 1px;
          width: 5px;
          position: absolute;
          right: -4px;
          top: -4px;
          transform: rotate(90deg);
          transition: .3s; }

.desktop-style.single-blog .single-blog__tags {
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px; }
  .desktop-style.single-blog .single-blog__tags a {
    font-family: "gotham rounded book", sans-serif;
    text-decoration: underline;
    font-weight: 325;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-right: 15px;
    color: #88A0B4; }
    .desktop-style.single-blog .single-blog__tags a:hover {
      text-decoration: none; }

@media (max-width: 768px) {
  .desktop-style.single-blog .single-blog__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    column-gap: 30px;
    row-gap: 0; } }

@media (max-width: 590px) {
  .desktop-style.single-blog .single-blog__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    column-gap: 0;
    row-gap: 0; } }

.desktop-style.single-blog .single-blog__row .card-item {
  margin-bottom: 30px; }
  .desktop-style.single-blog .single-blog__row .card-item__thumbnail {
    display: flex;
    align-items: flex-end;
    height: 122px;
    margin-bottom: 10px;
    padding: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .desktop-style.single-blog .single-blog__row .card-item__thumbnail .overlay {
      background: linear-gradient(135deg, #193E5A 0%, #45A6A6 100%);
      mix-blend-mode: hard-light;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      z-index: 1; }
  .desktop-style.single-blog .single-blog__row .card-item .category {
    background: rgba(9, 29, 46, 0.8);
    backdrop-filter: blur(2px);
    margin: 0;
    padding: 1.5px 10px;
    font-family: "gotham rounded book", sans-serif;
    font-weight: 325;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    position: relative;
    z-index: 2; }
    .desktop-style.single-blog .single-blog__row .card-item .category span {
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      font-size: 15px;
      line-height: 26px;
      margin-right: 5px; }
    .desktop-style.single-blog .single-blog__row .card-item .category a {
      font-family: "gotham rounded medium", sans-serif;
      font-weight: 350;
      font-size: 12px;
      line-height: 26px;
      color: #F1FE67;
      text-decoration: underline; }
      .desktop-style.single-blog .single-blog__row .card-item .category a:hover {
        text-decoration: none; }
  .desktop-style.single-blog .single-blog__row .card-item .content .title {
    font-family: "gotham rounded medium", sans-serif;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF; }

@media screen and (min-width: 1200px) {
  .desktop-style.single-blog .blog--detail .container {
    max-width: 1174px; } }

.desktop-style.single-blog .blog--detail .img-header {
  padding: 156px 0 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 630px;
  text-align: center;
  position: relative;
  margin-bottom: 31px; }
  .desktop-style.single-blog .blog--detail .img-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #193E5A 0%, #45A6A6 100%);
    mix-blend-mode: hard-light;
    z-index: 1; }
  .desktop-style.single-blog .blog--detail .img-header .container {
    z-index: 2; }
  .desktop-style.single-blog .blog--detail .img-header .entry-title {
    font-size: 54px;
    max-width: 979px;
    line-height: 60px;
    font-weight: 400;
    margin: 0 auto 15px; }
  .desktop-style.single-blog .blog--detail .img-header .tags {
    font-family: "gotham rounded book", sans-serif;
    font-weight: 325; }
    .desktop-style.single-blog .blog--detail .img-header .tags a {
      font-family: inherit;
      font-size: 14px;
      line-height: 26px;
      color: #fff;
      opacity: .6;
      text-decoration: underline; }
      .desktop-style.single-blog .blog--detail .img-header .tags a:hover {
        text-decoration: none; }

.desktop-style.single-blog .blog--detail .m-content {
  width: calc(100% - 270px);
  padding-right: 55px; }
  @media (max-width: 1133px) {
    .desktop-style.single-blog .blog--detail .m-content {
      width: calc(100% - 239px);
      padding-right: 40px; } }
  @media (max-width: 768px) {
    .desktop-style.single-blog .blog--detail .m-content {
      width: 100%;
      padding-right: 0; } }
  .desktop-style.single-blog .blog--detail .m-content .m-content-bottom {
    padding-top: 55px; }
    .desktop-style.single-blog .blog--detail .m-content .m-content-bottom h3 {
      font-family: "Gotham-Bold", sans-serif;
      font-weight: 400;
      font-size: 40px;
      line-height: 40px;
      color: #FFFFFF; }
    .desktop-style.single-blog .blog--detail .m-content .m-content-bottom h2, .desktop-style.single-blog .blog--detail .m-content .m-content-bottom h3 {
      margin-bottom: 48px; }
    .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block {
      margin-bottom: 105px; }
      .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-section {
        backdrop-filter: blur(2px);
        border-radius: 2px;
        padding: 0 45px 11px 0;
        position: relative; }
        .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-section.is-active {
          background: rgba(14, 39, 61, 0.5);
          margin-bottom: 15px; }
          .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-section.is-active .schema-faq-answer {
            display: block; }
          .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-section.is-active .schema-faq-toggle span + span {
            opacity: 0; }
          .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-section.is-active:after {
            content: none !important; }
        .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-section:not(:last-child):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 .3s; }
        .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-section .schema-faq-toggle {
          position: absolute;
          right: 25px;
          top: 50%;
          transform: translateY(-50%);
          width: 18px;
          height: 18px;
          cursor: pointer;
          background: transparent;
          border: none;
          padding: 0;
          box-shadow: none; }
          .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-section .schema-faq-toggle span {
            width: 18px;
            height: 2px;
            display: block;
            background: #88A0B4;
            border-radius: 50%;
            opacity: 1;
            transition: opacity .3s;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-section .schema-faq-toggle span + span {
              transform: translate(-50%, -50%) rotate(90deg); }
      .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-question {
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
        padding: 20px 25px 21px;
        cursor: pointer; }
      .desktop-style.single-blog .blog--detail .m-content .m-content-bottom .schema-faq.wp-block-yoast-faq-block .schema-faq-answer {
        display: none;
        font-family: "gotham rounded medium", sans-serif;
        font-weight: 325;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        color: #88A0B4;
        padding: 0 25px;
        margin: 0; }
  .desktop-style.single-blog .blog--detail .m-content .category {
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(8, 60, 95, 0.4) 0%, rgba(14, 39, 61, 0.4) 100%);
    backdrop-filter: blur(2px);
    padding: 5.5px 10px;
    font-family: "gotham rounded book", sans-serif;
    font-weight: 325;
    font-size: 15px;
    line-height: 26px; }
    .desktop-style.single-blog .blog--detail .m-content .category span {
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      font-size: 15px;
      line-height: 26px;
      margin-right: 5px; }
    .desktop-style.single-blog .blog--detail .m-content .category a {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      color: #F1FE67; }
      .desktop-style.single-blog .blog--detail .m-content .category a:hover {
        text-decoration: underline; }
  .desktop-style.single-blog .blog--detail .m-content p {
    font-family: "gotham rounded book", sans-serif;
    font-weight: 325;
    font-size: 17px;
    line-height: 32px;
    color: #88A0B4;
    margin: 0 0 30px; }
    .desktop-style.single-blog .blog--detail .m-content p:first-of-type:not(.schema-faq-answer) {
      font-family: "gotham rounded medium", sans-serif;
      font-weight: 350;
      font-size: 18px;
      line-height: 27px;
      margin-top: 30px;
      margin-bottom: 35px; }
    .desktop-style.single-blog .blog--detail .m-content p strong {
      font-family: "gotham rounded medium", sans-serif !important;
      font-weight: 350; }
    .desktop-style.single-blog .blog--detail .m-content p a {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      text-decoration: underline; }
      .desktop-style.single-blog .blog--detail .m-content p a:hover {
        text-decoration: none;
        color: #F1FE67; }
  .desktop-style.single-blog .blog--detail .m-content h2, .desktop-style.single-blog .blog--detail .m-content h3 {
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 32px;
    font-family: "Gotham-Book", sans-serif; }
  .desktop-style.single-blog .blog--detail .m-content h4 {
    font-size: 18px;
    line-height: 27px;
    font-family: "Gotham-Medium", sans-serif;
    margin-bottom: 5px;
    color: #fff; }
    .desktop-style.single-blog .blog--detail .m-content h4 em {
      font-style: italic; }
  .desktop-style.single-blog .blog--detail .m-content h5 {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-family: "Gotham-Medium", sans-serif; }
  .desktop-style.single-blog .blog--detail .m-content blockquote p {
    margin: 0;
    font-size: 13px !important;
    line-height: 18px;
    color: #88A0B4;
    opacity: 0.5;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 60px !important; }
  .desktop-style.single-blog .blog--detail .m-content img {
    margin: 0 0 35px;
    width: 100%;
    display: block; }
  .desktop-style.single-blog .blog--detail .m-content span {
    font-family: "Gotham-Book", sans-serif;
    font-weight: bolder; }
  .desktop-style.single-blog .blog--detail .m-content ul {
    margin: 0 0 30px 18px; }
    .desktop-style.single-blog .blog--detail .m-content ul li {
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      font-size: 17px;
      line-height: 32px;
      margin-bottom: 35px;
      margin-top: 10px;
      position: relative;
      color: #88A0B4; }
      .desktop-style.single-blog .blog--detail .m-content ul li:after {
        content: "";
        position: absolute;
        display: block;
        width: 9px;
        height: 8px;
        background-color: #F1FE67;
        left: -18px;
        top: 11px; }
  .desktop-style.single-blog .blog--detail .m-content ol {
    margin: 0 0 30px 20px; }
    .desktop-style.single-blog .blog--detail .m-content ol li {
      list-style: decimal;
      font-size: 15px;
      line-height: 26px;
      margin-bottom: 10px;
      margin-top: 10px;
      position: relative;
      color: #88A0B4; }

.desktop-style .intro-text-content {
  padding-top: 270px;
  min-height: 920px;
  position: relative; }
  .desktop-style .intro-text-content .bubble {
    position: absolute;
    background-image: url("../img/svg/isometric.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0; }
  .desktop-style .intro-text-content .content {
    position: relative; }
    .desktop-style .intro-text-content .content .rectangle {
      position: absolute;
      width: 160px;
      height: 600px;
      border-top: 2px solid #40969a;
      left: -100px;
      top: -100px; }
      @media only screen and (max-width: 1311px) {
        .desktop-style .intro-text-content .content .rectangle {
          left: -20px; } }
      .desktop-style .intro-text-content .content .rectangle:before {
        content: "";
        position: absolute;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
        background-image: -webkit-linear-gradient(#40969a, transparent);
        background-image: -moz-linear-gradient(#40969a, transparent);
        background-image: -o-linear-gradient(#40969a, transparent);
        background-image: linear-gradient(#40969a, transparent);
        top: 0px;
        bottom: 50px;
        width: 2px;
        left: 0px;
        z-index: -1;
        height: 500px; }
      .desktop-style .intro-text-content .content .rectangle:after {
        content: "";
        position: absolute;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
        background-image: -webkit-linear-gradient(#40969a, transparent);
        background-image: -moz-linear-gradient(#40969a, transparent);
        background-image: -o-linear-gradient(#40969a, transparent);
        background-image: linear-gradient(#40969a, transparent);
        top: 0px;
        bottom: 50px;
        width: 2px;
        right: 0px;
        z-index: -1;
        height: 500px; }
    .desktop-style .intro-text-content .content h3 {
      font-size: 54px;
      line-height: 60px;
      color: #FFFFFF;
      max-width: 800px;
      margin-bottom: 30px; }
    .desktop-style .intro-text-content .content p {
      font-size: 18px;
      line-height: 30px;
      max-width: 711px;
      color: #88A0B4; }
  .desktop-style .intro-text-content .right-side {
    position: absolute;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 1520px) {
      .desktop-style .intro-text-content .right-side {
        max-width: 530px;
        top: 150px; } }
    @media only screen and (max-width: 1200px) {
      .desktop-style .intro-text-content .right-side {
        max-width: 450px;
        top: 150px; } }

.desktop-style .section-with-bg {
  padding: 250px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .desktop-style .section-with-bg .wrapper {
    max-width: 560px; }
    .desktop-style .section-with-bg .wrapper h3 {
      color: #091D2E;
      font-size: 54px;
      font-family: "Gotham-Bold", sans-serif;
      line-height: 60px;
      margin-bottom: 30px; }
    .desktop-style .section-with-bg .wrapper p {
      font-size: 18px;
      line-height: 30px;
      color: #252F38;
      margin: 0; }
  .desktop-style .section-with-bg.light {
    padding: 150px 0 250px; }
    .desktop-style .section-with-bg.light .wrapper h3 {
      color: #FFFFFF; }
    .desktop-style .section-with-bg.light .wrapper p {
      color: #88A0B4; }

.desktop-style .intro-text-content-multiple {
  padding-top: 180px;
  min-height: 1300px;
  position: relative; }
  .desktop-style .intro-text-content-multiple .content {
    position: relative; }
    .desktop-style .intro-text-content-multiple .content h3 {
      font-size: 54px;
      line-height: 60px;
      color: #FFFFFF;
      max-width: 800px;
      margin-bottom: 30px; }
    .desktop-style .intro-text-content-multiple .content p {
      font-size: 18px;
      line-height: 30px;
      max-width: 711px;
      color: #88A0B4; }
  .desktop-style .intro-text-content-multiple .right-side {
    position: absolute;
    right: 0;
    top: -150px;
    max-width: 1000px; }
    @media only screen and (max-width: 1520px) {
      .desktop-style .intro-text-content-multiple .right-side {
        max-width: 530px;
        top: 0px; } }
    @media only screen and (max-width: 1200px) {
      .desktop-style .intro-text-content-multiple .right-side {
        max-width: 450px;
        top: 0px; } }

.desktop-style .two-row-section {
  padding: 140px 0 40px 0; }
  .desktop-style .two-row-section__wrapper {
    display: flex;
    justify-content: center;
    align-content: flex-start; }
    .desktop-style .two-row-section__wrapper--left {
      margin-right: 60px; }
      .desktop-style .two-row-section__wrapper--left h3 {
        font-size: 54px;
        line-height: 60px;
        color: #FFFFFF;
        margin-bottom: 50px;
        font-family: "Gotham-Bold", sans-serif; }
      .desktop-style .two-row-section__wrapper--left p {
        max-width: 466px;
        font-size: 18px;
        line-height: 30px;
        color: #88A0B4;
        font-family: "Gotham-Book", sans-serif; }
    .desktop-style .two-row-section__wrapper--right {
      margin-left: 60px; }
      .desktop-style .two-row-section__wrapper--right h3 {
        font-size: 54px;
        line-height: 60px;
        color: #FFFFFF;
        margin-bottom: 50px;
        font-family: "Gotham-Bold", sans-serif; }
      .desktop-style .two-row-section__wrapper--right p {
        max-width: 466px;
        font-size: 18px;
        line-height: 30px;
        color: #88A0B4;
        font-family: "Gotham-Book", sans-serif; }
  .desktop-style .two-row-section .img {
    text-align: center;
    margin-top: 175px; }

.desktop-style .catalog-teaser {
  background: #fff;
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 130px;
  min-height: 730px; }
  @media screen and (max-width: 1440px) {
    .desktop-style .catalog-teaser {
      background-position: 320px 0; } }
  .desktop-style .catalog-teaser .content {
    position: relative; }
    .desktop-style .catalog-teaser .content h3 {
      font-size: 54px;
      line-height: 60px;
      color: #091D2E;
      max-width: 550px;
      margin-bottom: 30px; }
    .desktop-style .catalog-teaser .content p {
      font-size: 18px;
      line-height: 30px;
      max-width: 600px;
      color: #4D6375; }

.desktop-style .floor-teaser {
  background: #091D2E;
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 400px;
  min-height: 1110px; }
  .desktop-style .floor-teaser .content {
    position: relative; }
    .desktop-style .floor-teaser .content h3 {
      font-size: 54px;
      line-height: 60px;
      color: #FFFFFF;
      max-width: 429px;
      margin-bottom: 30px; }
    .desktop-style .floor-teaser .content p {
      font-size: 18px;
      line-height: 30px;
      max-width: 400px;
      color: #88A0B4; }

.desktop-style .floor-sample-teaser {
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 288px;
  min-height: 1000px; }
  @media screen and (max-width: 1440px) {
    .desktop-style .floor-sample-teaser {
      padding-top: 150px; } }
  .desktop-style .floor-sample-teaser .content {
    position: relative; }
    .desktop-style .floor-sample-teaser .content h3 {
      font-size: 54px;
      line-height: 60px;
      color: #FFFFFF;
      max-width: 429px;
      margin-bottom: 30px; }
    .desktop-style .floor-sample-teaser .content p {
      font-size: 18px;
      line-height: 30px;
      max-width: 400px;
      color: #88A0B4; }

.desktop-style .inspiration-teaser {
  background-repeat: no-repeat;
  background-position: right;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (max-width: 1440px) {
    .desktop-style .inspiration-teaser {
      padding-top: 150px; } }
  .desktop-style .inspiration-teaser .content {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .desktop-style .inspiration-teaser .content--left img {
      max-width: 420px; }
    .desktop-style .inspiration-teaser .content--right {
      padding-left: 90px; }
      @media screen and (max-width: 1199px) {
        .desktop-style .inspiration-teaser .content--right {
          padding-left: 25px; } }
      .desktop-style .inspiration-teaser .content--right h3 {
        font-size: 54px;
        line-height: 60px;
        color: #091D2E;
        max-width: 383px;
        margin-bottom: 30px; }
      .desktop-style .inspiration-teaser .content--right p {
        font-size: 18px;
        line-height: 30px;
        max-width: 451px;
        color: #4D6375; }

.desktop-style .art-seo {
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 80px;
  padding-bottom: 35px; }
  .desktop-style .art-seo .content {
    position: relative; }
    .desktop-style .art-seo .content--top {
      margin-bottom: 100px; }
      .desktop-style .art-seo .content--top h3 {
        font-size: 54px;
        line-height: 60px;
        color: #fff;
        text-align: center;
        margin-bottom: 30px; }
      .desktop-style .art-seo .content--top p {
        font-size: 18px;
        line-height: 30px;
        max-width: 768px;
        margin: 0 auto;
        color: #88A0B4;
        text-align: center; }

.desktop-style .service-category {
  margin: 100px 0; }
  .desktop-style .service-category .box {
    padding-top: 30px;
    padding-left: 60px;
    padding-bottom: 30px;
    position: relative;
    border-left: 2px solid #40969a; }
    .desktop-style .service-category .box:before {
      content: "";
      position: absolute;
      top: 0px;
      width: 100%;
      left: 0px;
      z-index: -1;
      height: 2px;
      background: linear-gradient(90deg, #45A6A6, rgba(9, 29, 46, 0)); }
    .desktop-style .service-category .box:after {
      content: "";
      position: absolute;
      bottom: 0px;
      width: 100%;
      left: 0px;
      z-index: -1;
      height: 2px;
      background: linear-gradient(90deg, #45A6A6, rgba(9, 29, 46, 0)); }
    .desktop-style .service-category .box h3 {
      font-size: 20px;
      line-height: 30px;
      color: #FFFFF;
      font-family: "Gotham-Light", sans-serif;
      padding-left: 15px;
      font-weight: 700; }
    .desktop-style .service-category .box--links {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 5px; }
      .desktop-style .service-category .box--links .item {
        position: relative;
        font-size: 20px; }
        .desktop-style .service-category .box--links .item:after {
          content: "/"; }
        .desktop-style .service-category .box--links .item a {
          color: #31A4AB;
          padding-left: 15px;
          padding-right: 15px;
          font-size: 20px;
          line-height: 20px;
          font-family: "Gotham-Medium", sans-serif; }
        .desktop-style .service-category .box--links .item:last-of-type:after {
          content: none; }

.desktop-style .indicator-footer {
  transform: rotate(180deg); }

.desktop-style .intro__container {
  position: relative; }

.desktop-style .intro__content {
  max-width: 100%;
  position: relative;
  z-index: 2; }
  .desktop-style .intro__content .h1 {
    margin-bottom: 0; }
    .desktop-style .intro__content .h1 .ml13, .desktop-style .intro__content .h1 .ml15, .desktop-style .intro__content .h1 .ml14, .desktop-style .intro__content .h1 .ml16 {
      line-height: 86.4px; }
      @media screen and (max-width: 1200px) {
        .desktop-style .intro__content .h1 .ml13, .desktop-style .intro__content .h1 .ml15, .desktop-style .intro__content .h1 .ml14, .desktop-style .intro__content .h1 .ml16 {
          font-size: 65px;
          line-height: 75px; } }
      @media screen and (max-width: 920px) {
        .desktop-style .intro__content .h1 .ml13, .desktop-style .intro__content .h1 .ml15, .desktop-style .intro__content .h1 .ml14, .desktop-style .intro__content .h1 .ml16 {
          font-size: 55px;
          line-height: 65px; } }
      .desktop-style .intro__content .h1 .ml13 .letter, .desktop-style .intro__content .h1 .ml15 .letter, .desktop-style .intro__content .h1 .ml14 .letter, .desktop-style .intro__content .h1 .ml16 .letter {
        line-height: 86.4px; }
        @media screen and (max-width: 1200px) {
          .desktop-style .intro__content .h1 .ml13 .letter, .desktop-style .intro__content .h1 .ml15 .letter, .desktop-style .intro__content .h1 .ml14 .letter, .desktop-style .intro__content .h1 .ml16 .letter {
            line-height: 75px; } }
        @media screen and (max-width: 920px) {
          .desktop-style .intro__content .h1 .ml13 .letter, .desktop-style .intro__content .h1 .ml15 .letter, .desktop-style .intro__content .h1 .ml14 .letter, .desktop-style .intro__content .h1 .ml16 .letter {
            line-height: 65px; } }
    .desktop-style .intro__content .h1 + a {
      margin-top: 53px;
      margin-bottom: 53px; }
  .desktop-style .intro__content .description {
    margin-bottom: 50px;
    padding-top: 59px; }
    .desktop-style .intro__content .description p {
      max-width: 485px;
      font-size: 18px;
      line-height: 30px;
      color: #96A3AE;
      margin-bottom: 0; }
      .desktop-style .intro__content .description p a {
        font-size: 18px;
        color: #96A3AE;
        text-decoration: none;
        text-align: center;
        margin: 0;
        padding: 0;
        transition: all 0.2s ease-in-out;
        position: relative;
        display: inline-block;
        font-family: "Gotham-Book", sans-serif; }
        .desktop-style .intro__content .description p a:after {
          content: "";
          display: block;
          width: 0;
          height: 2px;
          background: #F1FE67;
          transition: all 0.2s ease-in-out;
          position: absolute;
          bottom: 0px;
          opacity: 0;
          left: 0; }
        .desktop-style .intro__content .description p a:hover {
          color: #ffffff; }
          .desktop-style .intro__content .description p a:hover:after {
            width: 100%;
            opacity: 1; }

.desktop-style .intro .parent-top-video {
  position: absolute;
  width: 600px;
  height: 595px;
  overflow: hidden;
  right: 0; }
  @media screen and (max-width: 1194px) {
    .desktop-style .intro .parent-top-video {
      width: 465px;
      height: 454px;
      right: 15px; } }
  .desktop-style .intro .parent-top-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
    max-width: 200%;
    z-index: -1; }
  .desktop-style .intro .parent-top-video:before {
    content: "";
    background: linear-gradient(rgba(63, 174, 181, 0.5), rgba(7, 69, 107, 0.5));
    position: absolute;
    width: 100%;
    height: 100%; }
  .desktop-style .intro .parent-top-video:after {
    background-image: url("../img/overlay.svg");
    content: "";
    width: 500px;
    height: 600px;
    display: block;
    position: absolute;
    top: -3px;
    left: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1194px) {
      .desktop-style .intro .parent-top-video:after {
        width: 465px;
        height: 455px;
        top: 0;
        left: 0;
        background-size: 465px 455px; } }

.desktop-style .intro__logo {
  position: absolute;
  height: 600px;
  width: 570px;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.desktop-style .clients-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr); }
  .desktop-style .clients-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 54px;
    padding: 0 10px; }
    @media screen and (max-width: 1200px) {
      .desktop-style .clients-list__item {
        padding: 0 15px; } }
    .desktop-style .clients-list__item:nth-child(-n+6) {
      margin-top: 0; }
    .desktop-style .clients-list__item:nth-child(n+12) {
      margin-top: 49px; }
    .desktop-style .clients-list__item img {
      opacity: 0.25;
      transition: 0.3s; }
    .desktop-style .clients-list__item:hover img {
      opacity: 1; }

.desktop-style .section-latest {
  margin-bottom: -53px;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .desktop-style .section-latest {
      margin-bottom: 80px; } }
  .desktop-style .section-latest[data-visible="sr-0"] [data-image="sr-0"] {
    opacity: 1; }
  .desktop-style .section-latest[data-visible="sr-0"] [data-acc="sr-0"] .section-latest__latest-toggle__icon img {
    display: none; }
    .desktop-style .section-latest[data-visible="sr-0"] [data-acc="sr-0"] .section-latest__latest-toggle__icon img + img {
      display: block; }
  .desktop-style .section-latest[data-visible="sr-0"] [data-acc="sr-0"] + .section-latest__latest-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: .3s; }
  .desktop-style .section-latest[data-visible="sr-0"] .section-latest__latest-item:nth-child(2) {
    padding-left: 101px; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest[data-visible="sr-0"] .section-latest__latest-item:nth-child(2) {
        padding-left: 122px; } }
  .desktop-style .section-latest[data-visible="sr-0"] .section-latest__latest-item:nth-child(3) {
    padding-left: 88px; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest[data-visible="sr-0"] .section-latest__latest-item:nth-child(3) {
        padding-left: 99px; } }
    @media screen and (max-width: 1134px) {
      .desktop-style .section-latest[data-visible="sr-0"] .section-latest__latest-item:nth-child(3) {
        padding-left: 90px; } }
    @media screen and (max-width: 849px) {
      .desktop-style .section-latest[data-visible="sr-0"] .section-latest__latest-item:nth-child(3) {
        padding-left: 55px; } }
  .desktop-style .section-latest[data-visible="sr-1"] [data-image="sr-1"] {
    opacity: 1; }
  .desktop-style .section-latest[data-visible="sr-1"] [data-acc="sr-1"] .section-latest__latest-toggle__icon img {
    display: none; }
    .desktop-style .section-latest[data-visible="sr-1"] [data-acc="sr-1"] .section-latest__latest-toggle__icon img + img {
      display: block; }
  .desktop-style .section-latest[data-visible="sr-1"] [data-acc="sr-1"] + .section-latest__latest-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: .3s; }
  .desktop-style .section-latest[data-visible="sr-1"] .section-latest__latest-item:nth-child(2) {
    padding-left: 75px; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest[data-visible="sr-1"] .section-latest__latest-item:nth-child(2) {
        padding-left: 88px; } }
  .desktop-style .section-latest[data-visible="sr-1"] .section-latest__latest-item:nth-child(3) {
    padding-left: 69px; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest[data-visible="sr-1"] .section-latest__latest-item:nth-child(3) {
        padding-left: 73px; } }
    @media screen and (max-width: 1134px) {
      .desktop-style .section-latest[data-visible="sr-1"] .section-latest__latest-item:nth-child(3) {
        padding-left: 50px; } }
    @media screen and (max-width: 849px) {
      .desktop-style .section-latest[data-visible="sr-1"] .section-latest__latest-item:nth-child(3) {
        padding-left: 0; } }
  .desktop-style .section-latest[data-visible="sr-2"] [data-image="sr-2"] {
    opacity: 1; }
  .desktop-style .section-latest[data-visible="sr-2"] [data-acc="sr-2"] .section-latest__latest-toggle__icon img {
    display: none; }
    .desktop-style .section-latest[data-visible="sr-2"] [data-acc="sr-2"] .section-latest__latest-toggle__icon img + img {
      display: block; }
  .desktop-style .section-latest[data-visible="sr-2"] [data-acc="sr-2"] + .section-latest__latest-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: .3s; }
  .desktop-style .section-latest[data-visible="sr-2"] .section-latest__latest-item:nth-child(2) {
    padding-left: 75px; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest[data-visible="sr-2"] .section-latest__latest-item:nth-child(2) {
        padding-left: 88px; } }
  .desktop-style .section-latest[data-visible="sr-2"] .section-latest__latest-item:nth-child(3) {
    padding-left: 104px; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest[data-visible="sr-2"] .section-latest__latest-item:nth-child(3) {
        padding-left: 119px; } }
  .desktop-style .section-latest .p--green {
    margin-bottom: 14px; }
  .desktop-style .section-latest__bg {
    width: 986px;
    height: 1080px;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -389px;
    z-index: 1;
    opacity: 0;
    transition: .3s; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest__bg {
        width: 1080px !important;
        height: 1080px !important;
        background-position: top right;
        background-size: contain;
        left: -589px; } }
    @media screen and (max-width: 1134px) {
      .desktop-style .section-latest__bg {
        display: none; } }
  .desktop-style .section-latest__bg-tablet {
    display: none; }
    @media screen and (max-width: 1134px) {
      .desktop-style .section-latest__bg-tablet {
        width: 587px !important;
        height: 896px !important;
        background-position: top right;
        background-size: contain;
        display: block;
        left: -86px; } }
  .desktop-style .section-latest__inner {
    width: 100%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    display: flex; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest__inner {
        padding-left: 95px;
        padding-right: 95px; } }
    @media screen and (max-width: 1134px) {
      .desktop-style .section-latest__inner {
        padding-left: 86px;
        padding-right: 86px; } }
    @media screen and (max-width: 980px) {
      .desktop-style .section-latest__inner {
        padding-left: 25px;
        padding-right: 25px; } }
  .desktop-style .section-latest__left {
    position: relative;
    min-height: 1292px;
    min-width: 470px; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest__left {
        min-height: auto;
        min-width: 318px; } }
  .desktop-style .section-latest__content {
    width: 367px;
    position: absolute;
    left: 0;
    top: 479px;
    z-index: 5; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest__content {
        width: 100%;
        top: 373px; } }
    .desktop-style .section-latest__content h2 {
      margin-bottom: 20px; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest__content span {
        margin-bottom: 15px; } }
    .desktop-style .section-latest__content p {
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      font-size: 16px;
      line-height: 25px;
      color: #96A3AE;
      text-align: justify; }
  .desktop-style .section-latest__latest {
    position: relative;
    padding-top: 247px;
    z-index: 5;
    width: calc(100% - 470px); }
    @media screen and (max-width: 1194px) {
      .desktop-style .section-latest__latest {
        padding-top: 140px;
        padding-left: 26px;
        width: calc(100% - 318px); } }
    .desktop-style .section-latest__latest-toggle {
      display: flex;
      align-items: center;
      padding: 27px 0; }
      .desktop-style .section-latest__latest-toggle h3 {
        font-family: "Gotham-Book", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 22px;
        color: #fff;
        width: calc(100% - 85px);
        text-align: justify; }
        @media screen and (max-width: 1194px) {
          .desktop-style .section-latest__latest-toggle h3 {
            width: calc(100% - 71px); } }
        @media screen and (max-width: 980px) {
          .desktop-style .section-latest__latest-toggle h3 {
            font-size: 20px; } }
        @media screen and (max-width: 800px) {
          .desktop-style .section-latest__latest-toggle h3 {
            font-size: 18px;
            line-height: 20px; } }
      .desktop-style .section-latest__latest-toggle__icon {
        margin-right: 38px;
        width: 46px; }
        @media screen and (max-width: 1194px) {
          .desktop-style .section-latest__latest-toggle__icon {
            margin-right: 25px; } }
        @media screen and (max-width: 1194px) {
          .desktop-style .section-latest__latest-toggle__icon img {
            width: 45px;
            height: 45px; } }
        .desktop-style .section-latest__latest-toggle__icon img + img {
          display: none; }
    .desktop-style .section-latest__latest-item {
      margin-bottom: 61px;
      cursor: pointer;
      position: relative; }
      .desktop-style .section-latest__latest-item p {
        font-size: 15px;
        line-height: 24px;
        color: #fff;
        text-align: justify; }
      .desktop-style .section-latest__latest-item ul, .desktop-style .section-latest__latest-item ol {
        padding: 0;
        margin: 0; }
        .desktop-style .section-latest__latest-item ul li, .desktop-style .section-latest__latest-item ol li {
          font-size: 15px;
          line-height: 24px;
          color: #96A3AE;
          padding-left: 28px;
          margin-bottom: 23px;
          position: relative;
          text-align: justify; }
          .desktop-style .section-latest__latest-item ul li:before, .desktop-style .section-latest__latest-item ol li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 11px;
            width: 4px;
            height: 3px;
            background: #44A6A6;
            opacity: 0.9000000357627869;
            z-index: 5; }
    .desktop-style .section-latest__latest-content {
      padding-left: 85px;
      height: 0;
      visibility: hidden;
      opacity: 0;
      transition: .3s; }
      @media screen and (max-width: 1194px) {
        .desktop-style .section-latest__latest-content {
          padding-left: 70px; } }

.desktop-style .section {
  position: relative; }
  .desktop-style .section--cta a {
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 959px) {
      .desktop-style .section--cta a {
        position: relative;
        top: 20px;
        left: 0; } }
  .desktop-style .section--cta .btn {
    text-transform: uppercase; }
  .desktop-style .section--cta h2 {
    font-size: 40px;
    line-height: 50px; }
  @media screen and (max-width: 1194px) {
    .desktop-style .section--solution {
      padding-top: 120px !important; } }
  .desktop-style .section--solution .parent {
    height: 764px;
    object-fit: unset;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0; }
    .desktop-style .section--solution .parent video {
      position: absolute;
      top: 0; }
    .desktop-style .section--solution .parent:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: -150px;
      left: 0;
      background: url("../img/svg/fade-video.svg");
      z-index: 99; }
      @media screen and (max-width: 1194px) {
        .desktop-style .section--solution .parent:after {
          bottom: 0; } }
  .desktop-style .section--solution .section__content {
    padding-top: 46px; }
  .desktop-style .section p {
    font-family: "Gotham-Light", sans-serif; }
    .desktop-style .section p span {
      font-family: "Gotham-Light", sans-serif; }
  .desktop-style .section--process {
    margin-top: 224px;
    margin-bottom: 225px; }
    .desktop-style .section--process .section__content {
      padding-top: 55px; }
      .desktop-style .section--process .section__content .indicator {
        width: 138px; }
        @media screen and (max-width: 950px) {
          .desktop-style .section--process .section__content .indicator {
            width: 100px; } }
      .desktop-style .section--process .section__content .p--green {
        margin-bottom: 14px; }
      .desktop-style .section--process .section__content p {
        font-family: "Gotham-Book", sans-serif;
        color: #96A3AE;
        line-height: 28px; }
        .desktop-style .section--process .section__content p strong {
          font-family: "Gotham-Black", sans-serif; }
        .desktop-style .section--process .section__content p span {
          font-family: "Gotham-Book", sans-serif;
          color: #96A3AE; }
      .desktop-style .section--process .section__content .underline--content {
        top: 30px; }

.grecaptcha-badge {
  visibility: hidden !important; }

.desktop-style .mastcontent {
  margin-top: 70px; }

.desktop-style .section__meta {
  max-width: calc(8 * 100% / 12 + 45px); }
  .desktop-style .section__meta--offset {
    padding-left: calc(1 * 100% / 12); }
  .desktop-style .section__meta .subtitle {
    padding-top: 75px;
    padding-bottom: 50px; }
    .desktop-style .section__meta .subtitle p {
      font-size: 18px;
      line-height: 30px;
      color: #88a0b4; }

.desktop-style .section__content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  position: relative;
  z-index: 5; }
  .desktop-style .section__content--offset {
    padding-left: calc(1 * 100% / 12); }
  .desktop-style .section__content .box_1 {
    padding-left: 0; }
    .desktop-style .section__content .box_1 p {
      max-width: 403px;
      line-height: 28px; }
  .desktop-style .section__content .box_2 {
    margin-left: 20px; }
    .desktop-style .section__content .box_2 p {
      max-width: 450px;
      line-height: 28px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .section__content .box_2 {
        margin-left: 0px; }
        .desktop-style .section__content .box_2 p {
          max-width: 380px; } }

.desktop-style .section__col--1 {
  width: 100%;
  max-width: calc(1 * 100% / 12 + 30px);
  padding: 0px 15px; }

.desktop-style .section__col--2 {
  width: 100%;
  max-width: calc(2 * 100% / 12 + 30px);
  padding: 0px 15px; }

.desktop-style .section__col--4 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(4 * 100% / 12 + 30px); }

.desktop-style .section__col--5 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(5 * 100% / 12 + 30px); }

.desktop-style .section__col--6 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(6 * 100% / 12 + 30px); }

.desktop-style .section__col--8 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(8 * 100% / 12 + 30px); }

.desktop-style .section__col--12 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(12 * 100% / 12 + 30px); }

.desktop-style .section__gradient--green {
  background: linear-gradient(90deg, #45A6A6 90%, transparent 10%); }

.desktop-style .section.section--cta .section__meta {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  align-items: center; }
  .desktop-style .section.section--cta .section__meta h2 {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 635px;
    font-family: "Gotham-Book", sans-serif; }
    @media screen and (max-width: 1194px) {
      .desktop-style .section.section--cta .section__meta h2 {
        max-width: calc(100% - 200px); } }
  .desktop-style .section.section--cta .section__meta .grid__item {
    padding: 0;
    width: 180px;
    height: inherit;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0; }
    .desktop-style .section.section--cta .section__meta .grid__item a {
      position: relative;
      margin: auto; }
    .desktop-style .section.section--cta .section__meta .grid__item .particles-button {
      line-height: normal;
      padding: 33px 10px;
      height: inherit; }

.desktop-style .section.section-clients {
  margin-top: 123px;
  margin-bottom: 190px; }
  .desktop-style .section.section-clients .section__container {
    max-width: 1218px; }

.desktop-style .section.latest-work--teaser {
  margin-top: 50px; }
  .desktop-style .section.latest-work--teaser .p--green {
    margin-bottom: 10px; }
  .desktop-style .section.latest-work--teaser .card__list {
    margin-top: 55px; }

.desktop-style .section--service {
  margin-top: -396px;
  margin-bottom: 220px; }
  .desktop-style .section--service .fixed-space {
    max-width: 210px; }
  .desktop-style .section--service .service {
    left: initial;
    width: 100%; }
    .desktop-style .section--service .service__logo {
      position: absolute;
      left: -46px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5; }
  .desktop-style .section--service .section__content {
    justify-content: space-between; }
  .desktop-style .section--service .section__service-col {
    width: calc(50% - 50px); }
    .desktop-style .section--service .section__service-col .service__content {
      width: 100%;
      min-height: 275px; }

.desktop-style .intro--type2 {
  margin-bottom: 220px; }
  .desktop-style .intro--type2 p {
    font-family: "Gotham-Book", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #88a0b4; }
  .desktop-style .intro--type2__container {
    position: relative;
    align-items: flex-start;
    display: flex;
    max-width: 1300px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .intro--type2__container {
        display: block; } }
  .desktop-style .intro--type2__content {
    max-width: 550px;
    position: relative;
    z-index: 2;
    padding-top: 40px;
    min-width: 550px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .intro--type2__content {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        min-width: 100%; } }
  .desktop-style .intro--type2__right {
    padding-left: 130px;
    padding-top: 40px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .intro--type2__right {
        padding-left: 0; } }
    .desktop-style .intro--type2__right p {
      max-width: 530px;
      margin-bottom: 25px; }
      .desktop-style .intro--type2__right p:last-of-type {
        margin-bottom: 0; }
      @media screen and (max-width: 1199px) {
        .desktop-style .intro--type2__right p {
          max-width: 100%; } }

.desktop-style .card__list-cs .card__row-cs {
  padding: 55px 0 60px; }

.page-template-page__about.desktop-style .indicator-footer {
  transform: rotate(180deg); }

.page-template-page__about.desktop-style .breadcrumb {
  padding-top: 117px;
  margin-bottom: 0; }
  @media screen and (max-width: 959px) and (min-width: 767px) {
    .page-template-page__about.desktop-style .breadcrumb .container {
      max-width: calc(100% - 49px); } }
  @media screen and (max-width: 1199px) and (min-width: 960px) {
    .page-template-page__about.desktop-style .breadcrumb .container {
      max-width: 1034px; } }
  .page-template-page__about.desktop-style .breadcrumb p {
    margin-bottom: 0; }

.page-template-page__about.desktop-style .clutch {
  margin-top: 105px;
  margin-bottom: 43px;
  overflow: hidden; }

.page-template-page__about.desktop-style .about--intro {
  margin-top: 65px;
  padding-top: 61px;
  position: relative; }
  @media screen and (max-width: 1440px) {
    .page-template-page__about.desktop-style .about--intro {
      margin-top: 45px; } }
  .page-template-page__about.desktop-style .about--intro .intro-bg-video-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 893px;
    overflow: hidden; }
    .page-template-page__about.desktop-style .about--intro .intro-bg-video-wrapper::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(114.35deg, rgba(26, 62, 90, 0.81) 0.48%, rgba(26, 62, 90, 0) 54.34%, rgba(26, 62, 90, 0.48) 100.22%);
      display: block;
      z-index: 3; }
  .page-template-page__about.desktop-style .about--intro .intro-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2; }
  .page-template-page__about.desktop-style .about--intro .container {
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 960px) {
      .page-template-page__about.desktop-style .about--intro .container {
        max-width: calc(100% - 49px); } }
    @media screen and (min-width: 1200px) {
      .page-template-page__about.desktop-style .about--intro .container {
        max-width: 1153px; } }
  .page-template-page__about.desktop-style .about--intro .bordered-fading-content {
    top: -80px;
    width: 878px;
    z-index: 1;
    left: 113px; }
    @media screen and (max-width: 1440px) {
      .page-template-page__about.desktop-style .about--intro .bordered-fading-content {
        width: 857px; } }
    @media screen and (max-width: 766px) {
      .page-template-page__about.desktop-style .about--intro .bordered-fading-content {
        width: 35%; }
        .page-template-page__about.desktop-style .about--intro .bordered-fading-content .open-dev-radar {
          top: -30px; } }
  .page-template-page__about.desktop-style .about--intro .top-border {
    border: 2px solid;
    border-image-source: linear-gradient(122.27deg, #45A6A6 0%, rgba(9, 29, 46, 0) 79.72%);
    border-image-slice: 1;
    width: 100%;
    max-width: 880px;
    height: 929px;
    position: absolute;
    top: 0;
    left: -38px; }
    @media screen and (max-width: 1440px) {
      .page-template-page__about.desktop-style .about--intro .top-border {
        left: -15px; } }
  .page-template-page__about.desktop-style .about--intro .top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 600px;
    min-height: 929px;
    z-index: 2;
    position: relative;
    padding-top: 49px; }
    @media screen and (max-width: 1199px) {
      .page-template-page__about.desktop-style .about--intro .top {
        max-width: 494px; } }
    @media screen and (max-width: 959px) {
      .page-template-page__about.desktop-style .about--intro .top {
        max-width: 400px; } }
    .page-template-page__about.desktop-style .about--intro .top h1 {
      padding-bottom: 60px; }
      @media screen and (max-width: 1199px) {
        .page-template-page__about.desktop-style .about--intro .top h1 {
          font-size: 54px;
          line-height: 60px;
          padding-bottom: 32px; } }
      @media screen and (max-width: 766px) {
        .page-template-page__about.desktop-style .about--intro .top h1 {
          font-size: 40px; } }
      @media screen and (max-width: 1199px) {
        .page-template-page__about.desktop-style .about--intro .top h1 .ml13,
        .page-template-page__about.desktop-style .about--intro .top h1 .ml14,
        .page-template-page__about.desktop-style .about--intro .top h1 .ml15 {
          font-size: 54px; }
          .page-template-page__about.desktop-style .about--intro .top h1 .ml13 .letter,
          .page-template-page__about.desktop-style .about--intro .top h1 .ml14 .letter,
          .page-template-page__about.desktop-style .about--intro .top h1 .ml15 .letter {
            line-height: 60px; } }
    .page-template-page__about.desktop-style .about--intro .top p {
      font-size: 18px;
      line-height: 30px;
      color: #88A0B4;
      color: white;
      font-family: "Gotham-Book", sans-serif;
      font-style: normal;
      font-weight: 400; }
  .page-template-page__about.desktop-style .about--intro .bottom_block {
    margin-top: 75px;
    margin-right: 0;
    display: flex;
    z-index: 2;
    position: relative;
    margin-bottom: 180px; }
    @media screen and (max-width: 1440px) {
      .page-template-page__about.desktop-style .about--intro .bottom_block {
        margin-top: 140px; } }
    @media screen and (max-width: 1199px) {
      .page-template-page__about.desktop-style .about--intro .bottom_block {
        margin-bottom: 111px; } }
    .page-template-page__about.desktop-style .about--intro .bottom_block .image {
      width: 100%;
      margin-left: -41px;
      position: relative;
      min-height: 774px;
      max-width: 622px; }
      @media screen and (max-width: 1440px) {
        .page-template-page__about.desktop-style .about--intro .bottom_block .image {
          margin-left: -0px;
          width: 55%; } }
      @media screen and (max-width: 1199px) {
        .page-template-page__about.desktop-style .about--intro .bottom_block .image {
          min-height: 567px; } }
      @media screen and (max-width: 959px) {
        .page-template-page__about.desktop-style .about--intro .bottom_block .image {
          text-align: center; } }
      .page-template-page__about.desktop-style .about--intro .bottom_block .image .clutch-reviews__compact {
        position: absolute;
        bottom: 8px;
        right: -2px;
        z-index: 2;
        max-width: 282px; }
        @media screen and (max-width: 1199px) {
          .page-template-page__about.desktop-style .about--intro .bottom_block .image .clutch-reviews__compact {
            right: 14px;
            bottom: 4px;
            max-width: 250px; } }
        @media screen and (max-width: 959px) {
          .page-template-page__about.desktop-style .about--intro .bottom_block .image .clutch-reviews__compact {
            right: 0;
            bottom: -50px; } }
        @media screen and (max-width: 850px) {
          .page-template-page__about.desktop-style .about--intro .bottom_block .image .clutch-reviews__compact {
            bottom: 0; } }
      .page-template-page__about.desktop-style .about--intro .bottom_block .image .img-holder {
        max-width: 550px;
        max-height: 748px;
        height: 100%; }
        @media screen and (max-width: 1440px) {
          .page-template-page__about.desktop-style .about--intro .bottom_block .image .img-holder {
            max-width: 428px;
            max-height: 567px; } }
      .page-template-page__about.desktop-style .about--intro .bottom_block .image .imgg {
        min-height: 490px; }
    .page-template-page__about.desktop-style .about--intro .bottom_block .content {
      padding-top: 90px;
      padding-left: 32px;
      padding-right: 154px;
      max-width: 560px; }
      @media screen and (max-width: 1199px) {
        .page-template-page__about.desktop-style .about--intro .bottom_block .content {
          max-width: 472px;
          padding-left: 30px;
          padding-right: 96px; } }
      @media screen and (max-width: 959px) {
        .page-template-page__about.desktop-style .about--intro .bottom_block .content {
          width: 45%;
          padding-right: 0; } }
      @media screen and (max-width: 766px) {
        .page-template-page__about.desktop-style .about--intro .bottom_block .content {
          padding: 30px; } }
      .page-template-page__about.desktop-style .about--intro .bottom_block .content h2 {
        font-weight: 700;
        padding-bottom: 48px; }
        @media screen and (max-width: 1199px) {
          .page-template-page__about.desktop-style .about--intro .bottom_block .content h2 {
            font-size: 40px;
            line-height: 50px;
            max-width: 230px;
            padding-bottom: 35px; } }
        @media screen and (max-width: 850px) {
          .page-template-page__about.desktop-style .about--intro .bottom_block .content h2 {
            max-width: 100%; } }
      .page-template-page__about.desktop-style .about--intro .bottom_block .content p {
        font-size: 15px;
        line-height: 28px;
        color: #96A3AE;
        width: 346px; }
        .page-template-page__about.desktop-style .about--intro .bottom_block .content p:first-of-type {
          margin-bottom: 28px; }
        @media screen and (max-width: 1440px) {
          .page-template-page__about.desktop-style .about--intro .bottom_block .content p {
            width: 100%; } }
        @media screen and (max-width: 959px) {
          .page-template-page__about.desktop-style .about--intro .bottom_block .content p {
            width: 100%; } }
      .page-template-page__about.desktop-style .about--intro .bottom_block .content a {
        margin-top: 20px; }
    .page-template-page__about.desktop-style .about--intro .bottom_block.bottom_block--inverse {
      flex-direction: row-reverse;
      margin-left: 50px;
      margin-bottom: 50px;
      z-index: 0; }
      @media screen and (max-width: 1440px) {
        .page-template-page__about.desktop-style .about--intro .bottom_block.bottom_block--inverse {
          margin-left: 0px; } }
      @media screen and (max-width: 1199px) {
        .page-template-page__about.desktop-style .about--intro .bottom_block.bottom_block--inverse {
          margin-top: 0; } }
      .page-template-page__about.desktop-style .about--intro .bottom_block.bottom_block--inverse .image {
        margin-left: 0px; }
        @media screen and (max-width: 1440px) {
          .page-template-page__about.desktop-style .about--intro .bottom_block.bottom_block--inverse .image {
            margin-left: 0px;
            margin-right: 0px; } }
      .page-template-page__about.desktop-style .about--intro .bottom_block.bottom_block--inverse .content {
        padding-top: 115px; }
        @media screen and (max-width: 959px) {
          .page-template-page__about.desktop-style .about--intro .bottom_block.bottom_block--inverse .content {
            padding-left: 0;
            padding-right: 30px; } }

.page-template-page__about.desktop-style .grow {
  padding-top: 100px; }
  .page-template-page__about.desktop-style .grow .content {
    text-align: center;
    padding-top: 80px; }
    .page-template-page__about.desktop-style .grow .content h2 {
      font-weight: 700;
      margin-bottom: 53px;
      font-size: 54px;
      line-height: 60px; }
    .page-template-page__about.desktop-style .grow .content p {
      max-width: 750px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      color: #96A3AE;
      font-family: "Gotham-Book", sans-serif;
      font-style: normal;
      font-weight: 400; }
    .page-template-page__about.desktop-style .grow .content .btn__link {
      margin-top: 40px; }
    .page-template-page__about.desktop-style .grow .content .underline--content {
      margin-top: 40px; }
  .page-template-page__about.desktop-style .grow .parent {
    position: relative;
    top: -94px; }
    .page-template-page__about.desktop-style .grow .parent .image {
      position: absolute;
      width: 100%;
      text-align: center;
      background: transparent; }
      .page-template-page__about.desktop-style .grow .parent .image .img-draw {
        min-height: 415px;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 100% 415px;
        transform: translateX(0%);
        transition: 3s all ease-out;
        background: #091d2e; }
      .page-template-page__about.desktop-style .grow .parent .image img {
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%; }
      .page-template-page__about.desktop-style .grow .parent .image:before {
        background: transparent; }
      .page-template-page__about.desktop-style .grow .parent .image.active .img-draw {
        transform: translateX(100%); }

.page-template-page__about.desktop-style .section--partners {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 102px;
  padding-bottom: 100px;
  width: 100%;
  margin: 0 auto;
  margin-top: 220px;
  margin-bottom: 43px;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .page-template-page__about.desktop-style .section--partners {
      margin: 0;
      margin-top: 137px;
      margin-bottom: 43px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 959px) {
    .page-template-page__about.desktop-style .section--partners {
      margin-bottom: 43px; } }
  .page-template-page__about.desktop-style .section--partners::after, .page-template-page__about.desktop-style .section--partners::before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 50%;
    height: 76px;
    background-color: #091D2E;
    display: block; }
  .page-template-page__about.desktop-style .section--partners::before {
    left: 0;
    clip-path: polygon(0 0, calc(100% - 76px) 0, 100% 76px, 0 100%); }
  .page-template-page__about.desktop-style .section--partners::after {
    right: 0;
    clip-path: polygon(76px 0, 100% 0, 100% 100%, 0 100%); }
  @media screen and (max-width: 959px) {
    .page-template-page__about.desktop-style .section--partners + .review__testimonials {
      top: -100px; } }
  .page-template-page__about.desktop-style .section--partners .title,
  .page-template-page__about.desktop-style .section--partners .section__content {
    width: 100%;
    max-width: 895px;
    padding-left: 60px; }
    @media screen and (max-width: 1440px) {
      .page-template-page__about.desktop-style .section--partners .title,
      .page-template-page__about.desktop-style .section--partners .section__content {
        max-width: calc(100% - 330px); } }
  .page-template-page__about.desktop-style .section--partners .title {
    line-height: 60px; }
    @media screen and (max-width: 1199px) {
      .page-template-page__about.desktop-style .section--partners .title h2 {
        font-size: 54px;
        line-height: 60px; } }
    .page-template-page__about.desktop-style .section--partners .title p {
      width: 100%;
      max-width: 685px;
      margin: 30px 0 0; }
  .page-template-page__about.desktop-style .section--partners .indicator {
    width: 120px; }
    @media screen and (max-width: 1199px) {
      .page-template-page__about.desktop-style .section--partners .indicator {
        width: 100px; } }
    .page-template-page__about.desktop-style .section--partners .indicator--white {
      background: linear-gradient(90deg, #246D81 0%, #FFF 100%); }
  .page-template-page__about.desktop-style .section--partners .section__container {
    max-width: 1225px; }
  .page-template-page__about.desktop-style .section--partners .section__content {
    margin-bottom: 122px;
    padding-left: 60px; }
    .page-template-page__about.desktop-style .section--partners .section__content p {
      font-size: 15px;
      line-height: 28px;
      font-family: "Gotham-Book", sans-serif;
      font-style: normal;
      font-weight: 400; }
    @media screen and (max-width: 766px) {
      .page-template-page__about.desktop-style .section--partners .section__content {
        display: block; } }
    .page-template-page__about.desktop-style .section--partners .section__content ul li {
      padding-left: 48px;
      margin-bottom: 44px;
      position: relative; }
      .page-template-page__about.desktop-style .section--partners .section__content ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
        width: 30px;
        height: 4px;
        background: linear-gradient(90deg, #F1FE67 0%, rgba(255, 255, 255, 0) 100%); }
  .page-template-page__about.desktop-style .section--partners .partners--list .clients-list__item {
    width: calc(100% / 6);
    height: auto;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
    padding: 0 10px; }
    @media screen and (max-width: 1200px) {
      .page-template-page__about.desktop-style .section--partners .partners--list .clients-list__item {
        padding: 0 15px; } }
    @media screen and (max-width: 959px) {
      .page-template-page__about.desktop-style .section--partners .partners--list .clients-list__item {
        width: calc(100% / 5); } }
  .page-template-page__about.desktop-style .section--partners .partners--list .clients-list__item img {
    transition: .3s;
    opacity: 1; }

.page-template-page__about.desktop-style .team--list {
  margin-bottom: 86px; }
  @media screen and (max-width: 1199px) {
    .page-template-page__about.desktop-style .team--list {
      margin-bottom: 0; } }
  @media screen and (min-width: 960px) {
    .page-template-page__about.desktop-style .team--list .container {
      max-width: 1138px; } }
  @media screen and (min-width: 1200px) {
    .page-template-page__about.desktop-style .team--list .container {
      max-width: 1654px; } }
  .page-template-page__about.desktop-style .team--list.team-animating .team--list-top {
    position: sticky;
    top: 388px;
    min-height: 250px; }
  .page-template-page__about.desktop-style .team--list.team-animating .team--list-content {
    opacity: 0;
    visibility: hidden;
    transition: .2s; }
  .page-template-page__about.desktop-style .team--list-top {
    min-height: 126px;
    min-height: 250px;
    padding: 0 47px; }
    @media screen and (max-width: 1199px) {
      .page-template-page__about.desktop-style .team--list-top {
        padding: 0;
        min-height: 130px; } }
    .page-template-page__about.desktop-style .team--list-top__heading {
      position: relative; }
      @media screen and (max-width: 1199px) {
        .page-template-page__about.desktop-style .team--list-top__heading {
          padding-right: 79px; } }
      @media screen and (max-width: 959px) {
        .page-template-page__about.desktop-style .team--list-top__heading {
          padding-right: 0; } }
      .page-template-page__about.desktop-style .team--list-top__heading svg {
        max-width: 100%; }
      .page-template-page__about.desktop-style .team--list-top__heading .section-title {
        position: absolute;
        left: 185px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 64px;
        font-weight: 400;
        line-height: 60px; }
        @media screen and (max-width: 1199px) {
          .page-template-page__about.desktop-style .team--list-top__heading .section-title {
            font-size: 54px;
            left: 47px; } }
  .page-template-page__about.desktop-style .team--list-content {
    margin-top: -107px;
    margin-bottom: 172px;
    opacity: 1;
    visibility: visible;
    transition: .2s; }
    @media screen and (max-width: 1199px) {
      .page-template-page__about.desktop-style .team--list-content {
        margin-top: 5px; } }
    .page-template-page__about.desktop-style .team--list-content p {
      font-family: "gotham rounded book", sans-serif;
      font-weight: 325;
      color: #96A3AE;
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 0;
      width: 100%;
      max-width: 799px;
      padding-left: 240px; }
      @media screen and (max-width: 1199px) {
        .page-template-page__about.desktop-style .team--list-content p {
          padding-left: 57px; } }
      .page-template-page__about.desktop-style .team--list-content p + p {
        padding-top: 20px; }
  .page-template-page__about.desktop-style .team--list .card__list {
    width: 100%;
    max-width: 871px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 50px; }
    @media screen and (max-width: 1199px) {
      .page-template-page__about.desktop-style .team--list .card__list {
        max-width: 858px;
        margin-bottom: 0; } }
    .page-template-page__about.desktop-style .team--list .card__list .team__row {
      display: flex;
      flex-wrap: wrap; }
      .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item {
        max-width: 222px;
        width: 100%;
        margin-right: 102px;
        position: relative;
        min-height: 337px;
        margin-top: 70px; }
        .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item:nth-child(-n+3) {
          margin-top: 0; }
        @media screen and (max-width: 1199px) {
          .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item {
            margin-right: 70px; } }
        @media screen and (max-width: 959px) {
          .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item {
            margin-right: 35px; } }
        @media screen and (max-width: 766px) {
          .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item {
            margin-right: 20px; } }
        @media screen and (max-width: 782px) {
          .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item {
            margin-right: 27px; } }
        .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item:nth-of-type(3n + 3) {
          margin-right: 0px; }
        .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item:nth-child(3n + 2) {
          position: relative;
          top: -46px; }
        .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item:nth-child(3n + 3) {
          position: relative;
          top: 40px; }
        .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item .image_group {
          position: relative;
          max-width: 222px;
          height: 291px;
          overflow: hidden; }
          .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item .image_group img {
            width: 100%;
            width: 222px;
            height: 291px;
            position: absolute; }
            @media screen and (max-width: 980px) {
              .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item .image_group img {
                max-width: 222px; } }
        .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item .card__hire {
          max-width: 222px;
          width: 100%;
          height: 291px;
          position: relative;
          background-clip: padding-box, border-box;
          border: double 2px transparent;
          background-image: linear-gradient(#091d2f, #091d2f), radial-gradient(circle at top left, #2e707b, #091d2f);
          background-origin: border-box; }
          .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item .card__hire .content {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 160px;
            text-align: center; }
            .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item .card__hire .content p {
              font-size: 18px;
              line-height: 22px;
              margin-bottom: 34px;
              font-family: "Gotham-Medium", sans-serif;
              font-weight: 500; }
              @media not all and (min-resolution: 0.001dpcm) {
                @supports (-webkit-appearance: none) {
                  .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item .card__hire .content p {
                    font-family: "Gotham-Bold", sans-serif; } } }
        .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item .card__content {
          padding-left: 27px;
          padding-right: 27px;
          position: inherit;
          top: -25px;
          margin-bottom: -25px;
          z-index: 2; }
          .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item .card__content h3 {
            min-height: inherit;
            font-family: "Gotham-Book", sans-serif; }
          .page-template-page__about.desktop-style .team--list .card__list .team__row .card__item .card__content p {
            margin-top: 2px;
            margin-bottom: 0; }
  .page-template-page__about.desktop-style .team--list .rounded-circle {
    transform-origin: 200% center; }
    @media screen and (max-width: 1400px) {
      .page-template-page__about.desktop-style .team--list .rounded-circle {
        transform-origin: 150% center; } }
    @media screen and (max-width: 850px) {
      .page-template-page__about.desktop-style .team--list .rounded-circle {
        transform-origin: 100% center; } }

.desktop-style .chez.chez--block {
  margin-top: 60px; }
  .desktop-style .chez.chez--block .chez-slider {
    margin-left: 340px; }
    @media screen and (max-width: 1440px) {
      .desktop-style .chez.chez--block .chez-slider {
        margin-left: 100px; } }
    @media screen and (max-width: 1199px) {
      .desktop-style .chez.chez--block .chez-slider {
        margin-left: 50px; } }

.desktop-style .chez__top {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-left: 94px;
  padding-right: 15px; }
  @media screen and (min-width: 960px) {
    .desktop-style .chez__top {
      max-width: calc(100% - 49px); } }
  @media screen and (min-width: 1200px) {
    .desktop-style .chez__top {
      max-width: 1153px; } }
  @media screen and (max-width: 1440px) {
    .desktop-style .chez__top {
      padding-left: 32px; } }
  @media screen and (max-width: 959px) {
    .desktop-style .chez__top {
      padding: 0 15px; } }

.desktop-style .chez .marquee {
  width: 100%;
  max-width: 1307px;
  height: 200px;
  background-color: transparent;
  color: #eee;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  top: -300.5px;
  left: 60px;
  z-index: 99; }
  @media screen and (max-width: 1600px) {
    .desktop-style .chez .marquee {
      left: 15px;
      width: calc(100% - 30px); } }
  .desktop-style .chez .marquee a {
    font-size: 35px;
    color: red; }

.desktop-style .chez .images_container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .desktop-style .chez .images_container .img-holder img {
    width: 1122px;
    height: 748px; }

.desktop-style .chez .marquee-content {
  list-style: none;
  height: 100%;
  display: flex; }
  .desktop-style .chez .marquee-content h3 {
    font-size: 24px;
    line-height: 50px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    color: #F1FE67;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
    @media screen and (max-width: 1600px) {
      .desktop-style .chez .marquee-content h3 {
        font-size: 18px;
        line-height: 40px; } }
  .desktop-style .chez .marquee-content img {
    display: none; }
  .desktop-style .chez .marquee-content li {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
    padding: 35px 25px 35px;
    margin-right: 10px;
    position: relative;
    cursor: pointer; }
    .desktop-style .chez .marquee-content li .marquee-animabar {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 10px;
      opacity: 0;
      transition: opacity .3s; }
      .desktop-style .chez .marquee-content li .marquee-animabar__progress {
        height: 3px;
        background-color: #fff;
        border-radius: 10px; }

@keyframes animateProgressIn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
    .desktop-style .chez .marquee-content li p {
      font-weight: 500;
      font-size: 60px;
      font-family: "Gotham-Bold", sans-serif;
      color: #FFFFFF;
      line-height: 60px;
      color: black;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
      white-space: nowrap; }
      @media screen and (max-width: 1600px) {
        .desktop-style .chez .marquee-content li p {
          font-size: 50px;
          line-height: 50px; } }
    .desktop-style .chez .marquee-content li.slick-center, .desktop-style .chez .marquee-content li.slick-main-active {
      border-radius: 5px;
      background: linear-gradient(111deg, rgba(8, 60, 95, 0.3) -2.03%, rgba(14, 39, 61, 0.3) 103.26%);
      backdrop-filter: blur(7.5px); }
      .desktop-style .chez .marquee-content li.slick-center .marquee-animabar, .desktop-style .chez .marquee-content li.slick-main-active .marquee-animabar {
        opacity: 1;
        transition: opacity .3s; }
        .desktop-style .chez .marquee-content li.slick-center .marquee-animabar__progress, .desktop-style .chez .marquee-content li.slick-main-active .marquee-animabar__progress {
          animation: animateProgressIn 5.2s; }
      .desktop-style .chez .marquee-content li.slick-center h3, .desktop-style .chez .marquee-content li.slick-main-active h3 {
        opacity: 1;
        visibility: visible; }
      .desktop-style .chez .marquee-content li.slick-center p, .desktop-style .chez .marquee-content li.slick-main-active p {
        font-family: "Gotham-Bold", sans-serif;
        color: #FFFFFF;
        color: #FFFFFF;
        -webkit-text-fill-color: #FFFFFF;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff; }

@keyframes scrolling {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-100%); } }

.desktop-style .mastcontent {
  margin-top: 70px; }

.desktop-style .section__content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px; }
  .desktop-style .section__content--offset {
    padding-left: calc(1 * 100% / 12); }
  .desktop-style .section__content .box_1 {
    padding-left: 0; }
    .desktop-style .section__content .box_1 p {
      max-width: 403px;
      line-height: 28px; }
  .desktop-style .section__content .box_2 {
    margin-left: 20px; }
    .desktop-style .section__content .box_2 p {
      max-width: 450px;
      line-height: 28px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .section__content .box_2 {
        margin-left: 0px; }
        .desktop-style .section__content .box_2 p {
          max-width: 380px; } }

.desktop-style .section__row-2 ul {
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 1199px) {
    .desktop-style .section__row-2 ul {
      flex-wrap: wrap; } }
  .desktop-style .section__row-2 ul li {
    max-width: calc(5* 100% / 11);
    width: 100%;
    padding: 0 22px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .section__row-2 ul li {
        max-width: 100%; } }

.clients-list {
  display: flex;
  flex-wrap: wrap; }
  .clients-list__item {
    width: calc(1 * 99% / 6);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -15px; }
    .clients-list__item img {
      opacity: .25;
      transition: .3s; }
    .clients-list__item:hover img {
      opacity: 1; }

.services-bottom-contact {
  padding-top: 50px;
  margin-bottom: 128px; }
  @media screen and (max-width: 1130px) {
    .services-bottom-contact {
      margin-bottom: 80px; } }
  @media screen and (max-width: 1023px) {
    .services-bottom-contact {
      padding-top: 120px;
      margin-bottom: 60px; } }
  .services-bottom-contact--services-main {
    padding-top: 67px; }
  @media (min-width: 1200px) {
    .services-bottom-contact__container {
      max-width: 1173px; } }
  .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; }
  .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; }
  .services-bottom-contact__wrapper {
    display: flex; }
    .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) {
        .services-bottom-contact__wrapper h3 {
          margin-bottom: 24px; } }
  .services-bottom-contact__left {
    width: calc(100% - 548px); }
    @media screen and (max-width: 1194px) {
      .services-bottom-contact__left {
        width: calc(100% - 504px); } }
    @media screen and (max-width: 1130px) {
      .services-bottom-contact__left {
        width: calc(100% - 504px); } }
    @media screen and (max-width: 959px) {
      .services-bottom-contact__left {
        width: calc(100% - 405px); } }
    .services-bottom-contact__left .wpcf7-response-output {
      display: none !important; }
    .services-bottom-contact__left .form__item {
      position: relative;
      margin-bottom: 31px;
      z-index: 99; }
      @media screen and (max-width: 1194px) {
        .services-bottom-contact__left .form__item {
          margin-bottom: 31px; } }
      @media screen and (max-width: 1130px) {
        .services-bottom-contact__left .form__item {
          margin-bottom: 25px; } }
      .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; }
      .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;
        -webkit-appearance: none;
        border-radius: 0; }
        .services-bottom-contact__left .form__item input.active {
          border-bottom: 2px solid #45a6a6; }
      .services-bottom-contact__left .form__item label {
        position: absolute;
        top: 3px;
        font-size: 15px;
        color: #fff;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.2s;
        opacity: 1;
        z-index: -1;
        left: 0; }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) {
            .services-bottom-contact__left .form__item label {
              font-family: "Gotham-Light", sans-serif; } } }
        .services-bottom-contact__left .form__item label.active {
          top: -12px;
          font-size: 10px;
          opacity: 0.3; }
      .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; }
        .services-bottom-contact__left .form__item textarea.active {
          border-bottom: 2px solid #45a6a6; }
      .services-bottom-contact__left .form__item textarea::-webkit-scrollbar {
        width: 8px; }
      .services-bottom-contact__left .form__item textarea::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px grey;
        border-radius: 3px; }
      .services-bottom-contact__left .form__item textarea::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 1px grey;
        background: #083b40;
        border-radius: 3px; }
      .services-bottom-contact__left .form__item textarea::-webkit-scrollbar-thumb {
        background-color: #083b40;
        outline: 1px solid #083b40; }
      .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; }
      .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; }
      .services-bottom-contact__left .form__item.validated span.wpcf7-not-valid-tip {
        display: none; }
    .services-bottom-contact__left .wpcf7-validation-errors {
      border: 2px solid #F1FE67; }
    .services-bottom-contact__left .content__send {
      margin-top: 30px;
      margin-bottom: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .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; }
      .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; }
        .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) {
            .services-bottom-contact__left .content__send button {
              font-family: "Gotham-Medium", sans-serif; }
              .services-bottom-contact__left .content__send button span {
                font-family: "Gotham-Bold", sans-serif; } } }
        .services-bottom-contact__left .content__send button.disabled {
          background: #F1FE67;
          pointer-events: none;
          opacity: 0.3; }
        .services-bottom-contact__left .content__send button:hover {
          background-color: #D1E21C; }
      .services-bottom-contact__left .content__send .contact-submit-button {
        position: relative;
        margin: 0;
        top: 0; }
        .services-bottom-contact__left .content__send .contact-submit-button button {
          width: 160px;
          background: #F1FE67;
          padding: 25px 0;
          font-size: 13px;
          line-height: 18px;
          color: #ffffff;
          border: 0;
          font-family: "Gotham-Medium", sans-serif;
          font-style: normal;
          font-weight: 500;
          display: inline-block; }
          .services-bottom-contact__left .content__send .contact-submit-button button.disabled {
            background: #D1E21C; }
    .services-bottom-contact__left .content__info {
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 15px; }
      .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; }
    .services-bottom-contact__left .contact-message .wpcf7-not-valid-tip {
      top: -5px !important; }
    .services-bottom-contact__left .hidden-job-title {
      display: none; }
  .services-bottom-contact__right {
    width: 548px;
    padding-left: 80px;
    padding-top: 14px; }
    @media screen and (max-width: 959px) {
      .services-bottom-contact__right {
        width: 405px;
        padding-left: 50px; } }
    .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) {
        .services-bottom-contact__right .slides-steps li {
          margin-bottom: 35px; } }
      .services-bottom-contact__right .slides-steps li:last-child .dots {
        display: none; }
      .services-bottom-contact__right .slides-steps li .step {
        width: calc(100% - 314px);
        padding-right: 25px;
        position: relative; }
        @media (max-width: 1133px) {
          .services-bottom-contact__right .slides-steps li .step {
            width: calc(100% - 230px); } }
        .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; }
        .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; }
      .services-bottom-contact__right .slides-steps li .item {
        width: 314px; }
        @media (max-width: 1133px) {
          .services-bottom-contact__right .slides-steps li .item {
            width: 230px; } }
      .services-bottom-contact__right .slides-steps li .dots {
        position: absolute;
        top: calc(100% + 15px);
        left: 12px;
        height: 100%; }
        .services-bottom-contact__right .slides-steps li .dots span {
          display: block;
          width: 2px;
          height: 2px;
          border-radius: 50%;
          background: #fff;
          opacity: 0.3; }
          .services-bottom-contact__right .slides-steps li .dots span + span {
            margin-top: 16px; }
  @media (min-width: 1200px) {
    .services-bottom-contact__dcs .services-bottom-contact__container {
      max-width: 1197px; } }
  .services-bottom-contact__dcs .services-bottom-contact__left {
    width: calc(100% - 572px); }
    @media screen and (max-width: 1133px) {
      .services-bottom-contact__dcs .services-bottom-contact__left {
        width: calc(100% - 504px); } }
    @media screen and (max-width: 1023px) {
      .services-bottom-contact__dcs .services-bottom-contact__left {
        width: calc(100% - 394px); } }
  .services-bottom-contact__dcs .services-bottom-contact__right {
    width: 572px;
    padding-top: 10px; }
    @media screen and (max-width: 1133px) {
      .services-bottom-contact__dcs .services-bottom-contact__right {
        width: 434px; } }
    @media screen and (max-width: 1024px) {
      .services-bottom-contact__dcs .services-bottom-contact__right {
        width: 504px; } }
    @media screen and (max-width: 1023px) {
      .services-bottom-contact__dcs .services-bottom-contact__right {
        width: 394px;
        padding-left: 40px; } }
    @media screen and (max-width: 1024px) {
      .services-bottom-contact__dcs .services-bottom-contact__right .slides-steps li .step {
        width: calc(100% - 285px); } }
    @media screen and (max-width: 1023px) {
      .services-bottom-contact__dcs .services-bottom-contact__right .slides-steps li .step {
        width: calc(100% - 230px); } }
    @media screen and (max-width: 1024px) {
      .services-bottom-contact__dcs .services-bottom-contact__right .slides-steps li .item {
        width: 285px; } }
    @media screen and (max-width: 1023px) {
      .services-bottom-contact__dcs .services-bottom-contact__right .slides-steps li .item {
        width: 230px; } }
  .services-bottom-contact__ced {
    padding-top: 140px; }
    @media screen and (max-width: 1200px) {
      .services-bottom-contact__ced {
        padding-top: 117px; } }

.partners-testimonial {
  width: 100%;
  max-width: 1278px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .partners-testimonial::before, .partners-testimonial::after {
    content: '';
    position: absolute;
    display: block;
    width: 460px;
    height: 254px;
    border: 8px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(133deg, rgba(241, 254, 103, 0.3) 2.54%, rgba(255, 255, 255, 0) 32.64%);
    z-index: 1; }
  .partners-testimonial::before {
    top: 0;
    left: 15px; }
  .partners-testimonial::after {
    bottom: 0;
    right: 15px;
    transform: rotate(180deg); }
  .partners-testimonial__inner {
    width: 100%;
    max-width: 1165px;
    margin-left: auto;
    margin-right: auto;
    padding: 51px 0 10px;
    position: relative;
    z-index: 5; }
    .partners-testimonial__inner > p {
      font-family: "Gotham-Medium", sans-serif;
      font-size: 24px;
      line-height: 37px;
      color: #fff; }
  .partners-testimonial__source {
    display: flex;
    align-items: center; }
    .partners-testimonial__source img {
      width: 80px;
      height: 80px; }
  .partners-testimonial__source-details {
    width: calc(100% - 80px);
    padding-left: 14px; }
    .partners-testimonial__source-details p {
      font-size: 18px;
      line-height: 26px;
      margin: 0;
      color: #fff; }
      .partners-testimonial__source-details p strong {
        font-family: "Gotham-Medium", sans-serif; }

.block-meet-team {
  margin-bottom: 124px; }
  .block-meet-team h2,
  .block-meet-team ul,
  .block-meet-team .underline--content {
    position: relative;
    z-index: 5; }
  .block-meet-team h2 {
    margin-bottom: 58px; }
  .block-meet-team__inner {
    position: relative;
    overflow: hidden;
    padding-top: 102px;
    padding-bottom: 72px;
    width: 100%;
    max-width: 1806px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .block-meet-team__inner ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      list-style: none;
      padding: 0;
      margin: 0 0 78px;
      gap: 30px; }
  .block-meet-team__bg {
    width: calc(100% - 162px);
    position: absolute;
    bottom: 0;
    left: 81px;
    object-fit: contain;
    z-index: 1; }

.featured-clients {
  margin-bottom: 150px; }
  .featured-clients__title {
    font-family: "Gotham-Medium", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px; }
  .featured-clients ul {
    display: flex;
    align-items: center;
    gap: 35px; }
  .featured-clients li {
    display: flex;
    align-items: center;
    justify-content: center; }
    .featured-clients li img {
      width: 100%;
      height: 100%;
      max-width: 155px;
      max-height: 22px;
      object-fit: contain;
      object-position: center; }

.desktop-style .team--list .grid__item-imga {
  width: 222px !important;
  height: 291px !important;
  position: relative; }
  .desktop-style .team--list .grid__item-imga img {
    position: absolute;
    top: 0;
    opacity: 0; }
    .desktop-style .team--list .grid__item-imga img:first-of-type {
      display: block;
      opacity: 1; }
    .desktop-style .team--list .grid__item-imga img + canvas {
      display: block; }
  .desktop-style .team--list .grid__item-imga canvas {
    width: 222px !important;
    height: 291px !important;
    position: absolute;
    top: 0; }
    .desktop-style .team--list .grid__item-imga canvas.new {
      display: none; }
      .desktop-style .team--list .grid__item-imga canvas.new:first-of-type {
        display: block; }

.desktop-style .team--list .grid .element {
  width: 200px;
  float: left; }

.desktop-style .case-studies-full .grid__item-imga {
  width: 255px !important;
  height: 335px !important;
  position: relative; }
  @media screen and (max-width: 980px) {
    .desktop-style .case-studies-full .grid__item-imga {
      width: 210px !important;
      height: 290px !important; } }
  .desktop-style .case-studies-full .grid__item-imga img {
    position: absolute;
    top: 0;
    opacity: 0; }
    .desktop-style .case-studies-full .grid__item-imga img:first-of-type {
      display: block;
      opacity: 1; }
  .desktop-style .case-studies-full .grid__item-imga canvas {
    width: 255px !important;
    height: 335px !important;
    display: none;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 980px) {
      .desktop-style .case-studies-full .grid__item-imga canvas {
        width: 210px !important;
        height: 290px !important; } }
    .desktop-style .case-studies-full .grid__item-imga canvas.new {
      display: none; }
      .desktop-style .case-studies-full .grid__item-imga canvas.new:first-of-type {
        display: block; }

.desktop-style .case-studies-full .grid .element {
  width: 255px;
  float: left; }

.desktop-style .image-header-top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  z-index: -1;
  background-size: cover; }

@media screen and (min-width: 1200px) {
  .desktop-style .single-jobs-breadcrumbs-wrapper .container {
    max-width: 1252px; } }

.desktop-style .jobs--intro.detail {
  margin-bottom: 120px; }
  .desktop-style .jobs--intro.detail .rounded-circle {
    top: 350px; }
  @media screen and (min-width: 1200px) {
    .desktop-style .jobs--intro.detail .container {
      max-width: 1252px; } }
  .desktop-style .jobs--intro.detail .container .detail--wrapper {
    margin-top: 142px; }
    .desktop-style .jobs--intro.detail .container .detail--wrapper .bordered-fading-content {
      width: 843px;
      min-height: 100%;
      border-top: 2px solid #40969a;
      position: absolute;
      top: -96px;
      left: 96px;
      z-index: -1; }
      @media screen and (max-width: 1199px) {
        .desktop-style .jobs--intro.detail .container .detail--wrapper .bordered-fading-content {
          width: 70%; } }
      @media screen and (max-width: 766px) {
        .desktop-style .jobs--intro.detail .container .detail--wrapper .bordered-fading-content {
          display: none; } }
      .desktop-style .jobs--intro.detail .container .detail--wrapper .bordered-fading-content:before {
        content: "";
        position: absolute;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
        background-image: -webkit-linear-gradient(#40969a, transparent);
        background-image: -moz-linear-gradient(#40969a, transparent);
        background-image: -o-linear-gradient(#40969a, transparent);
        background-image: linear-gradient(#40969a, transparent);
        top: 0px;
        bottom: 50px;
        width: 2px;
        left: 0px;
        z-index: -1;
        height: 40%; }
      .desktop-style .jobs--intro.detail .container .detail--wrapper .bordered-fading-content:after {
        content: "";
        position: absolute;
        background-image: linear-gradient(#40969a, transparent);
        top: 0px;
        bottom: 50px;
        width: 2px;
        right: 0px;
        z-index: -1;
        height: 40%; }
    .desktop-style .jobs--intro.detail .container .detail--wrapper h1 {
      max-width: 890px; }
      @media screen and (max-width: 959px) {
        .desktop-style .jobs--intro.detail .container .detail--wrapper h1 {
          font-size: 60px; } }
      @media screen and (max-width: 959px) {
        .desktop-style .jobs--intro.detail .container .detail--wrapper h1 .ml13, .desktop-style .jobs--intro.detail .container .detail--wrapper h1 .ml14, .desktop-style .jobs--intro.detail .container .detail--wrapper h1 .ml15 {
          font-size: 60px; } }
      @media screen and (max-width: 959px) {
        .desktop-style .jobs--intro.detail .container .detail--wrapper h1 .ml13 .letter, .desktop-style .jobs--intro.detail .container .detail--wrapper h1 .ml14 .letter, .desktop-style .jobs--intro.detail .container .detail--wrapper h1 .ml15 .letter {
          line-height: 60px; } }
  .desktop-style .jobs--intro.detail .container .jobs {
    margin-top: 80px; }
    @media screen and (max-width: 959px) {
      .desktop-style .jobs--intro.detail .container .jobs {
        margin-top: 40px; } }
    .desktop-style .jobs--intro.detail .container .jobs .jobs_left {
      flex-basis: 55%; }
      .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content {
        margin-top: 0;
        margin-bottom: 35px;
        margin-left: 180px; }
        .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations {
          max-width: 485px; }
          .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations h3 {
            color: #ffffff;
            font-size: 18px;
            line-height: 27px;
            margin-bottom: 20px;
            font-family: "Gotham-Medium", sans-serif;
            font-style: normal;
            font-weight: 500;
            position: relative; }
            .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations h3:before {
              content: '';
              width: 151px;
              height: 4px;
              background: linear-gradient(90deg, rgba(9, 29, 46, 0) 0%, #45A6A6 100%);
              position: absolute;
              top: 5px;
              left: -180px; }
          .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations h3:not(:first-of-type) {
            margin-top: 40px; }
          .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations h4 {
            font-family: "Gotham";
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            color: #ffffff;
            margin-bottom: 15px; }
          .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations p {
            font-size: 15px; }
            .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations p a {
              color: #F1FE67;
              font-size: inherit;
              font-family: "Gotham-Medium", sans-serif; }
              .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations p a:hover {
                border-bottom: 1px solid #F1FE67; }
            .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations p strong a {
              font-family: "Gotham-Bold", sans-serif; }
            .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations p:first-of-type {
              margin-top: 30px; }
          .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations ul {
            margin-left: 19px;
            margin-top: -20px;
            padding-bottom: 15px; }
            .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations ul li {
              font-family: "Gotham-Light", sans-serif;
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              color: #96a3ae;
              position: relative;
              line-height: 25px;
              padding-top: 15px; }
              @media not all and (min-resolution: 0.001dpcm) {
                @supports (-webkit-appearance: none) {
                  .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations ul li {
                    font-family: "Gotham-Light", sans-serif; } } }
              .desktop-style .jobs--intro.detail .container .jobs .jobs_left .content .content__informations ul li:after {
                content: "";
                position: absolute;
                display: block;
                width: 5px;
                height: 5px;
                background-color: #44a6a6;
                left: -19px;
                top: 26px; }
      .desktop-style .jobs--intro.detail .container .jobs .jobs_left .job_benefits {
        padding-left: 180px;
        max-width: 670px; }
        .desktop-style .jobs--intro.detail .container .jobs .jobs_left .job_benefits h2 {
          font-size: 32px;
          line-height: 38px;
          color: #fff;
          margin-bottom: 45px; }
        .desktop-style .jobs--intro.detail .container .jobs .jobs_left .job_benefits .job_benefits_list {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 20px; }
          .desktop-style .jobs--intro.detail .container .jobs .jobs_left .job_benefits .job_benefits_list li {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            background: linear-gradient(111deg, rgba(8, 60, 95, 0.3) -2.03%, rgba(14, 39, 61, 0.3) 103.26%);
            backdrop-filter: blur(7.5px);
            padding: 15px;
            text-align: center; }
            .desktop-style .jobs--intro.detail .container .jobs .jobs_left .job_benefits .job_benefits_list li img {
              margin-bottom: 20px; }
            .desktop-style .jobs--intro.detail .container .jobs .jobs_left .job_benefits .job_benefits_list li p {
              font-size: 18px;
              line-height: 27px;
              margin-bottom: 0; }
    .desktop-style .jobs--intro.detail .container .jobs .jobs_right {
      width: 100%;
      max-width: 499px;
      margin-left: 50px;
      position: sticky;
      top: 180px;
      border-radius: 12px;
      background: linear-gradient(111deg, rgba(8, 60, 95, 0.3) -2.03%, rgba(14, 39, 61, 0.3) 103.26%);
      backdrop-filter: blur(7.5px);
      align-self: flex-start;
      display: block;
      padding: 30px; }
      @media screen and (min-width: 1200px) and (max-height: 850px) {
        .desktop-style .jobs--intro.detail .container .jobs .jobs_right {
          top: 120px; } }
      @media screen and (max-width: 1199px) {
        .desktop-style .jobs--intro.detail .container .jobs .jobs_right {
          display: none; } }
      .desktop-style .jobs--intro.detail .container .jobs .jobs_right__image {
        width: 100%;
        height: 319px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 30px; }
      .desktop-style .jobs--intro.detail .container .jobs .jobs_right__title {
        font-family: "Gotham-Book", sans-serif;
        font-size: 24px;
        line-height: 32px;
        color: #fff;
        margin-bottom: 20px; }
      .desktop-style .jobs--intro.detail .container .jobs .jobs_right__button {
        font-family: "gotham rounded medium", sans-serif;
        font-weight: 350;
        font-size: 16px;
        line-height: 24px;
        padding: 20px;
        text-align: center;
        background: #F1FE67;
        color: #091D2E;
        display: block;
        width: 100%; }
        .desktop-style .jobs--intro.detail .container .jobs .jobs_right__button:hover {
          background-color: #D1E21C; }
      .desktop-style .jobs--intro.detail .container .jobs .jobs_right__extras {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px; }
        .desktop-style .jobs--intro.detail .container .jobs .jobs_right__extras-left, .desktop-style .jobs--intro.detail .container .jobs .jobs_right__extras-right {
          display: flex;
          align-items: center; }
        .desktop-style .jobs--intro.detail .container .jobs .jobs_right__extras p {
          font-family: "Gotham-Book", sans-serif;
          font-size: 16px;
          line-height: 25px;
          padding-left: 15px;
          margin: 0;
          color: #96A3AE; }
          .desktop-style .jobs--intro.detail .container .jobs .jobs_right__extras p strong {
            font-family: "gotham rounded medium", sans-serif !important;
            font-weight: 350;
            font-size: 18px;
            line-height: 27px;
            color: #fff; }
  .desktop-style .jobs--intro.detail .container .jobs-apply {
    margin-top: 48px;
    margin-left: 180px;
    padding-top: 100px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .jobs--intro.detail .container .jobs-apply {
        margin-left: 0; } }
    .desktop-style .jobs--intro.detail .container .jobs-apply h3 {
      font-size: 20px;
      line-height: 28px;
      padding-top: 45px;
      color: #ffffff;
      font-family: "Gotham-Medium", sans-serif;
      font-style: normal;
      font-weight: 500;
      margin-bottom: 25px; }
    .desktop-style .jobs--intro.detail .container .jobs-apply .resume {
      position: relative;
      top: 10px; }
    .desktop-style .jobs--intro.detail .container .jobs-apply form {
      width: 100%;
      max-width: 747px; }
      .desktop-style .jobs--intro.detail .container .jobs-apply form.invalid .jobs-submit-button .loader {
        display: none; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form.invalid .jobs-submit-button .loader + span {
          visibility: visible;
          opacity: 1; }
      .desktop-style .jobs--intro.detail .container .jobs-apply form .wpcf7-response-output {
        display: none !important; }
      .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item {
        position: relative;
        margin-bottom: 25px;
        font-family: "Gotham-Book", sans-serif;
        font-style: normal;
        z-index: 99; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .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 .jobs--intro.detail .container .jobs-apply form .form__item input:-webkit-autofill,
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item input:-webkit-autofill:hover,
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item input:-webkit-autofill:focus,
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item textarea:-webkit-autofill,
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item textarea:-webkit-autofill:hover,
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item textarea:-webkit-autofill:focus,
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item select:-webkit-autofill,
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item select:-webkit-autofill:hover,
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item select:-webkit-autofill:focus {
          -webkit-text-fill-color: #fff;
          background: transparent;
          -webkit-box-shadow: 0 0 0px 1000px transparent inset;
          transition: background-color 5000s ease-in-out 0s; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item input {
          width: 100%;
          height: 46px;
          background: transparent;
          color: #fff;
          font-size: 14px;
          position: relative;
          z-index: 1;
          border: none;
          border-bottom: 1px solid #88A0B4;
          font-style: normal;
          font-family: "Opens-Sans", sans-serif; }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item input:focus {
            border-bottom-color: #31A4AB; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item label {
          position: absolute;
          top: 5px;
          left: 0;
          font-size: 16px;
          color: #fff;
          transition: 0.2s;
          opacity: 1;
          font-family: "Gotham-Book", sans-serif;
          font-style: normal;
          z-index: -1; }
          @supports (-webkit-appearance: none) {
            .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item label {
              font-family: "Gotham-Light", sans-serif; } }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item label.active {
            top: -12px;
            font-size: 10px;
            opacity: 0.3; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item textarea {
          width: 100%;
          resize: none;
          padding-bottom: 5px;
          background-color: transparent;
          border: 0;
          border-bottom: 1px solid #88A0B4;
          font-size: 15px;
          color: #fff;
          font-style: normal;
          font-weight: 400;
          padding-top: 15px;
          height: 175px;
          padding-right: 40px;
          font-family: "Opens-Sans", sans-serif; }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item textarea.active {
            border-bottom: 2px solid #45a6a6; }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item textarea:focus {
            border-bottom-color: #31A4AB; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item .req {
          position: absolute;
          right: 43px;
          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 .jobs--intro.detail .container .jobs-apply form .form__item.validated:after {
          background-image: url("../img/svg/check-dimmed.svg");
          content: "";
          width: 13px;
          height: 11px;
          display: block;
          position: absolute;
          top: 20px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          right: 0; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item.validated .req {
          transition: 0.3s ease-out;
          opacity: 0;
          visibility: hidden; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item.validated span.wpcf7-not-valid-tip {
          display: none; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item.last-text-area span.wpcf7-not-valid-tip {
          top: -1px; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item.last-text-area textarea::-webkit-scrollbar {
          width: 8px; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item.last-text-area textarea::-webkit-scrollbar-track {
          box-shadow: inset 0 0 1px grey;
          border-radius: 3px; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item.last-text-area textarea::-webkit-scrollbar-thumb {
          box-shadow: inset 0 0 1px grey;
          background: #083b40;
          border-radius: 3px; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__item.last-text-area textarea::-webkit-scrollbar-thumb {
          background-color: #083b40;
          outline: 1px solid #083b40; }
      .desktop-style .jobs--intro.detail .container .jobs-apply form .wpcf7-validation-errors {
        border: 2px solid #F1FE67; }
      .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file {
        margin-bottom: 30px;
        text-align: left;
        margin-top: 30px; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__hidden .file-upload input[name="file-upload"], .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__hidden .wpcf7-form-control-wrap input[name="file-upload"] {
          display: none; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__hidden .file-upload .wpcf7-not-valid-tip, .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__hidden .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
          font-family: "Gotham-Medium", sans-serif;
          font-size: 13px;
          line-height: 18px;
          padding-top: 20px;
          color: #F1FE67;
          margin-bottom: -10px; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy {
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          border: 1px dashed #fff;
          cursor: pointer;
          line-height: 35px;
          margin-top: 17px;
          padding: 15px; }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy p {
            margin: 0; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__cv {
          width: calc(100% - 75px);
          white-space: nowrap;
          padding-right: 30px;
          overflow: hidden !important;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          font-size: 13px;
          line-height: 18px;
          color: #88A0B4;
          mix-blend-mode: normal;
          font-family: "Gotham-Bold", sans-serif;
          font-style: normal;
          font-weight: 500;
          padding-top: 7px;
          padding-left: 0;
          position: relative; }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__cv .empty-me {
            position: absolute;
            right: 15px;
            z-index: 99;
            width: 15px;
            height: 15px;
            top: 10px; }
            .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__cv .empty-me:after, .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__cv .empty-me:before {
              position: absolute;
              left: 7px;
              content: " ";
              height: 15px;
              width: 2px;
              background-color: #fff; }
            .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__cv .empty-me:before {
              transform: rotate(45deg); }
            .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__cv .empty-me:after {
              transform: rotate(-45deg); }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .form__file .dummy__button {
          width: 75px;
          border: 0;
          font-size: 13px;
          line-height: 18px;
          background: #083C5F;
          color: #fff;
          height: 36px;
          text-align: center;
          font-family: "Gotham-Book", sans-serif; }
      .desktop-style .jobs--intro.detail .container .jobs-apply form .content__send {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 40px;
        margin-bottom: 20px;
        font-family: "Gotham-Bold", sans-serif; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .content__send button {
          width: 100%;
          background: #F1FE67;
          padding: 25px 0;
          font-size: 13px;
          line-height: 18px;
          color: #091D2E;
          border: 0;
          font-family: "Gotham-Bold", sans-serif;
          font-style: normal; }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .content__send button:hover {
            background-color: #D1E21C; }
      .desktop-style .jobs--intro.detail .container .jobs-apply form .jobs-submit-button {
        position: relative;
        top: 0px;
        width: 100%;
        margin: 0;
        margin-top: 45px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .jobs-submit-button p {
          margin-bottom: 0; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .jobs-submit-button button {
          width: 199px;
          background: #F1FE67;
          padding: 20px 0;
          font-size: 13px;
          line-height: 18px;
          color: #091D2E;
          border: 0;
          font-family: "Gotham-Bold", sans-serif;
          font-style: normal;
          text-transform: uppercase; }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .jobs-submit-button button span {
            font-family: "Gotham-Bold", sans-serif; }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .jobs-submit-button button.disabled {
            background: #F1FE67;
            opacity: 0.3;
            pointer-events: none; }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .jobs-submit-button button:hover {
            background-color: #D1E21C; }
          .desktop-style .jobs--intro.detail .container .jobs-apply form .jobs-submit-button button .loader {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -13px 0 0 -13px;
            width: 26px;
            height: 26px;
            border: 3px solid #ffffff80;
            border-left-color: #fff;
            border-radius: 50%;
            transition: all 0.3s;
            animation: btRotate 0.7s infinite linear; }
            .desktop-style .jobs--intro.detail .container .jobs-apply form .jobs-submit-button button .loader + span {
              visibility: hidden;
              opacity: 0; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .jobs-submit-button div {
          width: 100%; }
      .desktop-style .jobs--intro.detail .container .jobs-apply form .content__info {
        margin-right: 40px;
        width: 100%;
        max-width: 339px; }
        .desktop-style .jobs--intro.detail .container .jobs-apply form .content__info p {
          font-family: "Gotham-Book", sans-serif;
          font-size: 16px;
          line-height: 25px;
          color: #96A3AE;
          opacity: 0.5; }
      .desktop-style .jobs--intro.detail .container .jobs-apply form .hidden-job-title {
        display: none; }
  .desktop-style .jobs--intro.detail .container .jobs_bottom {
    margin-top: 284px; }

.desktop-style .single-jobs .breadcrumb .container {
  padding-left: 28px; }

@keyframes btRotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.desktop-style .jobs--intro.thank-you {
  margin-top: 60px;
  margin-bottom: 180px; }
  .desktop-style .jobs--intro.thank-you .container .detail--wrapper {
    margin-top: 140px;
    margin-left: 10px; }
    .desktop-style .jobs--intro.thank-you .container .detail--wrapper h1 {
      width: 862px; }
  .desktop-style .jobs--intro.thank-you .container .jobs {
    margin-top: 145px; }
    .desktop-style .jobs--intro.thank-you .container .jobs .bordered-fading-content {
      position: absolute;
      width: 827px;
      min-height: 600px;
      margin-bottom: 20px;
      top: -100px;
      left: 122px;
      z-index: -1;
      background-clip: padding-box, border-box;
      border: double 3px transparent;
      background-image: linear-gradient(#091d2f, #091d2f), radial-gradient(circle at top left, #2e707b, #091d2f);
      background-origin: border-box; }
      .desktop-style .jobs--intro.thank-you .container .jobs .bordered-fading-content:before, .desktop-style .jobs--intro.thank-you .container .jobs .bordered-fading-content:after {
        content: none; }
      .desktop-style .jobs--intro.thank-you .container .jobs .bordered-fading-content .check {
        position: absolute;
        right: 82px;
        top: 87px; }
    .desktop-style .jobs--intro.thank-you .container .jobs .jobs_left {
      position: relative;
      flex-basis: 70%; }
      .desktop-style .jobs--intro.thank-you .container .jobs .jobs_left .indicator {
        width: 143px;
        margin-right: 30px; }
      .desktop-style .jobs--intro.thank-you .container .jobs .jobs_left .content {
        margin-top: 70px;
        margin-left: 30px; }
        .desktop-style .jobs--intro.thank-you .container .jobs .jobs_left .content .content__informations {
          width: 649px;
          max-width: 649px; }
          .desktop-style .jobs--intro.thank-you .container .jobs .jobs_left .content .content__informations p:first-of-type {
            color: #88A0B4;
            font-family: "Gotham-Medium", sans-serif;
            font-size: 18px;
            margin-bottom: 30px; }
          .desktop-style .jobs--intro.thank-you .container .jobs .jobs_left .content .content__informations p {
            color: #88A0B4;
            font-size: 15px;
            font-family: "Gotham-Book", sans-serif;
            font-style: normal;
            line-height: 30px; }
          .desktop-style .jobs--intro.thank-you .container .jobs .jobs_left .content .content__informations p:not(:first-of-type) {
            margin-top: 10px; }
          .desktop-style .jobs--intro.thank-you .container .jobs .jobs_left .content .content__informations a {
            color: #44A3A4;
            text-decoration: none;
            font-family: "Gotham-Bold", sans-serif;
            font-size: 15px; }

.page-template-page__contact-thank-you.desktop-style .breadcrumb .container {
  padding-left: 25px; }

.desktop-style .contact--intro .container .detail {
  display: flex;
  margin-top: 170px; }
  @media screen and (max-width: 1440px) {
    .desktop-style .contact--intro .container .detail {
      display: block; } }
  .desktop-style .contact--intro .container .detail .bordered-fading-content {
    width: 635px;
    min-height: 1050px;
    border-top: 2px solid #40969a;
    position: absolute;
    top: -100px;
    left: 121px;
    z-index: -1; }
  .desktop-style .contact--intro .container .detail .contact_left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 67%; }
    .desktop-style .contact--intro .container .detail .contact_left .content {
      margin-top: 60px;
      display: flex;
      margin-left: 15px; }
      @media screen and (max-width: 1199px) {
        .desktop-style .contact--intro .container .detail .contact_left .content {
          margin-left: 0; } }
      .desktop-style .contact--intro .container .detail .contact_left .content .indicator {
        width: 150px;
        margin-right: 30px; }
      .desktop-style .contact--intro .container .detail .contact_left .content .content__informations {
        width: 532px !important; }
        .desktop-style .contact--intro .container .detail .contact_left .content .content__informations strong {
          color: #44A3A4;
          text-decoration: none;
          font-family: "Gotham-Medium", sans-serif;
          font-size: 18px; }
        .desktop-style .contact--intro .container .detail .contact_left .content .content__informations p {
          font-size: 18px;
          line-height: 30px;
          color: #88A0B4; }
  .desktop-style .contact--intro .container .detail .social-items {
    padding-left: 195px;
    margin-top: 0; }
    .desktop-style .contact--intro .container .detail .social-items .social-head {
      color: #88A0B4;
      font-family: "Gotham-Bold", sans-serif;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 30px;
      margin-bottom: 20px; }

.desktop-style .contact--intro.thank-you {
  margin-top: 60px;
  margin-bottom: 320px; }
  .desktop-style .contact--intro.thank-you .rounded-circle {
    left: 0;
    width: 300px;
    height: 300px;
    z-index: -1;
    position: absolute;
    top: 0;
    transform-origin: 120% center; }
  .desktop-style .contact--intro.thank-you .container .detail--wrapper {
    margin-top: 170px; }
    .desktop-style .contact--intro.thank-you .container .detail--wrapper h1 {
      width: 862px; }
  .desktop-style .contact--intro.thank-you .container .detail {
    margin-top: 142px;
    margin-left: 10px; }
    .desktop-style .contact--intro.thank-you .container .detail .bordered-fading-content:before, .desktop-style .contact--intro.thank-you .container .detail .bordered-fading-content:after {
      height: 521px; }
    .desktop-style .contact--intro.thank-you .container .detail .bordered-fading-content .check {
      position: absolute;
      right: 73px;
      top: 67px; }
    .desktop-style .contact--intro.thank-you .container .detail .contact_left .content {
      margin-top: 70px; }
      .desktop-style .contact--intro.thank-you .container .detail .contact_left .content .content__informations {
        max-width: 580px;
        width: 580px; }
        .desktop-style .contact--intro.thank-you .container .detail .contact_left .content .content__informations p:first-of-type {
          color: #ffffff;
          font-family: "Gotham-Medium", sans-serif; }
        .desktop-style .contact--intro.thank-you .container .detail .contact_left .content .content__informations p {
          color: #88A0B4;
          font-size: 18px;
          font-family: "Gotham-Book", sans-serif;
          font-style: normal;
          line-height: 30px; }
        .desktop-style .contact--intro.thank-you .container .detail .contact_left .content .content__informations p:not(:first-of-type) {
          margin-top: 30px;
          font-size: 15px;
          max-width: 469px; }
        .desktop-style .contact--intro.thank-you .container .detail .contact_left .content .content__informations strong {
          color: #44A3A4;
          text-decoration: none;
          font-family: "Gotham-Medium", sans-serif;
          font-size: 15px; }

.page-template-page__contact.desktop-style {
  margin-top: 90px; }

.desktop-style .indicator.indicator-footer {
  transform: rotate(180deg); }

.desktop-style .mastheader__link.contact-hidden {
  display: list-item; }

.desktop-style .breadcrumb {
  padding-top: 83px; }

.desktop-style .contact--intro {
  margin-bottom: 200px; }
  .desktop-style .contact--intro .rounded-circle:nth-child(1) {
    animation-duration: 16s; }
  .desktop-style .contact--intro .rounded-circle:nth-child(2) {
    animation-duration: 20s; }
  @media screen and (max-width: 960px) and (min-width: 767px) {
    .desktop-style .contact--intro .container {
      max-width: 100%; } }
  .desktop-style .contact--intro .container .contact {
    display: flex;
    margin-top: 76px; }
    .desktop-style .contact--intro .container .contact .contact_left {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 71%; }
      .desktop-style .contact--intro .container .contact .contact_left .contact_title {
        max-width: 652px; }
        @media screen and (max-width: 1199px) {
          .desktop-style .contact--intro .container .contact .contact_left .contact_title h1 {
            line-height: 60px; } }
        .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml13, .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml14 {
          font-size: 60px; }
          @media screen and (max-width: 1199px) {
            .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml13, .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml14 {
              font-size: 50px;
              line-height: 60px; } }
          @media screen and (max-width: 959px) {
            .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml13, .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml14 {
              font-size: 40px;
              line-height: 50px; } }
          .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml13 .letter, .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml14 .letter {
            line-height: 80px; }
            @media screen and (max-width: 1199px) {
              .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml13 .letter, .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml14 .letter {
                line-height: 60px; } }
            @media screen and (max-width: 959px) {
              .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml13 .letter, .desktop-style .contact--intro .container .contact .contact_left .contact_title .ml14 .letter {
                line-height: 50px; } }
      .desktop-style .contact--intro .container .contact .contact_left .content {
        display: flex;
        margin-left: 30px; }
        @media screen and (max-width: 1199px) {
          .desktop-style .contact--intro .container .contact .contact_left .content {
            margin-left: 0;
            display: block; } }
        .desktop-style .contact--intro .container .contact .contact_left .content .indicator {
          width: 133px;
          margin-right: 30px;
          margin-top: 70px; }
        .desktop-style .contact--intro .container .contact .contact_left .content .content__informations {
          max-width: 465px;
          padding-top: 60px; }
          @media screen and (max-width: 1199px) {
            .desktop-style .contact--intro .container .contact .contact_left .content .content__informations {
              margin-left: 140px;
              max-width: 424px; } }
          @media screen and (max-width: 959px) {
            .desktop-style .contact--intro .container .contact .contact_left .content .content__informations {
              margin-left: 65px;
              max-width: 355px; } }
          .desktop-style .contact--intro .container .contact .contact_left .content .content__informations--simplified {
            margin-left: 110px;
            max-width: 554px;
            padding-top: 0;
            width: 100%; }
            @media screen and (max-width: 1199px) {
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations--simplified {
                margin-left: 140px;
                max-width: 424px; } }
            @media screen and (max-width: 959px) {
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations--simplified {
                margin-left: 65px;
                max-width: 355px; } }
          .desktop-style .contact--intro .container .contact .contact_left .content .content__informations p {
            font-size: 18px;
            line-height: 30px;
            color: #88A0B4;
            margin-bottom: 30px; }
            .desktop-style .contact--intro .container .contact .contact_left .content .content__informations p strong {
              color: #88A0B4; }
          .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form {
            margin-top: 52px; }
            .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .wpcf7-response-output {
              display: none !important; }
            .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item {
              position: relative;
              margin-bottom: 32px;
              z-index: 99; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .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 .contact--intro .container .contact .contact_left .content .content__informations .contact-form .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 .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item input.active {
                  border-bottom: 2px solid #45A6A6; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item label {
                position: absolute;
                top: 3px;
                font-size: 15px;
                color: #88A0B4;
                -webkit-transition: 0.2s;
                -o-transition: 0.2s;
                -moz-transition: 0.2s;
                transition: 0.2s;
                opacity: 1;
                z-index: -1;
                left: 0; }
                @media not all and (min-resolution: 0.001dpcm) {
                  @supports (-webkit-appearance: none) {
                    .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item label {
                      font-family: "Gotham-Light", sans-serif; } } }
                .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item label.active {
                  top: -12px;
                  font-size: 10px;
                  opacity: 0.3;
                  color: #fff; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .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: 136px;
                padding-right: 30px; }
                .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item textarea.active {
                  border-bottom: 2px solid #45A6A6; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item textarea::-webkit-scrollbar {
                width: 8px; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item textarea::-webkit-scrollbar-track {
                box-shadow: inset 0 0 1px grey;
                border-radius: 3px; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item textarea::-webkit-scrollbar-thumb {
                box-shadow: inset 0 0 1px grey;
                background: #083b40;
                border-radius: 3px; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item textarea::-webkit-scrollbar-thumb {
                background-color: #083b40;
                outline: 1px solid #083b40; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .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 .contact--intro .container .contact .contact_left .content .content__informations .contact-form .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 .contact--intro .container .contact .contact_left .content .content__informations .contact-form .form__item.validated span.wpcf7-not-valid-tip {
                display: none; }
            .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .wpcf7-validation-errors {
              border: 2px solid #F1FE67; }
            .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send {
              margin-top: 30px;
              margin-bottom: 20px;
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send .note__info {
                width: 269px;
                display: inline-block;
                font-size: 13px;
                line-height: 18px;
                color: #96A3AE;
                opacity: 0.5;
                margin: 0; }
                @media screen and (max-width: 1199px) {
                  .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send .note__info {
                    width: calc(100% - 170px); } }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send div p {
                margin-bottom: 0; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send button {
                width: 160px;
                background: #F1FE67;
                padding: 25px 0;
                font-size: 13px;
                line-height: 18px;
                color: #091D2E;
                border: 0;
                font-family: "Gotham-Bold", sans-serif;
                font-style: normal;
                font-weight: 400;
                text-transform: uppercase;
                padding-top: 21px;
                padding-bottom: 21px;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center; }
                .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send button span {
                  font-family: "Gotham-Bold", sans-serif; }
                @media not all and (min-resolution: 0.001dpcm) {
                  @supports (-webkit-appearance: none) {
                    .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send button {
                      font-family: "Gotham-Medium", sans-serif; }
                      .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send button span {
                        font-family: "Gotham-Bold", sans-serif; } } }
                .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send button.disabled {
                  background: #F1FE67;
                  pointer-events: none;
                  opacity: 0.3; }
                .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send button:hover {
                  background-color: #D1E21C; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send .contact-submit-button {
                position: relative;
                margin: 0;
                top: 0; }
                .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send .contact-submit-button button {
                  width: 160px;
                  background: #F1FE67;
                  padding: 25px 0;
                  font-size: 13px;
                  line-height: 18px;
                  color: #ffffff;
                  border: 0;
                  font-family: "Gotham-Medium", sans-serif;
                  font-style: normal;
                  font-weight: 500;
                  display: inline-block; }
                  .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__send .contact-submit-button button.disabled {
                    background: #D1E21C; }
            .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .content__info {
              padding-left: 40px;
              padding-right: 40px;
              padding-bottom: 15px; }
              .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .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 .contact--intro .container .contact .contact_left .content .content__informations .contact-form .contact-message .wpcf7-not-valid-tip {
              top: -5px !important; }
            .desktop-style .contact--intro .container .contact .contact_left .content .content__informations .contact-form .hidden-job-title {
              display: none; }
    .desktop-style .contact--intro .container .contact .contact_right {
      display: block;
      position: relative;
      top: -29px;
      padding-left: 20px;
      width: 290px; }
      .desktop-style .contact--intro .container .contact .contact_right .address {
        margin-bottom: 25px; }
        .desktop-style .contact--intro .container .contact .contact_right .address .icon {
          margin-bottom: 5px; }
        .desktop-style .contact--intro .container .contact .contact_right .address .zone-head {
          color: #96A3AE;
          font-size: 13px;
          line-height: 25px;
          font-family: "Gotham-Medium", sans-serif;
          font-style: normal;
          font-weight: 400;
          text-transform: uppercase;
          margin-bottom: 0; }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) {
              .desktop-style .contact--intro .container .contact .contact_right .address .zone-head {
                font-family: "Gotham-Bold", sans-serif; } } }
        .desktop-style .contact--intro .container .contact .contact_right .address a {
          display: block;
          font-family: "Gotham-Medium", sans-serif;
          font-style: normal;
          font-weight: 400;
          color: #ffffff;
          font-size: 16px;
          line-height: 40px; }
        .desktop-style .contact--intro .container .contact .contact_right .address p {
          display: block;
          font-family: "Gotham-Medium", sans-serif;
          font-style: normal;
          font-weight: 500;
          color: #ffffff;
          font-size: 16px;
          line-height: 26px;
          margin-bottom: 10px; }
        .desktop-style .contact--intro .container .contact .contact_right .address .directions {
          font-family: "Gotham-Book", sans-serif;
          color: #45A6A6;
          text-decoration: none;
          position: relative;
          display: block;
          width: fit-content;
          width: -moz-fit-content;
          font-size: 13px;
          line-height: 30px; }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) {
              .desktop-style .contact--intro .container .contact .contact_right .address .directions {
                font-family: "Gotham-Bold", sans-serif; } } }
          .desktop-style .contact--intro .container .contact .contact_right .address .directions:after {
            content: "";
            height: 1px;
            width: 100%;
            background: #45A6A6;
            display: block;
            position: absolute;
            left: 0;
            bottom: 4px; }
          .desktop-style .contact--intro .container .contact .contact_right .address .directions:hover:after {
            content: none; }
      .desktop-style .contact--intro .container .contact .contact_right .schedule {
        padding: 22px 22px 24px;
        border-radius: 3px;
        background: linear-gradient(90deg, rgba(8, 60, 95, 0.5) 0%, rgba(14, 39, 61, 0.5) 100%);
        backdrop-filter: blur(2px); }
        .desktop-style .contact--intro .container .contact .contact_right .schedule p {
          font-family: "Gotham-Medium", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          color: #fff;
          margin-bottom: 16px; }
        .desktop-style .contact--intro .container .contact .contact_right .schedule a {
          font-family: "Gotham-Bold", sans-serif;
          font-weight: 400;
          background: #FCFCFC;
          font-size: 13px;
          line-height: 18px;
          padding: 7px 5px;
          color: #006BFF;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; }
          .desktop-style .contact--intro .container .contact .contact_right .schedule a img {
            margin-right: 10px; }
          .desktop-style .contact--intro .container .contact .contact_right .schedule a svg {
            margin-left: 10px;
            transition: transform 0.3s ease-out;
            position: relative; }
          .desktop-style .contact--intro .container .contact .contact_right .schedule a:hover svg {
            transform: translateX(6px); }
    .desktop-style .contact--intro .container .contact .contact_bottom {
      padding-left: 195px;
      margin-top: 30px; }
      @media screen and (max-width: 1199px) {
        .desktop-style .contact--intro .container .contact .contact_bottom {
          padding-left: 0; } }
      .desktop-style .contact--intro .container .contact .contact_bottom .job_title {
        padding-bottom: 54px; }
      .desktop-style .contact--intro .container .contact .contact_bottom a {
        font-family: "Gotham-Medium", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        color: #ffffff;
        line-height: 30px; }
      .desktop-style .contact--intro .container .contact .contact_bottom .job_list {
        position: relative;
        padding-top: 21px;
        padding-bottom: 17px;
        max-width: 635px;
        transition: 0.3s all ease-out; }
        @media screen and (max-width: 1199px) {
          .desktop-style .contact--intro .container .contact .contact_bottom .job_list {
            max-width: 100%; } }
        .desktop-style .contact--intro .container .contact .contact_bottom .job_list a {
          font-family: "Gotham-Medium", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 20px;
          color: #ffffff;
          line-height: 30px; }
          .desktop-style .contact--intro .container .contact .contact_bottom .job_list a:after, .desktop-style .contact--intro .container .contact .contact_bottom .job_list a:before {
            border-right: 2px solid #F1FE67;
            content: '';
            display: block;
            height: 14px;
            margin-top: -10px;
            position: absolute;
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            right: 10px;
            top: 50%;
            width: 0;
            transition: 0.3s all ease-out; }
          .desktop-style .contact--intro .container .contact .contact_bottom .job_list a:after {
            margin-top: -1px;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .desktop-style .contact--intro .container .contact .contact_bottom .job_list a:hover:after, .desktop-style .contact--intro .container .contact .contact_bottom .job_list a:hover:before {
            right: 0px;
            transition: 0.3s all ease-out; }
        .desktop-style .contact--intro .container .contact .contact_bottom .job_list p {
          font-size: 15px;
          line-height: 22px;
          font-family: "Gotham-Book", sans-serif;
          font-style: normal;
          font-weight: 400;
          color: #88A0B4;
          margin-bottom: 0;
          padding-right: 20px; }
        .desktop-style .contact--intro .container .contact .contact_bottom .job_list:first-of-type:before {
          content: "";
          position: absolute;
          background: linear-gradient(90deg, #FFFFFF 0%, rgba(9, 29, 46, 0.0001) 100%);
          bottom: 0;
          top: 0;
          width: 70%;
          height: 2px;
          opacity: 0.2; }
        .desktop-style .contact--intro .container .contact .contact_bottom .job_list:after {
          content: "";
          position: absolute;
          background: linear-gradient(90deg, #FFFFFF 0%, rgba(9, 29, 46, 0.0001) 100%);
          bottom: 0;
          width: 70%;
          height: 2px;
          opacity: 0.2; }
      .desktop-style .contact--intro .container .contact .contact_bottom .job_full {
        max-width: 681px; }
        .desktop-style .contact--intro .container .contact .contact_bottom .job_full p {
          font-size: 15px;
          line-height: 26px;
          color: #88A0B4;
          margin-bottom: 30px; }
        .desktop-style .contact--intro .container .contact .contact_bottom .job_full a {
          text-decoration: none;
          font-style: italic;
          color: #F1FE67;
          font-size: 15px;
          line-height: 26px; }

.desktop-style .mastcontent {
  margin-top: 70px; }

.desktop-style .section__meta {
  max-width: calc(8 * 100% / 12 + 45px); }
  .desktop-style .section__meta--offset {
    padding-left: calc(1 * 100% / 12); }
  .desktop-style .section__meta .subtitle {
    padding-top: 75px;
    padding-bottom: 50px; }
    .desktop-style .section__meta .subtitle p {
      font-size: 18px;
      line-height: 30px;
      color: #88A0B4; }

.desktop-style .section__content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px; }
  .desktop-style .section__content--offset {
    padding-left: calc(1 * 100% / 12); }
  .desktop-style .section__content .box_1 {
    padding-left: 0; }
    .desktop-style .section__content .box_1 p {
      max-width: 403px;
      line-height: 28px; }
  .desktop-style .section__content .box_2 {
    margin-left: 20px; }
    .desktop-style .section__content .box_2 p {
      max-width: 450px;
      line-height: 28px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .section__content .box_2 {
        margin-left: 0px; }
        .desktop-style .section__content .box_2 p {
          max-width: 380px; } }

.desktop-style .section__col--1 {
  width: 100%;
  max-width: calc(1 * 100% / 12 + 30px);
  padding: 0px 15px; }

.desktop-style .section__col--2 {
  width: 100%;
  max-width: calc(2 * 100% / 12 + 30px);
  padding: 0px 15px; }

.desktop-style .section__col--4 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(4 * 100% / 12 + 30px); }

.desktop-style .section__col--5 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(5 * 100% / 12 + 30px); }

.desktop-style .section__col--6 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(6 * 100% / 12 + 30px); }

.desktop-style .section__col--8 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(8 * 100% / 12 + 30px); }

.desktop-style .section__col--12 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(12 * 100% / 12 + 30px); }

.desktop-style .section__gradient--green {
  background: linear-gradient(90deg, #45A6A6 90%, transparent 10%); }

.desktop-style .bordered-fading-content {
  width: 635px;
  min-height: 773px;
  width: 635px;
  top: -29px;
  position: absolute;
  top: -29px;
  left: 115px;
  z-index: -1; }
  @media screen and (max-width: 1199px) {
    .desktop-style .bordered-fading-content {
      width: 55%; } }
  @media screen and (max-width: 959px) {
    .desktop-style .bordered-fading-content {
      left: 50px; } }
  @media screen and (max-width: 766px) {
    .desktop-style .bordered-fading-content {
      display: none; } }
  .desktop-style .bordered-fading-content__lg {
    min-height: 1000px; }
  .desktop-style .bordered-fading-content:before {
    content: "";
    position: absolute;
    background: linear-gradient(#45A6A6, #112F3D);
    top: 1px;
    width: 2px;
    left: 0px;
    z-index: -1;
    height: 100%; }
  .desktop-style .bordered-fading-content:after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #112F3D 0%, rgba(9, 29, 46, 0) 100%);
    top: 1px;
    width: 2px;
    right: 0px;
    z-index: -1;
    height: 80%; }
  .desktop-style .bordered-fading-content .extra {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .desktop-style .bordered-fading-content .extra:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(to right, #45a6a6 0%, #0D2635 100%); }
    .desktop-style .bordered-fading-content .extra:after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 90%;
      height: 2px;
      background: linear-gradient(to right, #112F3D 0%, rgba(9, 29, 46, 0) 100%); }

.page-template-page__jobs.desktop-style .breadcrumb {
  padding-top: 162px;
  margin-bottom: 0px; }

@media screen and (max-width: 1199px) {
  .desktop-style .jobs-breadcrumbs-wrapper .breadcrumb {
    padding-top: 0; } }

@media screen and (min-width: 1200px) {
  .desktop-style .jobs-breadcrumbs-wrapper .container {
    max-width: 1152px; } }

@media screen and (min-width: 1200px) {
  .desktop-style .jobs--intro:not(.thank-you) .container {
    max-width: 1152px; } }

@media screen and (max-width: 1600px) {
  .desktop-style .jobs--intro .rounded-circle {
    transform-origin: 130% center; } }

@media screen and (max-width: 992px) {
  .desktop-style .jobs--intro .rounded-circle {
    transform-origin: 90% center; } }

.desktop-style .jobs--intro .container .jobs {
  display: flex;
  margin-top: 140px; }
  @media screen and (max-width: 1199px) {
    .desktop-style .jobs--intro .container .jobs {
      justify-content: space-between;
      margin-top: 60px; } }
  .desktop-style .jobs--intro .container .jobs .jobs_left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%; }
    @media screen and (max-width: 1199px) {
      .desktop-style .jobs--intro .container .jobs .jobs_left h1 {
        font-size: 50px; } }
    @media screen and (max-width: 1199px) {
      .desktop-style .jobs--intro .container .jobs .jobs_left h1 .ml13, .desktop-style .jobs--intro .container .jobs .jobs_left h1 .ml14, .desktop-style .jobs--intro .container .jobs .jobs_left h1 .ml15 {
        font-size: 50px; } }
    @media screen and (max-width: 1199px) {
      .desktop-style .jobs--intro .container .jobs .jobs_left h1 .ml13 .letter, .desktop-style .jobs--intro .container .jobs .jobs_left h1 .ml14 .letter, .desktop-style .jobs--intro .container .jobs .jobs_left h1 .ml15 .letter {
        line-height: 50px; } }
    .desktop-style .jobs--intro .container .jobs .jobs_left .content {
      margin-top: 60px;
      display: flex;
      align-items: baseline;
      margin-bottom: 100px; }
      @media screen and (max-width: 1600px) {
        .desktop-style .jobs--intro .container .jobs .jobs_left .content {
          margin-bottom: 50px; } }
      @media screen and (max-width: 1199px) {
        .desktop-style .jobs--intro .container .jobs .jobs_left .content {
          margin-top: 30px; } }
      @media screen and (max-width: 1199px) {
        .desktop-style .jobs--intro .container .jobs .jobs_left .content {
          margin-left: 0; } }
      .desktop-style .jobs--intro .container .jobs .jobs_left .content .indicator {
        width: 133px;
        margin-right: 30px;
        position: relative;
        top: -5px; }
      .desktop-style .jobs--intro .container .jobs .jobs_left .content .content__informations {
        max-width: 502px; }
        .desktop-style .jobs--intro .container .jobs .jobs_left .content .content__informations p {
          font-size: 18px;
          line-height: 30px;
          color: #88A0B4; }
          .desktop-style .jobs--intro .container .jobs .jobs_left .content .content__informations p:first-of-type {
            margin-bottom: 30px; }
  .desktop-style .jobs--intro .container .jobs .jobs_right {
    display: inline-flex;
    position: relative;
    right: -150px; }
    @media screen and (max-width: 1600px) {
      .desktop-style .jobs--intro .container .jobs .jobs_right {
        right: -100px;
        margin-bottom: 50px; } }
    @media screen and (max-width: 1199px) {
      .desktop-style .jobs--intro .container .jobs .jobs_right {
        right: 0; } }
    .desktop-style .jobs--intro .container .jobs .jobs_right .img-holder {
      padding: 15px; }
      @media screen and (max-width: 959px) {
        .desktop-style .jobs--intro .container .jobs .jobs_right .img-holder {
          padding: 5px; } }
      .desktop-style .jobs--intro .container .jobs .jobs_right .img-holder img {
        border-radius: 5px; }
    .desktop-style .jobs--intro .container .jobs .jobs_right .parent {
      margin-right: 0;
      margin: 0; }
    .desktop-style .jobs--intro .container .jobs .jobs_right .left img {
      max-width: 257px;
      max-height: 413px;
      margin-right: 15px; }
      @media screen and (max-width: 1600px) {
        .desktop-style .jobs--intro .container .jobs .jobs_right .left img {
          max-width: 157px;
          max-height: 313px; } }
      @media screen and (max-width: 1199px) {
        .desktop-style .jobs--intro .container .jobs .jobs_right .left img {
          max-width: 100px;
          max-height: 213px; } }
      @media screen and (max-width: 1440px) {
        .desktop-style .jobs--intro .container .jobs .jobs_right .left img {
          margin-right: 0;
          margin-bottom: 15px; } }
    .desktop-style .jobs--intro .container .jobs .jobs_right .right .img-holder {
      padding-right: 0; }
    .desktop-style .jobs--intro .container .jobs .jobs_right .right img {
      max-width: 257px;
      max-height: 255px;
      margin-bottom: 30px;
      margin-left: 15px; }
      @media screen and (max-width: 1600px) {
        .desktop-style .jobs--intro .container .jobs .jobs_right .right img {
          max-width: 157px;
          max-height: 155px; } }
      @media screen and (max-width: 1199px) {
        .desktop-style .jobs--intro .container .jobs .jobs_right .right img {
          max-width: 100px;
          max-height: 155px; } }
      @media screen and (max-width: 1199px) {
        .desktop-style .jobs--intro .container .jobs .jobs_right .right img {
          margin-left: 0;
          margin-bottom: 15px; } }

.jobs_bottom {
  width: 100%;
  max-width: 891px;
  margin: 0 auto;
  padding-bottom: 200px;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .jobs_bottom {
      padding-left: 0; } }
  .jobs_bottom__wrapper {
    background: #081A29;
    padding-top: 196px; }
  .jobs_bottom .job_title {
    padding-bottom: 40px;
    font-family: "Gotham-Book", sans-serif; }
  .jobs_bottom .no-jobs {
    max-width: 520px; }
    .jobs_bottom .no-jobs .job_full p {
      margin-bottom: 23px;
      line-height: 20px; }
  .jobs_bottom a {
    font-family: "Gotham-Medium", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px; }
  .jobs_bottom .job_list {
    position: relative;
    transition: 0.3s all ease-out;
    border-radius: 5px;
    background: linear-gradient(111deg, rgba(8, 60, 95, 0.3) -2.03%, rgba(14, 39, 61, 0.3) 103.26%);
    backdrop-filter: blur(7.5px);
    margin-bottom: 10px; }
    @media screen and (max-width: 1199px) {
      .jobs_bottom .job_list {
        max-width: 100%; } }
    .jobs_bottom .job_list:before, .jobs_bottom .job_list:after {
      content: '';
      width: 0;
      height: 100%;
      display: block;
      top: 0;
      left: 0%;
      position: absolute; }
    .jobs_bottom .job_list:before {
      background: #081a29;
      transform: skewX(-20deg);
      opacity: 1;
      z-index: -12;
      transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
      box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
      z-index: -1; }
    .jobs_bottom .job_list:after {
      background: linear-gradient(270deg, rgba(9, 29, 46, 0.0001) 0%, rgba(68, 165, 165, 0.198946) 52.01%, rgba(9, 29, 46, 0.0001) 100%);
      opacity: 0;
      z-index: -15;
      transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
      z-index: -1; }
    .jobs_bottom .job_list:hover:before {
      opacity: .4; }
    .jobs_bottom .job_list:hover:after {
      opacity: .4;
      width: 85%;
      left: 50px; }
    .jobs_bottom .job_list .job_list_right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-left: 30px; }
    .jobs_bottom .job_list a {
      font-family: "Gotham-Book", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      color: #ffffff;
      line-height: 30px;
      padding: 20px 73px 20px 25px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      text-decoration: none;
      position: relative; }
      .jobs_bottom .job_list a:after, .jobs_bottom .job_list a:before {
        content: '';
        border-right: 2px solid #F1FE67;
        display: block;
        height: 11px;
        margin-top: -10px;
        position: absolute;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 35px;
        top: 50%;
        width: 0;
        transition: 0.3s all ease-out; }
      .jobs_bottom .job_list a:after {
        margin-top: -3px;
        transform: rotate(45deg); }
      .jobs_bottom .job_list a:hover {
        text-decoration: none; }
        .jobs_bottom .job_list a:hover:after, .jobs_bottom .job_list a:hover:before {
          right: 25px;
          transition: .3s all ease-out; }
    .jobs_bottom .job_list p {
      font-size: 15px;
      line-height: 22px;
      font-family: "Gotham-Book", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #88A0B4;
      margin-bottom: 0; }
    .jobs_bottom .job_list .job_list_item {
      max-width: 55%;
      z-index: 10; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) {
          .jobs_bottom .job_list .job_list_item {
            font-family: "Gotham-Book", sans-serif; } } }
      @media screen and (max-width: 959px) {
        .jobs_bottom .job_list .job_list_item {
          max-width: 45%; } }
    .jobs_bottom .job_list .job_list_department {
      font-family: "Gotham-Book", sans-serif;
      font-style: normal;
      font-size: 13px;
      line-height: 24px;
      color: #88A0B4;
      text-transform: uppercase; }
    .jobs_bottom .job_list .job_list_location {
      font-family: "Gotham-Book", sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      margin-left: 30px; }
      .jobs_bottom .job_list .job_list_location span {
        font-family: "Gotham-Book", sans-serif;
        font-style: normal;
        font-size: 13px;
        line-height: 24px;
        color: #88A0B4; }
  .jobs_bottom .job_full {
    max-width: 681px; }
    .jobs_bottom .job_full p {
      font-size: 15px;
      line-height: 26px;
      color: #88A0B4;
      margin-bottom: 30px; }
    .jobs_bottom .job_full a {
      text-decoration: underline;
      font-style: normal;
      font-size: 15px;
      color: #45A6A6;
      font-family: "Gotham-Bold", sans-serif; }
    .jobs_bottom .job_full strong {
      color: #45A6A6;
      font-family: "Gotham-Bold", sans-serif;
      text-decoration: underline; }

.desktop-style .mastcontent {
  margin-top: 70px; }

.desktop-style .section__meta {
  max-width: calc(8 * 100% / 12 + 45px); }
  .desktop-style .section__meta--offset {
    padding-left: calc(1 * 100% / 12); }
  .desktop-style .section__meta .subtitle {
    padding-top: 75px;
    padding-bottom: 50px; }
    .desktop-style .section__meta .subtitle p {
      font-size: 18px;
      line-height: 30px;
      color: #88A0B4; }

.desktop-style .section__content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px; }
  .desktop-style .section__content--offset {
    padding-left: calc(1 * 100% / 12); }
  .desktop-style .section__content .box_1 {
    padding-left: 0; }
    .desktop-style .section__content .box_1 p {
      max-width: 403px;
      line-height: 28px; }
  .desktop-style .section__content .box_2 {
    margin-left: 20px; }
    .desktop-style .section__content .box_2 p {
      max-width: 450px;
      line-height: 28px; }
    @media screen and (max-width: 1199px) {
      .desktop-style .section__content .box_2 {
        margin-left: 0px; }
        .desktop-style .section__content .box_2 p {
          max-width: 380px; } }

.desktop-style .section__col--1 {
  width: 100%;
  max-width: calc(1 * 100% / 12 + 30px);
  padding: 0px 15px; }

.desktop-style .section__col--2 {
  width: 100%;
  max-width: calc(2 * 100% / 12 + 30px);
  padding: 0px 15px; }

.desktop-style .section__col--4 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(4 * 100% / 12 + 30px); }

.desktop-style .section__col--5 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(5 * 100% / 12 + 30px); }

.desktop-style .section__col--6 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(6 * 100% / 12 + 30px); }

.desktop-style .section__col--8 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(8 * 100% / 12 + 30px); }

.desktop-style .section__col--12 {
  width: 100%;
  padding: 0px 15px;
  max-width: calc(12 * 100% / 12 + 30px); }

.desktop-style .section__gradient--green {
  background: linear-gradient(90deg, #45A6A6 90%, transparent 10%); }

.desktop-style .borders-add {
  border-top: 2px solid #40969a;
  z-index: -1; }
  .desktop-style .borders-add:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
    background-image: -webkit-linear-gradient(#40969a, transparent);
    background-image: -moz-linear-gradient(#40969a, transparent);
    background-image: -o-linear-gradient(#40969a, transparent);
    background-image: linear-gradient(#40969a, transparent);
    top: 0px;
    bottom: 50px;
    width: 2px;
    left: 0px;
    z-index: -1;
    height: 100%; }
  .desktop-style .borders-add:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40969a), to(transparent));
    background-image: -webkit-linear-gradient(#40969a, transparent);
    background-image: -moz-linear-gradient(#40969a, transparent);
    background-image: -o-linear-gradient(#40969a, transparent);
    background-image: linear-gradient(#40969a, transparent);
    top: 0px;
    bottom: 50px;
    width: 2px;
    right: 0px;
    z-index: -1;
    height: 100%; }

.desktop-style .chez .marquee {
  width: 100%;
  max-width: 1307px;
  height: 200px;
  background-color: transparent;
  color: #eee;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  top: -300.5px;
  left: -100px;
  z-index: 99; }
  @media screen and (max-width: 1600px) {
    .desktop-style .chez .marquee {
      left: 15px;
      width: calc(100% - 30px); } }
  .desktop-style .chez .marquee a {
    font-size: 35px;
    color: red; }

.desktop-style .chez .images_container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .desktop-style .chez .images_container .img-holder img {
    width: 1122px;
    height: 748px; }

.desktop-style .chez .marquee-content {
  list-style: none;
  height: 100%;
  display: flex; }
  .desktop-style .chez .marquee-content h3 {
    font-size: 24px;
    line-height: 50px;
    color: #FFFFFF;
    font-family: "Gotham-Book", sans-serif;
    color: #F1FE67;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
    @media screen and (max-width: 1600px) {
      .desktop-style .chez .marquee-content h3 {
        font-size: 18px;
        line-height: 40px; } }
  .desktop-style .chez .marquee-content img {
    display: none; }
  .desktop-style .chez .marquee-content li {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
    padding: 35px 25px 35px;
    margin-right: 10px;
    position: relative;
    cursor: pointer; }
    .desktop-style .chez .marquee-content li .marquee-animabar {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 10px;
      opacity: 0;
      transition: opacity .3s; }
      .desktop-style .chez .marquee-content li .marquee-animabar__progress {
        height: 3px;
        background-color: #fff;
        border-radius: 10px; }

@keyframes animateProgressIn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
    .desktop-style .chez .marquee-content li p {
      font-weight: 500;
      font-size: 60px;
      font-family: "Gotham-Bold", sans-serif;
      color: #FFFFFF;
      line-height: 60px;
      color: black;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
      white-space: nowrap; }
      @media screen and (max-width: 1600px) {
        .desktop-style .chez .marquee-content li p {
          font-size: 50px;
          line-height: 50px; } }
    .desktop-style .chez .marquee-content li.slick-center, .desktop-style .chez .marquee-content li.slick-main-active {
      border-radius: 5px;
      background: linear-gradient(111deg, rgba(8, 60, 95, 0.3) -2.03%, rgba(14, 39, 61, 0.3) 103.26%);
      backdrop-filter: blur(7.5px); }
      .desktop-style .chez .marquee-content li.slick-center .marquee-animabar, .desktop-style .chez .marquee-content li.slick-main-active .marquee-animabar {
        opacity: 1;
        transition: opacity .3s; }
        .desktop-style .chez .marquee-content li.slick-center .marquee-animabar__progress, .desktop-style .chez .marquee-content li.slick-main-active .marquee-animabar__progress {
          animation: animateProgressIn 5.2s; }
      .desktop-style .chez .marquee-content li.slick-center h3, .desktop-style .chez .marquee-content li.slick-main-active h3 {
        opacity: 1;
        visibility: visible; }
      .desktop-style .chez .marquee-content li.slick-center p, .desktop-style .chez .marquee-content li.slick-main-active p {
        font-family: "Gotham-Bold", sans-serif;
        color: #FFFFFF;
        color: #FFFFFF;
        -webkit-text-fill-color: #FFFFFF;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff; }

@keyframes scrolling {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-100%); } }

.desktop-style .join_us__section {
  margin-bottom: 328px; }

.desktop-style .join_us__inner {
  width: 100%;
  max-width: 1326px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-height: 506px; }

.desktop-style .join_us__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 873px;
  height: 506px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1; }
  @media screen and (max-width: 956px) {
    .desktop-style .join_us__image {
      width: 90%;
      background-size: contain; } }

.desktop-style .join_us__content {
  width: 100%;
  max-width: 543px;
  padding: 20px 25px;
  border-radius: 5px;
  background: linear-gradient(111deg, rgba(8, 60, 95, 0.3) -2.03%, rgba(14, 39, 61, 0.3) 103.26%);
  backdrop-filter: blur(7.5px);
  position: relative;
  z-index: 2; }
  .desktop-style .join_us__content p {
    font-size: 18px;
    line-height: 32px;
    color: #88A0B4;
    margin: 0 0 15px; }
    .desktop-style .join_us__content p.small-title {
      font-size: 16px;
      line-height: 24px;
      color: #F1FE67; }
  .desktop-style .join_us__content h2 {
    font-family: "Gotham-Book", sans-serif;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 15px; }

.desktop-style .type_one {
  margin-bottom: 220px; }
  .desktop-style .type_one .rounded-circle {
    position: absolute;
    top: 406px;
    z-index: -1;
    left: -100px; }
  .desktop-style .type_one .container .detail--wrapper {
    margin-top: 143px; }
    .desktop-style .type_one .container .detail--wrapper .bordered-fading-content {
      width: 922px;
      min-height: 743px;
      border-top: 2px solid #40969a;
      position: absolute;
      top: -100px;
      left: 112px;
      z-index: -1; }
    .desktop-style .type_one .container .detail--wrapper .info {
      margin-top: 70px; }
      .desktop-style .type_one .container .detail--wrapper .info .content {
        display: flex; }
        .desktop-style .type_one .container .detail--wrapper .info .content .indicator {
          width: 163px;
          margin-right: 30px; }
        .desktop-style .type_one .container .detail--wrapper .info .content .content__informations {
          max-width: 715px; }
          .desktop-style .type_one .container .detail--wrapper .info .content .content__informations h2 {
            font-size: 18px;
            color: #fff;
            display: inline-block;
            font-family: "Gotham-Book", sans-serif !important;
            margin-top: 40px;
            margin-bottom: 30px; }
          .desktop-style .type_one .container .detail--wrapper .info .content .content__informations p {
            font-size: 15px;
            line-height: 28px;
            font-family: "Gotham-Book", sans-serif;
            color: #88A0B4;
            margin-bottom: 30px; }
            .desktop-style .type_one .container .detail--wrapper .info .content .content__informations p:first-of-type {
              font-size: 18px;
              color: #fff; }
            .desktop-style .type_one .container .detail--wrapper .info .content .content__informations p strong {
              font-family: "Gotham-Bold", sans-serif !important; }
          .desktop-style .type_one .container .detail--wrapper .info .content .content__informations a {
            font-size: 15px;
            line-height: 30px;
            font-family: "Gotham-Bold", sans-serif;
            color: #45A6A6;
            text-decoration: underline; }
            .desktop-style .type_one .container .detail--wrapper .info .content .content__informations a:hover {
              text-decoration: none; }
          .desktop-style .type_one .container .detail--wrapper .info .content .content__informations ul {
            margin-left: 15px;
            margin-top: -20px; }
            .desktop-style .type_one .container .detail--wrapper .info .content .content__informations ul li {
              font-family: "Gotham-Book", sans-serif;
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              color: #88A0B4;
              position: relative;
              line-height: 28px;
              padding: 8px 0px; }
              @media not all and (min-resolution: 0.001dpcm) {
                @supports (-webkit-appearance: none) {
                  .desktop-style .type_one .container .detail--wrapper .info .content .content__informations ul li {
                    font-family: "Gotham-Light", sans-serif; } } }
              .desktop-style .type_one .container .detail--wrapper .info .content .content__informations ul li strong {
                font-size: 18px; }
              .desktop-style .type_one .container .detail--wrapper .info .content .content__informations ul li:after {
                content: "";
                position: absolute;
                display: block;
                width: 3px;
                height: 3px;
                background-color: #44A6A6;
                left: -15px;
                top: 20px; }
              .desktop-style .type_one .container .detail--wrapper .info .content .content__informations ul li:last-of-type {
                padding-bottom: 30px; }

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