/*
Theme Name: Payaut
Theme URI: https://www.payaut.com
Description: Payaut corporate website
Version: 1.0
*/
@font-face {
  font-family: 'GeneralSans';
  src: url("./assets/fonts/GeneralSans-Regular.woff2") format("woff2"), url("./assets/fonts/GeneralSans-Regular.woff") format("woff"), url("./assets/fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url("./assets/fonts/GeneralSans-Medium.woff2") format("woff2"), url("./assets/fonts/GeneralSans-Medium.woff") format("woff"), url("./assets/fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url("./assets/fonts/GeneralSans-Semibold.woff2") format("woff2"), url("./assets/fonts/GeneralSans-Semibold.woff") format("woff"), url("./assets/fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url("./assets/fonts/GeneralSans-Bold.woff2") format("woff2"), url("./assets/fonts/GeneralSans-Bold.woff") format("woff"), url("./assets/fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/*Header*/
/*About Gallery*/
/* from... */
/* to... */
/* from... to... */
/* at... */
/* Copyright (c) 2020 Kumar Sidharth */
.row,
.grid {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  -ms-grid-columns: (12fr)[12];
      grid-template-columns: repeat(12, 12fr);
}

@media screen and (min-width: 0) {
  .col-xs-12 {
    grid-column: span 12;
  }
  .col-xs-11 {
    grid-column: span 11;
  }
  .col-xs-10 {
    grid-column: span 10;
  }
  .col-xs-9 {
    grid-column: span 9;
  }
  .col-xs-8 {
    grid-column: span 8;
  }
  .col-xs-7 {
    grid-column: span 7;
  }
  .col-xs-6 {
    grid-column: span 6;
  }
  .col-xs-5 {
    grid-column: span 5;
  }
  .col-xs-4 {
    grid-column: span 4;
  }
  .col-xs-3 {
    grid-column: span 3;
  }
  .col-xs-2 {
    grid-column: span 2;
  }
  .d-xs-none {
    display: none;
  }
}

@media screen and (min-width: 384px) {
  .col-xsm-12 {
    grid-column: span 12;
  }
  .col-xsm-11 {
    grid-column: span 11;
  }
  .col-xsm-10 {
    grid-column: span 10;
  }
  .col-xsm-9 {
    grid-column: span 9;
  }
  .col-xsm-8 {
    grid-column: span 8;
  }
  .col-xsm-7 {
    grid-column: span 7;
  }
  .col-xsm-6 {
    grid-column: span 6;
  }
  .col-xsm-5 {
    grid-column: span 5;
  }
  .col-xsm-4 {
    grid-column: span 4;
  }
  .col-xsm-3 {
    grid-column: span 3;
  }
  .col-xsm-2 {
    grid-column: span 2;
  }
  .d-xsm-none {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-12 {
    grid-column: span 12;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .d-sm-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .col-md-12 {
    grid-column: span 12;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .d-md-none {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-12 {
    grid-column: span 12;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .d-lg-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-12 {
    grid-column: span 12;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .d-xl-none {
    display: none;
  }
}

.col-12 {
  grid-column: span 12;
}

.col-11 {
  grid-column: span 11;
}

.col-10 {
  grid-column: span 10;
}

.col-9 {
  grid-column: span 9;
}

.col-8 {
  grid-column: span 8;
}

.col-7 {
  grid-column: span 7;
}

.col-6 {
  grid-column: span 6;
}

.col-5 {
  grid-column: span 5;
}

.col-4 {
  grid-column: span 4;
}

.col-3 {
  grid-column: span 3;
}

.col-2 {
  grid-column: span 2;
}

[class*=".col"].align-left {
  -ms-grid-column-align: start;
      justify-self: start;
}

.grid.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

[class*=".col"].align-right {
  -ms-grid-column-align: end;
      justify-self: end;
}

.grid.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

[class*=".col"].align-h-center {
  -ms-grid-column-align: center;
      justify-self: center;
}

.grid.align-h-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[class*=".col"].align-h-stretch {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

.grid.align-h-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

[class*=".col"].align-top {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.grid.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

[class*=".col"].align-bottom {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.grid.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

[class*=".col"].align-v-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.grid.align-v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[class*=".col"].align-v-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.grid.align-v-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

[class*=".col"].center {
  place-self: center;
}

.grid.center,
.row.center {
  place-items: center;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #303030;
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #303030;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
          transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
          transform: translate3d(0, -16px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*! _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;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

html body {
  font-family: 'GeneralSans', sans-serif;
  overflow-x: hidden;
}

html body .main-content {
  overflow-x: hidden;
}

html .flex-vertical-center {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html .max-width-wrapper {
  max-width: 67.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 36rem) {
  html .max-width-wrapper {
    max-width: 100%;
  }
}

html .vertical-spacer {
  width: 100%;
  height: 6rem;
  background: none;
}

html .vertical-spacer-xxs {
  width: 100%;
  height: 1rem;
  background: none;
}

html .vertical-spacer-sm {
  width: 100%;
  height: 2.5rem;
  background: none;
}

html .vertical-spacer-xl {
  width: 100%;
  height: 9.5rem;
  background: none;
}

html .full-width-wrapper {
  width: 100%;
}

@media screen and (max-width: 36rem) {
  html .full-width-wrapper {
    width: unset;
    padding: 0 0.75rem;
  }
}

html .bg-lines {
  position: relative;
}

html .bg-lines:before {
  content: "";
  position: absolute;
  width: 67.5rem;
  background-image: url("./assets/bg/dash.svg");
  background-size: 24.96%;
  z-index: -1;
  top: 90.9rem;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 36rem) {
  html .bg-lines:before {
    top: 32rem;
    width: 95%;
    background-size: 60%;
    background-repeat: repeat-y;
    left: 0.75rem;
    right: 0.75rem;
  }
}

.header {
  background-color: #fff;
  padding: 1.5rem 0;
}

@media screen and (max-width: 36rem) {
  .header {
    padding: 0;
  }
}

.header .header-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}

.header .header-wrapper:first-child, .header .header-wrapper:last-child {
  padding: 0 0.75rem;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-logo {
    margin-top: 1.75rem;
    margin-left: 2rem;
  }
}

.header .header-wrapper .header-logo img {
  height: 2.5rem;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-logo img {
    height: 1.5rem;
  }
}

.header .header-wrapper .hamburger {
  display: none;
  padding: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 102;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .hamburger {
    display: block;
  }
}

.header .header-wrapper .header-navigation {
  display: block;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation {
    display: none;
  }
}

.header .header-wrapper .header-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3rem;
  }
}

.header .header-wrapper .header-navigation .menu .menu-item {
  padding: 0 1.25rem;
  position: relative;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation .menu .menu-item {
    padding: 1rem 4rem;
  }
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation .menu .menu-item.menu-item-has-children > a:before {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220%22%20height%3D%2220%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M96%20220a12%2012%200%200%201-8.485-20.485L159.029%20128L87.515%2056.485a12%2012%200%200%201%2016.97-16.97l80%2080a12%2012%200%200%201%200%2016.97l-80%2080A11.963%2011.963%200%200%201%2096%20220z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E");
    content: "";
    display: block;
    height: 1.25rem;
    position: absolute;
    top: 0.5rem;
    right: -2rem;
    width: 1.25rem;
  }
  .header .header-wrapper .header-navigation .menu .menu-item.menu-item-has-children.is-active-menu > a:before {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220%22%20height%3D%2220%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cg%20transform%3D%22rotate(90%20128%20128)%22%3E%3Cpath%20d%3D%22M96%20220a12%2012%200%200%201-8.485-20.485L159.029%20128L87.515%2056.485a12%2012%200%200%201%2016.97-16.97l80%2080a12%2012%200%200%201%200%2016.97l-80%2080A11.963%2011.963%200%200%201%2096%20220z%22%20fill%3D%22%23fd9f9c%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.header .header-wrapper .header-navigation .menu .menu-item:hover > a, .header .header-wrapper .header-navigation .menu .menu-item.is-active-menu > a {
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .header-wrapper .header-navigation .menu .menu-item:hover .sub-menu-wrap, .header .header-wrapper .header-navigation .menu .menu-item.is-active-menu .sub-menu-wrap {
  display: block;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation .menu .menu-item:not(.is-active-menu) > a {
    background: #303030;
    -webkit-background-clip: text;
  }
  .header .header-wrapper .header-navigation .menu .menu-item:not(.is-active-menu) .sub-menu-wrap {
    display: none;
  }
}

.header .header-wrapper .header-navigation .menu .menu-item a {
  color: #303030;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation .menu .menu-item a {
    font-size: 1.6rem;
  }
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap {
  display: none;
  margin-bottom: -0.5rem;
  padding-top: 0.5rem;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap {
    margin-bottom: 0;
    padding-top: 0;
  }
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap:before {
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #fff transparent;
  content: "";
  height: 0;
  left: 3.25rem;
  position: absolute;
  top: 100%;
  width: 0;
  z-index: 101;
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu {
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[4];
      grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  left: -0.75rem;
  list-style: none;
  padding: 2rem 2.5rem 1.5rem 2.5rem;
  position: absolute;
  z-index: 100;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu {
    width: unset;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    left: 1rem;
    padding: 1rem 0 0 0;
    position: relative;
  }
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu:before {
  content: "";
  position: absolute;
  height: calc(100% - ((2rem + 1.5rem)));
  left: calc(50% - 1rem);
  top: 2rem;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu:before {
    display: none;
  }
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item {
  padding: 0.843rem 4rem 0.843rem 2rem;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-transition: color 0.4s ease-in;
  transition: color 0.4s ease-in;
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  content: "";
  height: 1.5rem;
  position: absolute;
  top: 0.843rem;
  left: 0;
  width: 1rem;
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item:hover:before {
  -webkit-filter: invert(61%) sepia(10%) saturate(551%) hue-rotate(197deg) brightness(92%) contrast(85%);
          filter: invert(61%) sepia(10%) saturate(551%) hue-rotate(197deg) brightness(92%) contrast(85%);
  -webkit-transition: -webkit-filter 0.4s ease-out;
  transition: -webkit-filter 0.4s ease-out;
  transition: filter 0.4s ease-out;
  transition: filter 0.4s ease-out, -webkit-filter 0.4s ease-out;
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item.multi-psp:before {
  background-image: url("./assets/sub-menu-icons/platform.svg");
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item.split-payments:before {
  background-image: url("./assets/sub-menu-icons/junction.svg");
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item.auto-reconciliation:before {
  background-image: url("./assets/sub-menu-icons/pathfinder.svg");
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item.balance-management:before {
  left: -0.2rem;
  width: 1.2rem;
  background-image: url("./assets/sub-menu-icons/money.svg");
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item.seller-kyc:before {
  background-image: url("./assets/sub-menu-icons/face-id.svg");
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item.payouts:before {
  left: -0.5rem;
  width: 1.5rem;
  background-image: url("./assets/sub-menu-icons/fast.svg");
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item.invoicing:before {
  background-image: url("./assets/sub-menu-icons/invoice.svg");
}

.header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item a {
  white-space: nowrap;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation .menu .menu-item .sub-menu-wrap .sub-menu .menu-item a {
    font-size: 1rem;
    font-weight: 600;
  }
}

.header .header-wrapper .header-navigation-right {
  display: block;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation-right {
    display: none;
    margin-top: auto;
    padding-bottom: 3rem;
  }
}

.header .header-wrapper .header-navigation-right .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .header-wrapper .header-navigation-right .menu .menu-item {
  padding-left: 1.25rem;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation-right .menu .menu-item {
    padding: 1rem 4rem;
  }
}

.header .header-wrapper .header-navigation-right .menu .menu-item a {
  color: #8D8FA5;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 36rem) {
  .header .header-wrapper .header-navigation-right .menu .menu-item a {
    background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
    background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
    -webkit-background-clip: text;
    font-size: 1.6rem;
    -webkit-text-fill-color: transparent;
  }
}

@media screen and (max-width: 36rem) {
  .show-mobile-navigation .main-content {
    overflow-x: hidden;
  }
  .show-mobile-navigation .main-content .header {
    background-color: #fff;
    padding: 0;
    position: fixed;
    height: 100vh;
    left: 0;
    overflow-x: hidden;
    top: 0;
    width: 100vw;
    z-index: 99;
  }
  .show-mobile-navigation .main-content .header .header-wrapper {
    height: 100vh;
  }
  .show-mobile-navigation .main-content .header .header-wrapper .header-logo {
    display: none;
  }
  .show-mobile-navigation .main-content .header .header-wrapper .header-navigation,
  .show-mobile-navigation .main-content .header .header-wrapper .header-navigation-right {
    display: block;
  }
}

.footer {
  background-color: #303030;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (max-width: 36rem) {
  .footer {
    overflow-x: hidden;
  }
}

.footer .footer-wrapper {
  margin: 0 auto;
  padding: 0 0.75rem;
}

@media screen and (max-width: 36rem) {
  .footer .footer-wrapper {
    width: 100%;
  }
}

.footer .footer-wrapper .footer-logo {
  padding: 2rem 0;
}

@media screen and (max-width: 36rem) {
  .footer .footer-wrapper .footer-logo {
    text-align: center;
  }
}

.footer .footer-wrapper .footer-logo img {
  height: 2.5rem;
}

.footer .footer-wrapper .footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4rem;
}

@media screen and (max-width: 62rem) {
  .footer .footer-wrapper .footer-navigation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: "product-1 product-2 developers" "company social contact";
    padding: 2rem;
    position: relative;
  }
}

@media screen and (max-width: 48rem) {
  .footer .footer-wrapper .footer-navigation {
    padding: 1rem;
  }
}

@media screen and (max-width: 36rem) {
  .footer .footer-wrapper .footer-navigation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: "product-1 product-2" "company developers" "social social" "contact contact";
    padding: 1rem;
    position: relative;
  }
}

.footer .footer-wrapper .footer-navigation nav {
  margin-right: 4.5rem;
}

@media screen and (max-width: 24rem) {
  .footer .footer-wrapper .footer-navigation nav {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 36rem) {
  .footer .footer-wrapper .footer-navigation nav.footer-products-1-navigation {
    grid-area: product-1;
  }
  .footer .footer-wrapper .footer-navigation nav.footer-products-2-navigation {
    grid-area: product-2;
  }
  .footer .footer-wrapper .footer-navigation nav.footer-company-navigation {
    grid-area: company;
  }
  .footer .footer-wrapper .footer-navigation nav.footer-developers-navigation {
    grid-area: developers;
  }
  .footer .footer-wrapper .footer-navigation nav.footer-social {
    grid-area: social;
  }
}

.footer .footer-wrapper .footer-navigation nav.footer-social {
  text-align: center;
}

@media screen and (max-width: 36rem) {
  .footer .footer-wrapper .footer-navigation nav.footer-social {
    bottom: 0;
    position: absolute;
    right: 1.5rem;
    text-align: left;
  }
}

.footer .footer-wrapper .footer-navigation nav.footer-social img {
  height: 1.5rem;
  margin: 0 0.25rem;
}

.footer .footer-wrapper .footer-navigation nav.footer-social img.instagram {
  height: 1.25rem;
}

.footer .footer-wrapper .footer-navigation nav h3 {
  color: #FF9E9B;
  font-size: 0.8rem;
  font-weight: 700;
}

.footer .footer-wrapper .footer-navigation nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-wrapper .footer-navigation nav .menu a {
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.footer .footer-wrapper .footer-navigation nav .menu a:hover {
  text-decoration: underline;
}

.footer .footer-wrapper .footer-navigation .footer-contact {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  padding-top: 1rem;
}

@media screen and (max-width: 36rem) {
  .footer .footer-wrapper .footer-navigation .footer-contact {
    grid-area: contact;
    padding-top: 2rem;
  }
}

.footer .footer-wrapper .footer-navigation .footer-contact div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.footer .footer-wrapper .footer-navigation .footer-contact div.location img {
  height: 1.5rem;
  position: relative;
  top: 0.25rem;
}

.footer .footer-wrapper .footer-navigation .footer-contact div img {
  margin-right: 0.75rem;
  width: 1.25rem;
}

.footer .footer-wrapper .footer-navigation .footer-contact div a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
}

.footer .footer-wrapper .footer-navigation .footer-contact div a:hover {
  text-decoration: none;
}

.footer .copyright {
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  color: #303030;
  font-size: 0.8rem;
  padding: 0.5rem 0;
  text-align: center;
}

.hero {
  margin: 9.5rem 0 0 0;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0 0.75rem;
}

@media screen and (max-width: 36rem) {
  .hero {
    margin: 0;
    padding: unset;
  }
}

.hero .left-dashed-border {
  position: relative;
  width: 100%;
}

.hero .left-dashed-border:before {
  content: "";
  position: absolute;
  background-image: url("./assets/bg/dash.svg");
  background-size: 24.96%;
  background-repeat: repeat-y;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  top: 2rem;
  bottom: -30rem;
  left: 0;
  right: 0;
}

.hero .subsection-border-title {
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  margin: 0.65rem 0 2.5rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-left: 0.5px #9496AB;
  padding-left: 0.75rem;
  position: relative;
}

.hero .subsection-border-title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 12px;
  width: 4px;
  border-left: 3px solid #9496AB;
}

.hero .tall-icons {
  margin: 0.65rem 0 1.2rem 0;
}

@media screen and (max-width: 36rem) {
  .hero .hero-row-wrapper {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    padding: 5rem 2rem;
  }
}

.hero .hero-row-wrapper .content-half-left .wrapper-centered div:first-child div:first-child {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero .hero-row-wrapper .content-half-left .wrapper-centered div:first-child div:first-child h1 {
  margin: 1rem 0 0 0;
  font-size: 2.6875rem;
  line-height: 3.6287rem;
  font-weight: 600;
  color: #303030;
  width: 110%;
}

@media screen and (max-width: 48rem) {
  .hero .hero-row-wrapper .content-half-left .wrapper-centered div:first-child div:first-child h1 {
    width: 100%;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.hero .hero-row-wrapper .content-half-left .wrapper-centered div:first-child div:first-child .hero-subheading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 3rem;
}

.hero .hero-row-wrapper .content-half-left .wrapper-centered div:first-child div:first-child .hero-subheading h3 {
  font-size: 1rem;
  font-weight: 400;
  margin: 2.5rem 0 0 0;
  color: #303030;
  display: inline;
}

.hero .hero-row-wrapper .content-half-left .wrapper-centered div:first-child div:first-child .hero-subheading h3 span {
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

.hero .hero-row-wrapper .content-half-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}

@media screen and (max-width: 48rem) {
  .hero .hero-row-wrapper .content-half-right {
    display: none;
    opacity: 0;
  }
}

.hero .hero-row-wrapper .content-half-right .hero-screen img {
  position: absolute;
  top: -4.5rem;
  left: 0;
  height: 39.5rem;
}

@media screen and (max-width: 48rem) {
  .hero .hero-row-wrapper .content-half-right .hero-screen img {
    height: unset;
    display: none;
  }
}

@media screen and (max-width: 36rem) {
  .hero .hero-row-wrapper .content-half-right .hero-screen img {
    height: unset;
    display: none;
  }
}

.hero .horizontal-icons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media screen and (max-width: 48rem) {
  .hero .horizontal-icons-row {
    -webkit-column-gap: 20%;
            column-gap: 20%;
    row-gap: 1rem;
  }
}

@media screen and (max-width: 24rem) {
  .hero .horizontal-icons-row {
    -webkit-column-gap: unset;
            column-gap: unset;
    row-gap: 1rem;
  }
}

@media screen and (max-width: 48rem) {
  .hero .horizontal-icons-row .wp-block-image img {
    width: 123px;
  }
}

@media screen and (max-width: 24rem) {
  .hero .horizontal-icons-row .wp-block-image img {
    width: 115px;
  }
}

.hero .vertical-spacer-hero {
  width: 100%;
  height: 17rem;
  background: none;
}

@media screen and (max-width: 48rem) {
  .hero .vertical-spacer-hero {
    height: unset;
  }
}

.team {
  background: none;
  padding: 0 0.75rem;
}

@media screen and (max-width: 48rem) {
  .team .vertical-spacer-xl {
    height: 0;
  }
}

.team .subsection-border-title {
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  margin: 0.65rem 0 2.5rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-left: 0.5px #9496AB;
  padding-left: 0.75rem;
  position: relative;
}

.team .subsection-border-title:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 4px;
  border-left: 3px solid #9496AB;
}

.team .about-team .about-team-wrapper .about-team-description-wrapper {
  min-width: 16rem;
  max-width: 67.5rem;
  padding: 0 0.75rem;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}

@media screen and (max-width: 36rem) {
  .team .about-team .about-team-wrapper .about-team-description-wrapper {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}

.team .about-team .about-team-wrapper .about-team-description-wrapper h2 {
  font-weight: 600;
  font-size: 1.125rem;
}

.team .about-team .about-team-wrapper .about-team-description-wrapper .wp-block-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

@media screen and (max-width: 48rem) {
  .team .about-team .about-team-wrapper .about-team-description-wrapper .wp-block-columns {
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
}

@media screen and (max-width: 24rem) {
  .team .about-team .about-team-wrapper .about-team-description-wrapper .wp-block-columns {
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.team .about-team .about-team-wrapper .about-team-description-wrapper .wp-block-columns .wp-block-column {
  margin: 0;
  max-width: 15rem;
}

@media screen and (max-width: 48rem) {
  .team .about-team .about-team-wrapper .about-team-description-wrapper .wp-block-columns .wp-block-column {
    max-width: 45%;
    min-width: 12rem;
    -webkit-column-gap: 5%;
            column-gap: 5%;
  }
}

@media screen and (max-width: 36rem) {
  .team .about-team .about-team-wrapper .about-team-description-wrapper .wp-block-columns .wp-block-column {
    max-width: 45%;
    min-width: 8rem;
    -webkit-column-gap: 5%;
            column-gap: 5%;
  }
}

.team .about-team .about-team-wrapper .about-team-description-wrapper .vision-wrapper h2 {
  margin-top: 0;
  font-weight: 600;
}

.team .about-team .about-team-wrapper .about-team-description-wrapper .vision-wrapper .vision-text {
  margin: 2.5rem 0 0 0;
  font-size: 4.15rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 4.5rem;
}

@media screen and (max-width: 48rem) {
  .team .about-team .about-team-wrapper .about-team-description-wrapper .vision-wrapper .vision-text {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 36rem) {
  .team .about-team .about-team-wrapper .about-team-description-wrapper .vision-wrapper .vision-text {
    font-size: 3.625rem;
    line-height: 3.625rem;
  }
}

.team .about-team .about-team-wrapper .about-team-image-wrapper {
  margin-left: 1rem;
  text-align: center;
  width: 100%;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}

.team .about-team .about-team-wrapper .about-team-image-wrapper .about-team-image {
  padding-right: 0.75rem;
}

@media screen and (max-width: 48rem) {
  .team .about-team .about-team-wrapper .about-team-image-wrapper .about-team-image img {
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.25rem;
  }
}

.team .team-about-news {
  padding-top: 4rem;
  width: 100%;
}

.team .team-about-news .about-news-logos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (max-width: 48rem) {
  .team .team-about-news .about-news-logos-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 4rem;
  }
}

.team .about_team_fresh_photos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team .about_team_fresh_photos .about_team_fresh_photos_wrapper {
  height: 1000px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 272px 90px 110px 232px 232px;
      grid-template-columns: 272px 90px 110px 232px 232px;
  -ms-grid-rows: 116px 90px 20px auto 303px 245px;
      grid-template-rows: 116px 90px 20px auto 303px 245px;
  gap: 22px 22px;
  grid-auto-flow: row;
      grid-template-areas: "image1 image2 image2 image5 image6" "image1 image2 image2 image5 image6" "image1 image3 image3 image5 image6" "image1 image3 image3 image5 image7" "image1 image4 image4 image4 image7" "image8 image8 image9 image9 image9";
}

@media screen and (max-width: 48rem) {
  .team .about_team_fresh_photos .about_team_fresh_photos_wrapper {
    height: 2000px;
    width: 100%;
    grid-auto-flow: row;
    -ms-grid-columns: 55% 40%;
        grid-template-columns: 55% 40%;
    -ms-grid-rows: auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto;
    gap: 1rem 1rem;
        grid-template-areas: "image1 image2" "image1 image3" "image1 image5" "image4 image4" "image7 image6" "image7 image8" "image9 image9";
  }
}

.team .about_team_fresh_photos div[class^="image"] {
  width: 100%;
  height: 100%;
  gap: 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  background-position: center center;
}

.team .about_team_fresh_photos .image1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: image1;
  background-image: url(https://payaut.com/wp-content/uploads/2021/12/Collage-1-simon-1-386x1024.png);
}

.team .about_team_fresh_photos .image2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: image2;
  background-image: url(https://payaut.com/wp-content/uploads/2021/12/Collage-2-killian.png);
}

.team .about_team_fresh_photos .image3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: image3;
  background-image: url(https://payaut.com/wp-content/uploads/2021/12/Collage-3-dinner.png);
}

.team .about_team_fresh_photos .image4 {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: image4;
  background-image: url(https://payaut.com/wp-content/uploads/2021/12/collage-6-travis.png);
}

.team .about_team_fresh_photos .image5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 4;
  grid-area: image5;
  background-image: url(https://payaut.com/wp-content/uploads/2021/12/Collage-4-martin.png);
}

.team .about_team_fresh_photos .image6 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: image6;
  background-image: url(https://payaut.com/wp-content/uploads/2021/12/Collage-5-libby.png);
}

.team .about_team_fresh_photos .image7 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  grid-area: image7;
  background-image: url(https://payaut.com/wp-content/uploads/2021/12/collage-7-pieter.png);
}

.team .about_team_fresh_photos .image8 {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: image8;
  background-image: url(https://payaut.com/wp-content/uploads/2021/12/collage-8-ingeborg-ernst.png);
}

.team .about_team_fresh_photos .image9 {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: image9;
  background-image: url(https://payaut.com/wp-content/uploads/2021/12/collage-9-team-1024x393.png);
}

.team-members-outer-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
  row-gap: 4rem;
}

@media screen and (max-width: 48rem) {
  .team-members-outer-wrapper {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 36rem) {
  .team-members-outer-wrapper {
    gap: unset;
    row-gap: 4rem;
    margin-bottom: 4rem;
  }
}

.team-members-outer-wrapper .team-members-column {
  margin-left: 0;
}

@media screen and (max-width: 48rem) {
  .team-members-outer-wrapper .team-members-column {
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
  }
}

@media screen and (max-width: 24rem) {
  .team-members-outer-wrapper .team-members-column {
    width: 44%;
  }
}

.team-members-outer-wrapper .team-members-column .member-contacts-box .member-picture figure img {
  border-radius: 1.25rem;
  height: 100%;
  width: 14rem;
}

@media screen and (max-width: 48rem) {
  .team-members-outer-wrapper .team-members-column .member-contacts-box .member-picture figure img {
    height: 10rem;
    width: 10rem;
  }
}

@media screen and (max-width: 24rem) {
  .team-members-outer-wrapper .team-members-column .member-contacts-box .member-picture figure img {
    height: 8rem;
    width: 8rem;
  }
}

.team-members-outer-wrapper .team-members-column .member-contacts-box .member-contacts-wrapper {
  position: relative;
}

.team-members-outer-wrapper .team-members-column .member-contacts-box .member-contacts-wrapper .member-contacts {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: -2rem;
  right: 2rem;
}

@media screen and (max-width: 36rem) {
  .team-members-outer-wrapper .team-members-column .member-contacts-box .member-contacts-wrapper .member-contacts {
    right: 1.5rem;
  }
}

.team-members-outer-wrapper .team-members-column .member-contacts-box .member-contacts-wrapper .member-contacts a {
  width: 1.35rem;
  height: 1.35rem;
  border: none;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
}

.team-members-outer-wrapper .team-members-column .member-contacts-box .member-contacts-wrapper .member-contacts a:active {
  -webkit-filter: contrast(0.8);
          filter: contrast(0.8);
}

.team-members-outer-wrapper .team-members-column .member-contacts-box .member-contacts-wrapper .member-contacts .member-linkedIn {
  background-image: url("./assets/tiny-icons/linked.svg");
  margin-right: 3px;
}

.team-members-outer-wrapper .team-members-column .member-contacts-box .member-contacts-wrapper .member-contacts .member-email {
  background-image: url("./assets/tiny-icons/email.svg");
}

.team-members-outer-wrapper .team-members-column .member-contacts-box .member-name {
  padding-left: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0 0 0;
}

@media screen and (max-width: 48rem) {
  .team-members-outer-wrapper .team-members-column .member-contacts-box .member-name {
    padding: 0;
    margin: 0 auto;
    width: 10rem;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 48rem) {
  .team-members-outer-wrapper .team-members-column .member-contacts-box .member-name {
    width: 8rem;
    font-size: 0.8rem;
  }
}

.team-members-outer-wrapper .team-members-column .member-contacts-box .member-role {
  margin: 0;
  padding-left: 0.8rem;
  font-size: 0.75rem;
  font-weight: 300;
  color: #8D8FA5;
}

@media screen and (max-width: 48rem) {
  .team-members-outer-wrapper .team-members-column .member-contacts-box .member-role {
    padding: 0;
    margin: 0 auto;
    width: 10rem;
  }
}

@media screen and (max-width: 24rem) {
  .team-members-outer-wrapper .team-members-column .member-contacts-box .member-role {
    width: 8rem;
    font-size: 0.8rem;
  }
}

.about .subsection-border-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 600;
  margin: 2.5rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-left: 0.5px #9496AB;
  padding-left: 0.75rem;
  position: relative;
}

@media screen and (max-width: 48rem) {
  .about .subsection-border-title {
    padding-left: 1.5rem;
  }
}

.about .subsection-border-title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 13px;
  width: 4px;
  border-left: 3px solid #9496AB;
}

@media screen and (max-width: 48rem) {
  .about .subsection-border-title:before {
    left: 0.75rem;
  }
}

.about .about-horizontal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.about .about-horizontal-info .information-gradient-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  padding: 2.5rem 0;
}

.about .about-horizontal-info .information-gradient-box p {
  text-align: center;
  margin: 0;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 1rem;
}

@media screen and (max-width: 48rem) {
  .about .about-horizontal-info .information-gradient-box p {
    padding: 0 2rem;
  }
}

.about .information-product-row {
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  padding: 0 1.5rem 3rem 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 24rem) {
  .about .information-product-row {
    -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

@media screen and (max-width: 36rem) {
  .about .information-product-row {
    -ms-grid-columns: (6fr)[2];
        grid-template-columns: repeat(2, 6fr);
    display: -ms-grid;
    display: grid;
  }
}

.about .information-product-row .information-product-wrapper {
  color: #303030;
}

@media screen and (max-width: 24rem) {
  .about .information-product-row .information-product-wrapper {
    font-size: 0.8rem;
  }
}

.about .information-product-row .information-product-wrapper .information-product-header {
  font-weight: 600;
  font-size: 1.25rem;
  margin: 1rem 0 0.75rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 24rem) {
  .about .information-product-row .information-product-wrapper .information-product-header {
    font-size: 1rem;
  }
}

.about .information-product-row .information-product-wrapper .information-product-header .gradient-button {
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  padding: 0.3rem 0.5rem;
  font-weight: 600;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 1.5rem;
  font-size: 0.75rem;
  color: #fff;
  margin-left: 0.5rem;
}

@media screen and (max-width: 36rem) {
  .about .information-product-row .information-product-wrapper .information-product-header .gradient-button {
    margin-left: unset;
  }
}

.about .information-product-row .information-product-wrapper .information-product-description {
  margin: 0;
}

.about .information-product-row .information-product-wrapper .information-product-icon {
  margin: 0;
}

.about .information-product-row .information-product-wrapper .information-product-icon img {
  height: 2.5rem;
}

.about .information-product-row .item1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about .information-product-row .item2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.about .information-product-row .item3 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.about .information-product-row .item4 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.about .information-product-row .item5 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about .information-product-row .item6 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.about .information-product-row .item7 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.about .information-product-row .item8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

@media screen and (max-width: 62rem) {
  .about .gallery-wrapper {
    display: none;
  }
}

.about .gallery-wrapper .how-image-gallery {
  width: 67.5rem;
  margin-top: 1rem;
}

.about .gallery-wrapper .how-image-gallery .image-gallery {
  border-radius: 1.5rem;
  position: relative;
  margin-top: 1.5rem;
}

.about .gallery-wrapper .how-image-gallery .image-gallery .slides {
  display: none;
  height: 42.5rem;
  width: 40.5rem;
}

.about .gallery-wrapper .how-image-gallery .image-gallery .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}

.about .gallery-wrapper .how-image-gallery .node-navigation .node-block {
  height: 7.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 10;
  width: 22.5rem;
}

.about .gallery-wrapper .how-image-gallery .node-navigation .node-block.selected-node .nodes-circle::after {
  content: "";
  left: 0.3125rem;
  top: 0.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 30rem;
  z-index: 2;
  background-color: aliceblue;
  position: absolute;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.about .gallery-wrapper .how-image-gallery .node-navigation .node-block.selected-node .node-block__text p {
  visibility: visible;
  width: 16rem;
}

.about .gallery-wrapper .how-image-gallery .node-navigation .node-block.selected-node .node-block__text h2 {
  color: #303030;
  font-weight: 600;
}

.about .gallery-wrapper .how-image-gallery .node-navigation .node-block .node-block__nodes {
  margin-top: 1.75rem;
  position: relative;
  padding: 1rem;
}

.about .gallery-wrapper .how-image-gallery .node-navigation .node-block .node-block__nodes .nodes-circle {
  position: absolute;
  left: 0.5rem;
  top: -3px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2.5rem;
  -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.3);
  background: #303030;
  z-index: 1;
}

.about .gallery-wrapper .how-image-gallery .node-navigation .node-block .node-block__nodes .nodes-stick {
  position: absolute;
  left: 1.125rem;
  width: 0.25rem;
  height: 7rem;
  z-index: 0;
  top: 0.5rem;
  -webkit-box-shadow: inset 0px 0px 3px #0000004d;
          box-shadow: inset 0px 0px 3px #0000004d;
  background: #303030;
}

.about .gallery-wrapper .how-image-gallery .node-navigation .node-block .node-block__text {
  padding: 0 0 0 1rem;
  margin-top: 0.45rem;
}

.about .gallery-wrapper .how-image-gallery .node-navigation .node-block .node-block__text h2 {
  margin-bottom: 0.625rem;
  font-weight: 400;
  color: #C2C2C2;
  font-size: 1.25rem;
}

.about .gallery-wrapper .how-image-gallery .node-navigation .node-block .node-block__text p {
  margin: 0;
  visibility: hidden;
}

.about .gallery-wrapper .how-image-gallery .rounded-frame {
  padding: 0 1rem;
  border-radius: 1.5rem;
  margin: 0.75rem;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  background-color: #fff;
}

.about .information-process-text-wrapper {
  padding: 0 1.5rem;
  color: #303030;
}

.about .information-process-text-wrapper h3 {
  margin: 0 0 1.25rem 0;
  font-weight: 600;
  font-size: 1.25rem;
}

.about .information-process-text-wrapper p {
  margin: 0 0 2.5rem 0;
}

.text-right {
  float: right;
}

.text-right::after {
  content: "";
  clear: both;
  display: table;
}

.products {
  z-index: 10;
  background-color: #333;
  padding: 6rem 0.75rem;
  background-repeat: repeat-y;
}

.products .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 0;
  width: 100%;
  padding: 3rem 0;
  z-index: 1000;
}

.products .product-item:before {
  content: "";
  position: absolute;
  background-image: url("./assets/bg/dash.svg");
  background-size: 24.96%;
  background-repeat: repeat-y;
  top: -6rem;
  bottom: -6rem;
  left: 0;
  right: 0;
  z-index: -1000;
  opacity: 0.4;
}

.products .product-item .product-item-title-wrapper .subsection-border-title-image {
  padding-left: 0.625rem;
  margin: 0;
}

.products .product-item .product-item-title-wrapper .subsection-border-title-image img {
  height: 1.25rem;
}

.products .product-item .product-item-title-wrapper .subsection-border-title {
  font-size: 1rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(15.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 15.38%, #FD9F9C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-left: 0.5px #9496AB;
  padding-left: 0.75rem;
  position: relative;
}

.products .product-item .product-item-title-wrapper .subsection-border-title:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 4px;
  border-left: 3px solid #9496AB;
}

.products .product-item .product-item-wrapper {
  position: relative;
  width: 100%;
}

.products .product-item .product-item-wrapper .product-item-description-wrapper {
  padding: 0 0.75rem;
  color: #fff;
}

.products .product-item .product-item-wrapper .product-item-description-wrapper .product-item-list {
  padding: 0 1.5rem;
}

@media screen and (max-width: 36rem) {
  .products .product-item .product-item-wrapper .product-item-description-wrapper {
    width: 100%;
  }
}

.products .product-item .product-item-wrapper .product-item-description-wrapper .information-product-header {
  font-weight: 600;
}

.products .product-item .product-item-wrapper .product-item-image {
  position: absolute;
  text-align: center;
}

.products .product-item .product-item-wrapper .product-item-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.products .product-item:nth-child(1) {
  padding: 0 0 17rem 0;
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(1) {
    padding: 0 0 25.5rem 0;
  }
}

@media screen and (max-width: 24rem) {
  .products .product-item:nth-child(1) {
    padding: 0 0 21rem 0;
  }
}

.products .product-item:nth-child(1) .product-item-wrapper .product-item-description-wrapper {
  width: 270px;
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(1) .product-item-wrapper .product-item-description-wrapper {
    width: 100%;
  }
}

.products .product-item:nth-child(1) .product-item-image {
  top: -3.5rem;
  left: 10rem;
  width: 90%;
}

@media screen and (max-width: 62rem) {
  .products .product-item:nth-child(1) .product-item-image {
    top: 2rem;
  }
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(1) .product-item-image {
    top: 5rem;
  }
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(1) .product-item-image {
    width: 140%;
    top: 12rem;
    left: 2rem;
  }
}

.products .product-item:nth-child(2) {
  padding: 0 0 18rem 0;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(2) {
    padding: 0 0 31rem 0;
  }
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(2) {
    padding: 0 0 21rem 0;
  }
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(2) {
    padding: 0 0 17rem 0;
  }
}

.products .product-item:nth-child(2) .product-item-wrapper .product-item-description-wrapper {
  width: 300px;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(2) .product-item-wrapper .product-item-description-wrapper {
    width: 100%;
  }
}

.products .product-item:nth-child(2) .product-item-image {
  top: 1rem;
  right: 20rem;
  width: 60%;
  left: 0;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(2) .product-item-image {
    top: 5rem;
  }
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(2) .product-item-image {
    width: 140%;
    top: 12rem;
    left: 2rem;
  }
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(2) .product-item-image {
    width: 100%;
    top: 10rem;
    left: 0;
  }
}

.products .product-item:nth-child(3) {
  padding: 0 0 17rem 0;
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(3) {
    padding: 0 0 29.5rem 0;
  }
}

@media screen and (max-width: 24rem) {
  .products .product-item:nth-child(3) {
    padding: 0 0 25.5rem 0;
  }
}

.products .product-item:nth-child(3) .product-item-wrapper .product-item-description-wrapper {
  width: 420px;
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(3) .product-item-wrapper .product-item-description-wrapper {
    width: 100%;
  }
}

.products .product-item:nth-child(3) .product-item-image {
  top: -3.5rem;
  right: 20rem;
  width: 65%;
  left: 22rem;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(3) .product-item-image {
    top: 2rem;
  }
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(3) .product-item-image {
    width: 140%;
    top: 12rem;
    left: 1rem;
  }
}

@media screen and (max-width: 24rem) {
  .products .product-item:nth-child(3) .product-item-image {
    top: 15rem;
  }
}

.products .product-item:nth-child(4) {
  padding: 0 0 24.5rem 0;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(4) {
    padding: 0 0 34rem 0;
  }
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(4) {
    padding: 0 0 25.5rem 0;
  }
}

@media screen and (max-width: 24rem) {
  .products .product-item:nth-child(4) {
    padding: 0 0 16rem 0;
  }
}

.products .product-item:nth-child(4) .product-item-wrapper .product-item-description-wrapper {
  width: 440px;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(4) .product-item-wrapper .product-item-description-wrapper {
    width: 100%;
  }
}

.products .product-item:nth-child(4) .product-item-image {
  top: 1rem;
  right: 20rem;
  width: 70%;
  left: 0;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(4) .product-item-image {
    width: 100%;
    top: 10rem;
    left: 0;
  }
}

@media screen and (max-width: 36rem) {
  .products .product-item:nth-child(4) .product-item-image {
    top: 14rem;
  }
}

.products .product-item:nth-child(5) {
  padding: 2.5rem 0;
  height: auto;
}

.products .product-item:nth-child(5) .product-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(5) .product-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.products .product-item:nth-child(5) .product-item-wrapper .product-item-description-wrapper {
  width: 30%;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(5) .product-item-wrapper .product-item-description-wrapper {
    width: 100%;
  }
}

.products .product-item:nth-child(5) .product-item-image {
  position: relative;
  width: 70%;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(5) .product-item-image {
    width: 100%;
  }
}

.products .product-item:nth-child(6) {
  padding: 2.5rem 0;
}

.products .product-item:nth-child(6) .product-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(6) .product-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.products .product-item:nth-child(6) .product-item-wrapper .product-item-description-wrapper {
  width: 40%;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(6) .product-item-wrapper .product-item-description-wrapper {
    width: 100%;
  }
}

.products .product-item:nth-child(6) .product-item-image {
  position: relative;
  width: 55%;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(6) .product-item-image {
    width: 100%;
  }
}

.products .product-item:nth-child(7) {
  padding: 2.5rem 0;
}

.products .product-item:nth-child(7) .product-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(7) .product-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.products .product-item:nth-child(7) .product-item-wrapper .product-item-description-wrapper {
  width: 30%;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(7) .product-item-wrapper .product-item-description-wrapper {
    width: 100%;
  }
}

.products .product-item:nth-child(7) .product-item-image {
  position: relative;
  width: 65%;
}

@media screen and (max-width: 48rem) {
  .products .product-item:nth-child(7) .product-item-image {
    width: 100%;
  }
}

.button-finger-left {
  display: inline-block;
  margin: 2.5rem 0 0 0;
  position: relative;
}

.button-finger-left a {
  padding: 0.3rem 1rem 0.3rem 3.5rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  font-weight: 500;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.button-finger-left a .pointer {
  position: absolute;
  font-size: 2.2rem;
  -webkit-transform: scale(-1, 1) rotate(-90deg);
          transform: scale(-1, 1) rotate(-90deg);
  left: 0.5rem;
  top: -0.45rem;
}

.button-image-right {
  display: inline-block;
  margin: 2.5rem 0 0 0;
  position: relative;
}

.button-image-right a {
  padding: 0.3rem 2.5rem 0.3rem 1rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.17%, #8D8FA5), color-stop(88.38%, #F09D9D), to(#FD9F9C));
  background: linear-gradient(90deg, #8D8FA5 3.17%, #F09D9D 88.38%, #FD9F9C 100%);
  font-weight: 600;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.button-image-right a .emoji-right {
  position: absolute;
  font-size: 1.3rem;
  right: 0.5rem;
  top: 0.3rem;
}

.margin-top-offset {
  margin-top: 7rem;
}

.margin-bottom-offset {
  margin-bottom: 7rem;
}
/*# sourceMappingURL=style.css.map */