/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/scss/font.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************/


/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html {
  overflow-y: auto;
  overflow-x: hidden;
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* // Creates a wrapper for a series of columns
@include make-row();

// Make the element grid-ready (applying everything but the width)
@include make-col-ready();
@include make-col($size, $columns: $grid-columns);

// Get fancy by offsetting, or changing the sort order
@include make-col-offset($size, $columns: $grid-columns);
 */
/* .example-container {
    width: 800px;
    @include make-container();
  }

  .example-row {
    @include make-row();
  }

  .example-content-main {
    @include make-col-ready();

    @include media-breakpoint-up(sm) {
      @include make-col(6);
    }
    @include media-breakpoint-up(lg) {
      @include make-col(8);
    }
  }

  .example-content-secondary {
    @include make-col-ready();

    @include media-breakpoint-up(sm) {
      @include make-col(6);
    }
    @include media-breakpoint-up(lg) {
      @include make-col(4);
    }
  } */
/* // No media query necessary for xs breakpoint as it's effectively `@media (min-width: 0) { ... }`
@include media-breakpoint-up(sm) { ... }
@include media-breakpoint-up(md) { ... }
@include media-breakpoint-up(lg) { ... }
@include media-breakpoint-up(xl) { ... }

// Example: Hide starting at `min-width: 0`, and then show at the `sm` breakpoint
.custom-class {
  display: none;
}
@include media-breakpoint-up(sm) {
  .custom-class {
    display: block;
  }
} */
/* @include media-breakpoint-down(xs) { ... }
@include media-breakpoint-down(sm) { ... }
@include media-breakpoint-down(md) { ... }
@include media-breakpoint-down(lg) { ... }
// No media query necessary for xl breakpoint as it has no upper bound on its width

// Example: Style from medium breakpoint and down
@include media-breakpoint-down(md) {
  .custom-class {
    display: block;
  }
}
 */
/*  @include media-breakpoint-only(xs) { ... }
@include media-breakpoint-only(sm) { ... }
@include media-breakpoint-only(md) { ... }
@include media-breakpoint-only(lg) { ... }
@include media-breakpoint-only(xl) { ... }
 */
/* 
 @include media-breakpoint-between(md, xl) { ... }
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 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;
}

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

body {
  line-height: 1;
  color: #2f2f2f;
  font-family: "Work Sans", sans-serif, arial;
}

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

body,
html {
  font-family: "Work Sans", sans-serif, arial;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100% !important;
  color: #2f2f2f;
}

* {
  margin: 0;
  padding: 0;
}

h1 {
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 2rem;
}

h3 {
  margin-bottom: 0.5rem;
}

h4 {
  margin-bottom: 1rem;
}

h5 {
  margin-bottom: 0.5rem;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
img {
  font-style: italic; /* [2] */
  vertical-align: middle; /* [3] */
}

/* ==========================================================================
#TABLES
========================================================================== */
/**
* 1. Ensure tables fill up as much space as possible.
*/
table {
  width: 100%; /* [1] */
}

/* ==========================================================================
   #LISTS
   ========================================================================== */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  /* unvisited link */
  /* visited link */
  /* mouse over link */
}
a:hover {
  text-decoration: none;
}
a {
  /* selected link */
}
a:active {
  text-decoration: none;
}

a:active, a:active * {
  outline: none;
  -moz-outline-style: none;
}

a:focus, a:focus *, button:focus {
  outline: none;
  -moz-outline-style: none;
  box-shadow: none;
}

input, textarea, select, button {
  font-family: "Work Sans", sans-serif, arial;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

button:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-size: auto;
  background-position: 90% center;
  background-repeat: no-repeat;
}

input::placeholder,
select:not(:focus):invalid {
  color: #2f2f2f;
  opacity: 1;
  font-size: 1rem;
}
input ::placeholder {
  color: #fff;
}
input:focus {
  outline: none;
  -moz-outline-style: none;
  box-shadow: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  border: transparent;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
textarea::placeholder {
  color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Icon customize name */
input::-webkit-contacts-auto-fill-button {
  background-color: #fff;
}

/* Icon textarea */
::-webkit-resizer {
  background-color: transparent;
}

.link {
  color: #fc4544;
  position: relative;
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  width: 0;
  height: 0.2rem;
  background-color: #fff;
  transition: width 0.2s ease-in-out;
}
.link:hover, .link.active {
  color: #fc4544;
}
.link:hover::before, .link.active::before {
  width: 100%;
}

.color-brand {
  color: #fc4544;
}
.color-brand::before {
  background-color: #fc4544;
}

.btn {
  color: #2f2f2f;
  font-size: 1.5rem;
  line-height: 0.8;
  font-family: "Bebas Neue", arial, sans-serif;
  text-align: center;
  padding: 1rem;
  z-index: 1;
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  color: white;
  position: relative;
  cursor: pointer;
}
.btn:focus, .btn:focus * {
  outline: none;
  -moz-outline-style: none;
  box-shadow: none;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 0;
  height: 0.5rem;
  background-color: #56bdca;
  transition: width 0.2s ease-in-out;
  z-index: -1;
  transform: translateY(-50%);
}
.btn:not(:disabled):hover::before, .btn:not(:disabled).active::before {
  width: 100%;
}
.btn[disabled], .btn:disabled {
  color: rgba(255, 255, 255, 0.62);
}
.btn--black {
  color: #2f2f2f;
}
.btn.contact-off::before {
  background-color: #fc4544;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .btn--error {
    position: absolute;
    margin-top: 150px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .btn--error {
    position: absolute;
    margin-top: 125px;
  }
}

.form-input {
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  color: #fff;
  padding: 1rem 1rem 1.25rem 1rem;
  height: auto;
  width: 100%;
  background-color: transparent;
}
.form-input__error {
  font-weight: 300;
  opacity: 0.7;
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.form-input__error.checkFail {
  position: relative;
  margin-top: 1rem;
  top: auto;
  right: auto;
  width: 100%;
  padding-left: 3rem;
}
.form-input {
  /* Checkbox */
}
.form-input__checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-input__checkbox input:checked ~ .form-input__checkmark:after {
  display: block;
}
.form-input__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  border: solid 1px #fff;
}
.form-input__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 2px;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
}

.form-style {
  width: 100%;
}

input::-moz-placeholder {
  color: #fff;
}

input::-ms-clear {
  display: none; /*Quitar cruz del input en IE*/
}

textarea::placeholder {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /*Clases aplicadas solo a IE*/
  .form-input__checkmark::after {
    width: 0.65rem;
    height: 0.65rem;
  }
  .form-input__error.checkFail {
    right: 2rem;
  }
}
body::-webkit-scrollbar {
  width: 0.35em;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.62);
  opacity: 0.5;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  outline: 1px solid slategrey;
  border-radius: 10px;
}

textarea::-webkit-scrollbar {
  width: 0.5em;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

textarea::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.62);
  opacity: 0.5;
  border-radius: 10px;
}

.fullscreen {
  width: 100%;
}
@media (min-width: 768px) {
  .fullscreen--flex {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}

.bkg-red {
  background-color: #fc4544;
}

.bkg-blue {
  background-color: #56bdca;
}

.bkg-purple {
  background-color: #6656de;
}

.bkg-black {
  background-color: #2f2f2f;
}

.content {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-content: center;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 4rem 1rem;
}

.index {
  font-family: "Courier Prime", monospace, serif;
  position: relative;
  padding-bottom: 1rem;
  display: block;
}
@media (min-width: 1024px) {
  .index {
    left: -3.25rem;
  }
}
.index:after {
  content: " ";
  position: absolute;
  top: 0.875rem;
  width: 2.125rem;
  height: 1px;
  background-color: #2f2f2f;
  margin-left: 2rem;
}
@media (min-width: 768px) {
  .index:after {
    width: 3.75rem;
  }
}

@media (min-width: 768px) {
  .column-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .column-1 {
    position: relative;
    width: 100%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .column-2 {
    position: relative;
    width: 100%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .column-3 {
    position: relative;
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-4 {
    position: relative;
    width: 100%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-5 {
    position: relative;
    width: 100%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .column-6 {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-7 {
    position: relative;
    width: 100%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .column-8 {
    position: relative;
    width: 100%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .column-9 {
    position: relative;
    width: 100%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-10 {
    position: relative;
    width: 100%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .column-11 {
    position: relative;
    width: 100%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .column-12 {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.open {
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.open {
    padding-right: 0.3em;
  }
  body.open .main-header {
    padding-right: 0.8rem;
  }
}

.d-none, .initiallyHidden * {
  display: none;
}

.scroll-hidden {
  overflow: hidden;
}

.home-block__start-section {
  padding: 3rem 0rem;
  background-image: url('bkg-mobile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  color: #fff;
  height: 100vh;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  align-content: bottom;
  overflow: hidden;
  align-content: center;
  overflow: hidden;
  position: relative;
  background-color: #001319;
}
.home-block__start-section .bgImage-mobile {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('bkg-mobile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media (min-width: 1023px) {
  .home-block__start-section {
    background-image: none;
    padding: 6rem 0rem;
  }
  .home-block__start-section .bgImage-mobile {
    display: none;
  }
}
.home-block__start-section .start-section {
  position: absolute;
  bottom: 10%;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}
@media (max-height: 515px) {
  .home-block__start-section .start-section {
    transform: translateX(50%) scale(0.75);
    padding: 2rem 1rem !important;
  }
}
@media (max-width: 768px) {
  .home-block__start-section .start-section {
    bottom: 12.5%;
  }
}
@media (max-width: 812px) and (min-width: 768px) and (max-height: 376px) and (min-height: 350px) {
  .home-block__start-section .start-section {
    transform: scale(0.5) translateY(50%) translateX(25%);
    position: absolute;
    top: -25%;
    left: -25%;
  }
}
.home-block__start-section .start-section__subtitle--bottom {
  position: relative;
  width: 100%;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .home-block__start-section .start-section__subtitle--bottom {
    max-width: 25.3rem;
  }
}
.home-block__start-section .start-section.content {
  padding: 1rem;
}
@media (min-width: 768px) {
  .home-block__start-section .start-section.content {
    padding: 4rem 1rem;
  }
}
.home-block__start-section .start-section:after {
  content: "";
  position: absolute;
  width: 36rem;
  height: 2px;
  background-color: #fff;
  right: -28rem;
  bottom: -0.3rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-block__start-section .start-section:after {
    right: -20rem;
    bottom: 6.7rem;
  }
}
@media (min-width: 1024px) {
  .home-block__start-section .start-section:after {
    width: 56rem;
    bottom: 6.7rem;
  }
}
.home-block__start-section .start-section:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #fc4544;
  right: 7.5rem;
  bottom: -0.75rem;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-block__start-section .start-section:before {
    right: 15rem;
    width: 1.625rem;
    height: 1.625rem;
    bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .home-block__start-section .start-section:before {
    right: 27rem;
    width: 1.625rem;
    height: 1.625rem;
    bottom: 6rem;
  }
}
.home-block .bubble-red {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 20px;
  right: -10px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url('bubble-red.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 310px;
  height: 310px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 576px) {
  .home-block .bubble-red {
    transform: scale(0.65);
    transform-origin: right;
  }
}
@media (max-width: 450px) {
  .home-block .bubble-red {
    bottom: -10px;
  }
}
.home-block .bubble-red span {
  margin-right: 65px;
  cursor: pointer;
}
.home-block .bubble-red span .arrow {
  display: none;
}
.home-block .bubble-red button {
  background-color: transparent;
  border: 0;
}
.home-block .bubble-red p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.07px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  max-height: 25px;
  max-width: 100%;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
  overflow: hidden;
}
.home-block .bubble-red a {
  font-family: "Bebas Neue", arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.33px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  text-align: center;
  max-height: 115px;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
  overflow: hidden;
  position: relative;
  min-height: 115px;
}
.home-block .bubble-red a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.home-block .bubble-red a:hover::before {
  width: 116px;
  transition: all 0.3s ease-in-out;
}
.home-block .bubble-red.bubble--expanseRed {
  width: 100px;
  height: 70px;
  bottom: 60px;
  transition: all 0.3s ease-in-out;
}
.home-block .bubble-red.bubble--expanseRed span {
  margin-right: 40px;
}
.home-block .bubble-red.bubble--expanseRed span .cross {
  display: none;
}
.home-block .bubble-red.bubble--expanseRed span .arrow {
  display: inline;
}
.home-block .bubble-red.bubble--expanseRed p {
  max-height: 0;
  max-width: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.home-block .bubble-red.bubble--expanseRed a {
  max-height: 0;
  min-height: 0;
  max-width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.home-block__what-do {
  background-color: #fff;
  position: relative;
}
.home-block__what-do .what-do {
  justify-content: flex-end;
  justify-content: -webkit-flex-end;
  justify-content: -moz-flex-end;
  justify-content: -o-flex-end;
  justify-content: -ms-flex-end;
  padding: 4rem 2rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .home-block__what-do .what-do {
    height: 36.25rem;
  }
}
.home-block__what-do .what-do__column {
  z-index: 2;
}
@media (min-width: 590px) and (max-width: 1024px) {
  .home-block__what-do .what-do__column p {
    width: 85%;
  }
}
.home-block__what-do .what-do__undertext {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .home-block__what-do .what-do__undertext {
    position: absolute;
    left: -0.625rem;
    top: 10%;
    max-width: 40rem;
    color: #e7e7e7;
  }
}
@media (min-width: 1024px) {
  .home-block__what-do:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    right: 3.75rem;
    top: 0;
    opacity: 0.8;
  }
  .home-block__what-do:before {
    content: "";
    position: absolute;
    width: 0.32rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    right: 5rem;
    top: 0;
    opacity: 0.8;
  }
}
.home-block__services {
  height: auto;
  background-color: #fc4544;
  position: relative;
  overflow: hidden;
  padding: 2rem 1.5rem;
  position: relative;
  z-index: 2;
}
.home-block__services .services {
  color: #fff;
}
.home-block__services .services__fact {
  position: relative;
  margin: 1rem 0rem 0rem 0rem;
  z-index: 2;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .home-block__services .services__fact {
    margin: 1rem 1.5rem;
  }
  .home-block__services .services__fact--left {
    margin-left: 0;
  }
  .home-block__services .services__fact--right {
    margin-right: 0;
  }
}
.home-block__services .services__fact__img {
  margin-bottom: 1.3rem;
}
.home-block__services .services__fact p {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-block__services .fact__detail {
    min-height: 11rem;
  }
}
@media (min-width: 1024px) {
  .home-block__services .fact__detail {
    min-height: 8.25rem;
  }
}
.home-block__services .content {
  padding: 0;
}
@media (min-width: 768px) {
  .home-block__services .content {
    padding: 1rem;
  }
}
.home-block__products {
  background-color: #f2f1f4;
  width: 100%;
  position: relative;
}
.home-block__products .poducts-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  padding: 4rem 1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .home-block__products .poducts-content {
    padding: 2rem 1rem;
  }
}
.home-block__products .poducts-content .produtText {
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 1024px;
}
@media (max-width: 992px) {
  .home-block__products .poducts-content .produtText {
    padding: 0rem 2rem;
  }
}
.home-block__products .poducts-content .produtText p {
  max-width: 920px;
}
.home-block__products .poducts-content .produtText p span {
  font-weight: 800;
}
.home-block__products .poducts-content .produtCards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-block__products .poducts-content .produtCards .produtCard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border-radius: 24px;
  box-shadow: 0 2px 12px 0 rgba(169, 169, 169, 0.5);
  background-color: #ffffff;
  margin: 24px;
}
.home-block__products .poducts-content .produtCards .produtCard .imgBox {
  position: relative;
}
.home-block__products .poducts-content .produtCards .produtCard .imgBox img {
  width: 280px;
}
@media (max-width: 755px) {
  .home-block__products .poducts-content .produtCards .produtCard .imgBox img {
    width: 300px;
  }
}
.home-block__products .poducts-content .produtCards .produtCard .imgBox .circle-log--01 {
  background-color: #e11e6c;
}
.home-block__products .poducts-content .produtCards .produtCard .imgBox .circle-log--02 {
  background-color: #56bdca;
}
.home-block__products .poducts-content .produtCards .produtCard .imgBox .circle-log--03 {
  background-color: #fccb44;
}
.home-block__products .poducts-content .produtCards .produtCard .imgBox .circle-log--04 {
  background-color: #6de0f6;
}
.home-block__products .poducts-content .produtCards .produtCard .imgBox .circle-log--05 {
  background-color: #6f6edb;
}
.home-block__products .poducts-content .produtCards .produtCard .imgBox .circle-log--06 {
  background-color: #7da4df;
}
.home-block__products .poducts-content .produtCards .produtCard .imgBox .circle-log {
  position: absolute;
  bottom: -25px;
  left: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #ffffff;
}
.home-block__products .poducts-content .produtCards .produtCard .title p {
  font-size: 26px;
  margin: 1.5rem 0 0;
  font-family: "Work Sans", sans-serif, arial;
  font-weight: 200;
}
.home-block__products .poducts-content .produtCards .produtCard .title p span {
  font-weight: 500;
}
.home-block__products .poducts-content .produtCards .produtCard .hoverContent {
  position: absolute;
  transition: all 0.5s ease-in-out;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.95rem 0;
  flex-direction: column;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 24px;
  opacity: 0;
}
.home-block__products .poducts-content .produtCards .produtCard .hoverContent .title {
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.home-block__products .poducts-content .produtCards .produtCard .hoverContent .title p {
  font-size: 22px;
  margin: 0.5rem 0 0;
  font-family: "Work Sans", sans-serif, arial;
  font-weight: 200;
}
.home-block__products .poducts-content .produtCards .produtCard .hoverContent .title p span {
  font-weight: 500;
}
.home-block__products .poducts-content .produtCards .produtCard .hoverContent .text-info {
  max-width: 250px;
  text-align: center;
}
.home-block__products .poducts-content .produtCards .produtCard .hoverContent .hrefBtn {
  font-family: "Bebas Neue", arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 25;
  width: 116px;
  margin: 0 auto;
  margin-top: 5px;
}
@media (max-width: 580px) {
  .home-block__products .poducts-content .produtCards .produtCard .hoverContent .hrefBtn {
    margin-top: 10px;
  }
}
.home-block__products .poducts-content .produtCards .produtCard .hoverContent .hrefBtn::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 5px;
  background-color: #56bdca;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.home-block__products .poducts-content .produtCards .produtCard .hoverContent .hrefBtn:hover::before {
  width: 116px;
  transition: all 0.3s ease-in-out;
}
.home-block__products .poducts-content .produtCards .produtCard:hover .hoverContent {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.home-block__products .text-bg {
  position: absolute;
  opacity: 0.3;
  font-family: "Bebas Neue", arial, sans-serif;
  font-size: 260px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 6.74px;
  text-align: right;
  color: #ffffff;
  top: -60px;
  right: 0;
}
@media (max-width: 992px) {
  .home-block__products .text-bg {
    top: -50px;
  }
}
@media (max-width: 775px) {
  .home-block__products .text-bg {
    display: none;
  }
}
.home-block__products::after {
  content: "";
  width: 134px;
  height: 2px;
  background-color: #fc4544;
  position: absolute;
  top: 210px;
  right: 150px;
}
@media (max-width: 775px) {
  .home-block__products::after {
    display: none;
  }
}
.home-block__products::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 250px;
  width: 100%;
  background-color: #ffffff;
}
.home-block__team {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-block__team {
    height: 34.375rem;
  }
}
.home-block__team .team {
  align-items: flex-end;
  align-items: -webkit-flex-end;
  align-items: -moz-flex-end;
  align-items: -o-flex-end;
  align-items: -ms-flex-end;
}
.home-block__team .team__sub-block {
  padding: 0rem 1.5rem;
}
@media (min-width: 768px) {
  .home-block__team .team__sub-block:last-child {
    padding-left: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.home-block__team .team__right-info {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  margin-top: 2.5rem;
}
.home-block__team .team__right-info .right-info__column1 {
  margin-right: 1rem;
  position: relative;
}
.home-block__team .team__right-info .right-info__column1:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 6rem;
  background-color: #2f2f2f;
  right: -0.625rem;
}
.home-block__team .team__right-info .right-info__column2 {
  margin-top: 1.5rem;
}
.home-block__team .team__right-info .right-info__column2 p {
  margin-bottom: 0.2rem;
}
.home-block__team .team__quote {
  font-size: 1.5rem;
  padding-top: 2rem;
}
.home-block__team .team__quote .text-h3 {
  font-family: "Courier Prime", monospace, serif;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.home-block__team .team:after {
  content: "";
  position: absolute;
  width: 50rem;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  right: -33.75rem;
  bottom: 1.6rem;
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-block__team .team:after {
    right: -27.2rem;
    bottom: 20.2rem;
  }
}
@media (min-width: 1024px) {
  .home-block__team .team:after {
    right: -17.5rem;
    bottom: 20.1rem;
  }
}
.home-block__team .team:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #fc4544;
  right: 16.25rem;
  bottom: 1.25rem;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-block__team .team:before {
    width: 1.625rem;
    height: 1.625rem;
    right: 21.625rem;
    bottom: 19.5rem;
  }
}
@media (min-width: 1024px) {
  .home-block__team .team:before {
    width: 1.625rem;
    height: 1.625rem;
    right: 31.25rem;
    bottom: 19.5rem;
  }
}
.home-block__team .team .text-h2 {
  color: #fc4544;
}
.home-block__team .team .text-detail {
  font-family: "Bebas Neue", arial, sans-serif;
  text-align: right;
  display: block;
  position: relative;
  line-height: 0.6;
}
.home-block__team .team .text-detail:before {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: 1px;
  background-color: #2f2f2f;
  right: 3.375rem;
  bottom: 0;
}
.home-block__team:after {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: 110%;
  background-color: #2f2f2f;
  right: 6.375rem;
  top: -1.5rem;
  opacity: 0.2;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
}
@media (min-width: 768px) {
  .home-block__team:after {
    right: 3.375rem;
  }
}
.home-block__methodology {
  background-color: #e7e7e7;
}
.home-block__methodology .methodology {
  overflow: hidden;
}
.home-block__methodology .methodology__text-highlight {
  margin-bottom: 0;
  font-family: "Courier Prime", monospace, serif;
  font-size: 3.75rem;
}
@media (min-width: 768px) {
  .home-block__methodology .methodology__text-highlight {
    font-size: 7.5rem;
  }
}
.home-block__success {
  background-color: #fff;
}
.home-block__success .content {
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-block__success .column-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.home-block__success .case {
  display: block;
  width: 100%;
  height: 20rem;
  position: relative;
  margin-bottom: 5px;
}
.home-block__success .case .case__info {
  display: block;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-block__success .case:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(47, 47, 47, 0.8);
  display: block;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 2;
}
.home-block__success .case:hover:before {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-block__success .case:hover .case__info {
  opacity: 1;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-block__success .case__info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  color: #fff;
  z-index: 3;
  height: auto;
  padding: 1rem;
}
.home-block__success .case__img {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.home-block__success .case__img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.home-block__success .case__text {
  font-family: "Bebas Neue", arial, sans-serif;
  font-size: 0.875rem;
  font-size: 1.125rem;
  letter-spacing: 0.8px;
}
.home-block__contact {
  background-color: #fff;
}
.home-block__contact .content {
  padding: 6rem 0;
  max-width: 40rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home-block__contact p {
  line-height: 2;
  font-family: "Courier Prime", monospace, serif;
  margin: 0 1.5rem;
}
@media (min-width: 768px) {
  .home-block__contact p {
    font-size: 1.5rem;
    line-height: 2.4;
    margin: 0;
  }
}
.home-block__contact a {
  padding: 0.125rem 0.25rem;
}
.home-block__contact .contact__word--red {
  color: #fc4544;
  border: 2px solid #fc4544;
}
.home-block__contact .contact__word--red:hover {
  background-color: #fc4544;
}
.home-block__contact .contact__word--green {
  color: #56bdca;
  border: 2px solid #56bdca;
}
.home-block__contact .contact__word--green:hover {
  background-color: #56bdca;
}
.home-block__contact .contact__word--blue {
  color: #6656de;
  border: 2px solid #6656de;
}
.home-block__contact .contact__word--blue:hover {
  background-color: #6656de;
}
.home-block__contact .contact__word:hover {
  transition: 0.3s;
  color: #fff;
}

.contact-block {
  color: #fff;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .contact-block {
    padding: 0;
    min-height: calc(100vh - 158px);
    min-height: -o-calc(100vh - 158px);
    min-height: -ms-calc(100vh - 158px);
  }
}
.contact-block .section-givens {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  padding: 2rem;
}
@media (min-width: 1024px) {
  .contact-block .section-givens {
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    justify-content: space-around;
  }
}
.contact-block .section-givens__block {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  text-align: center;
  padding-bottom: 1rem;
}
.contact-block .section-givens__block h4 {
  padding: 0 1rem;
  font-weight: 300;
  margin: 0;
}
.contact-block .section-givens__block p {
  margin: 0;
  font-weight: normal;
  font-family: "Courier Prime", monospace, serif;
  font-weight: 600;
}
.contact-block .section-givens__block span {
  font-family: "Courier Prime", monospace, serif;
}
.contact-block .section-givens__block--number p {
  white-space: nowrap;
  padding-right: 0.5rem;
  color: #fff !important;
}
@media (max-width: 1024px) {
  .contact-block .section-givens__block--number p {
    margin-bottom: 5px;
  }
}
.contact-block .section-givens__block .link {
  color: #fff;
}
@media (min-width: 1024px) {
  .contact-block .section-givens__block {
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    text-align: left;
    padding: 0;
  }
}

.form-block {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (min-width: 768px) {
  .form-block {
    justify-content: center;
  }
}
.form-block__input {
  position: relative;
  padding-bottom: 2rem;
  width: 100%;
}
.form-block__input--textarea textarea {
  max-width: 975px;
  line-height: 24px;
}
.form-block__input:before {
  content: "";
  display: block;
  position: absolute;
  border: 0;
  left: 3rem;
  background-color: #fff;
  width: 82%;
  height: 1px;
  bottom: 2rem;
}
@media (min-width: 768px) {
  .form-block__input:before {
    left: 3rem;
  }
}
@media (min-width: 768px) {
  .form-block__input:nth-child(odd) {
    padding-right: 1rem;
  }
  .form-block__input:nth-child(even) {
    padding-left: 1rem;
  }
  .form-block__input--textarea:before {
    width: 91%;
  }
}
.form-block__checkbox {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  width: 100%;
  justify-content: flex-start;
  justify-content: -webkit-flex-start;
  justify-content: -moz-flex-start;
  justify-content: -o-flex-start;
  justify-content: -ms-flex-start;
  margin-left: 1rem;
}
.form-block__checkbox .form-check-label {
  margin-left: 2rem;
  line-height: 1.3;
}
.form-block__checkbox .form-check-label a {
  color: #fff;
  font-weight: 600;
}
.form-block__button {
  padding-top: 0.5rem;
  justify-content: center;
  width: 100%;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
}
.form-block__message {
  padding-top: 2rem;
}
.form-block .form-input {
  color: #fff;
}

.error-block {
  font-size: 8.75rem;
}
.error-block__bkg {
  padding: 6rem 0rem;
  background-image: url('bkg-error.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  color: #fff;
  min-height: 100vh;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  align-content: center;
  background-color: #001319;
}
@media (min-width: 1024px) {
  .error-block__bkg {
    background-position: right;
  }
}
.error-block .content {
  align-content: flex-end;
}
@media (min-width: 768px) {
  .error-block .content {
    align-content: center;
  }
}
.error-block .text-h1 {
  font-size: 3.75rem;
  margin-bottom: 0;
  height: 8.125rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .error-block .text-h1 {
    font-size: 6.25rem;
    height: 13.75rem;
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .error-block .text-h1 {
    font-size: 8.75rem;
    height: 19.375rem;
    line-height: 1.5;
  }
}
.error-block .title-word {
  height: 4.75rem;
  position: relative;
  bottom: 1.625rem;
}
@media (min-width: 768px) {
  .error-block .title-word {
    height: 9.375rem;
    bottom: 4.125rem;
  }
}
.error-block .text-h2 {
  font-size: 2.25rem;
}
.error-block__button {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
}
.error-block a:hover {
  color: #fff;
}

.legal-notice-block {
  min-height: calc(100vh - 200px);
  min-height: -o-calc(100vh - 200px);
  min-height: -ms-calc(100vh - 200px);
}
.legal-notice-block__direction {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
}
@media (min-width: 768px) {
  .legal-notice-block__direction {
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    padding-bottom: 1rem;
  }
}
.legal-notice-block .column-4 {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .legal-notice-block .column-4 {
    padding-bottom: 0;
  }
}
.legal-notice-block .column-4:last-child {
  padding-right: 0;
}
.legal-notice-block .column-4 p {
  margin: 0;
}
.legal-notice-block ul {
  list-style: inside;
  padding-left: 1rem;
}
.legal-notice-block ul li {
  margin-bottom: 0.5rem;
}

.cookies-block {
  font-size: 0.75rem;
  font-family: "Courier Prime", monospace, serif;
  position: fixed;
  height: auto;
  background-color: #fff;
  border-radius: 2px;
  z-index: 4;
  padding: 2.2rem 1rem;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 90%;
  bottom: 1rem;
  right: 50%;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  .cookies-block {
    max-width: 20.625rem;
    bottom: 2rem;
    right: 2rem;
    transform: translate(0);
  }
}
.cookies-block--icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
.cookies-block .btn {
  color: rgba(0, 0, 0, 0.5);
}
.cookies-block a {
  text-decoration: underline !important;
  color: #2f2f2f;
}

.page-home .main-header {
  position: absolute;
  top: 0;
}

.page-legal .main-header {
  background-color: #fc4544;
}

@keyframes headerMov {
  0% {
    transform: translateY(-100px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.fixedHeader .main-header {
  position: fixed;
  top: 0;
  z-index: 6;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  animation: headerMov 0.5s ease-in-out;
  animation-fill-mode: both;
  -o-box-shadow: -2px 0px 6px -2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -2px 0px 6px -2px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0px 6px -2px rgba(0, 0, 0, 0.3);
}
.fixedHeader .main-header .nav-icon span {
  background: #fc4544;
}
.fixedHeader .main-header .nav-icon:before {
  background-image: url('Triangle-header-red.svg');
}
.fixedHeader .main-header .nav-icon.open span {
  background-color: #fff;
}
.fixedHeader .main-header .nav-icon.open:before {
  background-image: url('Triangle-header.svg');
}

.main-header {
  padding: 0;
}
@media (min-width: 590px) {
  .main-header {
    padding: 1rem 0.5rem;
  }
}
.main-header .content {
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.main-header .content .logo-block {
  position: relative;
  z-index: 1;
  display: flex;
  align-content: center;
}
.main-header .content .logo-block .logoPath {
  fill: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-header .content .nav-icon {
    margin-left: auto;
  }
}

.fixedHeader .main-header .logo-block .logoPath {
  fill: #fc4544;
}
.fixedHeader .main-header .logo-block .logoPath .logoPath2 {
  fill: #2f2f2f;
}

.svgLogoScroll {
  display: none;
}

.logo-block__img {
  max-width: 200px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.toggle-overlay {
  z-index: 9;
}

/* Icon Nav */
.nav-icon {
  width: 3.375rem;
  height: 3.125rem;
  position: relative;
  margin: 1rem 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 590px) {
  .nav-icon {
    transform: scale(0.75);
  }
}
.nav-icon:before {
  content: "";
  position: absolute;
  background-image: url('Triangle-header.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 38%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 1.75rem;
  transform-origin: left center;
}
.nav-icon span:nth-child(2) {
  top: 2.125rem;
  transform-origin: left center;
}
.nav-icon span:nth-child(3) {
  top: 2.5rem;
  transform-origin: left center;
}
.nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 1.625rem;
  left: 1.25rem;
}
.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 2.5rem;
  left: 1.25rem;
}

.nav-block {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 18.875rem;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #fc4544;
  transition: all 0.5s ease;
  z-index: 5;
  -o-box-shadow: -2px 0px 6px -2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -2px 0px 6px -2px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0px 6px -2px rgba(0, 0, 0, 0.3);
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .nav-block {
    width: 50rem;
  }
}
.nav-block.open {
  opacity: 1;
  visibility: visible;
}
.nav-block__list {
  font-family: "Bebas Neue", arial, sans-serif;
  font-size: 2.5rem;
  text-align: left;
}
.nav-block__list a {
  color: #fff !important;
}
@media (min-width: 768px) {
  .nav-block__list {
    width: 25rem;
    font-size: 3.75rem;
  }
}
@media (max-width: 590px) {
  .nav-block__list {
    font-size: 2rem;
  }
}
@media (max-width: 825px) and (max-height: 380px) {
  .nav-block__list {
    font-size: 2rem;
  }
}
.nav-block__link {
  position: relative;
  padding: 0 1rem;
}
.nav-block__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 0;
  height: 0.75rem;
  background-color: #56bdca;
  transition: width 0.2s ease-in-out;
  z-index: -1;
  transform: translateY(-50%);
}
.nav-block__link:hover::before, .nav-block__link.active::before {
  width: 100%;
}

.main-footer {
  background-color: #2f2f2f;
  padding: 2rem;
}
.main-footer .content {
  align-items: center;
  padding: 0;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.main-footer .content small {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .main-footer .content small {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .main-footer .content {
    justify-content: space-between;
    flex-direction: row;
  }
}
.main-footer small {
  color: #fff;
}
.main-footer .footer-block {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  color: #fff;
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  align-items: center;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .main-footer .footer-block {
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    padding-top: 0rem;
  }
}
.main-footer .footer-block__list {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .main-footer .footer-block__list {
    font-size: 0.75rem;
    padding-left: 1rem;
  }
}
.main-footer .footer-block__list a {
  color: #fff;
}
@media (min-width: 768px) {
  .main-footer .footer-block__list a {
    font-size: 0.75rem;
  }
}
.main-footer .footer-block__list--point {
  display: none;
}
@media (min-width: 768px) {
  .main-footer .footer-block__list--point {
    display: block;
  }
}
.main-footer .footer-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer .footer-icons__follow-icon .rrssSVG g {
  fill: #fff;
}
.main-footer .footer-icons__follow-icon .rrssSVG:hover g {
  fill: #56BDCA;
}
.main-footer .footer-icons__follow-icon {
  display: inline-block;
  padding-top: 7.5px;
}
.main-footer .footer-icons__follow-icon img {
  width: 100%;
}
@media (min-width: 768px) {
  .main-footer .footer-icons__follow-icon {
    width: 1.3rem;
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .main-footer .footer-icons {
    margin-left: 1rem;
  }
}

.text-h1 {
  font-family: "Work Sans", sans-serif, arial;
  font-size: 2rem;
  font-weight: 700;
}
.text-h1--start-section {
  font-family: "Bebas Neue", arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 3.75rem;
  line-height: 0.8;
}
@media (min-width: 768px) {
  .text-h1--start-section {
    font-size: 8.75rem;
  }
}
.text-h1--error {
  font-family: "Bebas Neue", arial, sans-serif;
}

.text-h2 {
  font-size: 2.5rem;
  font-family: "Bebas Neue", arial, sans-serif;
}
@media (min-width: 768px) {
  .text-h2 {
    font-size: 3.75rem;
  }
}
.text-h2--what-do {
  font-size: 4rem;
  text-align: center;
  line-height: 0.8;
  margin: 2rem 0rem 0rem 0rem;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .text-h2--what-do {
    margin: 0;
    font-size: 11.25rem;
    line-height: 10rem;
    text-align: left;
  }
}
.text-h2--services {
  display: none;
}
@media (min-width: 1024px) {
  .text-h2--services {
    display: block;
    color: #fc4544;
    font-family: "Bebas Neue", arial, sans-serif;
    font-size: 20.625rem;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    z-index: 1;
    position: absolute;
    line-height: 0.6;
    margin: 0;
    bottom: 0;
    opacity: 0.2;
  }
}

.text-h3 {
  font-size: 1.5rem;
  font-family: "Bebas Neue", arial, sans-serif;
}
.text-h3__success {
  font-family: "Courier Prime", monospace, serif;
  font-size: 1.25rem;
}

p {
  margin-bottom: 1rem;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.75rem;
}

.what-do__undertext {
  font-family: "Bebas Neue", arial, sans-serif;
}
@keyframes animationNone {
  95% {
    height: 100vh;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes bubble1 {
  0% {
    top: 0;
    left: 0;
  }
  50% {
    top: 7px;
    left: 12px;
  }
  100% {
    top: 0px;
    left: 0;
  }
}
@keyframes bubble2 {
  0% {
    top: 50%;
    left: 0;
  }
  50% {
    top: calc(50% - 25px);
    left: -10px;
  }
  100% {
    top: 50%;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .bubble--01 .bubble__container:hover {
    animation: bubble1 3s infinite;
    transform-box: fill-box;
    animation-fill-mode: both;
  }
  .bubble--02 .bubble__container:hover {
    animation: bubble2 3s infinite;
    transform-box: fill-box;
    animation-fill-mode: both;
  }
  .bubble--03 .bubble__container:hover {
    animation: bubble1 3s infinite;
    transform-box: fill-box;
    animation-fill-mode: both;
  }
  .bubble--04 .bubble__container:hover {
    animation: bubble1 3s infinite;
    transform-box: fill-box;
    animation-fill-mode: both;
  }
  .bubble--05 .bubble__container:hover {
    animation: bubble1 3s infinite;
    transform-box: fill-box;
    animation-fill-mode: both;
  }
  .produtBox__left.bubble--expanse1 .bubble--01 .bubble__container:hover {
    animation: none;
  }
  .produtBox__left.bubble--expanse2 .bubble--02 .bubble__container:hover {
    animation: none;
  }
  .produtBox__left.bubble--expanse3 .bubble--03 .bubble__container:hover {
    animation: none;
  }
  .produtBox__left.bubble--expanse4 .bubble--04 .bubble__container:hover {
    animation: none;
  }
  .produtBox__left.bubble--expanse5 .bubble--05 .bubble__container:hover {
    animation: none;
  }
}
.animacion-home-block {
  color: #fff;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.init-block {
  flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  cursor: pointer;
  padding: 2rem;
}
.init-block h1 {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .init-block h1 {
    margin-bottom: 2rem;
  }
}
.init-block h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.init-block h2:last-of-type {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .init-block h2:last-of-type {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .init-block h2 {
    font-size: 2.75rem;
  }
}
.init-block p {
  margin: 0;
}
.init-block p:last-of-type {
  margin-top: 0.5rem;
  max-width: 56.25rem;
}
@media (min-width: 768px) {
  .init-block p:last-of-type {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .init-block p h1 {
    margin-bottom: 1rem;
  }
}
.init-block__button {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  margin-top: 0.5rem;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .init-block__button {
    margin-top: 5rem;
  }
}

.rgbKineticSlider {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

canvas {
  position: absolute;
  display: block !important;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  canvas {
    top: 0px !important;
    left: 0px !important;
  }
  .services__fact {
    display: inline-block !important;
  }
  .animacion-home-block {
    height: 500px;
    min-height: 100vh;
  }
  .init-block {
    height: 500px;
    min-height: 100vh;
  }
}
@keyframes underBlink {
  0% {
    border-right: 0.6rem solid rgba(0, 0, 0, 0);
  }
  100% {
    border-right: 0.6rem solid white;
  }
}
.txt-rotate {
  display: block;
  overflow: hidden;
  height: 2.8rem;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .txt-rotate {
    height: 6.9rem;
  }
}
.txt-rotate span {
  animation: underBlink 1s infinite;
}

.methodology-animation {
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  white-space: nowrap;
  font-size: 2.875rem;
  display: block;
  top: 0;
  left: 0;
  animation: scrollBigMarqueeMobile 30s 0s linear forwards infinite;
}
@media (min-width: 768px) {
  .methodology-animation {
    animation: scrollBigMarquee 30s 0s linear forwards infinite;
  }
}

@keyframes scrollBigMarquee {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-320%, 0);
  }
}
@keyframes scrollBigMarqueeMobile {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-680%, 0);
  }
}

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