/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1440px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.75rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.75rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.75rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.75rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.75rem !important; }

.m-2 {
  margin: 1.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 1.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important; }

.m-3 {
  margin: 3rem !important; }

.mt-3,
.my-3 {
  margin-top: 3rem !important; }

.mr-3,
.mx-3 {
  margin-right: 3rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 3rem !important; }

.ml-3,
.mx-3 {
  margin-left: 3rem !important; }

.m-4 {
  margin: 4.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 4.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 4.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 4.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 4.5rem !important; }

.m-5 {
  margin: 9rem !important; }

.mt-5,
.my-5 {
  margin-top: 9rem !important; }

.mr-5,
.mx-5 {
  margin-right: 9rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 9rem !important; }

.ml-5,
.mx-5 {
  margin-left: 9rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.75rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.75rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.75rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.75rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.75rem !important; }

.p-2 {
  padding: 1.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 1.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 1.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 1.5rem !important; }

.p-3 {
  padding: 3rem !important; }

.pt-3,
.py-3 {
  padding-top: 3rem !important; }

.pr-3,
.px-3 {
  padding-right: 3rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 3rem !important; }

.pl-3,
.px-3 {
  padding-left: 3rem !important; }

.p-4 {
  padding: 4.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 4.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 4.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 4.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 4.5rem !important; }

.p-5 {
  padding: 9rem !important; }

.pt-5,
.py-5 {
  padding-top: 9rem !important; }

.pr-5,
.px-5 {
  padding-right: 9rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 9rem !important; }

.pl-5,
.px-5 {
  padding-left: 9rem !important; }

.m-n1 {
  margin: -0.75rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.75rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.75rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.75rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.75rem !important; }

.m-n2 {
  margin: -1.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -1.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -1.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -1.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -1.5rem !important; }

.m-n3 {
  margin: -3rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -3rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -3rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -3rem !important; }

.m-n4 {
  margin: -4.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -4.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -4.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -4.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -4.5rem !important; }

.m-n5 {
  margin: -9rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -9rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -9rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -9rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -9rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.75rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.75rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.75rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.75rem !important; }
  .m-sm-2 {
    margin: 1.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.5rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important; }
  .m-sm-4 {
    margin: 4.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4.5rem !important; }
  .m-sm-5 {
    margin: 9rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 9rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 9rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 9rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 9rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.75rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.75rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.75rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.75rem !important; }
  .p-sm-2 {
    padding: 1.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.5rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important; }
  .p-sm-4 {
    padding: 4.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4.5rem !important; }
  .p-sm-5 {
    padding: 9rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 9rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 9rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 9rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 9rem !important; }
  .m-sm-n1 {
    margin: -0.75rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.75rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.75rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.75rem !important; }
  .m-sm-n2 {
    margin: -1.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.5rem !important; }
  .m-sm-n3 {
    margin: -3rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important; }
  .m-sm-n4 {
    margin: -4.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4.5rem !important; }
  .m-sm-n5 {
    margin: -9rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -9rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -9rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -9rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -9rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.75rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.75rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.75rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.75rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.75rem !important; }
  .m-md-2 {
    margin: 1.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.5rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important; }
  .m-md-4 {
    margin: 4.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4.5rem !important; }
  .m-md-5 {
    margin: 9rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 9rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 9rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 9rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 9rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.75rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.75rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.75rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.75rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.75rem !important; }
  .p-md-2 {
    padding: 1.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.5rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important; }
  .p-md-4 {
    padding: 4.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4.5rem !important; }
  .p-md-5 {
    padding: 9rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 9rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 9rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 9rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 9rem !important; }
  .m-md-n1 {
    margin: -0.75rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.75rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.75rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.75rem !important; }
  .m-md-n2 {
    margin: -1.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.5rem !important; }
  .m-md-n3 {
    margin: -3rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important; }
  .m-md-n4 {
    margin: -4.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4.5rem !important; }
  .m-md-n5 {
    margin: -9rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -9rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -9rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -9rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -9rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.75rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.75rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.75rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.75rem !important; }
  .m-lg-2 {
    margin: 1.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.5rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important; }
  .m-lg-4 {
    margin: 4.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4.5rem !important; }
  .m-lg-5 {
    margin: 9rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 9rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 9rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 9rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 9rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.75rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.75rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.75rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.75rem !important; }
  .p-lg-2 {
    padding: 1.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.5rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important; }
  .p-lg-4 {
    padding: 4.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4.5rem !important; }
  .p-lg-5 {
    padding: 9rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 9rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 9rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 9rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 9rem !important; }
  .m-lg-n1 {
    margin: -0.75rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.75rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.75rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.75rem !important; }
  .m-lg-n2 {
    margin: -1.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.5rem !important; }
  .m-lg-n3 {
    margin: -3rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important; }
  .m-lg-n4 {
    margin: -4.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4.5rem !important; }
  .m-lg-n5 {
    margin: -9rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -9rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -9rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -9rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -9rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.75rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.75rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.75rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.75rem !important; }
  .m-xl-2 {
    margin: 1.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.5rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important; }
  .m-xl-4 {
    margin: 4.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4.5rem !important; }
  .m-xl-5 {
    margin: 9rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 9rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 9rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 9rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 9rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.75rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.75rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.75rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.75rem !important; }
  .p-xl-2 {
    padding: 1.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.5rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important; }
  .p-xl-4 {
    padding: 4.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4.5rem !important; }
  .p-xl-5 {
    padding: 9rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 9rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 9rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 9rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 9rem !important; }
  .m-xl-n1 {
    margin: -0.75rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.75rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.75rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.75rem !important; }
  .m-xl-n2 {
    margin: -1.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.5rem !important; }
  .m-xl-n3 {
    margin: -3rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important; }
  .m-xl-n4 {
    margin: -4.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4.5rem !important; }
  .m-xl-n5 {
    margin: -9rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -9rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -9rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -9rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -9rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.75rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.75rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.75rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.75rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.75rem !important; }
  .m-xxl-2 {
    margin: 1.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1.5rem !important; }
  .m-xxl-3 {
    margin: 3rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 3rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 3rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 3rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 3rem !important; }
  .m-xxl-4 {
    margin: 4.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4.5rem !important; }
  .m-xxl-5 {
    margin: 9rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 9rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 9rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 9rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 9rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.75rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.75rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.75rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.75rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.75rem !important; }
  .p-xxl-2 {
    padding: 1.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1.5rem !important; }
  .p-xxl-3 {
    padding: 3rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 3rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 3rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 3rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 3rem !important; }
  .p-xxl-4 {
    padding: 4.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4.5rem !important; }
  .p-xxl-5 {
    padding: 9rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 9rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 9rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 9rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 9rem !important; }
  .m-xxl-n1 {
    margin: -0.75rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.75rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.75rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.75rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.75rem !important; }
  .m-xxl-n2 {
    margin: -1.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1.5rem !important; }
  .m-xxl-n3 {
    margin: -3rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -3rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -3rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -3rem !important; }
  .m-xxl-n4 {
    margin: -4.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -4.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -4.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -4.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -4.5rem !important; }
  .m-xxl-n5 {
    margin: -9rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -9rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -9rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -9rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -9rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

img,
object,
embed,
video,
iframe {
  max-width: 100%; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: middle; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type='radio'] {
  vertical-align: text-bottom; }

input[type='checkbox'] {
  vertical-align: bottom; }

input:focus,
textarea:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

small {
  font-size: 85%; }

strong,
th {
  font-weight: bold; }

td,
td img {
  vertical-align: top; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif; }

label,
input[type='button'],
input[type='submit'],
button {
  cursor: pointer; }

body,
select,
input,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button,
input,
select,
textarea {
  margin: 0;
  resize: none;
  color: inherit;
  font: inherit;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a,
button {
  outline: 0; }

button {
  width: auto;
  overflow: visible; }

textarea {
  overflow: auto; }

ins {
  background: #fcd700;
  color: #000;
  text-decoration: none; }

mark {
  background: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.ibm-mono, h6, #loader .progress, .git .person .name, a.btn,
input.btn[type='submit'], a.arrow,
input.arrow[type='submit'], .owl-testimonials .item .author,
.owl-testimonials .item .position, footer#mainFooter ul li a, header#mainHeader .alert, #contact .person .name, .page-about section#team .members .member, .page-about section#team .members .member .position, .page-about section.white .numbers .number, .page-about section.white .timeline .owl-timeline .item .year, .page-home section.product .features .hr, .page-home section.product .feature p, .page-home section.product .robot .hr, .page-home section#bottom .numbers .number, .page-home section.white .numbers .number, .page-home section.white .git .person .name, .page-news .news .article .date,
.page-downloads .news .article .date,
.page-news-single .news .article .date, .page-news .downloads .download .category,
.page-downloads .downloads .download .category,
.page-news-single .downloads .download .category, .page-news-single .post .info .meta .date, .page-news-single .post .info .meta .category, .page-news-single .post .entry .sidebar .tag, .page-news-single .post .entry .intro .author .name,
.page-news-single .post .entry .intro .author .bio, .page-product section#system .features .hr, .page-product section#system .feature p, .page-product section#products .modal-product #content .downloads .download .category, .page-product section.white .nav-pills .nav-item a, .page-stories .stories .storie p, .page-stories .modal-storie #about .infos .subtitle, .page-stories .modal-storie .testimonials h6 {
  font-family: "IBM Plex Mono", monospace; }

h1 {
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 30px;
  font-weight: 200; }
  @media (min-width: 768px) {
    h1 {
      font-size: 52px;
      line-height: 100%; } }

h2 {
  font-size: 40px;
  line-height: 100%;
  font-weight: 300; }

h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 300; }
  @media (min-width: 768px) {
    h3 {
      font-size: 32px;
      line-height: 38px; } }

h4 {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 24px;
  line-height: 130%; }

h5 {
  font-weight: 300;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

h6 {
  margin-bottom: 20px;
  color: #62c7b5;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
  background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999; }
  #loader:before, #loader:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #0d1115;
    z-index: 0;
    -webkit-transition: all 1500ms linear;
    -o-transition: all 1500ms linear;
    transition: all 1500ms linear; }
  #loader:before {
    left: -100%; }
  #loader:after {
    right: -100%; }
  #loader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: loader 3s infinite;
            animation: loader 3s infinite;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear; }
  #loader .progress {
    position: absolute;
    bottom: 20%;
    left: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 100.6%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
    padding-bottom: 17px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear; }
    @media only screen and (max-height: 650px) {
      #loader .progress {
        bottom: 80px; } }
    #loader .progress:after {
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-animation: progress 2s infinite;
              animation: progress 2s infinite; }

.vh100 {
  height: 100vh; }

.page-header {
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center; }
  @media (min-width: 768px) {
    .page-header {
      margin-top: 300px;
      margin-bottom: 150px; } }

.cta {
  position: relative;
  margin: auto;
  width: 100%;
  height: 510px;
  text-align: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 60px; }
  @media (min-width: 768px) {
    .cta {
      width: 90%; } }
  .cta .cta-container {
    margin: 0 auto;
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1; }
    @media (min-width: 768px) {
      .cta .cta-container {
        width: 500px; } }
    @media (min-width: 992px) {
      .cta .cta-container {
        width: 700px; } }
  .cta p {
    margin-bottom: 45px; }

.container-fluid.relative, .relative.container-sm, .relative.container-md, .relative.container-lg, .relative.container-xl, .relative.container-xxl {
  position: relative; }
  .container-fluid.relative .container, .relative.container-sm .container, .relative.container-md .container, .relative.container-lg .container, .relative.container-xl .container, .relative.container-xxl .container {
    position: initial; }
  @media (min-width: 768px) {
    .container-fluid.relative .left-half, .relative.container-sm .left-half, .relative.container-md .left-half, .relative.container-lg .left-half, .relative.container-xl .left-half, .relative.container-xxl .left-half {
      position: absolute;
      left: 0;
      padding-left: 0;
      right: 50%; } }
  @media (min-width: 768px) {
    .container-fluid.relative .right-half, .relative.container-sm .right-half, .relative.container-md .right-half, .relative.container-lg .right-half, .relative.container-xl .right-half, .relative.container-xxl .right-half {
      position: absolute;
      right: 0;
      padding-right: 0;
      left: 50%; } }

.git {
  max-width: 100%;
  padding: 0;
  margin-top: 120px;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .git {
      padding: 0 15px;
      max-width: 1200px; } }
  .git > .row > .col {
    padding: 0; }
    @media (min-width: 768px) {
      .git > .row > .col {
        padding: 0 15px; } }
  .git .panel {
    padding-top: 71px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
    color: #fff;
    text-align: center;
    background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
    background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%); }
    @media (min-width: 768px) {
      .git .panel {
        border-radius: 6px; } }
    .git .panel a {
      color: #fff; }
  .git h3 {
    margin-left: auto;
    margin-right: auto;
    text-transform: none;
    margin-bottom: 50px;
    max-width: 680px; }
  .git .person {
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11); }
    .git .person .avatar {
      position: relative;
      width: 70px;
      min-width: 70px;
      height: 70px;
      margin: 0 auto 30px;
      border-radius: 70px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .git .person .avatar {
          margin: 0; } }
      .git .person .avatar img {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: none;
        height: 100%;
        max-height: 100%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .git .person .name {
      margin-bottom: 50px;
      width: 100%;
      font-size: 14px;
      line-height: 140%;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .git .person .name {
          margin-bottom: 0;
          margin-left: 30px;
          width: auto; } }
      .git .person .name .position {
        opacity: 0.6; }
      .git .person .name .mail {
        opacity: 0.6;
        text-transform: lowercase; }
    .git .person .linkedin {
      display: inline-block;
      margin-top: 5px;
      width: 20px; }
      .git .person .linkedin svg {
        fill: #fff; }
  .git .link {
    width: 100%; }
    @media (min-width: 768px) {
      .git .link {
        width: auto; } }
    .git .link .btn:hover {
      color: #2c224a; }
  .git p {
    margin-bottom: 30px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

html {
  color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  scroll-behavior: smooth; }
  html.loading #mainHeader {
    opacity: 0; }
  html.loading #loader:before {
    left: 0; }
  html.loading #loader:after {
    right: 0; }
  html.loading #loader svg,
  html.loading #loader .progress {
    opacity: 1; }
  html.loading main {
    opacity: 0; }

body {
  overflow-x: hidden;
  overscroll-behavior-y: none;
  background-color: #0d1115;
  -webkit-transition: background-color 800ms ease-in-out;
  -o-transition: background-color 800ms ease-in-out;
  transition: background-color 800ms ease-in-out; }
  body.page-template-page-jobs, body.page-template-page-stories, body.page-template-page-news, body.page-template-page-downloads, body.page-template-page-list-blog, body.single-blog, body.post-type-archive-blog, body.page-template-page-intern-blog, body.category, body.single-post {
    color: #0d1115;
    background-color: #fff; }
  @media (min-width: 768px) {
    body.modal-open #mainHeader {
      padding-right: 17px; } }
  body.modal-open main {
    z-index: 1050; }
  body.page-template-page-careers .circle-01,
  body.page-template-page-careers .circle-02 {
    z-index: 5;
    pointer-events: none; }
  body.alt, .page-template-default body#mainHeader {
    background-color: #fff; }
    body.alt h3, .page-template-default body#mainHeader h3 {
      color: #000 !important; }
    body.alt .page-home, .page-template-default body#mainHeader .page-home {
      color: #000; }
      body.alt .page-home section, .page-template-default body#mainHeader .page-home section {
        color: #000; }
        body.alt .page-home section#bottom, .page-template-default body#mainHeader .page-home section#bottom {
          color: #000; }
          body.alt .page-home section#bottom .numbers, .page-template-default body#mainHeader .page-home section#bottom .numbers {
            color: #000; }

main {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in; }
  @media only screen and (max-width: 768px) {
    main {
      overflow-x: hidden; } }

.center-but {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-button-pat {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  height: 37px;
  text-transform: uppercase;
  padding: 10px 20px 10px;
  background-color: transparent;
  border-color: #000;
  border: 1px solid #fff;
  border-radius: 6px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }
  .c-button-pat:hover {
    background: #fff;
    color: #000; }

a,
input[type='submit'] {
  color: inherit; }
  a.btn,
  input[type='submit'].btn {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid #faf8f9;
    border-radius: 6px;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease; }
    a.btn:hover,
    input[type='submit'].btn:hover {
      color: #fff;
      background-color: #fff; }
  a.arrow,
  input[type='submit'].arrow {
    display: inline-block;
    margin-bottom: 60px;
    font-size: 12px;
    line-height: 110%;
    text-transform: uppercase; }
    a.arrow:after,
    input[type='submit'].arrow:after {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-left: 5px;
      background-image: url("../img/arrow-down.svg");
      background-size: contain;
      background-repeat: no-repeat;
      vertical-align: middle;
      -webkit-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
    a.arrow.alt:after, .page-template-default a.arrow#mainHeader:after,
    input[type='submit'].arrow.alt:after,
    .page-template-default input#mainHeader[type='submit'].arrow:after {
      width: 10px;
      height: 10px;
      background-image: url("../img/arrow-down-alt.svg"); }
    a.arrow:hover:after,
    input[type='submit'].arrow:hover:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.mc4wp-alert {
  color: #fff;
  text-align: left;
  margin: 20px 0 0; }

input[type='submit'].btn {
  background: transparent; }
  input[type='submit'].btn:hover {
    background-color: #fff;
    color: #2d234b; }

.modal-backdrop {
  display: none; }

.modal {
  padding-right: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: url("../img/close-modal.svg"), auto; }
  .modal .modal-dialog {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
    max-width: 90%;
    margin: 0 auto;
    cursor: initial; }
    @media (min-width: 768px) {
      .modal .modal-dialog {
        max-width: 1180px; } }

.section .opening a {
  color: #fff !important; }

.container {
  max-width: 95%; }
  @media (min-width: 768px) {
    .container {
      max-width: 80%; } }
  @media (min-width: 992px) {
    .container {
      width: 100%;
      max-width: 1200px; } }

section.white {
  color: #000;
  z-index: 4; }

.owl-timeline .owl-dots {
  margin-top: 40px; }
  .owl-timeline .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 13px;
    -webkit-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out; }
    .owl-timeline .owl-dots .owl-dot.active {
      border: 1px solid #463e62;
      background-color: #463e62; }
    .owl-timeline .owl-dots .owl-dot + .owl-dot {
      margin-left: 13px; }

.owl-testimonials {
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  text-align: center; }
  @media (min-width: 992px) {
    .owl-testimonials {
      max-width: 1000px; } }
  .owl-testimonials .owl-stage-outer {
    overflow: visible; }
  .owl-testimonials .owl-item {
    opacity: 0;
    -webkit-transition: opacity 800ms ease-in-out;
    -o-transition: opacity 800ms ease-in-out;
    transition: opacity 800ms ease-in-out; }
    .owl-testimonials .owl-item.active {
      opacity: 1; }
  .owl-testimonials .item img {
    max-width: 175px;
    margin: 0 auto 60px; }
  .owl-testimonials .item h1 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .owl-testimonials .item h1 {
        font-size: 48px;
        line-height: 62.4px;
        margin-bottom: 60px; } }
  .owl-testimonials .item .author,
  .owl-testimonials .item .position {
    font-size: 14px;
    line-height: 19.4px; }
  .owl-testimonials .owl-dots {
    margin-top: 40px; }
    .owl-testimonials .owl-dots .owl-dot {
      width: 13px;
      height: 13px;
      background-color: #fff;
      border: 1px solid #e7e7e7;
      border-radius: 13px;
      -webkit-transition: all 800ms ease-in-out;
      -o-transition: all 800ms ease-in-out;
      transition: all 800ms ease-in-out; }
      .owl-testimonials .owl-dots .owl-dot.active {
        border: 1px solid #463e62;
        background-color: #463e62; }
      .owl-testimonials .owl-dots .owl-dot + .owl-dot {
        margin-left: 13px; }
  .owl-testimonials .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%; }
    .owl-testimonials .owl-nav button {
      -webkit-transition: all 800ms ease-in-out;
      -o-transition: all 800ms ease-in-out;
      transition: all 800ms ease-in-out; }
    .owl-testimonials .owl-nav .disabled {
      opacity: 0; }
    .owl-testimonials .owl-nav .owl-prev {
      position: absolute;
      left: -108px;
      width: 108px;
      height: 108px;
      color: #000 !important;
      border: 1px solid #000 !important;
      border-radius: 108px;
      background: #fff url("../img/arrow-right.svg") center no-repeat !important;
      background-image: url("../img/arrow-right.svg");
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      .owl-testimonials .owl-nav .owl-prev span {
        display: none; }
    .owl-testimonials .owl-nav .owl-next {
      position: absolute;
      right: -108px;
      width: 108px;
      height: 108px;
      color: #000 !important;
      border: 1px solid #000 !important;
      border-radius: 108px;
      background: #fff !important;
      background: #fff url("../img/arrow-right.svg") center no-repeat !important;
      background-position: center;
      background-repeat: no-repeat; }
      .owl-testimonials .owl-nav .owl-next span {
        display: none; }

#cookie-law-info-bar {
  padding: 15px !important;
  font-size: 10px !important;
  max-width: 95%;
  left: 50% !important;
  bottom: 5px !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  background-color: rgba(255, 255, 255, 0.65) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px; }
  @media (min-width: 992px) {
    #cookie-law-info-bar {
      padding: 5px 15px !important;
      bottom: 30px !important; } }
  @media (min-width: 1440px) {
    #cookie-law-info-bar {
      max-width: 1200px; } }
  #cookie-law-info-bar .cli-style-v2 .cli-bar-message {
    font-size: 12px !important;
    width: 100%; }
    @media (min-width: 992px) {
      #cookie-law-info-bar .cli-style-v2 .cli-bar-message {
        padding-right: 0;
        width: 90%; } }
    #cookie-law-info-bar .cli-style-v2 .cli-bar-message a {
      text-decoration: underline; }
  #cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important; }
    @media (min-width: 992px) {
      #cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container {
        display: block !important;
        width: auto !important; } }
    #cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
      display: inline-block;
      width: 100% !important;
      background-color: transparent !important;
      color: #000 !important;
      border: 1px solid #000;
      border-radius: 6px !important;
      text-transform: uppercase; }
      #cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button.cookie_action_close_header_reject {
        border: none;
        text-decoration: underline;
        text-transform: none; }

#lineTrack {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10; }

.circle-01 {
  position: fixed;
  width: 3170px;
  height: 3795px;
  left: -2120px;
  top: -1030px;
  background: -o-radial-gradient(50% 50%, 27.31% 27.31%, rgba(132, 235, 229, 0.3) 0%, rgba(27, 26, 26, 0) 100%);
  background: radial-gradient(27.31% 27.31% at 50% 50%, rgba(132, 235, 229, 0.3) 0%, rgba(27, 26, 26, 0) 100%);
  z-index: 0; }

.circle-02 {
  position: fixed;
  width: 4534px;
  height: 3378px;
  left: -756px;
  top: -804px;
  background: -o-radial-gradient(50% 50%, 27.31% 27.31%, rgba(171, 154, 240, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(27.31% 27.31% at 50% 50%, rgba(171, 154, 240, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0; }

#error-404 {
  padding-top: 200px;
  padding-bottom: 200px; }
  #error-404 h2 {
    font-size: 50px;
    margin-bottom: 30px; }
  #error-404 p {
    font-size: 16px; }

.custom-scrollbar {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .custom-scrollbar::-webkit-scrollbar-track {
    background-color: #333; }
  .custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333; }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #666; }

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  background-color: rgba(252, 252, 252, 0.02); }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  top: 7px; }

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 15px 30px;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #0d1115;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  background-color: rgba(252, 252, 252, 0.02); }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes progress {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(440px);
            transform: translateX(440px); } }

@keyframes progress {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(440px);
            transform: translateX(440px); } }

@font-face {
  font-family: 'IBM Plex Mono';
  src: url("../fonts/IBMPlexMono-Light.woff2") format("woff2"), url("../fonts/IBMPlexMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Mono';
  src: url("../fonts/IBMPlexMono-Regular.woff2") format("woff2"), url("../fonts/IBMPlexMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-Light.woff2") format("woff2"), url("../fonts/IBMPlexSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.c-newsletter {
  text-align: center;
  border-radius: 6px;
  background: -o-linear-gradient(337.22deg, #2d234b 12.99%, #9290a7 89.16%);
  background: linear-gradient(112.78deg, #2d234b 12.99%, #9290a7 89.16%);
  padding: 71px 40px 70px; }
  .c-newsletter__wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    max-width: 837px;
    padding-bottom: 30px;
    margin: 0 auto; }
  .c-newsletter__header {
    max-width: 515px;
    margin: 0 auto; }
    .c-newsletter__header h3 {
      font-size: 32px;
      font-weight: 300;
      line-height: 120%;
      margin-bottom: 28px;
      color: #fff; }
    .c-newsletter__header h4 {
      font-weight: 300;
      font-size: 16px;
      line-height: 140%;
      color: #faf8f9; }
  .c-newsletter__form {
    margin-top: 30px; }
  .c-newsletter__input {
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    background: rgba(252, 252, 252, 0.02);
    padding: 12px 30px; }
    .c-newsletter__input::-webkit-input-placeholder {
      color: #fff; }
    .c-newsletter__input::-moz-placeholder {
      color: #fff; }
    .c-newsletter__input:-ms-input-placeholder {
      color: #fff; }
    .c-newsletter__input::-ms-input-placeholder {
      color: #fff; }
    .c-newsletter__input::placeholder {
      color: #fff; }
  .c-newsletter__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px; }
  .c-newsletter__checkbox-input {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    outline: none; }
    .c-newsletter__checkbox-input:checked:after {
      content: '';
      display: block;
      position: absolute;
      top: 1px;
      left: 3px;
      width: 4px;
      height: 8px;
      border: solid #000;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .c-newsletter__checkbox-label {
    font-weight: 300;
    font-size: 8px;
    margin-left: 13px;
    color: #fff; }
  .c-newsletter .btn {
    color: #fff; }
    .c-newsletter .btn:hover {
      color: #000; }
  @media (max-width: 767.98px) {
    .c-newsletter {
      border-radius: 0; }
      .c-newsletter__header h3 {
        font-size: 24px; } }

footer#mainFooter {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
  color: #fff;
  font-weight: 300;
  font-size: 11px;
  line-height: 140%;
  background-color: #0d1115;
  z-index: 1; }
  @media (min-width: 768px) {
    footer#mainFooter {
      margin-top: -80px;
      padding-top: 150px;
      padding-bottom: 150px;
      font-size: 13px; } }
  footer#mainFooter .container {
    max-width: 90%; }
    @media (min-width: 992px) {
      footer#mainFooter .container {
        max-width: 1200px; } }
  footer#mainFooter .about {
    margin-top: 100px;
    padding-top: 50px;
    border-top: 1px solid #2a2f34; }
    @media (min-width: 768px) {
      footer#mainFooter .about {
        border: none;
        padding-top: 0;
        margin-top: 0; } }
    footer#mainFooter .about p {
      max-width: 460px; }
      @media (min-width: 768px) {
        footer#mainFooter .about p {
          margin-bottom: 40px; } }
  footer#mainFooter .logo {
    margin-bottom: 20px;
    width: 121px; }
  footer#mainFooter .contact p {
    line-height: 180%; }
  footer#mainFooter h5 {
    position: relative;
    margin-top: 40px;
    color: #fff;
    margin-bottom: 20px;
    display: table; }
    footer#mainFooter h5:before {
      content: '';
      position: absolute;
      bottom: -7px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #fff; }
    @media (min-width: 768px) {
      footer#mainFooter h5 {
        margin-top: 0; } }
  footer#mainFooter ul li + li {
    margin-top: 15px; }
  footer#mainFooter ul li a {
    line-height: 180%;
    text-transform: uppercase;
    -webkit-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    transition: all 800ms ease-out; }
    footer#mainFooter ul li a:hover {
      color: #595e61; }
  footer#mainFooter ul.social li {
    display: inline-block; }
    footer#mainFooter ul.social li + li {
      margin-top: 0;
      margin-left: 20px; }
    footer#mainFooter ul.social li a {
      display: block;
      width: 17px;
      height: 17px; }
      footer#mainFooter ul.social li a svg,
      footer#mainFooter ul.social li a .st0white {
        fill: #fff;
        -webkit-transition: all 800ms ease-out;
        -o-transition: all 800ms ease-out;
        transition: all 800ms ease-out; }
      footer#mainFooter ul.social li a.youtube {
        width: 25px; }
      footer#mainFooter ul.social li a:hover svg,
      footer#mainFooter ul.social li a:hover .st0white {
        fill: #595e61; }
  footer#mainFooter .copyrights {
    margin-top: 50px;
    padding-top: 30px;
    line-height: 180%;
    text-transform: uppercase;
    border-top: 1px solid #2a2f34; }
    @media (min-width: 768px) {
      footer#mainFooter .copyrights {
        margin-top: 65px; } }
    footer#mainFooter .copyrights a {
      -webkit-transition: all 800ms ease-out;
      -o-transition: all 800ms ease-out;
      transition: all 800ms ease-out; }
      footer#mainFooter .copyrights a:hover {
        color: #fff; }

header#mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  opacity: 1;
  z-index: 1049;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
  header#mainHeader.blur .container:before {
    opacity: 1; }
  header#mainHeader.alt, body.page-template-page-jobs header#mainHeader, body.page-template-page-stories header#mainHeader, body.page-template-page-news header#mainHeader, body.page-template-page-downloads header#mainHeader, body.page-template-page-list-blog header#mainHeader, body.single-blog header#mainHeader, body.post-type-archive-blog header#mainHeader, body.page-template-page-intern-blog header#mainHeader, body.category header#mainHeader, body.single-post header#mainHeader, body.page-template-page-careers header#mainHeader, .page-template-default header#mainHeader {
    color: #000; }
    header#mainHeader.alt .menu li a:not(.git), body.page-template-page-jobs header#mainHeader .menu li a:not(.git), body.page-template-page-stories header#mainHeader .menu li a:not(.git), body.page-template-page-news header#mainHeader .menu li a:not(.git), body.page-template-page-downloads header#mainHeader .menu li a:not(.git), body.page-template-page-list-blog header#mainHeader .menu li a:not(.git), body.single-blog header#mainHeader .menu li a:not(.git), body.post-type-archive-blog header#mainHeader .menu li a:not(.git), body.page-template-page-intern-blog header#mainHeader .menu li a:not(.git), body.category header#mainHeader .menu li a:not(.git), body.single-post header#mainHeader .menu li a:not(.git), body.page-template-page-careers header#mainHeader .menu li a:not(.git), .page-template-default header#mainHeader .menu li a:not(.git) {
      color: #000; }
      header#mainHeader.alt .menu li a:not(.git):after, body.page-template-page-jobs header#mainHeader .menu li a:not(.git):after, body.page-template-page-stories header#mainHeader .menu li a:not(.git):after, body.page-template-page-news header#mainHeader .menu li a:not(.git):after, body.page-template-page-downloads header#mainHeader .menu li a:not(.git):after, body.page-template-page-list-blog header#mainHeader .menu li a:not(.git):after, body.single-blog header#mainHeader .menu li a:not(.git):after, body.post-type-archive-blog header#mainHeader .menu li a:not(.git):after, body.page-template-page-intern-blog header#mainHeader .menu li a:not(.git):after, body.category header#mainHeader .menu li a:not(.git):after, body.single-post header#mainHeader .menu li a:not(.git):after, body.page-template-page-careers header#mainHeader .menu li a:not(.git):after, .page-template-default header#mainHeader .menu li a:not(.git):after {
        background-color: #000; }
    header#mainHeader.alt .menu li.menu-dropdown, body.page-template-page-jobs header#mainHeader .menu li.menu-dropdown, body.page-template-page-stories header#mainHeader .menu li.menu-dropdown, body.page-template-page-news header#mainHeader .menu li.menu-dropdown, body.page-template-page-downloads header#mainHeader .menu li.menu-dropdown, body.page-template-page-list-blog header#mainHeader .menu li.menu-dropdown, body.single-blog header#mainHeader .menu li.menu-dropdown, body.post-type-archive-blog header#mainHeader .menu li.menu-dropdown, body.page-template-page-intern-blog header#mainHeader .menu li.menu-dropdown, body.category header#mainHeader .menu li.menu-dropdown, body.single-post header#mainHeader .menu li.menu-dropdown, body.page-template-page-careers header#mainHeader .menu li.menu-dropdown, .page-template-default header#mainHeader .menu li.menu-dropdown {
      color: #000; }
      header#mainHeader.alt .menu li.menu-dropdown a, body.page-template-page-jobs header#mainHeader .menu li.menu-dropdown a, body.page-template-page-stories header#mainHeader .menu li.menu-dropdown a, body.page-template-page-news header#mainHeader .menu li.menu-dropdown a, body.page-template-page-downloads header#mainHeader .menu li.menu-dropdown a, body.page-template-page-list-blog header#mainHeader .menu li.menu-dropdown a, body.single-blog header#mainHeader .menu li.menu-dropdown a, body.post-type-archive-blog header#mainHeader .menu li.menu-dropdown a, body.page-template-page-intern-blog header#mainHeader .menu li.menu-dropdown a, body.category header#mainHeader .menu li.menu-dropdown a, body.single-post header#mainHeader .menu li.menu-dropdown a, body.page-template-page-careers header#mainHeader .menu li.menu-dropdown a, .page-template-default header#mainHeader .menu li.menu-dropdown a {
        background-image: url("../img/dropdown-alt.svg"); }
      header#mainHeader.alt .menu li.menu-dropdown .submenu a, body.page-template-page-jobs header#mainHeader .menu li.menu-dropdown .submenu a, body.page-template-page-stories header#mainHeader .menu li.menu-dropdown .submenu a, body.page-template-page-news header#mainHeader .menu li.menu-dropdown .submenu a, body.page-template-page-downloads header#mainHeader .menu li.menu-dropdown .submenu a, body.page-template-page-list-blog header#mainHeader .menu li.menu-dropdown .submenu a, body.single-blog header#mainHeader .menu li.menu-dropdown .submenu a, body.post-type-archive-blog header#mainHeader .menu li.menu-dropdown .submenu a, body.page-template-page-intern-blog header#mainHeader .menu li.menu-dropdown .submenu a, body.category header#mainHeader .menu li.menu-dropdown .submenu a, body.single-post header#mainHeader .menu li.menu-dropdown .submenu a, body.page-template-page-careers header#mainHeader .menu li.menu-dropdown .submenu a, .page-template-default header#mainHeader .menu li.menu-dropdown .submenu a {
        color: #000; }
        header#mainHeader.alt .menu li.menu-dropdown .submenu a:hover, body.page-template-page-jobs header#mainHeader .menu li.menu-dropdown .submenu a:hover, body.page-template-page-stories header#mainHeader .menu li.menu-dropdown .submenu a:hover, body.page-template-page-news header#mainHeader .menu li.menu-dropdown .submenu a:hover, body.page-template-page-downloads header#mainHeader .menu li.menu-dropdown .submenu a:hover, body.page-template-page-list-blog header#mainHeader .menu li.menu-dropdown .submenu a:hover, body.single-blog header#mainHeader .menu li.menu-dropdown .submenu a:hover, body.post-type-archive-blog header#mainHeader .menu li.menu-dropdown .submenu a:hover, body.page-template-page-intern-blog header#mainHeader .menu li.menu-dropdown .submenu a:hover, body.category header#mainHeader .menu li.menu-dropdown .submenu a:hover, body.single-post header#mainHeader .menu li.menu-dropdown .submenu a:hover, body.page-template-page-careers header#mainHeader .menu li.menu-dropdown .submenu a:hover, .page-template-default header#mainHeader .menu li.menu-dropdown .submenu a:hover {
          color: #fff; }
    header#mainHeader.alt .menu li .git, body.page-template-page-jobs header#mainHeader .menu li .git, body.page-template-page-stories header#mainHeader .menu li .git, body.page-template-page-news header#mainHeader .menu li .git, body.page-template-page-downloads header#mainHeader .menu li .git, body.page-template-page-list-blog header#mainHeader .menu li .git, body.single-blog header#mainHeader .menu li .git, body.post-type-archive-blog header#mainHeader .menu li .git, body.page-template-page-intern-blog header#mainHeader .menu li .git, body.category header#mainHeader .menu li .git, body.single-post header#mainHeader .menu li .git, body.page-template-page-careers header#mainHeader .menu li .git, .page-template-default header#mainHeader .menu li .git {
      color: #000;
      border-color: #000; }
      header#mainHeader.alt .menu li .git:hover, body.page-template-page-jobs header#mainHeader .menu li .git:hover, body.page-template-page-stories header#mainHeader .menu li .git:hover, body.page-template-page-news header#mainHeader .menu li .git:hover, body.page-template-page-downloads header#mainHeader .menu li .git:hover, body.page-template-page-list-blog header#mainHeader .menu li .git:hover, body.single-blog header#mainHeader .menu li .git:hover, body.post-type-archive-blog header#mainHeader .menu li .git:hover, body.page-template-page-intern-blog header#mainHeader .menu li .git:hover, body.category header#mainHeader .menu li .git:hover, body.single-post header#mainHeader .menu li .git:hover, body.page-template-page-careers header#mainHeader .menu li .git:hover, .page-template-default header#mainHeader .menu li .git:hover {
        color: #fff;
        background-color: #000; }
    header#mainHeader.alt .logo-svg path, body.page-template-page-jobs header#mainHeader .logo-svg path, body.page-template-page-stories header#mainHeader .logo-svg path, body.page-template-page-news header#mainHeader .logo-svg path, body.page-template-page-downloads header#mainHeader .logo-svg path, body.page-template-page-list-blog header#mainHeader .logo-svg path, body.single-blog header#mainHeader .logo-svg path, body.post-type-archive-blog header#mainHeader .logo-svg path, body.page-template-page-intern-blog header#mainHeader .logo-svg path, body.category header#mainHeader .logo-svg path, body.single-post header#mainHeader .logo-svg path, body.page-template-page-careers header#mainHeader .logo-svg path, .page-template-default header#mainHeader .logo-svg path {
      fill: #000; }
    header#mainHeader.alt .container:before, body.page-template-page-jobs header#mainHeader .container:before, body.page-template-page-stories header#mainHeader .container:before, body.page-template-page-news header#mainHeader .container:before, body.page-template-page-downloads header#mainHeader .container:before, body.page-template-page-list-blog header#mainHeader .container:before, body.single-blog header#mainHeader .container:before, body.post-type-archive-blog header#mainHeader .container:before, body.page-template-page-intern-blog header#mainHeader .container:before, body.category header#mainHeader .container:before, body.single-post header#mainHeader .container:before, body.page-template-page-careers header#mainHeader .container:before, .page-template-default header#mainHeader .container:before {
      background-color: rgba(255, 255, 255, 0.4); }
    header#mainHeader.alt .menu-toggle:before, body.page-template-page-jobs header#mainHeader .menu-toggle:before, body.page-template-page-stories header#mainHeader .menu-toggle:before, body.page-template-page-news header#mainHeader .menu-toggle:before, body.page-template-page-downloads header#mainHeader .menu-toggle:before, body.page-template-page-list-blog header#mainHeader .menu-toggle:before, body.single-blog header#mainHeader .menu-toggle:before, body.post-type-archive-blog header#mainHeader .menu-toggle:before, body.page-template-page-intern-blog header#mainHeader .menu-toggle:before, body.category header#mainHeader .menu-toggle:before, body.single-post header#mainHeader .menu-toggle:before, body.page-template-page-careers header#mainHeader .menu-toggle:before, .page-template-default header#mainHeader .menu-toggle:before, header#mainHeader.alt .menu-toggle:after, body.page-template-page-jobs header#mainHeader .menu-toggle:after, body.page-template-page-stories header#mainHeader .menu-toggle:after, body.page-template-page-news header#mainHeader .menu-toggle:after, body.page-template-page-downloads header#mainHeader .menu-toggle:after, body.page-template-page-list-blog header#mainHeader .menu-toggle:after, body.single-blog header#mainHeader .menu-toggle:after, body.post-type-archive-blog header#mainHeader .menu-toggle:after, body.page-template-page-intern-blog header#mainHeader .menu-toggle:after, body.category header#mainHeader .menu-toggle:after, body.single-post header#mainHeader .menu-toggle:after, body.page-template-page-careers header#mainHeader .menu-toggle:after, .page-template-default header#mainHeader .menu-toggle:after {
      border-bottom: 1px solid #000; }
  header#mainHeader.open .container:before {
    opacity: 0 !important; }
  header#mainHeader.open .logo-svg path {
    fill: #fff !important; }
  header#mainHeader.open .menu-toggle:before, header#mainHeader.open .menu-toggle:after {
    border-bottom: 1px solid #fff !important; }
  header#mainHeader .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 95%;
    max-width: 1200px;
    border-radius: 10px; }
    @media (min-width: 1200px) {
      header#mainHeader .container {
        width: 100%; } }
    header#mainHeader .container:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px);
      -webkit-transition: all 800ms ease-out;
      -o-transition: all 800ms ease-out;
      transition: all 800ms ease-out;
      opacity: 0;
      border-radius: 10px; }
  header#mainHeader .alert {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.05; }
    header#mainHeader .alert a {
      color: #72a2c5; }
  header#mainHeader .menu {
    display: block;
    text-align: center; }
    header#mainHeader .menu li {
      display: inline-block;
      font-size: 11px;
      line-height: 11px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        header#mainHeader .menu li + li {
          margin-left: 20px; } }
      @media (min-width: 992px) {
        header#mainHeader .menu li + li {
          margin-left: 25px; } }
      header#mainHeader .menu li a:not(.git) {
        position: relative; }
        header#mainHeader .menu li a:not(.git):after {
          content: '';
          display: block;
          position: absolute;
          bottom: -5px;
          left: 50%;
          width: 0%;
          height: 1px;
          background-color: #fff;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: all 800ms ease-out;
          -o-transition: all 800ms ease-out;
          transition: all 800ms ease-out; }
        header#mainHeader .menu li a:not(.git):hover:after {
          width: 100%; }
      header#mainHeader .menu li.current a:after {
        width: 100%; }
      header#mainHeader .menu li.menu-dropdown {
        position: relative; }
        header#mainHeader .menu li.menu-dropdown.current a:after {
          display: block;
          width: 60%;
          bottom: 20px; }
        header#mainHeader .menu li.menu-dropdown a {
          padding: 25px 15px;
          background-image: url("../img/dropdown.svg");
          background-repeat: no-repeat;
          background-position: center right; }
          header#mainHeader .menu li.menu-dropdown a:after {
            display: none; }
        header#mainHeader .menu li.menu-dropdown .submenu {
          position: absolute;
          top: 300%;
          min-width: 180px;
          left: 0;
          padding: 10px;
          background: rgba(0, 0, 0, 0.1);
          -webkit-backdrop-filter: blur(20px);
                  backdrop-filter: blur(20px);
          border-radius: 3.62427px;
          display: none; }
          header#mainHeader .menu li.menu-dropdown .submenu li {
            display: block;
            text-align: left; }
            header#mainHeader .menu li.menu-dropdown .submenu li + li {
              margin-left: 0;
              margin-top: 10px; }
            header#mainHeader .menu li.menu-dropdown .submenu li a {
              padding: 8px 15px;
              display: block;
              color: #fff;
              font-size: 12px;
              line-height: 16px;
              text-transform: none;
              font-family: 'IBM Plex Sans', sans-serif;
              background: transparent;
              border-radius: 3px; }
              header#mainHeader .menu li.menu-dropdown .submenu li a:after {
                display: none; }
              header#mainHeader .menu li.menu-dropdown .submenu li a.aqua:hover {
                background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
                background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%); }
              header#mainHeader .menu li.menu-dropdown .submenu li a.purple:hover {
                background: -o-linear-gradient(351.47deg, #5957a8 29.37%, #bc95e3 102.1%);
                background: linear-gradient(98.53deg, #5957a8 29.37%, #bc95e3 102.1%); }
              header#mainHeader .menu li.menu-dropdown .submenu li a.orange:hover {
                background: -o-linear-gradient(24.64deg, #e9735d 4.54%, #c77190 80.69%);
                background: linear-gradient(65.36deg, #e9735d 4.54%, #c77190 80.69%); }
        header#mainHeader .menu li.menu-dropdown:hover .submenu {
          display: block; }
      header#mainHeader .menu li .git {
        color: #fff;
        padding: 10px 20px;
        border: 1px solid #fff;
        background-color: transparent;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        border-radius: 6px; }
        header#mainHeader .menu li .git:hover {
          background-color: #fff;
          color: #000; }
        @media (max-width: 991.98px) {
          header#mainHeader .menu li .git {
            padding: 10px 9px; } }
        @media (max-width: 767.98px) {
          header#mainHeader .menu li .git {
            padding: 10px 20px; } }
  header#mainHeader .logo {
    max-width: 151px; }
  header#mainHeader .logo-svg path {
    -webkit-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
    fill: #fff; }

.menu-toggle {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 46px;
  height: 46px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #faf8f9;
  border-radius: 46px;
  z-index: 2;
  -webkit-box-shadow: #2c224a 0 0 15px -5px;
          box-shadow: #2c224a 0 0 15px -5px; }
  .menu-toggle span {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    border-bottom: 1px solid #0d1115;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .menu-toggle span:nth-child(1) {
      top: 40%; }
    .menu-toggle span:nth-child(2) {
      opacity: 1; }
    .menu-toggle span:nth-child(3) {
      top: 60%; }
  .menu-toggle.open span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 25%; }
  .menu-toggle.open span:nth-child(2) {
    opacity: 0; }
  .menu-toggle.open span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 25%; }

#mobileMenu {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 1048;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: top 0ms ease-out 400ms, opacity 400ms ease-in-out;
  -o-transition: top 0ms ease-out 400ms, opacity 400ms ease-in-out;
  transition: top 0ms ease-out 400ms, opacity 400ms ease-in-out;
  opacity: 0; }
  #mobileMenu.open {
    top: 0;
    opacity: 1;
    -webkit-transition: top 0ms ease-out 0ms, opacity 400ms ease-in-out;
    -o-transition: top 0ms ease-out 0ms, opacity 400ms ease-in-out;
    transition: top 0ms ease-out 0ms, opacity 400ms ease-in-out; }
  #mobileMenu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center; }
    #mobileMenu ul li {
      margin-bottom: 20px; }
    #mobileMenu ul a {
      font-size: 18px;
      text-transform: uppercase; }

#contact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  color: #fff;
  z-index: 9999999;
  background-color: #0d1115; }
  #contact .bt-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 20px;
    font-weight: 300;
    border-radius: 60px;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    z-index: 2; }
    @media (min-width: 768px) {
      #contact .bt-close {
        width: 60px;
        height: 60px;
        line-height: 54px;
        font-size: 27px; } }
  #contact .container {
    position: relative;
    max-width: 100%;
    height: 100vh;
    background-color: #0d1115; }
    @media (min-width: 768px) {
      #contact .container {
        padding-top: 70px;
        padding-top: 0; } }
    #contact .container > .row {
      min-height: 100vh;
      max-height: 100vh;
      overflow: auto; }
  #contact .person {
    max-width: 480px;
    margin: 0 auto; }
    #contact .person .avatar {
      position: relative;
      width: 70px;
      height: 70px;
      border-radius: 70px;
      overflow: hidden; }
      #contact .person .avatar img {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: none;
        height: 100%;
        max-height: 100%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    #contact .person .name {
      margin-left: 30px;
      font-size: 14px;
      line-height: 140%;
      text-transform: uppercase; }
      #contact .person .name .position {
        opacity: 0.6; }
      #contact .person .name .mail {
        opacity: 0.6;
        text-transform: lowercase; }
    #contact .person .link .btn:hover {
      color: #2c224a; }
  #contact .img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh; }
  #contact .form {
    padding: 35px 50px; }
    #contact .form h3 {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 30px;
      font-size: 21px;
      line-height: 110%; }
    #contact .form .wpcf7 .ajax-loader {
      margin: 20px auto 0;
      display: block; }
    #contact .form form {
      max-width: 500px;
      margin: 0 auto; }
      #contact .form form input,
      #contact .form form textarea {
        display: block;
        padding: 15px 30px;
        margin-bottom: 20px;
        width: 100%;
        color: #fff;
        font-family: IBM Plex Sans;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 120%;
        background-color: rgba(252, 252, 252, 0.02);
        border-radius: 0; }
        #contact .form form input:active, #contact .form form input:focus,
        #contact .form form textarea:active,
        #contact .form form textarea:focus {
          border: none;
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
        #contact .form form input[type='checkbox'],
        #contact .form form textarea[type='checkbox'] {
          display: inline-block;
          padding: 0;
          width: 10px;
          height: 10px;
          margin-bottom: 0;
          margin-right: 15px;
          background-color: #fff;
          vertical-align: middle; }
        #contact .form form input[type='submit'],
        #contact .form form textarea[type='submit'] {
          text-transform: uppercase;
          max-width: 100px;
          margin: 30px auto 0;
          background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
          background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
          border-radius: 6px; }
        #contact .form form input option,
        #contact .form form textarea option {
          background-color: rgba(252, 252, 252, 0.02); }
      #contact .form form textarea {
        height: 100px;
        max-height: 100px; }
        @media (min-width: 768px) {
          #contact .form form textarea {
            height: 150px;
            max-height: 150px; } }
      #contact .form form .wpcf7-list-item {
        margin: 0; }
        #contact .form form .wpcf7-list-item label:after {
          content: '';
          display: block;
          position: absolute;
          top: 8px;
          left: 1px;
          width: 8px;
          height: 8px;
          background-color: #0d1115;
          -webkit-transition: all 400ms ease-out;
          -o-transition: all 400ms ease-out;
          transition: all 400ms ease-out;
          opacity: 0; }
        #contact .form form .wpcf7-list-item label.active:after {
          opacity: 1; }
        #contact .form form .wpcf7-list-item .wpcf7-list-item-label {
          font-size: 8px;
          line-height: 120%;
          font-family: IBM Plex Sans; }
      #contact .form form .wpcf7-not-valid-tip {
        display: none; }
      #contact .form form .wpcf7-response-output {
        margin: 0 !important;
        border: none !important;
        position: absolute;
        left: 0;
        bottom: 25px;
        width: 100%;
        padding: 0 40px;
        font-weight: 300;
        font-size: 12px;
        line-height: 120%;
        text-align: center; }
      #contact .form form ::-webkit-input-placeholder {
        color: #fff; }
      #contact .form form :-ms-input-placeholder {
        color: #fff; }
      #contact .form form ::-moz-placeholder {
        color: #fff; }
      #contact .form form ::-ms-input-placeholder {
        color: #fff; }
      #contact .form form ::placeholder {
        color: #fff; }

.page-about {
  padding-top: 200px;
  position: relative; }
  .page-about hr {
    margin-bottom: 25px;
    border-color: #2a2f34; }
  .page-about section:not(.white) {
    margin-bottom: 90px; }
    @media (min-width: 768px) {
      .page-about section:not(.white) {
        margin-bottom: 170px; } }
    .page-about section:not(.white) h3 {
      text-transform: uppercase;
      max-width: 455px;
      margin-bottom: 30px; }
    .page-about section:not(.white) p {
      color: #fff; }
      .page-about section:not(.white) p + p {
        margin-top: 30px; }
    .page-about section:not(.white) .btn {
      color: #72a2c5;
      border-color: #72a2c5; }
      .page-about section:not(.white) .btn:hover {
        color: #fff;
        background-color: #72a2c5; }
  .page-about section#about {
    position: relative;
    margin-bottom: 170px; }
    .page-about section#about .container {
      position: relative; }
    .page-about section#about .cta-container {
      margin: 0 auto;
      width: 320px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1;
      z-index: 10; }
      @media (min-width: 768px) {
        .page-about section#about .cta-container {
          width: 500px; } }
      @media (min-width: 992px) {
        .page-about section#about .cta-container {
          width: 965px; } }
    .page-about section#about .about-cta {
      position: relative;
      margin: 0 auto;
      width: 80%;
      height: 500px;
      text-align: center;
      background-image: url("../img/about-old.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 600px;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      z-index: 10; }
      @media (min-width: 768px) {
        .page-about section#about .about-cta {
          width: 600px;
          height: 900px; } }
      .page-about section#about .about-cta iframe {
        width: 100vw;
        height: 56.25vw;
        /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh;
        /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (min-width: 1200px) and (max-height: 900px) {
          .page-about section#about .about-cta iframe {
            -webkit-transform: translate(-50%, -50%) scale(2.2);
                -ms-transform: translate(-50%, -50%) scale(2.2);
                    transform: translate(-50%, -50%) scale(2.2); } }
      .page-about section#about .about-cta:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 0;
        z-index: 1; }
  .page-about section#expertise img {
    margin-top: 10px;
    width: 100%;
    border-radius: 6px; }
    @media (min-width: 768px) {
      .page-about section#expertise img {
        margin-top: 90px; } }
  .page-about section#expertise .btn {
    position: relative;
    color: #62c7b5;
    background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
    background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #62c7b5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .page-about section#expertise .btn:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
      background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
      z-index: -1; }
    .page-about section#expertise .btn:hover {
      color: #fff;
      background: -o-linear-gradient(3.65deg, #fff -16.53%, #fff 60.17%);
      background: linear-gradient(86.35deg, #fff -16.53%, #fff 60.17%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .page-about section#expertise .btn:hover:before {
        opacity: 1; }
  .page-about section#team .members {
    margin-top: 60px; }
    .page-about section#team .members .member {
      margin-bottom: 40px; }
      .page-about section#team .members .member .avatar {
        margin-bottom: 15px; }
        .page-about section#team .members .member .avatar img {
          border-radius: 8px; }
      .page-about section#team .members .member h4 {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 5px; }
      .page-about section#team .members .member .position {
        font-size: 16px;
        line-height: 140%;
        color: rgba(231, 232, 232, 0.5); }
      .page-about section#team .members .member .linkedin {
        margin-top: 15px; }
        .page-about section#team .members .member .linkedin svg {
          max-width: 20px;
          fill: #e7e8e8;
          opacity: 1;
          -webkit-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          .page-about section#team .members .member .linkedin svg:hover {
            opacity: 0.8; }
  .page-about section#investors .logos {
    margin-top: 65px; }
    .page-about section#investors .logos .logo {
      margin-bottom: 70px; }
      @media (min-width: 768px) {
        .page-about section#investors .logos .logo {
          margin-bottom: 0; } }
  .page-about section#features {
    margin-bottom: 0; }
    .page-about section#features .feature {
      margin-top: 60px; }
      .page-about section#features .feature h2 {
        font-weight: 300;
        font-size: 24px;
        line-height: 110%;
        letter-spacing: -0.03em;
        margin-top: 0;
        margin-bottom: 35px;
        color: #62c7b5;
        background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
        background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media (min-width: 768px) {
          .page-about section#features .feature h2 {
            font-weight: 300;
            font-size: 40px;
            line-height: 110%;
            letter-spacing: -0.03em; } }
      .page-about section#features .feature p {
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          .page-about section#features .feature p {
            margin-bottom: 0; } }
      .page-about section#features .feature img {
        border-radius: 8px; }
      .page-about section#features .feature .icon {
        max-width: 75px; }
  .page-about section.white {
    padding-top: 0; }
    .page-about section.white hr {
      border-color: #e7e8e8; }
    .page-about section.white h3 {
      color: #fff; }
    .page-about section.white .hr {
      border-top: 1px solid #e7e8e8;
      margin-bottom: 20px;
      padding-top: 20px; }
      @media (min-width: 768px) {
        .page-about section.white .hr {
          margin-top: 0;
          margin-bottom: 80px; } }
    .page-about section.white .numbers .number {
      max-width: 340px;
      margin-top: 80px;
      padding-top: 10px;
      color: #4a4267;
      font-weight: 300;
      font-size: 48px;
      line-height: 100%;
      letter-spacing: -0.05em;
      border-top: 1px solid #e3e3e3; }
      @media (min-width: 768px) {
        .page-about section.white .numbers .number {
          font-size: 80px; } }
    .page-about section.white .offices {
      margin-top: 170px; }
      .page-about section.white .offices .office {
        margin-top: 60px; }
        .page-about section.white .offices .office .map {
          height: 340px;
          background-image: url("../img/about/map.png");
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .page-about section.white .offices .office h3 {
          margin-top: 10px;
          margin-bottom: 15px;
          text-transform: none; }
        .page-about section.white .offices .office .map {
          border-radius: 8px; }
        .page-about section.white .offices .office p {
          margin-bottom: 15px;
          text-transform: uppercase;
          font-weight: 300;
          font-size: 14px;
          line-height: 109%;
          letter-spacing: -0.01em; }
        .page-about section.white .offices .office .office-address {
          font-size: 12px;
          text-transform: none;
          letter-spacing: normal;
          padding-bottom: 40px;
          margin-bottom: 0;
          border-bottom: 1px solid #e3e3e3; }
    .page-about section.white .timeline {
      margin-top: 60px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .page-about section.white .timeline {
          margin-top: 170px; } }
      .page-about section.white .timeline .owl-timeline {
        margin-top: 100px;
        position: relative; }
        @media (min-width: 992px) {
          .page-about section.white .timeline .owl-timeline .owl-stage {
            overflow: visible; } }
        .page-about section.white .timeline .owl-timeline .owl-stage-outer {
          position: relative;
          overflow: visible; }
          .page-about section.white .timeline .owl-timeline .owl-stage-outer::after {
            content: '';
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            width: 400px;
            height: 400px;
            background: -webkit-gradient(linear, right top, left top, color-stop(20.83%, #ffffff), to(rgba(255, 255, 255, 0)));
            background: -o-linear-gradient(right, #ffffff 20.83%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(-90deg, #ffffff 20.83%, rgba(255, 255, 255, 0) 100%);
            z-index: 1;
            pointer-events: none;
            opacity: 1;
            -webkit-transition: opacity 300ms ease;
            -o-transition: opacity 300ms ease;
            transition: opacity 300ms ease; }
            @media (min-width: 768px) {
              .page-about section.white .timeline .owl-timeline .owl-stage-outer::after {
                display: block; } }
          .page-about section.white .timeline .owl-timeline .owl-stage-outer:hover:after {
            opacity: 0; }
        .page-about section.white .timeline .owl-timeline .owl-item {
          position: relative;
          opacity: 0;
          -webkit-transition: opacity 200ms ease-in-out;
          -o-transition: opacity 200ms ease-in-out;
          transition: opacity 200ms ease-in-out;
          z-index: 1; }
          .page-about section.white .timeline .owl-timeline .owl-item.active {
            opacity: 1;
            -webkit-transition: opacity 800ms ease-in-out;
            -o-transition: opacity 800ms ease-in-out;
            transition: opacity 800ms ease-in-out; }
          .page-about section.white .timeline .owl-timeline .owl-item:hover {
            z-index: 2; }
        .page-about section.white .timeline .owl-timeline .item {
          position: relative;
          cursor: pointer; }
          .page-about section.white .timeline .owl-timeline .item:hover .img img {
            opacity: 1;
            -webkit-transform: translateY(0%);
                -ms-transform: translateY(0%);
                    transform: translateY(0%); }
          .page-about section.white .timeline .owl-timeline .item .year {
            padding-bottom: 20px;
            font-weight: 300;
            font-size: 80px;
            line-height: 100%;
            letter-spacing: -0.05em;
            color: #4a4267;
            border-bottom: 1px solid #e3e3e3; }
          .page-about section.white .timeline .owl-timeline .item .storie {
            margin: 0 auto 0;
            padding-top: 20px;
            font-weight: 300;
            font-size: 16px;
            line-height: 109%;
            letter-spacing: -0.01em;
            max-width: 210px; }
            @media (min-width: 768px) {
              .page-about section.white .timeline .owl-timeline .item .storie {
                margin: 0;
                padding: 20px 0 0 5px; } }
          .page-about section.white .timeline .owl-timeline .item .img {
            position: absolute;
            -webkit-transform: translate(5%, -105%);
                -ms-transform: translate(5%, -105%);
                    transform: translate(5%, -105%);
            background-position: center;
            background-size: cover;
            width: 200px;
            z-index: 3; }
            .page-about section.white .timeline .owl-timeline .item .img img {
              opacity: 0;
              border-radius: 8px;
              -webkit-transition: all 400ms ease-in-out;
              -o-transition: all 400ms ease-in-out;
              transition: all 400ms ease-in-out; }
        .page-about section.white .timeline .owl-timeline .owl-nav {
          position: absolute;
          left: 0;
          top: 50%;
          width: 100%; }
          .page-about section.white .timeline .owl-timeline .owl-nav button {
            -webkit-transition: all 800ms ease-in-out;
            -o-transition: all 800ms ease-in-out;
            transition: all 800ms ease-in-out;
            background-color: #fff; }
          .page-about section.white .timeline .owl-timeline .owl-nav .disabled {
            opacity: 0;
            pointer-events: none; }
          .page-about section.white .timeline .owl-timeline .owl-nav .owl-prev {
            position: absolute;
            left: 0;
            width: 108px;
            height: 108px;
            border: 1px solid #000;
            border-radius: 108px;
            background-image: url("../img/arrow-right.svg");
            background-position: center;
            background-repeat: no-repeat;
            -webkit-transform: translateY(-50%) rotate(180deg);
                -ms-transform: translateY(-50%) rotate(180deg);
                    transform: translateY(-50%) rotate(180deg); }
            .page-about section.white .timeline .owl-timeline .owl-nav .owl-prev span {
              display: none; }
          .page-about section.white .timeline .owl-timeline .owl-nav .owl-next {
            position: absolute;
            right: 0;
            width: 108px;
            height: 108px;
            border: 1px solid #000;
            border-radius: 108px;
            background-image: url("../img/arrow-right.svg");
            background-position: center;
            background-repeat: no-repeat;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
            .page-about section.white .timeline .owl-timeline .owl-nav .owl-next span {
              display: none; }
    .page-about section.white .awards {
      text-align: center;
      -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
              justify-content: space-between !important; }
      @media (min-width: 768px) {
        .page-about section.white .awards {
          margin-bottom: 145px; } }
      .page-about section.white .awards .width-custom {
        width: 145px !important;
        height: 145px !important;
        max-width: 145px !important; }
        @media (max-width: 991.98px) {
          .page-about section.white .awards .width-custom {
            width: 125px !important;
            max-width: 125px !important;
            height: 125px !important; } }
      .page-about section.white .awards > div {
        min-height: 150px; }
      .page-about section.white .awards img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 70%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (min-width: 768px) {
          .page-about section.white .awards img {
            max-width: 145px; } }
      .page-about section.white .awards .bcg img {
        width: 250%; }

.page-intern-blog {
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .page-intern-blog .container-mobile {
      max-width: 100% !important;
      padding: 0; } }
  .page-intern-blog .header-blog {
    text-align: center;
    padding-top: 132px;
    margin-bottom: 83px; }
    .page-intern-blog .header-blog__data {
      font-weight: normal;
      font-size: 12px;
      color: #0d1115; }
    .page-intern-blog .header-blog__title {
      font-size: 60px;
      letter-spacing: normal;
      text-transform: none;
      color: #0d1115;
      margin: 10px 0 35px 0; }
    .page-intern-blog .header-blog__tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-intern-blog .header-blog .post-categories {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-intern-blog .header-blog .post-categories li a {
        font-size: 11px;
        text-transform: uppercase;
        border: 1px solid #0d1115;
        margin: 0 4px 8px;
        padding: 15px 30px 12px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: default;
        border-radius: 6px; }
    @media (max-width: 767.98px) {
      .page-intern-blog .header-blog__title {
        font-size: 32px; } }
  .page-intern-blog .blog-cover {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 69.152778vh;
    max-width: 1920px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .page-intern-blog .blog-cover {
        padding-top: 100%; } }
  .page-intern-blog .container-post {
    width: 100%;
    max-width: 934px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .page-intern-blog .section-resume {
    display: grid;
    grid-template-columns: 576px 1fr;
    -webkit-column-gap: 188px;
       -moz-column-gap: 188px;
            column-gap: 188px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px; }
    .page-intern-blog .section-resume__text h4 {
      margin: 0; }
    .page-intern-blog .section-resume__cover {
      width: 140px;
      height: 140px;
      border-radius: 6px; }
      .page-intern-blog .section-resume__cover img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 50%; }
    .page-intern-blog .section-resume__info {
      font-size: 10px;
      font-weight: normal;
      line-height: 140%;
      text-align: center;
      background: -o-linear-gradient(358.67deg, #2c224a 0.64%, #a3a2b6 111.71%);
      background: linear-gradient(91.33deg, #2c224a 0.64%, #a3a2b6 111.71%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-top: 12px; }
      .page-intern-blog .section-resume__info h5 {
        font-size: 10px;
        text-transform: none;
        margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      .page-intern-blog .section-resume {
        grid-template-columns: 1fr;
        margin-top: 46px; }
        .page-intern-blog .section-resume__text {
          text-align: center; }
        .page-intern-blog .section-resume__author {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 45px; } }
  .page-intern-blog .post-body {
    margin-top: 52px; }
    .page-intern-blog .post-body .wp-block-columns {
      margin-bottom: 60px; }
    .page-intern-blog .post-body .wp-block-image {
      margin-bottom: 60px; }
      .page-intern-blog .post-body .wp-block-image figcaption {
        text-align: center; }
      .page-intern-blog .post-body .wp-block-image.size-full {
        width: 140%;
        height: 140%;
        margin-left: -20%; }
        .page-intern-blog .post-body .wp-block-image.size-full img {
          height: 140%; }
      .page-intern-blog .post-body .wp-block-image img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain; }
      .page-intern-blog .post-body .wp-block-image .aligncenter {
        margin-bottom: 60px; }
    .page-intern-blog .post-body .wp-block-media-text {
      grid-template-columns: 1fr 60%;
      margin-bottom: 60px; }
      @media (max-width: 991.98px) {
        .page-intern-blog .post-body .wp-block-media-text {
          display: block; } }
      .page-intern-blog .post-body .wp-block-media-text .wp-block-media-text__media {
        width: 100%;
        height: 100%;
        padding: 0; }
        .page-intern-blog .post-body .wp-block-media-text .wp-block-media-text__media img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .page-intern-blog .post-body .wp-block-media-text .wp-block-media-text__content {
        width: 100%;
        padding: 0 0px 0 130px; }
        @media (max-width: 991.98px) {
          .page-intern-blog .post-body .wp-block-media-text .wp-block-media-text__content {
            padding: 0;
            margin-top: 40px; } }
      .page-intern-blog .post-body .wp-block-media-text.has-media-on-the-right {
        grid-template-columns: 1fr 40%; }
        .page-intern-blog .post-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
          padding: 0 130px 0 0px; }
          @media (max-width: 991.98px) {
            .page-intern-blog .post-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
              padding: 0; } }
    .page-intern-blog .post-body p {
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: 160%;
      margin-bottom: 40px; }
      .page-intern-blog .post-body p:last-child {
        margin-bottom: 0; }
    .page-intern-blog .post-body h2 {
      font-size: 40px;
      font-weight: normal;
      line-height: 110%;
      color: #000;
      margin-top: 120px;
      margin-bottom: 20px; }
    .page-intern-blog .post-body h3 {
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      margin: 0;
      margin-bottom: 10px; }
    .page-intern-blog .post-body p br {
      display: none; }
    .page-intern-blog .post-body a {
      color: #62c7b5; }
    .page-intern-blog .post-body ul {
      padding-left: 20px;
      margin-bottom: 50px; }
      .page-intern-blog .post-body ul li {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 160%;
        list-style: disc; }
    .page-intern-blog .post-body img {
      -o-object-position: top;
         object-position: top;
      -o-object-fit: contain;
         object-fit: contain; }
    .page-intern-blog .post-body > img {
      margin: 60px 0; }
    .page-intern-blog .post-body blockquote {
      position: relative;
      margin-bottom: 40px;
      margin-top: 60px; }
      .page-intern-blog .post-body blockquote:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 5px;
        width: 124.2px;
        height: 85.5px;
        background: url("../img/layout/aspas.svg") center no-repeat;
        background-size: cover;
        z-index: -1; }
      .page-intern-blog .post-body blockquote span {
        font-size: 10px;
        font-weight: normal;
        text-decoration: underline;
        letter-spacing: 0.1em;
        color: #0d1115; }
      .page-intern-blog .post-body blockquote p {
        font-size: 24px;
        font-weight: 300;
        line-height: 38px;
        background: -o-linear-gradient(351.47deg, #5957a8 29.37%, #bc95e3 102.1%);
        background: linear-gradient(98.53deg, #5957a8 29.37%, #bc95e3 102.1%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .page-intern-blog .post-body .arrow {
      color: #0d1115;
      margin-top: 20px; }
      .page-intern-blog .post-body .arrow:after {
        width: 10px;
        height: 10px;
        margin-left: 10px;
        background-image: url("../img/arrow-down-black.svg"); }
    @media (max-width: 767.98px) {
      .page-intern-blog .post-body h3 {
        font-size: 32px; }
      .page-intern-blog .post-body .download-file {
        margin-top: 40px; }
      .page-intern-blog .post-body .arrow {
        display: none; } }
  .page-intern-blog .post-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
    margin-top: 130px; }
    @media (max-width: 991.98px) {
      .page-intern-blog .post-footer {
        border: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .page-intern-blog .post-footer span {
      font-size: 12px;
      font-weight: normal;
      color: #0d1115;
      margin-right: 28px; }
    .page-intern-blog .post-footer__social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991.98px) {
        .page-intern-blog .post-footer__social {
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-top: 1px solid #e5e5e5;
          border-bottom: 1px solid #e5e5e5;
          padding: 25px 0; } }
    .page-intern-blog .post-footer__twitter, .page-intern-blog .post-footer__linkedin {
      font-size: 16px;
      font-weight: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-intern-blog .post-footer__twitter {
      position: relative;
      color: #2ca9e1; }
      .page-intern-blog .post-footer__twitter svg {
        margin-right: 10px; }
      .page-intern-blog .post-footer__twitter:after {
        content: '';
        position: absolute;
        top: 56%;
        right: -20px;
        width: 1px;
        height: 10px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #c4c4c4; }
    .page-intern-blog .post-footer__linkedin {
      color: #49719f;
      padding: 0 15px 0 45px; }
      .page-intern-blog .post-footer__linkedin svg {
        width: 27px;
        margin-right: 10px; }
    @media (max-width: 767.98px) {
      .page-intern-blog .post-footer {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .page-intern-blog .post-footer__social span {
          display: block;
          text-align: center;
          margin: 0; } }
  .page-intern-blog .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: auto !important; }
  .page-intern-blog .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    font-size: 16px !important; }
  .page-intern-blog .size-full img {
    width: 120%; }
  .page-intern-blog .img-full {
    margin-top: 60px; }
  .page-intern-blog .page-header {
    margin-top: 140px; }
    @media (max-width: 991.98px) {
      .page-intern-blog .page-header {
        margin-top: 100px;
        margin-bottom: 90px; } }
  .page-intern-blog .list-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 130px 20px;
    margin: 130px 0 138px; }
    .page-intern-blog .list-blog__item__cover {
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 90%;
      border-radius: 6px;
      overflow: hidden; }
    .page-intern-blog .list-blog__item__text {
      padding: 20px 30px 0 0; }
      .page-intern-blog .list-blog__item__text h4 {
        font-weight: 300;
        font-size: 24px;
        color: #0d1115;
        margin: 0; }
      .page-intern-blog .list-blog__item__text p {
        font-weight: 300;
        font-size: 14px;
        margin: 15px 0;
        color: rgba(13, 17, 21, 0.8);
        max-width: 310px; }
    .page-intern-blog .list-blog__item__info {
      font-weight: 300;
      font-size: 16px;
      text-transform: uppercase;
      color: rgba(13, 17, 21, 0.8); }
    .page-intern-blog .list-blog__item__author {
      position: relative;
      padding-right: 15px; }
      .page-intern-blog .list-blog__item__author:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #0d1115; }
    .page-intern-blog .list-blog__item__data {
      padding-left: 10px; }
    @media (max-width: 991.98px) {
      .page-intern-blog .list-blog {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767.98px) {
      .page-intern-blog .list-blog {
        grid-template-columns: 1fr;
        row-gap: 90px;
        margin: 60px 0 80px; } }

@media (max-width: 767.98px) {
  .page-list-blog .container-mobile {
    max-width: 100% !important;
    padding: 0; } }

.page-list-blog .page-header {
  margin-top: 150px;
  margin-bottom: 104px; }

.page-list-blog .banner-blog {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 69.152778vh;
  max-width: 1920px;
  margin: 0 auto; }
  .page-list-blog .banner-blog::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .page-list-blog .banner-blog__text {
    position: absolute;
    bottom: 90px; }
    .page-list-blog .banner-blog__text h3 {
      font-weight: 300;
      font-size: 60px;
      line-height: 1.2;
      color: #fff; }
  .page-list-blog .banner-blog__info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0 0; }
  .page-list-blog .banner-blog__author {
    position: relative;
    padding-right: 15px;
    margin-right: 10px; }
    .page-list-blog .banner-blog__author:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #fff; }
  .page-list-blog .banner-blog__data {
    padding-right: 10px; }
  .page-list-blog .banner-blog__link {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #62c7b5;
    background: -o-linear-gradient(3.65deg, #62c7b5 -16.53%, #72a2c5 60.17%);
    background: linear-gradient(86.35deg, #62c7b5 -16.53%, #72a2c5 60.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .page-list-blog .banner-blog__link:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 13px;
      height: 13px;
      background-image: url("../img/arrow-blue.svg");
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-left: 15px; }
  @media (max-width: 767.98px) {
    .page-list-blog .banner-blog {
      padding-top: 100%; }
      .page-list-blog .banner-blog__text {
        bottom: 40px; }
        .page-list-blog .banner-blog__text h3 {
          font-size: 32px; } }

.page-list-blog .list-blog__item {
  display: none; }
  .page-list-blog .list-blog__item__cover {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 90%;
    border-radius: 6px;
    overflow: hidden; }
  .page-list-blog .list-blog__item__text {
    padding: 20px 30px 0 0; }
    .page-list-blog .list-blog__item__text h4 {
      font-weight: 300;
      font-size: 24px;
      color: #0d1115;
      margin: 0; }
    .page-list-blog .list-blog__item__text p {
      font-weight: 300;
      font-size: 14px;
      margin: 15px 0;
      color: rgba(13, 17, 21, 0.8);
      max-width: 310px; }
  .page-list-blog .list-blog__item__info {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(13, 17, 21, 0.8); }
  .page-list-blog .list-blog__item__author {
    position: relative;
    padding-right: 15px; }
    .page-list-blog .list-blog__item__author:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #0d1115; }

@media (max-width: 991.98px) {
  .page-list-blog .list-blog {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767.98px) {
  .page-list-blog .list-blog {
    grid-template-columns: 1fr;
    row-gap: 90px;
    margin: 60px 0 80px; } }

.page-list-blog .blog-item-cat {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  color: #62c7b5;
  margin: 24px 0 16px; }

@media (max-width: 991.98px) {
  .page-list-blog .mask-mobile {
    overflow-x: scroll; } }

.page-list-blog .list-cat-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 124px 0 108px; }
  @media (max-width: 991.98px) {
    .page-list-blog .list-cat-blog {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 50px;
      padding-top: 10px; } }
  .page-list-blog .list-cat-blog li {
    margin: 13px 0; }
    @media (max-width: 991.98px) {
      .page-list-blog .list-cat-blog li {
        margin: 0; } }
  .page-list-blog .list-cat-blog .item-cat-blog {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    white-space: nowrap;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    color: black;
    padding: 10px 22px;
    margin: 0 4px;
    border-radius: 6px;
    border: 1px solid #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .page-list-blog .list-cat-blog .item-cat-blog.active {
      border-color: #62c7b5;
      color: #62c7b5; }
    .page-list-blog .list-cat-blog .item-cat-blog:hover {
      border-color: #62c7b5;
      color: #62c7b5; }

.page-list-blog .load-more-posts {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 6px;
  margin: 100px auto; }
  .page-list-blog .load-more-posts:hover {
    color: #fff;
    background: #000; }
  .page-list-blog .load-more-posts.disabled-button {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: auto; }
    .page-list-blog .load-more-posts.disabled-button:hover {
      color: rgba(0, 0, 0, 0.5);
      background: transparent; }

.page-list-blog .blog-pages,
.page-list-blog .wp-pagenavi {
  text-align: center;
  margin-bottom: 140px; }
  .page-list-blog .blog-pages .pages,
  .page-list-blog .wp-pagenavi .pages {
    display: none; }
  .page-list-blog .blog-pages a,
  .page-list-blog .blog-pages .page,
  .page-list-blog .wp-pagenavi a,
  .page-list-blog .wp-pagenavi .page {
    font-weight: normal;
    font-size: 12px;
    color: rgba(89, 94, 97, 0.5);
    border: none;
    margin: 0 16px; }
  .page-list-blog .blog-pages .nextpostslink,
  .page-list-blog .blog-pages .previouspostslink,
  .page-list-blog .wp-pagenavi .nextpostslink,
  .page-list-blog .wp-pagenavi .previouspostslink {
    color: transparent;
    background-image: url("../img/arrow-right-gray.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px; }
  .page-list-blog .blog-pages .previouspostslink,
  .page-list-blog .wp-pagenavi .previouspostslink {
    background-image: url("../img/arrow-left-gray.svg"); }
  .page-list-blog .blog-pages .active,
  .page-list-blog .blog-pages .current,
  .page-list-blog .wp-pagenavi .active,
  .page-list-blog .wp-pagenavi .current {
    font-weight: normal;
    font-size: 12px;
    color: #0d1115;
    border: none;
    margin: 0 16px; }

.page-list-blog #loader svg {
  opacity: 0 !important; }

.page-list-blog .i {
  background: transparent !important; }

.page-list-blog .fa-spinner {
  color: #62c7b5 !important;
  background: transparent !important;
  font-size: 30px !important; }

.page-list-blog #manage-ajax-response {
  padding: 0 !important;
  margin-top: 130px; }
  @media (max-width: 991.98px) {
    .page-list-blog #manage-ajax-response {
      margin-top: 30px !important; } }
  @media (max-width: 767.98px) {
    .page-list-blog #manage-ajax-response {
      margin-top: 0px !important; } }

.page-list-blog .caf-post-layout-container {
  background-color: transparent !important;
  padding: 124px 0 140px !important; }
  @media (max-width: 991.98px) {
    .page-list-blog .caf-post-layout-container {
      padding-top: 60px !important; } }

.page-list-blog .caf-filter-container li {
  margin-bottom: 30px !important; }

.page-list-blog .caf-filter-container a {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  white-space: nowrap !important;
  letter-spacing: 0.04em !important;
  text-align: center;
  text-transform: uppercase !important;
  color: black !important;
  background: transparent !important;
  padding: 10px 22px;
  margin: 0 8px;
  border-radius: 6px;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .page-list-blog .caf-filter-container a.active {
    border-color: #62c7b5 !important;
    color: #62c7b5 !important; }
  .page-list-blog .caf-filter-container a:hover {
    border-color: #62c7b5 !important;
    color: #62c7b5 !important; }

@media (max-width: 991.98px) {
  .page-list-blog #caf-filter-layout1 {
    overflow-x: scroll; } }

@media (max-width: 991.98px) {
  .page-list-blog ul.caf-filter-container.caf-filter-layout1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.page-list-blog #caf-post-layout1 {
  margin-bottom: 130px !important; }
  @media (max-width: 991.98px) {
    .page-list-blog #caf-post-layout1 {
      margin-bottom: 60px !important; } }

.page-list-blog .manage-layout1 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .page-list-blog .manage-layout1 .caf-featured-img-box {
    height: 347px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    margin-bottom: 24px; }
  .page-list-blog .manage-layout1 .manage-post-area {
    padding: 30px 24px; }

.page-list-blog #caf-post-layout1 #manage-post-area {
  background: transparent !important; }

.page-list-blog .data-target-div1 #caf-post-layout1 .caf-post-title,
.page-list-blog .data-target-div2 #caf-post-layout1 .caf-post-title {
  background: transparent !important; }

.page-list-blog #manage-post-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-list-blog #manage-post-area .post-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-list-blog #manage-post-area .post-categories li {
      padding-right: 30px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      position: relative; }
      .page-list-blog #manage-post-area .post-categories li::before {
        content: '/';
        width: 20px;
        height: auto;
        color: #62c7b5;
        position: absolute;
        right: 0; }
      .page-list-blog #manage-post-area .post-categories li:last-child::before {
        display: none; }
    .page-list-blog #manage-post-area .post-categories a {
      pointer-events: none;
      font-family: 'IBM Plex Mono', monospace;
      font-size: 14px;
      font-weight: 400;
      line-height: 15px;
      letter-spacing: 0.04em;
      text-align: left;
      text-transform: uppercase;
      color: #62c7b5; }

.page-list-blog #caf-post-layout1 .caf-post-title {
  padding: 16px 0 0 !important;
  margin-bottom: 16px !important; }

.page-list-blog .data-target-div1 #caf-post-layout1 .caf-post-title h2,
.page-list-blog .data-target-div2 #caf-post-layout1 .caf-post-title h2 {
  font-family: 'IBM Plex Sans', sans-serif !important;
  text-transform: none !important;
  color: #0d1115;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 26px !important;
  letter-spacing: 0em !important;
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.page-list-blog #caf-post-layout1 .caf-meta-content {
  border: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 16px 0 0 !important;
  background: transparent !important; }

.page-list-blog #caf-post-layout1 span.author,
.page-list-blog #caf-post-layout1 span.comment,
.page-list-blog #caf-post-layout1 span.date {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  letter-spacing: 0em !important;
  text-align: left !important;
  text-transform: uppercase !important;
  color: #0d1115 !important; }
  .page-list-blog #caf-post-layout1 span.author i,
  .page-list-blog #caf-post-layout1 span.comment i,
  .page-list-blog #caf-post-layout1 span.date i {
    display: none !important; }

.page-list-blog #caf-post-layout1 span.comment {
  display: none !important; }

.page-list-blog #caf-post-layout1 .caf-content {
  font-family: 'IBM Plex Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  letter-spacing: 0em !important;
  text-align: left !important;
  color: #0d1115 !important;
  padding: 0 !important;
  background: transparent !important; }

.page-list-blog #caf-post-layout1 .caf-content-read-more {
  display: none; }

.page-list-blog #caf-layout-pagination {
  text-align: center; }
  .page-list-blog #caf-layout-pagination li .page-numbers {
    font-weight: normal !important;
    font-size: 12px !important;
    color: rgba(89, 94, 97, 0.5) !important;
    border: none !important;
    margin: 0 16px !important;
    padding: 0 !important;
    background: transparent !important; }
    .page-list-blog #caf-layout-pagination li .page-numbers.next, .page-list-blog #caf-layout-pagination li .page-numbers.prev {
      color: transparent !important;
      background-image: url("../img/arrow-right-gray.svg") !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      width: 30px !important; }
    .page-list-blog #caf-layout-pagination li .page-numbers.prev {
      background-image: url("../img/arrow-left-gray.svg") !important;
      width: 15px !important;
      background-size: 60% !important; }
    .page-list-blog #caf-layout-pagination li .page-numbers.current {
      color: #0d1115 !important; }

.page-list-blog .error-of-empty-result {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.54) !important;
  font-size: 16px !important;
  padding: 0 !important; }

.page-carrers #open-positions {
  margin-top: 0;
  padding-top: 100px; }
  @media (min-width: 768px) {
    .page-carrers #open-positions {
      padding-top: 300px; } }

.page-carrers .welcome-careers {
  position: relative;
  background: #fff;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .page-carrers .welcome-careers {
      overflow: hidden; } }
  @media (min-width: 768px) {
    .page-carrers .welcome-careers {
      padding: 0 0 120px; } }
  .page-carrers .welcome-careers:before {
    content: '';
    position: absolute;
    width: 1440px;
    height: calc(100% - 230px);
    left: 50%;
    top: 230px;
    background: url("../img/layout/bg-elipse.svg") no-repeat;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2; }
  .page-carrers .welcome-careers .container {
    position: relative;
    z-index: 3; }
  .page-carrers .welcome-careers .gradient-01 {
    position: absolute;
    left: -83.54%;
    right: -1.18%;
    top: -14.13%;
    bottom: 66%;
    background: -o-radial-gradient(40% 50%, 27.31% 27.31%, rgba(132, 235, 229, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(27.31% 27.31% at 40% 50%, rgba(132, 235, 229, 0.4) 0%, rgba(255, 255, 255, 0) 100%); }
  .page-carrers .welcome-careers .gradient-02 {
    position: absolute;
    left: -35.28%;
    right: -76.81%;
    top: -32.13%;
    bottom: 31.66%;
    background: -o-radial-gradient(50% 50%, 27.31% 27.31%, rgba(83, 50, 213, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(27.31% 27.31% at 50% 50%, rgba(83, 50, 213, 0.1) 0%, rgba(255, 255, 255, 0) 100%); }
  .page-carrers .welcome-careers .illustration-01,
  .page-carrers .welcome-careers .illustration-02,
  .page-carrers .welcome-careers .illustration-03,
  .page-carrers .welcome-careers .illustration-04,
  .page-carrers .welcome-careers .illustration-05 {
    position: absolute; }
  .page-carrers .welcome-careers .illustration-01 {
    width: 196px;
    top: 190px;
    left: 0; }
  .page-carrers .welcome-careers .illustration-02 {
    width: 190px;
    top: 130px;
    right: 0; }
  .page-carrers .welcome-careers .illustration-03 {
    left: -135px; }
  .page-carrers .welcome-careers .illustration-04 {
    right: -130px; }
  .page-carrers .welcome-careers .page-header {
    position: relative;
    padding: 100px 0 20px;
    margin: 0; }
    @media (min-width: 768px) {
      .page-carrers .welcome-careers .page-header {
        padding: 190px 0 20px; } }
    .page-carrers .welcome-careers .page-header h5,
    .page-carrers .welcome-careers .page-header h1 {
      color: #0d1115 !important; }
    .page-carrers .welcome-careers .page-header h5 {
      font-family: IBM Plex Mono;
      font-size: 12px;
      font-weight: 400;
      text-transform: none;
      line-height: 13px;
      letter-spacing: 0.1em;
      margin-bottom: 15px; }
  .page-carrers .welcome-careers img {
    border-radius: 6px;
    overflow: hidden; }
  .page-carrers .welcome-careers .welcome-hero {
    position: relative;
    text-align: center;
    margin: 0 auto; }
    .page-carrers .welcome-careers .welcome-hero .git {
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      padding: 10px 20px;
      background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
      background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
      border-radius: 6px;
      margin-top: 35px; }
    .page-carrers .welcome-careers .welcome-hero h2 {
      font-family: IBM Plex Sans;
      font-size: 24px;
      line-height: 120%;
      font-weight: 300;
      text-align: center;
      max-width: 696px;
      margin: 70px auto 40px auto;
      color: #0d1115; }
      @media (min-width: 768px) {
        .page-carrers .welcome-careers .welcome-hero h2 {
          font-size: 38px;
          line-height: 46px; } }
  .page-carrers .welcome-careers .welcome-filtered {
    position: relative; }
    @media (min-width: 768px) {
      .page-carrers .welcome-careers .welcome-filtered {
        margin-top: 70px; } }
    .page-carrers .welcome-careers .welcome-filtered p {
      font-family: IBM Plex Sans;
      font-size: 18px;
      font-weight: 300;
      line-height: 24px;
      color: #000; }
      .page-carrers .welcome-careers .welcome-filtered p + p {
        margin-top: 40px; }
    .page-carrers .welcome-careers .welcome-filtered img {
      width: 100%;
      margin-top: 30px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .page-carrers .welcome-careers .welcome-filtered img {
          margin-top: 0;
          margin-bottom: 0;
          width: auto; } }

.page-carrers .illustration-05 {
  position: absolute;
  left: 0;
  top: -450px; }

.page-carrers .page-header {
  position: relative;
  z-index: 2; }

.page-carrers .core-teams .container {
  max-width: 900px; }

.page-carrers .core-teams .teams-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .page-carrers .core-teams .teams-nav {
      padding-bottom: 28px;
      border-bottom: 2px solid rgba(227, 227, 227, 0.2); } }
  .page-carrers .core-teams .teams-nav .teams-toggle {
    display: inline-block;
    position: relative;
    font-family: IBM Plex Mono;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #faf8f9;
    padding: 15px 63px;
    width: 100%; }
    @media (min-width: 768px) {
      .page-carrers .core-teams .teams-nav .teams-toggle {
        padding: 0 63px;
        width: calc(25% - 3px); } }
    @media (min-width: 768px) {
      .page-carrers .core-teams .teams-nav .teams-toggle:not(:first-child) {
        border-left: 1px solid rgba(227, 227, 227, 0.2); } }
    .page-carrers .core-teams .teams-nav .teams-toggle.is-active {
      color: #62c7b5; }
      .page-carrers .core-teams .teams-nav .teams-toggle.is-active:before {
        content: '';
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 6px;
        background-color: #62c7b5; }
        @media (min-width: 768px) {
          .page-carrers .core-teams .teams-nav .teams-toggle.is-active:before {
            bottom: -32px; } }

.page-carrers .core-teams .teams-items {
  margin-top: 85px; }
  .page-carrers .core-teams .teams-items .teams-item {
    display: none; }
    .page-carrers .core-teams .teams-items .teams-item.is-active {
      display: block; }
  @media (min-width: 768px) {
    .page-carrers .core-teams .teams-items .team-content {
      display: grid;
      grid-template-columns: 414px 1fr;
      -webkit-column-gap: 53px;
         -moz-column-gap: 53px;
              column-gap: 53px; } }
  .page-carrers .core-teams .teams-items .team-cover img {
    border-radius: 6px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .page-carrers .core-teams .teams-items .team-cover img {
        margin-bottom: 0; } }
  .page-carrers .core-teams .teams-items .team-info h2 {
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300; }
    @media (min-width: 768px) {
      .page-carrers .core-teams .teams-items .team-info h2 {
        font-size: 24px;
        line-height: 36px; } }

.page-carrers .values-accordion .accordion-item .accordion-header {
  position: relative;
  display: block;
  font-family: IBM Plex Sans;
  font-size: 24px;
  line-height: 100%;
  font-weight: 300;
  color: #faf8f9;
  border-bottom: 1px solid rgba(227, 227, 227, 0.2);
  padding: 40px 20px 40px 0; }
  @media (min-width: 768px) {
    .page-carrers .values-accordion .accordion-item .accordion-header {
      font-size: 32px;
      line-height: 32px; } }
  .page-carrers .values-accordion .accordion-item .accordion-header:before {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    font-size: 40px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #faf8f9; }
  .page-carrers .values-accordion .accordion-item .accordion-header.collapsed:before {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.page-carrers .values-accordion .accordion-item .accordion-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 0 0 0; }
  @media (min-width: 768px) {
    .page-carrers .values-accordion .accordion-item .accordion-body {
      padding: 27px 70px 0 0; } }
  .page-carrers .values-accordion .accordion-item .accordion-body.is-active {
    display: block; }
  .page-carrers .values-accordion .accordion-item .accordion-body img {
    display: block;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .page-carrers .values-accordion .accordion-item .accordion-body img {
        margin: 0;
        display: inline-block; } }
  .page-carrers .values-accordion .accordion-item .accordion-body p {
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
    @media (min-width: 768px) {
      .page-carrers .values-accordion .accordion-item .accordion-body p {
        margin-left: 60px; } }

@media (min-width: 768px) {
  .page-carrers .benefits-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px 70px; } }

.page-carrers .benefits-list .benefits-item {
  border-top: 1px solid rgba(227, 227, 227, 0.2);
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .page-carrers .benefits-list .benefits-item {
      padding-bottom: 0; } }
  .page-carrers .benefits-list .benefits-item p {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-left: 25px; }

.page-carrers .benefits {
  position: relative; }
  .page-carrers .benefits .benefits-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px; }
    .page-carrers .benefits .benefits-text p {
      font-family: IBM Plex Sans;
      font-size: 16px;
      line-height: 140%;
      font-weight: 300;
      text-align: center;
      color: #faf8f9;
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        .page-carrers .benefits .benefits-text p {
          font-size: 24px;
          line-height: 140%; } }
    .page-carrers .benefits .benefits-text span {
      font-family: IBM Plex Mono;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      color: #faf8f9; }
      .page-carrers .benefits .benefits-text span + .page-carrers .benefits .benefits-text span {
        margin-top: 5px; }
  .page-carrers .benefits .benefits-link {
    margin: 0;
    color: #62c7b5;
    background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
    background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .page-carrers .benefits .benefits-cover img {
    border-radius: 6px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .page-carrers .benefits .benefits-cover img {
        min-height: 520px; } }
  .page-carrers .benefits .owl-dots {
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 50px;
    left: -900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-carrers .benefits .owl-dots .owl-dot {
      padding: 5px !important;
      outline: 0; }
      .page-carrers .benefits .owl-dots .owl-dot > span {
        display: block;
        width: 13px;
        height: 13px;
        background: transparent;
        border: 1px solid #72a2c5;
        border-radius: 10px; }
    .page-carrers .benefits .owl-dots .active span {
      background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
      background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%); }

@media (min-width: 768px) {
  .page-carrers .jobs-list {
    margin-bottom: 100px; } }

.page-carrers .jobs-list .job {
  position: relative;
  padding: 35px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(250, 248, 249, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .page-carrers .jobs-list .job h4 {
    padding-right: 30px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    @media (min-width: 768px) {
      .page-carrers .jobs-list .job h4 {
        margin: 0;
        font-size: 24px;
        line-height: 100%; } }
  .page-carrers .jobs-list .job .local {
    font-size: 16px;
    line-height: 100%;
    font-weight: 300; }
    @media (min-width: 768px) {
      .page-carrers .jobs-list .job .local {
        font-size: 24px; } }
  .page-carrers .jobs-list .job .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/arrow-down.svg");
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .page-carrers .jobs-list .job:hover {
    border-bottom: 1px solid rgba(250, 248, 249, 0.8); }
    .page-carrers .jobs-list .job:hover h4 {
      margin-left: 10px; }
    .page-carrers .jobs-list .job:hover .arrow {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.page-carrers .white {
  padding-top: 100px; }
  .page-carrers .white .block-text {
    text-align: center;
    margin-bottom: 162px; }
    .page-carrers .white .block-text h3 {
      font-family: IBM Plex Sans;
      font-size: 32px;
      font-weight: 300;
      line-height: 38px;
      color: #000;
      margin-bottom: 30px; }
    .page-carrers .white .block-text p {
      font-family: IBM Plex Sans;
      font-size: 16px;
      font-weight: 300;
      line-height: 22px;
      margin: 0 auto;
      max-width: 642px; }
  .page-carrers .white .steps {
    margin-bottom: 100px; }
    .page-carrers .white .steps .step {
      position: relative;
      border-top: 1px solid #e7e8e8;
      padding-left: 20px; }
      @media (min-width: 768px) {
        .page-carrers .white .steps .step {
          max-width: 20%;
          border-top: none; } }
      .page-carrers .white .steps .step .step-number {
        position: absolute;
        top: 13px;
        left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .page-carrers .white .steps .step .step-number {
            position: relative;
            top: auto;
            border-bottom: 1px solid #e7e8e8; } }
      .page-carrers .white .steps .step h3 {
        font-size: 20px;
        line-height: 110%;
        text-transform: none;
        margin-bottom: 15px;
        color: #2c224a;
        margin-top: 15px; }
        @media (min-width: 768px) {
          .page-carrers .white .steps .step h3 {
            margin-top: 0;
            margin-bottom: 10px;
            min-height: 60px; } }
      .page-carrers .white .steps .step p {
        margin: 0;
        font-weight: 300;
        font-size: 16px;
        line-height: 110%;
        margin-bottom: 20px; }

#modalVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
  background-color: #0d1115;
  cursor: url("../img/close-modal.svg"), auto; }
  #modalVideo .video-container {
    width: 100%;
    max-height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    #modalVideo .video-container .bt-close {
      display: none;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      line-height: 100%;
      font-weight: 300;
      font-size: 23px;
      border-radius: 60px;
      color: #fff;
      background-color: transparent;
      border: 1px solid #fff;
      text-align: center;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      cursor: pointer;
      z-index: 5; }
      @media (min-width: 768px) {
        #modalVideo .video-container .bt-close {
          display: block; } }
      #modalVideo .video-container .bt-close span {
        position: relative;
        top: -2px;
        left: 1px; }
      @media (min-width: 768px) {
        #modalVideo .video-container .bt-close {
          top: 40px;
          right: 40px;
          width: 60px;
          height: 60px;
          font-size: 40px; } }
    #modalVideo .video-container video {
      width: 100%;
      margin: 0 auto;
      pointer-events: none; }

.page-home {
  position: relative; }
  .page-home section {
    position: relative;
    overflow: hidden; }
    .page-home section .container {
      position: relative;
      z-index: 3; }
    .page-home section p {
      font-weight: 300; }
    .page-home section.hero {
      margin: 0 auto;
      width: 100%;
      max-width: 100% !important;
      height: 100vh;
      text-align: center;
      color: #fff;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      -webkit-backface-visibility: hidden;
      z-index: 10; }
      .page-home section.hero.cursor-none {
        cursor: none; }
      .page-home section.hero .video-filter {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(13, 17, 21, 0.5);
        z-index: 1; }
        .page-home section.hero .video-filter:hover .btn-play {
          opacity: 1; }
        @media (min-width: 1800px) and (orientation: landscape) {
          .page-home section.hero .video-filter {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .page-home section.hero .video-filter .btn-play {
              -webkit-transform: translate(0);
                  -ms-transform: translate(0);
                      transform: translate(0); }
            .page-home section.hero .video-filter .btn-play-sm {
              -webkit-transform: translate(0);
                  -ms-transform: translate(0);
                      transform: translate(0); } }
      .page-home section.hero.animated .container {
        opacity: 1; }
      .page-home section.hero .container {
        width: auto;
        margin-bottom: 30%;
        cursor: initial;
        opacity: 0;
        -webkit-transition: all 400ms ease-in 400ms;
        -o-transition: all 400ms ease-in 400ms;
        transition: all 400ms ease-in 400ms; }
        @media (min-width: 576px) {
          .page-home section.hero .container {
            margin-bottom: 10%; } }
        @media only screen and (min-width: 768px) and (min-height: 650px) {
          .page-home section.hero .container {
            margin-bottom: 10%; } }
      .page-home section.hero .btn-play {
        display: none;
        position: absolute;
        width: 116px;
        height: 116px;
        background-image: url("../img/hero-play.png");
        z-index: 2;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        -webkit-transform: translate(-58px, -58px);
            -ms-transform: translate(-58px, -58px);
                transform: translate(-58px, -58px); }
        @media (min-width: 768px) {
          .page-home section.hero .btn-play {
            display: block; } }
      .page-home section.hero .btn-play-sm {
        display: block;
        position: absolute;
        top: 25%;
        left: 50%;
        width: 116px;
        height: 116px;
        background-image: url("../img/play-mobile.svg");
        z-index: 2;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0.7; }
        @media (min-width: 768px) {
          .page-home section.hero .btn-play-sm {
            display: none; } }
      .page-home section.hero h1 {
        margin-bottom: 35px; }
        @media (min-width: 1440px) {
          .page-home section.hero h1 {
            font-size: 62px; } }
      .page-home section.hero a {
        font-size: 13px;
        position: relative;
        cursor: pointer;
        z-index: 3; }
      .page-home section.hero .hero-breaking-news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 60px; }
        .page-home section.hero .hero-breaking-news:hover h3:after {
          width: 100%;
          margin-left: 0;
          left: 0; }
        .page-home section.hero .hero-breaking-news h3 {
          position: relative;
          font-size: 17px;
          line-height: 18.7px;
          font-weight: 400;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #fff; }
          .page-home section.hero .hero-breaking-news h3 .news {
            color: #62c7b5; }
          .page-home section.hero .hero-breaking-news h3 .data-brknews {
            color: #88898b; }
          .page-home section.hero .hero-breaking-news h3:before {
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: -8px;
            background: #fff;
            border-radius: 50px;
            opacity: 0.2;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .page-home section.hero .hero-breaking-news h3:after {
            content: '';
            width: 26px;
            height: 1px;
            position: absolute;
            bottom: -8px;
            left: 50%;
            margin-left: -13px;
            background: #62c7b5;
            border-radius: 50px;
            -webkit-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            z-index: 1; }
      .page-home section.hero .arrow-down-hero {
        width: 10px;
        height: 10px;
        display: block;
        text-align: center;
        margin: 105px auto 0; }
        .page-home section.hero .arrow-down-hero:hover svg path {
          fill: #62c7b5; }
        .page-home section.hero .arrow-down-hero svg {
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-animation: arrowHover 2s ease infinite;
                  animation: arrowHover 2s ease infinite;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
          .page-home section.hero .arrow-down-hero svg path {
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }

@-webkit-keyframes arrowHover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes arrowHover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
      .page-home section.hero video {
        position: absolute;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: -1; }
      .page-home section.hero .vimeo-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        pointer-events: none;
        overflow: hidden; }
        .page-home section.hero .vimeo-wrapper iframe {
          width: 100vw;
          height: 56.25vw;
          /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
          min-height: 100vh;
          min-width: 177.77vh;
          /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
    .page-home section.about {
      text-align: center;
      padding-top: 100px;
      z-index: 11; }
      @media (min-width: 768px) {
        .page-home section.about {
          padding-top: 200px; } }
      .page-home section.about .container {
        max-width: 1200px; }
      .page-home section.about .cta {
        margin-top: 200px; }
        .page-home section.about .cta:before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.8); }
    .page-home section.approach {
      position: relative;
      padding-top: 150px;
      margin-bottom: -87vh;
      padding-bottom: 100vh;
      text-align: center;
      overflow: hidden; }
      @media (min-width: 768px) {
        .page-home section.approach {
          padding-top: 250px;
          margin-bottom: -70vh; } }
      @media (min-width: 992px) {
        .page-home section.approach .container {
          max-width: 700px; } }
      .page-home section.approach p {
        color: #fff; }
      .page-home section.approach #group-01 {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .page-home section.vimeo {
      position: relative;
      z-index: 10; }
      .page-home section.vimeo .embed-responsive {
        border-radius: 10px;
        overflow: hidden; }
    .page-home section .scale-7 {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); }
    .page-home section.product {
      overflow: hidden;
      padding-top: 200px;
      padding-bottom: 75px; }
      .page-home section.product #light-01 {
        position: absolute;
        top: 0;
        right: 50%; }
      .page-home section.product #group-02 {
        position: absolute;
        top: 250px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0))); }
        @media (min-width: 768px) {
          .page-home section.product #group-02 {
            top: 0; } }
      .page-home section.product p {
        margin-bottom: 60px;
        color: #fff; }
      .page-home section.product img {
        margin-bottom: 25px; }
        @media (min-width: 768px) {
          .page-home section.product img {
            margin-bottom: 0; } }
      .page-home section.product .features a {
        display: inline-block;
        margin-top: 45px; }
      .page-home section.product .features .col-6:nth-child(1) {
        padding-right: 2.5px; }
      .page-home section.product .features .col-6:nth-child(2) {
        padding-left: 2.5px; }
      @media (min-width: 768px) {
        .page-home section.product .features .col-md-6:nth-child(1) {
          padding-right: 2.5px; } }
      @media (min-width: 768px) {
        .page-home section.product .features .col-md-6:nth-child(2) {
          padding-left: 2.5px; } }
      .page-home section.product .features .hr {
        position: relative;
        margin-top: 40px;
        font-size: 12px;
        line-height: 110%;
        text-align: center;
        letter-spacing: 0.1em;
        text-align: center; }
        .page-home section.product .features .hr:before {
          content: '';
          display: block;
          width: calc(50% - 65px);
          height: 1px;
          background-color: rgba(255, 255, 255, 0.11);
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .page-home section.product .features .hr:after {
          content: '';
          display: block;
          width: calc(50% - 65px);
          height: 1px;
          background-color: rgba(255, 255, 255, 0.11);
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .page-home section.product .feature {
        display: block;
        position: relative;
        height: calc(100% - 15px);
        margin-bottom: 5px;
        padding: 20px 10px;
        border-radius: 3.62427px;
        border: 1px solid transparent;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (min-width: 768px) {
          .page-home section.product .feature {
            height: auto;
            padding: 20px 20px 20px 60px; } }
        .page-home section.product .feature:before {
          content: '';
          display: block;
          width: 100%;
          height: 21px;
          margin-bottom: 15px;
          background-image: url("../img/loader.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
          @media (min-width: 768px) {
            .page-home section.product .feature:before {
              position: absolute;
              width: 21px;
              top: 50%;
              left: 20px;
              margin-bottom: 0;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%); } }
        .page-home section.product .feature:hover {
          padding: 20px; }
          .page-home section.product .feature:hover:before {
            content: none; }
        .page-home section.product .feature.green {
          background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
          background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%); }
          .page-home section.product .feature.green:hover {
            color: #62c7b5;
            -webkit-background-clip: text;
            border: 1px solid #62c7b5;
            border-color: #62c7b5;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .page-home section.product .feature.green:hover:after {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              z-index: -1; }
        .page-home section.product .feature.purple {
          background: -o-linear-gradient(351.47deg, #5957a8 29.37%, #bc95e3 102.1%);
          background: linear-gradient(98.53deg, #5957a8 29.37%, #bc95e3 102.1%); }
          .page-home section.product .feature.purple:hover {
            color: #bc95e3;
            -webkit-background-clip: text;
            border: 1px solid #bc95e3;
            border-color: #bc95e3;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .page-home section.product .feature.purple:hover:after {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              z-index: -1; }
        .page-home section.product .feature.red {
          background: -o-linear-gradient(24.64deg, #e9735d 4.54%, #c77190 80.69%);
          background: linear-gradient(65.36deg, #e9735d 4.54%, #c77190 80.69%); }
          .page-home section.product .feature.red:hover {
            color: #c77190;
            -webkit-background-clip: text;
            border: 1px solid #c77190;
            border-color: #c77190;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .page-home section.product .feature.red:hover:after {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              z-index: -1; }
            .page-home section.product .feature.red:hover svg path {
              fill: #c77190; }
        .page-home section.product .feature.outline {
          padding: 20px;
          color: #c77190;
          text-align: center;
          background: none;
          border: 1px solid #c77190; }
          .page-home section.product .feature.outline:before {
            display: none; }
          .page-home section.product .feature.outline h5 {
            line-height: 24px; }
        .page-home section.product .feature h5 {
          margin-bottom: 3px;
          font-weight: normal;
          font-size: 14px;
          line-height: 15.6px;
          letter-spacing: 0px;
          text-transform: none; }
        .page-home section.product .feature p {
          margin-bottom: 0;
          font-size: 10px;
          font-weight: normal;
          line-height: 10.4px;
          color: #fff;
          text-transform: uppercase; }
      .page-home section.product .robot {
        min-height: 540px;
        margin-top: 150px; }
        .page-home section.product .robot .arrow {
          margin: 0px 0 120px 0; }
          @media (min-width: 768px) {
            .page-home section.product .robot .arrow {
              margin: 0px 0 200px 0; } }
        .page-home section.product .robot .hr {
          position: relative;
          margin-top: 40px;
          font-size: 12px;
          line-height: 110%;
          text-align: center;
          letter-spacing: 0.1em;
          text-align: center; }
          .page-home section.product .robot .hr:before {
            content: '';
            display: block;
            width: calc(50% - 65px);
            height: 1px;
            background-color: rgba(255, 255, 255, 0.11);
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .page-home section.product .robot .hr:after {
            content: '';
            display: block;
            width: calc(50% - 65px);
            height: 1px;
            background-color: rgba(255, 255, 255, 0.11);
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
    .page-home section#bottom .hr {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding-bottom: 30px;
      margin-bottom: 50px; }
    .page-home section#bottom .numbers {
      font-size: 16px;
      color: #fff;
      line-height: 109%; }
      @media (min-width: 768px) {
        .page-home section#bottom .numbers {
          font-size: 32.3733px; } }
      @media (min-width: 992px) {
        .page-home section#bottom .numbers {
          font-size: 18px; } }
      .page-home section#bottom .numbers .number {
        font-style: normal;
        font-weight: 300;
        font-size: 48px;
        line-height: 100%;
        letter-spacing: -0.05em; }
        @media (min-width: 768px) {
          .page-home section#bottom .numbers .number {
            font-size: 97.12px; } }
        @media (min-width: 992px) {
          .page-home section#bottom .numbers .number {
            font-size: 120px;
            line-height: 100%; } }
      .page-home section#bottom .numbers .col-12 {
        margin-bottom: 50px; }
        .page-home section#bottom .numbers .col-12 .number {
          font-size: 120px; }
          @media (min-width: 768px) {
            .page-home section#bottom .numbers .col-12 .number {
              font-size: 242.8px; } }
          @media (min-width: 992px) {
            .page-home section#bottom .numbers .col-12 .number {
              font-size: 120px; } }
    .page-home section.white {
      padding-top: 200px; }
      .page-home section.white h2 {
        margin-top: 30px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        text-align: left;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .page-home section.white h2 {
            margin-top: 0;
            margin-bottom: 60px;
            font-size: 24px; } }
        .page-home section.white h2.hr {
          border-bottom: 1px solid #e7e8e8; }
      .page-home section.white a {
        color: #000; }
      .page-home section.white .numbers {
        margin-bottom: 80px;
        font-size: 16px;
        color: #4a4267;
        line-height: 109%; }
        @media (min-width: 768px) {
          .page-home section.white .numbers {
            font-size: 32.3733px; } }
        @media (min-width: 992px) {
          .page-home section.white .numbers {
            font-size: 18px; } }
        .page-home section.white .numbers .number {
          font-style: normal;
          font-weight: 300;
          font-size: 48px;
          line-height: 100%;
          letter-spacing: -0.05em; }
          @media (min-width: 768px) {
            .page-home section.white .numbers .number {
              font-size: 97.12px; } }
          @media (min-width: 992px) {
            .page-home section.white .numbers .number {
              font-size: 120px;
              line-height: 100%; } }
        .page-home section.white .numbers .col-12 {
          margin-bottom: 50px; }
          .page-home section.white .numbers .col-12 .number {
            font-size: 120px; }
            @media (min-width: 768px) {
              .page-home section.white .numbers .col-12 .number {
                font-size: 242.8px; } }
            @media (min-width: 992px) {
              .page-home section.white .numbers .col-12 .number {
                font-size: 120px; } }
      .page-home section.white .testimonials {
        margin-top: 80px;
        margin-bottom: 70px;
        text-align: center; }
        .page-home section.white .testimonials h2 {
          margin-top: 100px;
          margin-bottom: 50px;
          line-height: 26.4px;
          text-align: center; }
      .page-home section.white .companies {
        text-align: center; }
        @media (min-width: 768px) {
          .page-home section.white .companies {
            margin-bottom: 75px; } }
        .page-home section.white .companies > div {
          min-height: 100px; }
        .page-home section.white .companies img {
          position: absolute;
          top: 50%;
          left: 50%;
          max-width: 70%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          opacity: 0.5; }
          @media (min-width: 768px) {
            .page-home section.white .companies img {
              max-width: 145px; } }
        .page-home section.white .companies .bcg img {
          width: 250%; }
      .page-home section.white .git {
        max-width: 100%;
        padding: 0;
        margin-top: 120px; }
        @media (min-width: 768px) {
          .page-home section.white .git {
            padding: 0 15px;
            max-width: 1200px; } }
        .page-home section.white .git .panel {
          padding-top: 71px;
          padding-left: 40px;
          padding-right: 40px;
          padding-bottom: 70px;
          color: #fff;
          text-align: center; }
          @media (min-width: 768px) {
            .page-home section.white .git .panel {
              border-radius: 6px; } }
          .page-home section.white .git .panel a {
            color: #fff; }
        .page-home section.white .git h3 {
          margin-bottom: 50px; }
        .page-home section.white .git .person {
          max-width: 480px;
          margin: 0 auto; }
          .page-home section.white .git .person .avatar {
            position: relative;
            width: 70px;
            height: 70px;
            margin: 0 auto 30px;
            border-radius: 70px;
            overflow: hidden; }
            @media (min-width: 768px) {
              .page-home section.white .git .person .avatar {
                margin: 0; } }
            .page-home section.white .git .person .avatar img {
              position: absolute;
              top: 0;
              left: 50%;
              max-width: none;
              height: 100%;
              max-height: 100%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%); }
          .page-home section.white .git .person .name {
            margin-bottom: 50px;
            width: 100%;
            font-size: 14px;
            line-height: 140%;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              .page-home section.white .git .person .name {
                margin-bottom: 0;
                margin-left: 30px;
                width: auto; } }
            .page-home section.white .git .person .name .position {
              opacity: 0.6; }
            .page-home section.white .git .person .name .mail {
              opacity: 0.6;
              text-transform: lowercase; }
          .page-home section.white .git .person .link {
            width: 100%; }
            @media (min-width: 768px) {
              .page-home section.white .git .person .link {
                width: auto; } }
            .page-home section.white .git .person .link .btn:hover {
              color: #2c224a; }
      .page-home section.white .news-title {
        margin-top: 100px; }
        .page-home section.white .news-title .btn {
          position: absolute;
          right: 15px;
          top: 0;
          color: #72a2c5;
          border-color: #72a2c5; }
          .page-home section.white .news-title .btn:hover {
            color: #fff;
            background-color: #72a2c5; }
      .page-home section.white .news {
        margin-top: 50px; }
        .page-home section.white .news h4 {
          max-width: 460px;
          color: #5957a8; }
        .page-home section.white .news p {
          margin-bottom: 30px;
          max-width: 460px; }

.page-template-page-jobs {
  background: #fff; }

.page-jobs {
  position: relative;
  z-index: 4; }
  .page-jobs .jobs-list {
    background: #fff;
    margin-bottom: 100px; }
    .page-jobs .jobs-list .job {
      position: relative;
      padding: 35px 0;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(250, 248, 249, 0.2);
      -webkit-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .page-jobs .jobs-list .job h4 {
        margin: 0;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      .page-jobs .jobs-list .job .local {
        font-size: 24px;
        font-weight: 300; }
      .page-jobs .jobs-list .job .arrow {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 16px;
        height: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/arrow-down.svg");
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
      .page-jobs .jobs-list .job:hover {
        border-bottom: 1px solid rgba(250, 248, 249, 0.8); }
        .page-jobs .jobs-list .job:hover h4 {
          margin-left: 10px; }
        .page-jobs .jobs-list .job:hover .arrow {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
  .page-jobs.bg-white .page-header h1 {
    color: #000; }
  .page-jobs .white-no-js {
    background: #fff;
    padding-top: 100px;
    color: #000;
    z-index: 4; }
    @media (max-width: 991.98px) {
      .page-jobs .white-no-js {
        background: #fff; } }
    .page-jobs .white-no-js .steps {
      margin-bottom: 100px; }
      .page-jobs .white-no-js .steps .step {
        position: relative;
        border-top: 1px solid #e7e8e8;
        padding-left: 20px; }
        @media (min-width: 768px) {
          .page-jobs .white-no-js .steps .step {
            max-width: 20%;
            border-top: none; } }
        .page-jobs .white-no-js .steps .step .step-number {
          position: absolute;
          top: 13px;
          left: 0;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            .page-jobs .white-no-js .steps .step .step-number {
              position: relative;
              top: auto;
              border-bottom: 1px solid #e7e8e8; } }
        .page-jobs .white-no-js .steps .step h3 {
          font-size: 20px;
          line-height: 110%;
          text-transform: none;
          margin-bottom: 15px;
          color: #2c224a;
          margin-top: 15px; }
          @media (min-width: 768px) {
            .page-jobs .white-no-js .steps .step h3 {
              margin-top: 0;
              margin-bottom: 40px; } }
        .page-jobs .white-no-js .steps .step p {
          margin: 0;
          font-weight: 300;
          font-size: 16px;
          line-height: 110%;
          margin-bottom: 20px; }

.page-news,
.page-downloads,
.page-news-single {
  position: relative;
  z-index: 4; }
  .page-news .news .container,
  .page-downloads .news .container,
  .page-news-single .news .container {
    padding-bottom: 100px;
    border-bottom: 1px solid #e8e8e8; }
  .page-news .news .article,
  .page-downloads .news .article,
  .page-news-single .news .article {
    border-top: 1px solid #e8e8e8;
    margin-bottom: 40px; }
    .page-news .news .article .date,
    .page-downloads .news .article .date,
    .page-news-single .news .article .date {
      width: 100%;
      padding-top: 45px;
      font-size: 12px; }
      @media (min-width: 768px) {
        .page-news .news .article .date,
        .page-downloads .news .article .date,
        .page-news-single .news .article .date {
          max-width: 150px; } }
    @media (min-width: 768px) {
      .page-news .news .article .meta,
      .page-downloads .news .article .meta,
      .page-news-single .news .article .meta {
        width: calc(100% - 400px); } }
    .page-news .news .article .meta h3,
    .page-downloads .news .article .meta h3,
    .page-news-single .news .article .meta h3 {
      color: #5957a8;
      margin-top: 30px;
      margin-bottom: 30px; }
    .page-news .news .article .meta p,
    .page-downloads .news .article .meta p,
    .page-news-single .news .article .meta p {
      color: #595e61;
      max-width: 460px; }
    .page-news .news .article .learn-more,
    .page-downloads .news .article .learn-more,
    .page-news-single .news .article .learn-more {
      width: 100%;
      padding-top: 45px; }
      @media (min-width: 768px) {
        .page-news .news .article .learn-more,
        .page-downloads .news .article .learn-more,
        .page-news-single .news .article .learn-more {
          max-width: 250px; } }
      .page-news .news .article .learn-more h6,
      .page-downloads .news .article .learn-more h6,
      .page-news-single .news .article .learn-more h6 {
        text-align: right;
        font-size: 12px;
        color: #0d1115;
        background: none;
        -webkit-text-fill-color: #0d1115; }
        .page-news .news .article .learn-more h6:after,
        .page-downloads .news .article .learn-more h6:after,
        .page-news-single .news .article .learn-more h6:after {
          content: '';
          display: inline-block;
          width: 10px;
          height: 10px;
          margin-left: 10px;
          background-image: url("../img/arrow-down-alt.svg");
          background-size: contain;
          background-repeat: no-repeat;
          vertical-align: middle;
          -webkit-transition: all 200ms ease;
          -o-transition: all 200ms ease;
          transition: all 200ms ease;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg); }
    .page-news .news .article:hover .learn-more h6:after,
    .page-downloads .news .article:hover .learn-more h6:after,
    .page-news-single .news .article:hover .learn-more h6:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media (min-width: 768px) {
    .page-news .downloads,
    .page-downloads .downloads,
    .page-news-single .downloads {
      margin-bottom: -80px; } }
  .page-news .downloads .download,
  .page-downloads .downloads .download,
  .page-news-single .downloads .download {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 15px;
    color: #fff;
    background-color: #1a1a1a;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px; }
    .page-news .downloads .download .category,
    .page-downloads .downloads .download .category,
    .page-news-single .downloads .download .category {
      position: absolute;
      left: 25px;
      top: 25px;
      padding: 10px 30px 10px 15px;
      font-size: 12px;
      line-height: 16px;
      background: -o-linear-gradient(1.11deg, rgba(54, 36, 104, 0.4) -2.54%, rgba(0, 0, 0, 0.4) 79.13%);
      background: linear-gradient(88.89deg, rgba(54, 36, 104, 0.4) -2.54%, rgba(0, 0, 0, 0.4) 79.13%);
      border-radius: 6px; }
      .page-news .downloads .download .category:before,
      .page-downloads .downloads .download .category:before,
      .page-news-single .downloads .download .category:before {
        content: '';
        display: inline-block;
        margin-right: 15px;
        width: 8px;
        height: 12px;
        background-image: url("../img/bookmark.svg");
        vertical-align: middle; }
    .page-news .downloads .download .meta,
    .page-downloads .downloads .download .meta,
    .page-news-single .downloads .download .meta {
      position: absolute;
      left: 25px;
      bottom: 40px; }
      .page-news .downloads .download .meta h3,
      .page-downloads .downloads .download .meta h3,
      .page-news-single .downloads .download .meta h3 {
        font-weight: 300;
        font-size: 24px;
        line-height: 31px; }
      .page-news .downloads .download .meta .arrow,
      .page-downloads .downloads .download .meta .arrow,
      .page-news-single .downloads .download .meta .arrow {
        margin-bottom: 0;
        color: #72a2c5; }
  .page-news .s-follow-us,
  .page-downloads .s-follow-us,
  .page-news-single .s-follow-us {
    margin-top: 135px;
    padding-top: 11px;
    border-top: 1px solid #e8e8e8; }
    .page-news .s-follow-us .flex-follow-us,
    .page-downloads .s-follow-us .flex-follow-us,
    .page-news-single .s-follow-us .flex-follow-us {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin-top: 72px; }
      .page-news .s-follow-us .flex-follow-us a,
      .page-downloads .s-follow-us .flex-follow-us a,
      .page-news-single .s-follow-us .flex-follow-us a {
        margin: 0 37.5px; }
        .page-news .s-follow-us .flex-follow-us a.big-icon,
        .page-downloads .s-follow-us .flex-follow-us a.big-icon,
        .page-news-single .s-follow-us .flex-follow-us a.big-icon {
          width: 90px; }
        .page-news .s-follow-us .flex-follow-us a svg,
        .page-downloads .s-follow-us .flex-follow-us a svg,
        .page-news-single .s-follow-us .flex-follow-us a svg {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
          .page-news .s-follow-us .flex-follow-us a svg path,
          .page-news .s-follow-us .flex-follow-us a svg .st0,
          .page-downloads .s-follow-us .flex-follow-us a svg path,
          .page-downloads .s-follow-us .flex-follow-us a svg .st0,
          .page-news-single .s-follow-us .flex-follow-us a svg path,
          .page-news-single .s-follow-us .flex-follow-us a svg .st0 {
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .page-news .s-follow-us .flex-follow-us a svg:hover path,
          .page-news .s-follow-us .flex-follow-us a svg:hover .st0,
          .page-downloads .s-follow-us .flex-follow-us a svg:hover path,
          .page-downloads .s-follow-us .flex-follow-us a svg:hover .st0,
          .page-news-single .s-follow-us .flex-follow-us a svg:hover path,
          .page-news-single .s-follow-us .flex-follow-us a svg:hover .st0 {
            fill: #62c7b5; }

.page-news .downloads .page-header {
  margin-top: 100px;
  margin-bottom: 70px; }

.page-news-single {
  position: relative; }
  .page-news-single .post .info {
    margin-top: 250px; }
    .page-news-single .post .info .meta .date {
      display: inline-block;
      margin-bottom: 20px; }
    .page-news-single .post .info .meta h1 {
      margin-bottom: 35px; }
    .page-news-single .post .info .meta .category {
      display: inline-block;
      margin-bottom: 80px;
      padding: 10px 30px;
      font-size: 12px;
      line-height: 16px;
      border: 1px solid;
      border-radius: 6px; }
    .page-news-single .post .info .thumb {
      margin-bottom: 100px; }
      .page-news-single .post .info .thumb img {
        width: 100%; }
  .page-news-single .post .entry {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%; }
    .page-news-single .post .entry p {
      margin-bottom: 40px; }
    .page-news-single .post .entry h1,
    .page-news-single .post .entry h2,
    .page-news-single .post .entry h3,
    .page-news-single .post .entry h4,
    .page-news-single .post .entry h5,
    .page-news-single .post .entry h6 {
      margin-bottom: 25px;
      font-weight: normal;
      text-transform: none; }
    .page-news-single .post .entry h2 {
      font-size: 40px;
      line-height: 110%; }
    .page-news-single .post .entry h3 {
      font-size: 28px;
      line-height: 110%; }
    .page-news-single .post .entry ul {
      list-style: disc;
      margin-bottom: 40px;
      padding-left: 20px; }
    .page-news-single .post .entry .sm {
      max-width: 1000px; }
    .page-news-single .post .entry .sidebar {
      padding-left: 150px; }
      .page-news-single .post .entry .sidebar .report {
        position: relative; }
        .page-news-single .post .entry .sidebar .report img {
          display: block;
          margin-bottom: 20px;
          width: 100%; }
      .page-news-single .post .entry .sidebar .quote {
        position: relative;
        margin-bottom: 100px;
        font-size: 24px;
        line-height: 160%;
        padding-top: 50px;
        background-image: url("../img/quotes.svg");
        background-position: 0 0;
        background-repeat: no-repeat; }
        .page-news-single .post .entry .sidebar .quote .tag {
          top: 60px; }
      .page-news-single .post .entry .sidebar .tag {
        position: absolute;
        top: 0;
        left: -60px;
        padding-bottom: 5px;
        font-size: 10px;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: 0.1em;
        border-bottom: 1px solid; }
    .page-news-single .post .entry .share {
      margin-top: 60px;
      margin-bottom: 160px;
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 12px;
      line-height: 170%;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; }
      .page-news-single .post .entry .share a {
        font-size: 16px;
        line-height: 170%; }
        .page-news-single .post .entry .share a:before {
          content: '';
          display: inline-block;
          margin-right: 5px;
          width: 34px;
          height: 34px;
          vertical-align: middle;
          background-position: center;
          background-repeat: no-repeat; }
      .page-news-single .post .entry .share .twitter {
        display: inline-block;
        margin-left: 20px;
        color: #2ca9e1; }
        .page-news-single .post .entry .share .twitter:before {
          background-image: url("../img/twitter.svg"); }
        .page-news-single .post .entry .share .twitter:after {
          content: '';
          display: inline-block;
          margin-left: 20px;
          margin-right: 20px;
          height: 9px;
          vertical-align: middle;
          border-right: 1px solid #e5e5e5; }
      .page-news-single .post .entry .share .linkedin {
        display: inline-block;
        color: #49719f; }
        .page-news-single .post .entry .share .linkedin:before {
          background-image: url("../img/linkedin.svg"); }
    .page-news-single .post .entry .img-center {
      margin-top: 80px;
      margin-bottom: 120px;
      display: block;
      width: 100%; }
    .page-news-single .post .entry .intro {
      margin-top: 100px;
      margin-bottom: 70px; }
      .page-news-single .post .entry .intro .excerpt {
        font-size: 24px;
        line-height: 140%; }
      .page-news-single .post .entry .intro .author .avatar {
        width: 115px;
        height: 115px;
        border-radius: 100%;
        overflow: hidden;
        margin: 0 auto 10px; }
      .page-news-single .post .entry .intro .author .name,
      .page-news-single .post .entry .intro .author .bio {
        font-size: 10px;
        line-height: 140%; }
    .page-news-single .post .entry .content-top {
      border-top: 1px solid #e5e5e5;
      padding-top: 50px; }
  .page-news-single .downloads {
    margin-bottom: 80px; }
    .page-news-single .downloads h1 {
      margin-bottom: 80px;
      font-weight: 300; }

@media (min-width: 768px) {
  .page-downloads .downloads .col-md-7 .download,
  .page-downloads .downloads .col-md-5 .download {
    padding-bottom: 0;
    margin-bottom: 30px;
    height: 540px; } }

.page-template-default {
  background-color: #fff;
  color: #000; }
  .page-template-default .container {
    max-width: 800px; }
  .page-template-default .page-content {
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (min-width: 768px) {
      .page-template-default .page-content {
        padding-top: 200px;
        padding-bottom: 200px; } }
    .page-template-default .page-content h1 {
      font-size: 26px; }
      @media (min-width: 768px) {
        .page-template-default .page-content h1 {
          font-size: 50px; } }
      .page-template-default .page-content h1.page-title {
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .page-template-default .page-content h1.page-title {
            margin-bottom: 100px; } }
    .page-template-default .page-content h2 {
      font-size: 22px; }
      @media (min-width: 768px) {
        .page-template-default .page-content h2 {
          font-size: 40px; } }
    .page-template-default .page-content h5 {
      font-size: 26px; }
      @media (min-width: 768px) {
        .page-template-default .page-content h5 {
          font-size: 18px; } }
    .page-template-default .page-content h1,
    .page-template-default .page-content h2,
    .page-template-default .page-content h3,
    .page-template-default .page-content h4,
    .page-template-default .page-content h5,
    .page-template-default .page-content h6,
    .page-template-default .page-content p {
      margin-bottom: 40px; }
    .page-template-default .page-content ol,
    .page-template-default .page-content ul {
      margin-top: 40px;
      margin-bottom: 40px;
      list-style: disc;
      padding-left: 50px; }

.page-product {
  padding-top: 200px; }
  .page-product hr {
    margin-bottom: 25px;
    border-color: #2a2f34; }
  .page-product section:not(.white) {
    margin-bottom: 90px; }
    @media (min-width: 768px) {
      .page-product section:not(.white) {
        margin-bottom: 170px; } }
    .page-product section:not(.white) h3 {
      text-transform: uppercase;
      max-width: 455px;
      margin-bottom: 30px; }
    .page-product section:not(.white) p {
      color: #fff; }
      .page-product section:not(.white) p + p {
        margin-top: 30px; }
    .page-product section:not(.white) .btn {
      color: #72a2c5;
      border-color: #72a2c5; }
      .page-product section:not(.white) .btn:hover {
        color: #fff;
        background-color: #72a2c5; }
  .page-product section#about {
    margin-bottom: 170px; }
    .page-product section#about .about-cta {
      position: relative;
      margin: 0 auto;
      width: 80%;
      height: 500px;
      text-align: center;
      background-image: url("../img/about-old.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 600px;
      overflow: visible; }
      @media (min-width: 768px) {
        .page-product section#about .about-cta {
          width: 600px;
          height: 900px; } }
      .page-product section#about .about-cta .cta-container {
        margin: 0 auto;
        width: 320px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 1; }
        @media (min-width: 768px) {
          .page-product section#about .about-cta .cta-container {
            width: 500px; } }
        @media (min-width: 992px) {
          .page-product section#about .about-cta .cta-container {
            width: 965px; } }
  .page-product section#system .item {
    position: relative; }
    .page-product section#system .item:before {
      display: none;
      content: '';
      position: absolute;
      top: 20px;
      left: 15px;
      width: calc(100% - 30px);
      border-bottom: 1px solid #2a2f34; }
    .page-product section#system .item + .item {
      margin-top: 100px; }
      .page-product section#system .item + .item:before {
        display: none; }
      .page-product section#system .item + .item .col {
        position: relative; }
        .page-product section#system .item + .item .col:before {
          content: '';
          position: absolute;
          top: 20px;
          left: 15px;
          width: calc(100% - 30px);
          border-bottom: 1px solid #2a2f34; }
        .page-product section#system .item + .item .col.img:before {
          left: -15px;
          width: calc(100% + 15px); }
        .page-product section#system .item + .item .col.features:before {
          display: none; }
  .page-product section#system .section-subtitle {
    margin-bottom: 100px; }
  .page-product section#system .desc {
    padding-top: 40px; }
    @media (min-width: 768px) {
      .page-product section#system .desc {
        max-width: 200px; } }
    .page-product section#system .desc h5 {
      margin-bottom: 50px;
      font-size: 24px;
      line-height: 110%; }
      @media (min-width: 768px) {
        .page-product section#system .desc h5 {
          font-size: 18px;
          line-height: 110%; } }
  @media (min-width: 768px) {
    .page-product section#system .img {
      max-width: 380px; } }
  .page-product section#system .img img {
    position: relative;
    z-index: 5; }
  .page-product section#system .features {
    padding-top: 60px; }
    @media (min-width: 768px) {
      .page-product section#system .features {
        width: 100%;
        max-width: calc(100% - 580px); } }
    .page-product section#system .features a {
      display: inline-block;
      margin-top: 45px; }
    .page-product section#system .features .col-6:nth-child(1) {
      padding-right: 2.5px; }
    .page-product section#system .features .col-6:nth-child(2) {
      padding-left: 2.5px; }
    @media (min-width: 768px) {
      .page-product section#system .features .col-md-6:nth-child(1) {
        padding-right: 2.5px; } }
    @media (min-width: 768px) {
      .page-product section#system .features .col-md-6:nth-child(2) {
        padding-left: 2.5px; } }
    .page-product section#system .features .hr {
      position: absolute;
      width: 100%;
      top: 13px;
      left: 0;
      font-size: 12px;
      line-height: 110%;
      text-align: center;
      letter-spacing: 0.1em;
      text-align: center; }
      .page-product section#system .features .hr:before {
        content: '';
        display: block;
        width: calc(50% - 70px);
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border-bottom: 1px solid #2a2f34; }
      .page-product section#system .features .hr:after {
        content: '';
        display: block;
        width: calc(50% - 70px);
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border-bottom: 1px solid #2a2f34; }
  .page-product section#system .feature {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding: 20px 10px;
    border-radius: 3.62427px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 768px) {
      .page-product section#system .feature {
        padding: 20px 20px 20px 60px; } }
    .page-product section#system .feature:before {
      content: '';
      display: block;
      width: 100%;
      height: 21px;
      margin-bottom: 15px;
      background-image: url("../img/loader.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media (min-width: 768px) {
        .page-product section#system .feature:before {
          position: absolute;
          width: 21px;
          top: 50%;
          left: 20px;
          margin-bottom: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .page-product section#system .feature:hover {
      padding: 20px; }
      .page-product section#system .feature:hover:before {
        content: none; }
    .page-product section#system .feature.green {
      background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
      background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%); }
      .page-product section#system .feature.green:hover {
        color: #62c7b5;
        background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
        background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
        -webkit-background-clip: text;
        border: 1px solid #62c7b5;
        border-color: #62c7b5;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .page-product section#system .feature.green:hover:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
          background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
          z-index: -1; }
    .page-product section#system .feature.purple {
      background: -o-linear-gradient(351.47deg, #5957a8 29.37%, #bc95e3 102.1%);
      background: linear-gradient(98.53deg, #5957a8 29.37%, #bc95e3 102.1%); }
      .page-product section#system .feature.purple:hover {
        color: #bc95e3;
        background: -o-linear-gradient(351.47deg, #5957a8 29.37%, #bc95e3 102.1%);
        background: linear-gradient(98.53deg, #5957a8 29.37%, #bc95e3 102.1%);
        -webkit-background-clip: text;
        border: 1px solid #bc95e3;
        border-color: #bc95e3;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .page-product section#system .feature.purple:hover:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background: -o-linear-gradient(351.47deg, #5957a8 29.37%, #bc95e3 102.1%);
          background: linear-gradient(98.53deg, #5957a8 29.37%, #bc95e3 102.1%);
          z-index: -1; }
    .page-product section#system .feature.red {
      background: -o-linear-gradient(24.64deg, #e9735d 4.54%, #c77190 80.69%);
      background: linear-gradient(65.36deg, #e9735d 4.54%, #c77190 80.69%); }
      .page-product section#system .feature.red:hover {
        color: #c77190;
        background: -o-linear-gradient(24.64deg, #e9735d 4.54%, #c77190 80.69%);
        background: linear-gradient(65.36deg, #e9735d 4.54%, #c77190 80.69%);
        -webkit-background-clip: text;
        border: 1px solid #c77190;
        border-color: #c77190;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .page-product section#system .feature.red:hover:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background: -o-linear-gradient(24.64deg, #e9735d 4.54%, #c77190 80.69%);
          background: linear-gradient(65.36deg, #e9735d 4.54%, #c77190 80.69%);
          z-index: -1; }
        .page-product section#system .feature.red:hover svg path {
          fill: #c77190; }
    .page-product section#system .feature.outline {
      padding: 20px;
      color: #c77190;
      text-align: center;
      background: none;
      border: 1px solid #c77190; }
      .page-product section#system .feature.outline:before {
        display: none; }
      .page-product section#system .feature.outline h5 {
        line-height: 24px; }
    .page-product section#system .feature h5 {
      margin-bottom: 3px;
      font-weight: normal;
      font-size: 14px;
      line-height: 15.6px;
      letter-spacing: 0px;
      text-transform: none; }
    .page-product section#system .feature p {
      margin-bottom: 0;
      font-size: 10px;
      font-weight: normal;
      line-height: 10.4px;
      color: #fff;
      text-transform: uppercase; }
  .page-product section#solutions .section-header {
    margin-bottom: 100px; }
  .page-product section#solutions .solution {
    padding: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .page-product section#solutions .solution {
        max-width: 20%;
        margin-bottom: 0; } }
    .page-product section#solutions .solution .img {
      margin-bottom: 40px; }
    .page-product section#solutions .solution h4 {
      margin-bottom: 20px;
      text-transform: none;
      font-weight: 300;
      font-size: 18px;
      line-height: 140%; }
    .page-product section#solutions .solution p {
      font-size: 16px;
      line-height: 160%; }
  .page-product section#products .section-header {
    margin-bottom: 120px; }
  .page-product section#products .product {
    position: relative;
    border-radius: 6px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .page-product section#products .product:hover {
      background-size: 110%; }
      .page-product section#products .product:hover .bt-open span:before {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .page-product section#products .product:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.75);
      z-index: 0; }
    .page-product section#products .product.aqua .product-title {
      background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
      background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .page-product section#products .product.aqua .bt-open {
      color: #62c7b5; }
      .page-product section#products .product.aqua .bt-open span:before {
        background-image: url("../img/border-aqua.svg"); }
    .page-product section#products .product.purple .product-title {
      background: -o-linear-gradient(351.47deg, #5957a8 29.37%, #bc95e3 102.1%);
      background: linear-gradient(98.53deg, #5957a8 29.37%, #bc95e3 102.1%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .page-product section#products .product.purple .bt-open {
      color: #bc95e3; }
      .page-product section#products .product.purple .bt-open span:before {
        background-image: url("../img/border-purple.svg"); }
    .page-product section#products .product.orange .product-title {
      background: -o-linear-gradient(24.64deg, #e9735d 4.54%, #c77190 80.69%);
      background: linear-gradient(65.36deg, #e9735d 4.54%, #c77190 80.69%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .page-product section#products .product.orange .bt-open {
      color: #c77190; }
      .page-product section#products .product.orange .bt-open span:before {
        background-image: url("../img/border-orange.svg"); }
    .page-product section#products .product .col {
      position: relative; }
    .page-product section#products .product .product-title {
      margin: 90px 50px 25px 10px;
      font-size: 32px;
      line-height: 100%; }
      @media (min-width: 768px) {
        .page-product section#products .product .product-title {
          margin: 160px 160px 60px 80px;
          font-size: 40px;
          line-height: 100%; } }
    .page-product section#products .product .bt-open {
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      line-height: 100%;
      font-weight: 300;
      font-size: 23px;
      border-radius: 60px;
      color: #fff;
      background-color: transparent;
      text-align: center;
      cursor: pointer;
      z-index: 1;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      padding: 0; }
      @media (min-width: 768px) {
        .page-product section#products .product .bt-open {
          bottom: 60px;
          right: 100px;
          width: 71px;
          height: 71px;
          font-size: 40px;
          padding-bottom: 5px; } }
      .page-product section#products .product .bt-open span:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        border-radius: 100%;
        z-index: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (min-width: 768px) {
          .page-product section#products .product .bt-open span:before {
            bottom: 0;
            right: 0;
            width: 60px;
            height: 60px;
            font-size: 40px; } }
      @media (min-width: 768px) {
        .page-product section#products .product .bt-open {
          bottom: 60px;
          right: 100px;
          width: 60px;
          height: 60px;
          font-size: 40px; } }
  .page-product section#products .modal-product {
    color: #0d1115;
    scroll-behavior: smooth; }
    .page-product section#products .modal-product .modal-dialog {
      max-width: 85%;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .page-product section#products .modal-product .modal-dialog {
          max-width: 1180px; } }
    .page-product section#products .modal-product .modal-body {
      padding: 0; }
    .page-product section#products .modal-product .modal-content {
      border: none;
      border-radius: 6px;
      overflow: hidden; }
    .page-product section#products .modal-product .bt-close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      line-height: 100%;
      font-weight: 300;
      font-size: 23px;
      border-radius: 60px;
      color: #000;
      background-color: transparent;
      border: 1px solid #000;
      text-align: center;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      cursor: pointer;
      z-index: 1;
      display: none; }
      @media (min-width: 768px) {
        .page-product section#products .modal-product .bt-close {
          display: block; } }
      .page-product section#products .modal-product .bt-close span {
        position: relative;
        top: -2px;
        left: 1px; }
      .page-product section#products .modal-product .bt-close.fixed {
        display: block;
        position: fixed;
        top: auto;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
        background-color: #fff;
        color: #000;
        -webkit-box-shadow: #2c224a 0 0 15px -5px;
                box-shadow: #2c224a 0 0 15px -5px;
        border: none;
        padding: 0; }
        @media (min-width: 768px) {
          .page-product section#products .modal-product .bt-close.fixed {
            display: none; } }
      @media (min-width: 768px) {
        .page-product section#products .modal-product .bt-close {
          top: 40px;
          right: 40px;
          width: 60px;
          height: 60px;
          font-size: 40px; } }
    .page-product section#products .modal-product #hero {
      position: relative;
      margin-bottom: 0;
      padding-top: 40px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .page-product section#products .modal-product #hero {
          padding-top: 80px; } }
      .page-product section#products .modal-product #hero .arrow {
        position: absolute;
        margin-bottom: 0;
        display: none;
        bottom: 45px;
        right: 80px;
        color: #fff; }
        @media (min-width: 768px) {
          .page-product section#products .modal-product #hero .arrow {
            display: inline-block; } }
    .page-product section#products .modal-product #content {
      padding-top: 50px;
      padding-bottom: 0;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .page-product section#products .modal-product #content {
          padding-top: 0;
          padding-bottom: 100px; } }
      .page-product section#products .modal-product #content .container {
        max-width: 1000px; }
      .page-product section#products .modal-product #content h3 {
        max-width: 100%;
        margin-bottom: 50px;
        padding-top: 20px;
        border-top: 1px solid #e7e8e8; }
      .page-product section#products .modal-product #content .infos .product-title {
        margin: 0;
        margin-bottom: 30px; }
      .page-product section#products .modal-product #content .infos p {
        margin-bottom: 100px;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        color: #0d1115; }
        @media (min-width: 768px) {
          .page-product section#products .modal-product #content .infos p {
            font-size: 24px;
            line-height: 140%; } }
      .page-product section#products .modal-product #content .benefits {
        margin-bottom: 50px; }
        @media (min-width: 768px) {
          .page-product section#products .modal-product #content .benefits {
            margin-bottom: 100px; } }
        .page-product section#products .modal-product #content .benefits ul {
          border-top: 1px solid #e3e3e3;
          padding-top: 20px;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            .page-product section#products .modal-product #content .benefits ul {
              margin-bottom: 70px; } }
          .page-product section#products .modal-product #content .benefits ul li {
            position: relative;
            padding-left: 30px;
            color: #0d1115;
            font-size: 16px;
            line-height: 150%; }
            .page-product section#products .modal-product #content .benefits ul li + li {
              margin-top: 15px; }
            .page-product section#products .modal-product #content .benefits ul li:before {
              content: '';
              display: block;
              position: absolute;
              top: 10px;
              left: 5px;
              width: 5px;
              height: 5px;
              margin-right: 15px;
              vertical-align: middle;
              border-radius: 5px;
              background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
              background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%); }
      .page-product section#products .modal-product #content .video {
        margin-bottom: 80px; }
        .page-product section#products .modal-product #content .video img {
          width: 100%; }
      .page-product section#products .modal-product #content .stories h2 {
        margin: 0; }
      .page-product section#products .modal-product #content .stories .img .img-container {
        height: 187px;
        position: relative;
        border-radius: 6px;
        overflow: hidden; }
      .page-product section#products .modal-product #content .stories .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        border-radius: 6px; }
      .page-product section#products .modal-product #content .stories .logo {
        margin-bottom: 15px; }
        .page-product section#products .modal-product #content .stories .logo img {
          margin-top: 25px;
          max-width: 35px; }
          @media (min-width: 768px) {
            .page-product section#products .modal-product #content .stories .logo img {
              max-width: 70px; } }
          @media (min-width: 768px) {
            .page-product section#products .modal-product #content .stories .logo img {
              margin-top: 0; } }
      .page-product section#products .modal-product #content .stories h2 {
        font-size: 24px; }
        @media (min-width: 768px) {
          .page-product section#products .modal-product #content .stories h2 {
            font-size: 40px; } }
      .page-product section#products .modal-product #content .stories .subtitle {
        color: #0d1115; }
      .page-product section#products .modal-product #content .stories .description {
        color: #0d1115 !important; }
      .page-product section#products .modal-product #content .stories .arrow {
        margin-top: 20px;
        margin-bottom: 0; }
      .page-product section#products .modal-product #content .numbers {
        margin-bottom: 100px; }
        .page-product section#products .modal-product #content .numbers .number {
          padding-top: 20px;
          margin-bottom: 25px;
          font-weight: 300;
          font-size: 80px;
          line-height: 100%;
          letter-spacing: -0.05em;
          color: #4a4267;
          border-top: 1px solid #e3e3e3; }
        .page-product section#products .modal-product #content .numbers .number-desc {
          font-weight: 300;
          font-size: 16px;
          line-height: 109%;
          letter-spacing: -0.01em;
          color: #544c71; }
      .page-product section#products .modal-product #content .downloads {
        margin-bottom: 0;
        padding-bottom: 20px; }
        .page-product section#products .modal-product #content .downloads .download {
          position: relative;
          padding-bottom: 100%;
          color: #fff;
          background-color: #1a1a1a;
          background-position: right bottom;
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 6px;
          margin-bottom: 10px; }
          .page-product section#products .modal-product #content .downloads .download .category {
            position: absolute;
            left: 25px;
            top: 25px;
            padding: 10px 30px 10px 15px;
            font-size: 12px;
            line-height: 16px;
            background: -o-linear-gradient(1.11deg, rgba(54, 36, 104, 0.4) -2.54%, rgba(0, 0, 0, 0.4) 79.13%);
            background: linear-gradient(88.89deg, rgba(54, 36, 104, 0.4) -2.54%, rgba(0, 0, 0, 0.4) 79.13%);
            border-radius: 6px; }
            .page-product section#products .modal-product #content .downloads .download .category:before {
              content: '';
              display: inline-block;
              margin-right: 15px;
              width: 8px;
              height: 12px;
              background-image: url("../img/bookmark.svg");
              vertical-align: middle; }
          .page-product section#products .modal-product #content .downloads .download .meta {
            position: absolute;
            left: 25px;
            bottom: 20px; }
            .page-product section#products .modal-product #content .downloads .download .meta h3 {
              margin-bottom: 0;
              font-weight: 300;
              font-size: 24px;
              line-height: 31px;
              border-top: none;
              padding-top: 0;
              text-transform: none; }
            .page-product section#products .modal-product #content .downloads .download .meta .arrow {
              margin-bottom: 0;
              color: #72a2c5; }
  .page-product section.white {
    padding-top: 200px; }
    .page-product section.white h1 {
      margin-bottom: 100px; }
    .page-product section.white .nav-pills {
      border-bottom: 2px solid rgba(65, 65, 65, 0.1); }
      .page-product section.white .nav-pills .nav-item {
        border-radius: 0;
        color: #0d1115; }
        .page-product section.white .nav-pills .nav-item a.active {
          position: relative;
          color: inherit;
          background-color: transparent; }
          .page-product section.white .nav-pills .nav-item a.active:after {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            bottom: -1px;
            left: 0;
            background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
            background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%); }
          .page-product section.white .nav-pills .nav-item a.active .title {
            opacity: 1;
            background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
            background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
        .page-product section.white .nav-pills .nav-item .title {
          opacity: 0.25; }
        .page-product section.white .nav-pills .nav-item .subtitle {
          opacity: 0.25; }
    .page-product section.white .tab-content {
      margin-top: 80px; }
      .page-product section.white .tab-content img {
        border-radius: 6px; }
      .page-product section.white .tab-content .description {
        padding-top: 30px; }
        @media (min-width: 768px) {
          .page-product section.white .tab-content .description {
            padding-top: 0;
            padding-left: 80px; } }
        .page-product section.white .tab-content .description h3 {
          margin-bottom: 40px;
          font-size: 16px;
          line-height: 160%; }
          @media (min-width: 768px) {
            .page-product section.white .tab-content .description h3 {
              font-size: 24px;
              line-height: 150%; } }
        .page-product section.white .tab-content .description ul {
          padding-left: 20px;
          list-style: disc; }
          .page-product section.white .tab-content .description ul li + li {
            margin-top: 20px; }
    .page-product section.white .services {
      margin-top: 100px; }
      @media (min-width: 768px) {
        .page-product section.white .services {
          margin-top: 220px; } }
      .page-product section.white .services h1 {
        margin-bottom: 100px; }
      .page-product section.white .services .service {
        position: relative;
        padding-left: 70px;
        padding-top: 25px;
        margin-bottom: 50px;
        border-top: 1px solid #e3e3e3; }
        @media (min-width: 768px) {
          .page-product section.white .services .service {
            margin-bottom: 100px; } }
        .page-product section.white .services .service .icon {
          position: absolute;
          top: 25px;
          left: 0;
          vertical-align: middle; }
        .page-product section.white .services .service .text {
          font-size: 18px;
          line-height: 140%; }
    .page-product section.white .git .person {
      max-width: 800px; }
      @media (min-width: 768px) {
        .page-product section.white .git .person .col-md-auto {
          padding-left: 30px;
          padding-right: 30px; } }
    .page-product section.white .git .link a {
      margin-top: 35px;
      display: inline-block; }

.page-stories {
  padding-top: 100px; }
  @media (min-width: 768px) {
    .page-stories {
      padding-top: 300px; } }
  .page-stories .stories .storie-item .storie {
    background-size: 100%;
    -webkit-transition: 0.3s background-size;
    -o-transition: 0.3s background-size;
    transition: 0.3s background-size; }
    .page-stories .stories .storie-item .storie:hover {
      background-size: 110%; }
      .page-stories .stories .storie-item .storie:hover .bt-open span:before {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
  .page-stories .stories .storie {
    position: relative;
    padding: 50px 70px 20px 20px;
    margin-bottom: 35px;
    color: #fff;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .page-stories .stories .storie {
        padding: 60px 100px; } }
    .page-stories .stories .storie:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 0;
      border-radius: 6px; }
    .page-stories .stories .storie .logo {
      max-width: 40px;
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        .page-stories .stories .storie .logo {
          max-width: none; } }
    .page-stories .stories .storie h1 {
      position: relative;
      margin-bottom: 5px;
      font-size: 24px;
      z-index: 1; }
      @media (min-width: 768px) {
        .page-stories .stories .storie h1 {
          font-size: 40px;
          margin-bottom: 30px; } }
    .page-stories .stories .storie p {
      position: relative;
      color: #faf8f9;
      font-size: 12px;
      line-height: 100%;
      z-index: 1;
      opacity: 0.8; }
      @media (min-width: 768px) {
        .page-stories .stories .storie p {
          font-size: 17px; } }
    .page-stories .stories .storie .bt-open {
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      line-height: 100%;
      font-weight: 300;
      font-size: 23px;
      color: #fff;
      background-color: transparent;
      text-align: center;
      cursor: pointer;
      z-index: 1;
      padding: 0; }
      .page-stories .stories .storie .bt-open span:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        border: 1px solid #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (min-width: 768px) {
          .page-stories .stories .storie .bt-open span:before {
            bottom: 0;
            right: 0;
            width: 60px;
            height: 60px;
            font-size: 40px; } }
      @media (min-width: 768px) {
        .page-stories .stories .storie .bt-open {
          bottom: 60px;
          right: 100px;
          width: 60px;
          height: 60px;
          font-size: 40px;
          padding-bottom: 5px; } }
  .page-stories .modal-storie {
    color: #0d1115;
    padding-right: 0 !important;
    scroll-behavior: smooth; }
    .page-stories .modal-storie .modal-body {
      padding: 0; }
    .page-stories .modal-storie .modal-content {
      border: none;
      border-radius: 6px;
      overflow: hidden; }
    .page-stories .modal-storie .bt-close {
      display: none;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      line-height: 100%;
      font-weight: 300;
      font-size: 23px;
      border-radius: 60px;
      color: #fff;
      background-color: transparent;
      border: 1px solid #fff;
      text-align: center;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      cursor: pointer;
      z-index: 1; }
      @media (min-width: 768px) {
        .page-stories .modal-storie .bt-close {
          display: block; } }
      .page-stories .modal-storie .bt-close span {
        position: relative;
        top: -2px;
        left: 1px; }
      .page-stories .modal-storie .bt-close.fixed {
        display: block;
        position: fixed;
        top: auto;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
        background-color: #fff;
        color: #000;
        -webkit-box-shadow: #2c224a 0 0 15px -5px;
                box-shadow: #2c224a 0 0 15px -5px;
        padding: 0; }
        @media (min-width: 768px) {
          .page-stories .modal-storie .bt-close.fixed {
            display: none; } }
      @media (min-width: 768px) {
        .page-stories .modal-storie .bt-close {
          top: 40px;
          right: 40px;
          width: 60px;
          height: 60px;
          font-size: 40px; } }
    .page-stories .modal-storie #hero {
      position: relative;
      height: 150px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .page-stories .modal-storie #hero {
          height: 450px; } }
      .page-stories .modal-storie #hero .arrow {
        position: absolute;
        margin-bottom: 0;
        bottom: 45px;
        right: 80px;
        color: #fff; }
    .page-stories .modal-storie #about {
      padding-top: 50px;
      padding-bottom: 80px; }
      .page-stories .modal-storie #about .container {
        max-width: 1000px; }
      .page-stories .modal-storie #about .video img {
        width: 100%;
        height: auto;
        -ms-flex-item-align: start;
            align-self: flex-start; }
      .page-stories .modal-storie #about .infos .logo {
        max-width: 70px;
        margin-bottom: 30px; }
      .page-stories .modal-storie #about .infos .subtitle {
        margin-bottom: 40px;
        font-weight: 300;
        font-size: 17px;
        line-height: 110%; }
      .page-stories .modal-storie #about .infos .text {
        font-weight: 300;
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .page-stories .modal-storie #about .infos .text {
            font-size: 24px;
            margin-bottom: 0; } }
      .page-stories .modal-storie #about .infos .categories .category {
        display: inline-block;
        padding: 10px 15px 10px 10px;
        font-size: 12px;
        line-height: 16px;
        background: rgba(239, 239, 239, 0.7);
        border-radius: 6px;
        cursor: pointer; }
        .page-stories .modal-storie #about .infos .categories .category:before {
          content: '';
          display: inline-block;
          margin-right: 10px;
          width: 8px;
          height: 12px;
          background-image: url("../img/bookmark-alt.svg");
          vertical-align: middle; }
        .page-stories .modal-storie #about .infos .categories .category + .category {
          margin-left: 5px; }
        .page-stories .modal-storie #about .infos .categories .category.aqua:hover {
          color: #fff;
          background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
          background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%); }
          .page-stories .modal-storie #about .infos .categories .category.aqua:hover:before {
            background-image: url("../img/bookmark.svg"); }
        .page-stories .modal-storie #about .infos .categories .category.purple:hover {
          color: #fff;
          background: -o-linear-gradient(351.47deg, #5957a8 29.37%, #bc95e3 102.1%);
          background: linear-gradient(98.53deg, #5957a8 29.37%, #bc95e3 102.1%); }
          .page-stories .modal-storie #about .infos .categories .category.purple:hover:before {
            background-image: url("../img/bookmark.svg"); }
        .page-stories .modal-storie #about .infos .categories .category.orange:hover {
          color: #fff;
          background: -o-linear-gradient(24.64deg, #e9735d 4.54%, #c77190 80.69%);
          background: linear-gradient(65.36deg, #e9735d 4.54%, #c77190 80.69%); }
          .page-stories .modal-storie #about .infos .categories .category.orange:hover:before {
            background-image: url("../img/bookmark.svg"); }
      .page-stories .modal-storie #about .challenge {
        margin-top: 40px;
        margin-bottom: 45px; }
        @media (min-width: 768px) {
          .page-stories .modal-storie #about .challenge {
            margin-top: 85px; } }
        .page-stories .modal-storie #about .challenge h2 {
          margin-top: 40px;
          min-height: 40px;
          padding-top: 20px;
          margin-bottom: 40px;
          font-weight: 300;
          font-size: 32px;
          line-height: 110%;
          text-transform: uppercase;
          border-top: 1px solid #e3e3e3; }
          @media (min-width: 768px) {
            .page-stories .modal-storie #about .challenge h2 {
              margin-top: 0; } }
        .page-stories .modal-storie #about .challenge p {
          color: #000; }
          .page-stories .modal-storie #about .challenge p + p {
            margin-top: 40px; }
        .page-stories .modal-storie #about .challenge ul li {
          position: relative;
          color: #000;
          font-size: 16px;
          line-height: 150%;
          padding-left: 22px; }
          .page-stories .modal-storie #about .challenge ul li:before {
            position: absolute;
            content: '';
            display: inline-block;
            width: 5px;
            height: 5px;
            top: 10px;
            left: 0;
            vertical-align: middle;
            border-radius: 5px;
            background: -o-linear-gradient(3.65deg, #72a2c5 -16.53%, #62c7b5 60.17%);
            background: linear-gradient(86.35deg, #72a2c5 -16.53%, #62c7b5 60.17%); }
          .page-stories .modal-storie #about .challenge ul li + li {
            margin-top: 20px; }
    .page-stories .modal-storie .numbers {
      margin-bottom: 100px; }
      .page-stories .modal-storie .numbers .number {
        padding-top: 20px;
        margin-bottom: 25px;
        font-weight: 300;
        font-size: 80px;
        line-height: 100%;
        letter-spacing: -0.05em;
        color: #4a4267;
        border-top: 1px solid #e3e3e3; }
      .page-stories .modal-storie .numbers .number-desc {
        font-weight: 300;
        font-size: 16px;
        line-height: 109%;
        letter-spacing: -0.01em;
        color: #544c71;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          .page-stories .modal-storie .numbers .number-desc {
            margin-bottom: 0; } }
    .page-stories .modal-storie .testimonials {
      margin-top: 100px; }
      @media (min-width: 768px) {
        .page-stories .modal-storie .testimonials .owl-testimonials {
          max-width: 900px; } }
      .page-stories .modal-storie .testimonials h6 {
        margin-bottom: 50px;
        color: #0d1115;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 110%;
        text-align: center;
        text-transform: uppercase; }
  .page-stories .git {
    margin-top: 0; }


/*# sourceMappingURL=main.css.map*/