@charset "UTF-8";
/**======================================================================
 * STYLESHEET: STYLE

 This is the place where all scss files get imported.
 *=====================================================================*/
/**----------------------------------------------------------------------
 * GENERAL
 *---------------------------------------------------------------------*/
/*
 * Theme Name: Virtual Identity
 * Description: A Custom WordPress Theme with Timber, ACF and ACF Extended
 * Author: dreiQBIK GmbH, Karlsruhe
 * Author URI: https://dreiqbik.de
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/* outfit-regular - latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/outfit/outfit-v5-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/outfit/outfit-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/outfit/outfit-v5-latin-regular.woff2") format("woff2"), url("assets/fonts/outfit/outfit-v5-latin-regular.woff") format("woff"), url("assets/fonts/outfit/outfit-v5-latin-regular.ttf") format("truetype"), url("assets/fonts/outfit/outfit-v5-latin-regular.svg#Outfit") format("svg");
  /* Legacy iOS */
}

/* outfit-500 - latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/outfit/outfit-v5-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/outfit/outfit-v5-latin-500.eot?#iefix") format("embedded-opentype"), url("assets/fonts/outfit/outfit-v5-latin-500.woff2") format("woff2"), url("assets/fonts/outfit/outfit-v5-latin-500.woff") format("woff"), url("assets/fonts/outfit/outfit-v5-latin-500.ttf") format("truetype"), url("assets/fonts/outfit/outfit-v5-latin-500.svg#Outfit") format("svg");
  /* Legacy iOS */
}

/* outfit-600 - latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/outfit/outfit-v5-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/outfit/outfit-v5-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/fonts/outfit/outfit-v5-latin-600.woff2") format("woff2"), url("assets/fonts/outfit/outfit-v5-latin-600.woff") format("woff"), url("assets/fonts/outfit/outfit-v5-latin-600.ttf") format("truetype"), url("assets/fonts/outfit/outfit-v5-latin-600.svg#Outfit") format("svg");
  /* Legacy iOS */
}

/**======================================================================
 * VARIABLES
 *=====================================================================*/
/**----------------------------------------------------------------------
 * DEBUGGING
 *---------------------------------------------------------------------*/
/**----------------------------------------------------------------------
 * COLORS
 *---------------------------------------------------------------------*/
:root {
  --c-grayscale-heading: Grauskala;
  --c-grayscale-black: #000000;
  --c-grayscale-white: #ffffff;
  --c-grayscale-gray-07: #070707;
  --c-grayscale-gray-37: #373737;
  --c-grayscale-gray-55: #555555;
  --c-grayscale-gray-78: #787878;
  --c-grayscale-gray-99: #999999;
  --c-grayscale-gray-bb: #bbbbbb;
  --c-grayscale-gray-dd: #dddddd;
  --c-grayscale-gray-eb: #ebebeb;
  --c-grayscale-gray-f0: #f0f0f0;
  --c-grayscale-gray-f5: #f5f5f5;
  --c-grayscale-gray-fa: #fafafa;
  --c-main-heading: Farbskala 1;
  --c-main-c1-main: #ca1c20;
  --c-main-c2-main: #921517;
  --c-main-c3-main: #ffd6d7;
  --c-second-heading: Farbskala 2;
  --c-second-c1-second: #bf1d72;
  --c-second-c2-second: #861952;
  --c-second-c3-second: #ffdaed;
  --c-third-heading: Farbskala 3;
  --c-third-c1-third: #743794;
  --c-third-c2-third: #571d76;
  --c-third-c3-third: #f3ddff;
  --c-fourth-heading: Farbskala 4;
  --c-fourth-c1-fourth: #ca1c20;
  --c-fourth-c2-fourth: #921517;
  --c-fourth-c3-fourth: #ffd6d7;
  --c-fifth-heading: Farbskala 5;
  --c-fifth-c1-fifth: #ca1c20;
  --c-fifth-c2-fifth: #921517;
  --c-fifth-c3-fifth: #ffd6d7;
  --c-highlight-c1: var(--c-main-c1-main, $c1-main);
  --c-highlight-c2: var(--c-main-c2-main, $c2-main);
  --c-highlight-c3: var(--c-main-c3-main, $c3-main);
  --c-highlight-g1: linear-gradient(-90deg, var(--c-second-c1-second) 0%, var(--c-main-c1-main) 100%);
  --c-special-heading: Sonderfarben;
  --c-special-c1-error: #ca1c20;
  --c-special-c2-error: #921517;
  --c-special-c3-error: #ffd6d7;
  --c-special-c1-success: #54ba7e;
  --c-special-c2-success: #3e865c;
  --c-special-c3-success: #e5f3eb;
}

/**----------------------------------------------------------------------
 * FONTS
 *---------------------------------------------------------------------*/
/**----------------------------------------------------------------------
 * BORDER
 *---------------------------------------------------------------------*/
/**----------------------------------------------------------------------
 * TRANSITIONS
 *---------------------------------------------------------------------*/
/**----------------------------------------------------------------------
 * SHADOWS
 *---------------------------------------------------------------------*/
/**----------------------------------------------------------------------
 * SPACERS
 *---------------------------------------------------------------------*/
/**----------------------------------------------------------------------
 * GRID
 *---------------------------------------------------------------------*/
/**----------------------------------------------------------------------
 * SITE_GLOBALS
 *---------------------------------------------------------------------*/
/**
 * Square calculations
 */
/**
 * Other dimensions calculations
 */
/******************************************************************

    SETTINGS: FONTS

    USAGE:
    @include fontstyle(
        $style: false,
        $scale: 1,
        $fz: false,
        $lh: false,
        $important: false
    );

    USAGE SHORT:
    @include fontstyle("fs-sm", $important: 1);

    INFO FOR CALC:
    Use LG Breakpoint as Max Width

******************************************************************/
/*
  Returns a CSS clamp function which resolves to $size-at-min-width when page width is
  below $min-width, $size-at-max-width when page width is above $max-width,
  and linearly scales between the two between $min-width and $max-width
*/
.container-wrapper {
  position: relative;
}

.container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container--wide {
  width: 100%;
}

.container-grid__main {
  grid-column: 1 / span 1;
}

.container-grid__sidebar {
  grid-column: 2 / span 1;
}

.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

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

.bd-radius-4 {
  border-radius: 4px !important;
}

.bd-radius-10 {
  border-radius: 10px !important;
}

.bd-radius-round {
  border-radius: 50% !important;
}

.bd-c-black {
  border-color: #000000 !important;
}

.bd-c-white {
  border-color: #fafafa !important;
}

.bd-c-gray-07 {
  border-color: #070707 !important;
}

.bd-c-gray-37 {
  border-color: #373737 !important;
}

.bd-c-gray-55 {
  border-color: #555555 !important;
}

.bd-c-gray-78 {
  border-color: #787878 !important;
}

.bd-c-gray-99 {
  border-color: #999999 !important;
}

.bd-c-gray-bb {
  border-color: #bbbbbb !important;
}

.bd-c-gray-dd {
  border-color: #dddddd !important;
}

.bd-c-gray-eb {
  border-color: #ebebeb !important;
}

.bd-c-gray-f0 {
  border-color: #f0f0f0 !important;
}

.bd-c-gray-f5 {
  border-color: #f5f5f5 !important;
}

.bd-c-gray-fa {
  border-color: #fafafa !important;
}

.bd-c1-main {
  border-color: #ca1c20 !important;
}

.bd-c2-main {
  border-color: #921517 !important;
}

.bd-c3-main {
  border-color: #ffd6d7 !important;
}

.bd-c1-second {
  border-color: #bf1d72 !important;
}

.bd-c2-second {
  border-color: #861952 !important;
}

.bd-c3-second {
  border-color: #ffdaed !important;
}

.bd-c1-third {
  border-color: #743794 !important;
}

.bd-c2-third {
  border-color: #571d76 !important;
}

.bd-c3-third {
  border-color: #f3ddff !important;
}

.bd-c1-fourth {
  border-color: #ca1c20 !important;
}

.bd-c2-fourth {
  border-color: #921517 !important;
}

.bd-c3-fourth {
  border-color: #ffd6d7 !important;
}

.bd-c1-fifth {
  border-color: #ca1c20 !important;
}

.bd-c2-fifth {
  border-color: #921517 !important;
}

.bd-c3-fifth {
  border-color: #ffd6d7 !important;
}

.bd-c1-highlight {
  border-color: var(--c-highlight-c1) !important;
}

.bd-c2-highlight {
  border-color: var(--c-highlight-c2) !important;
}

.bd-c3-highlight {
  border-color: var(--c-highlight-c3) !important;
}

.bd-c1-error {
  border-color: #ca1c20 !important;
}

.bd-c2-error {
  border-color: #921517 !important;
}

.bd-c3-error {
  border-color: #ffd6d7 !important;
}

.bd-c1-success {
  border-color: #54ba7e !important;
}

.bd-c2-success {
  border-color: #3e865c !important;
}

.bd-c3-success {
  border-color: #e5f3eb !important;
}

.bd-all-1 {
  border-width: 1px !important;
  border-style: solid !important;
}

.bd-all-2 {
  border-width: 2px !important;
  border-style: solid !important;
}

.bd-all-3 {
  border-width: 3px !important;
  border-style: solid !important;
}

.bd-all-4 {
  border-width: 4px !important;
  border-style: solid !important;
}

.bd-top-1 {
  border-width: 0 !important;
  border-top-width: 1px !important;
  border-style: solid !important;
}

.bd-top-2 {
  border-width: 0 !important;
  border-top-width: 2px !important;
  border-style: solid !important;
}

.bd-top-3 {
  border-width: 0 !important;
  border-top-width: 3px !important;
  border-style: solid !important;
}

.bd-top-4 {
  border-width: 0 !important;
  border-top-width: 4px !important;
  border-style: solid !important;
}

.bd-right-1 {
  border-width: 0 !important;
  border-right-width: 1px !important;
  border-style: solid !important;
}

.bd-right-2 {
  border-width: 0 !important;
  border-right-width: 2px !important;
  border-style: solid !important;
}

.bd-right-3 {
  border-width: 0 !important;
  border-right-width: 3px !important;
  border-style: solid !important;
}

.bd-right-4 {
  border-width: 0 !important;
  border-right-width: 4px !important;
  border-style: solid !important;
}

.bd-bottom-1 {
  border-width: 0 !important;
  border-bottom-width: 1px !important;
  border-style: solid !important;
}

.bd-bottom-2 {
  border-width: 0 !important;
  border-bottom-width: 2px !important;
  border-style: solid !important;
}

.bd-bottom-3 {
  border-width: 0 !important;
  border-bottom-width: 3px !important;
  border-style: solid !important;
}

.bd-bottom-4 {
  border-width: 0 !important;
  border-bottom-width: 4px !important;
  border-style: solid !important;
}

.bd-left-1 {
  border-width: 0 !important;
  border-left-width: 1px !important;
  border-style: solid !important;
}

.bd-left-2 {
  border-width: 0 !important;
  border-left-width: 2px !important;
  border-style: solid !important;
}

.bd-left-3 {
  border-width: 0 !important;
  border-left-width: 3px !important;
  border-style: solid !important;
}

.bd-left-4 {
  border-width: 0 !important;
  border-left-width: 4px !important;
  border-style: solid !important;
}

.t-c-black {
  color: #000000 !important;
}

.t-c-white {
  color: #fafafa !important;
}

.t-c-gray-07 {
  color: #070707 !important;
}

.t-c-gray-37 {
  color: #373737 !important;
}

.t-c-gray-55 {
  color: #555555 !important;
}

.t-c-gray-78 {
  color: #787878 !important;
}

.t-c-gray-99 {
  color: #999999 !important;
}

.t-c-gray-bb {
  color: #bbbbbb !important;
}

.t-c-gray-dd {
  color: #dddddd !important;
}

.t-c-gray-eb {
  color: #ebebeb !important;
}

.t-c-gray-f0 {
  color: #f0f0f0 !important;
}

.t-c-gray-f5 {
  color: #f5f5f5 !important;
}

.t-c-gray-fa {
  color: #fafafa !important;
}

.t-c1-main {
  color: #ca1c20 !important;
}

.t-c2-main {
  color: #921517 !important;
}

.t-c3-main {
  color: #ffd6d7 !important;
}

.t-c1-second {
  color: #bf1d72 !important;
}

.t-c2-second {
  color: #861952 !important;
}

.t-c3-second {
  color: #ffdaed !important;
}

.t-c1-third {
  color: #743794 !important;
}

.t-c2-third {
  color: #571d76 !important;
}

.t-c3-third {
  color: #f3ddff !important;
}

.t-c1-fourth {
  color: #ca1c20 !important;
}

.t-c2-fourth {
  color: #921517 !important;
}

.t-c3-fourth {
  color: #ffd6d7 !important;
}

.t-c1-fifth {
  color: #ca1c20 !important;
}

.t-c2-fifth {
  color: #921517 !important;
}

.t-c3-fifth {
  color: #ffd6d7 !important;
}

.t-c1-highlight {
  color: var(--c-highlight-c1) !important;
}

.t-c2-highlight {
  color: var(--c-highlight-c2) !important;
}

.t-c3-highlight {
  color: var(--c-highlight-c3) !important;
}

.t-c1-error {
  color: #ca1c20 !important;
}

.t-c2-error {
  color: #921517 !important;
}

.t-c3-error {
  color: #ffd6d7 !important;
}

.t-c1-success {
  color: #54ba7e !important;
}

.t-c2-success {
  color: #3e865c !important;
}

.t-c3-success {
  color: #e5f3eb !important;
}

.bg-c-black {
  background: #000000 !important;
}

.bg-c-white {
  background: #fafafa !important;
}

.bg-c-gray-07 {
  background: #070707 !important;
}

.bg-c-gray-37 {
  background: #373737 !important;
}

.bg-c-gray-55 {
  background: #555555 !important;
}

.bg-c-gray-78 {
  background: #787878 !important;
}

.bg-c-gray-99 {
  background: #999999 !important;
}

.bg-c-gray-bb {
  background: #bbbbbb !important;
}

.bg-c-gray-dd {
  background: #dddddd !important;
}

.bg-c-gray-eb {
  background: #ebebeb !important;
}

.bg-c-gray-f0 {
  background: #f0f0f0 !important;
}

.bg-c-gray-f5 {
  background: #f5f5f5 !important;
}

.bg-c-gray-fa {
  background: #fafafa !important;
}

.bg-c1-main {
  background: #ca1c20 !important;
}

.bg-c2-main {
  background: #921517 !important;
}

.bg-c3-main {
  background: #ffd6d7 !important;
}

.bg-c1-second {
  background: #bf1d72 !important;
}

.bg-c2-second {
  background: #861952 !important;
}

.bg-c3-second {
  background: #ffdaed !important;
}

.bg-c1-third {
  background: #743794 !important;
}

.bg-c2-third {
  background: #571d76 !important;
}

.bg-c3-third {
  background: #f3ddff !important;
}

.bg-c1-fourth {
  background: #ca1c20 !important;
}

.bg-c2-fourth {
  background: #921517 !important;
}

.bg-c3-fourth {
  background: #ffd6d7 !important;
}

.bg-c1-fifth {
  background: #ca1c20 !important;
}

.bg-c2-fifth {
  background: #921517 !important;
}

.bg-c3-fifth {
  background: #ffd6d7 !important;
}

.bg-c1-highlight {
  background: var(--c-highlight-c1) !important;
}

.bg-c2-highlight {
  background: var(--c-highlight-c2) !important;
}

.bg-c3-highlight {
  background: var(--c-highlight-c3) !important;
}

.bg-c1-error {
  background: #ca1c20 !important;
}

.bg-c2-error {
  background: #921517 !important;
}

.bg-c3-error {
  background: #ffd6d7 !important;
}

.bg-c1-success {
  background: #54ba7e !important;
}

.bg-c2-success {
  background: #3e865c !important;
}

.bg-c3-success {
  background: #e5f3eb !important;
}

.bg-g1-second {
  background: linear-gradient(-90deg, #bf1d72 0%, #ca1c20 100%) !important;
}

.bg-g1-fourth {
  background: linear-gradient(-90deg, #ca1c20 0%, #bf1d72 100%) !important;
}

.f1-main {
  font-family: Georgia, serif !important;
}

.f1-second {
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
}

.f1-main {
  font-family: Georgia, serif !important;
}

.f1-second {
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  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-25 {
  margin: 0.25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 0.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 0.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 0.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 0.25rem !important;
}

.m-50 {
  margin: 0.5rem !important;
}

.mt-50,
.my-50 {
  margin-top: 0.5rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 0.5rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 0.5rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 0.5rem !important;
}

.m-75 {
  margin: 0.75rem !important;
}

.mt-75,
.my-75 {
  margin-top: 0.75rem !important;
}

.mr-75,
.mx-75 {
  margin-right: 0.75rem !important;
}

.mb-75,
.my-75 {
  margin-bottom: 0.75rem !important;
}

.ml-75,
.mx-75 {
  margin-left: 0.75rem !important;
}

.m-100 {
  margin: 1rem !important;
}

.mt-100,
.my-100 {
  margin-top: 1rem !important;
}

.mr-100,
.mx-100 {
  margin-right: 1rem !important;
}

.mb-100,
.my-100 {
  margin-bottom: 1rem !important;
}

.ml-100,
.mx-100 {
  margin-left: 1rem !important;
}

.m-125 {
  margin: 1.25rem !important;
}

.mt-125,
.my-125 {
  margin-top: 1.25rem !important;
}

.mr-125,
.mx-125 {
  margin-right: 1.25rem !important;
}

.mb-125,
.my-125 {
  margin-bottom: 1.25rem !important;
}

.ml-125,
.mx-125 {
  margin-left: 1.25rem !important;
}

.m-150 {
  margin: 1.5rem !important;
}

.mt-150,
.my-150 {
  margin-top: 1.5rem !important;
}

.mr-150,
.mx-150 {
  margin-right: 1.5rem !important;
}

.mb-150,
.my-150 {
  margin-bottom: 1.5rem !important;
}

.ml-150,
.mx-150 {
  margin-left: 1.5rem !important;
}

.m-200 {
  margin: 2rem !important;
}

.mt-200,
.my-200 {
  margin-top: 2rem !important;
}

.mr-200,
.mx-200 {
  margin-right: 2rem !important;
}

.mb-200,
.my-200 {
  margin-bottom: 2rem !important;
}

.ml-200,
.mx-200 {
  margin-left: 2rem !important;
}

.m-250 {
  margin: 2.5rem !important;
}

.mt-250,
.my-250 {
  margin-top: 2.5rem !important;
}

.mr-250,
.mx-250 {
  margin-right: 2.5rem !important;
}

.mb-250,
.my-250 {
  margin-bottom: 2.5rem !important;
}

.ml-250,
.mx-250 {
  margin-left: 2.5rem !important;
}

.m-300 {
  margin: 3rem !important;
}

.mt-300,
.my-300 {
  margin-top: 3rem !important;
}

.mr-300,
.mx-300 {
  margin-right: 3rem !important;
}

.mb-300,
.my-300 {
  margin-bottom: 3rem !important;
}

.ml-300,
.mx-300 {
  margin-left: 3rem !important;
}

.m-350 {
  margin: 3.5rem !important;
}

.mt-350,
.my-350 {
  margin-top: 3.5rem !important;
}

.mr-350,
.mx-350 {
  margin-right: 3.5rem !important;
}

.mb-350,
.my-350 {
  margin-bottom: 3.5rem !important;
}

.ml-350,
.mx-350 {
  margin-left: 3.5rem !important;
}

.m-400 {
  margin: 4rem !important;
}

.mt-400,
.my-400 {
  margin-top: 4rem !important;
}

.mr-400,
.mx-400 {
  margin-right: 4rem !important;
}

.mb-400,
.my-400 {
  margin-bottom: 4rem !important;
}

.ml-400,
.mx-400 {
  margin-left: 4rem !important;
}

.m-450 {
  margin: 4.5rem !important;
}

.mt-450,
.my-450 {
  margin-top: 4.5rem !important;
}

.mr-450,
.mx-450 {
  margin-right: 4.5rem !important;
}

.mb-450,
.my-450 {
  margin-bottom: 4.5rem !important;
}

.ml-450,
.mx-450 {
  margin-left: 4.5rem !important;
}

.m-500 {
  margin: 5rem !important;
}

.mt-500,
.my-500 {
  margin-top: 5rem !important;
}

.mr-500,
.mx-500 {
  margin-right: 5rem !important;
}

.mb-500,
.my-500 {
  margin-bottom: 5rem !important;
}

.ml-500,
.mx-500 {
  margin-left: 5rem !important;
}

.m-600 {
  margin: 6rem !important;
}

.mt-600,
.my-600 {
  margin-top: 6rem !important;
}

.mr-600,
.mx-600 {
  margin-right: 6rem !important;
}

.mb-600,
.my-600 {
  margin-bottom: 6rem !important;
}

.ml-600,
.mx-600 {
  margin-left: 6rem !important;
}

.m-700 {
  margin: 7rem !important;
}

.mt-700,
.my-700 {
  margin-top: 7rem !important;
}

.mr-700,
.mx-700 {
  margin-right: 7rem !important;
}

.mb-700,
.my-700 {
  margin-bottom: 7rem !important;
}

.ml-700,
.mx-700 {
  margin-left: 7rem !important;
}

.m-800 {
  margin: 8rem !important;
}

.mt-800,
.my-800 {
  margin-top: 8rem !important;
}

.mr-800,
.mx-800 {
  margin-right: 8rem !important;
}

.mb-800,
.my-800 {
  margin-bottom: 8rem !important;
}

.ml-800,
.mx-800 {
  margin-left: 8rem !important;
}

.m-900 {
  margin: 9rem !important;
}

.mt-900,
.my-900 {
  margin-top: 9rem !important;
}

.mr-900,
.mx-900 {
  margin-right: 9rem !important;
}

.mb-900,
.my-900 {
  margin-bottom: 9rem !important;
}

.ml-900,
.mx-900 {
  margin-left: 9rem !important;
}

.m-1000 {
  margin: 10rem !important;
}

.mt-1000,
.my-1000 {
  margin-top: 10rem !important;
}

.mr-1000,
.mx-1000 {
  margin-right: 10rem !important;
}

.mb-1000,
.my-1000 {
  margin-bottom: 10rem !important;
}

.ml-1000,
.mx-1000 {
  margin-left: 10rem !important;
}

.m-1200 {
  margin: 12rem !important;
}

.mt-1200,
.my-1200 {
  margin-top: 12rem !important;
}

.mr-1200,
.mx-1200 {
  margin-right: 12rem !important;
}

.mb-1200,
.my-1200 {
  margin-bottom: 12rem !important;
}

.ml-1200,
.mx-1200 {
  margin-left: 12rem !important;
}

.m-1500 {
  margin: 15rem !important;
}

.mt-1500,
.my-1500 {
  margin-top: 15rem !important;
}

.mr-1500,
.mx-1500 {
  margin-right: 15rem !important;
}

.mb-1500,
.my-1500 {
  margin-bottom: 15rem !important;
}

.ml-1500,
.mx-1500 {
  margin-left: 15rem !important;
}

.m-1800 {
  margin: 18rem !important;
}

.mt-1800,
.my-1800 {
  margin-top: 18rem !important;
}

.mr-1800,
.mx-1800 {
  margin-right: 18rem !important;
}

.mb-1800,
.my-1800 {
  margin-bottom: 18rem !important;
}

.ml-1800,
.mx-1800 {
  margin-left: 18rem !important;
}

.m-grid {
  margin: 2rem !important;
}

.mt-grid,
.my-grid {
  margin-top: 2rem !important;
}

.mr-grid,
.mx-grid {
  margin-right: 2rem !important;
}

.mb-grid,
.my-grid {
  margin-bottom: 2rem !important;
}

.ml-grid,
.mx-grid {
  margin-left: 2rem !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-25 {
  padding: 0.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 0.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 0.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 0.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 0.25rem !important;
}

.p-50 {
  padding: 0.5rem !important;
}

.pt-50,
.py-50 {
  padding-top: 0.5rem !important;
}

.pr-50,
.px-50 {
  padding-right: 0.5rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 0.5rem !important;
}

.pl-50,
.px-50 {
  padding-left: 0.5rem !important;
}

.p-75 {
  padding: 0.75rem !important;
}

.pt-75,
.py-75 {
  padding-top: 0.75rem !important;
}

.pr-75,
.px-75 {
  padding-right: 0.75rem !important;
}

.pb-75,
.py-75 {
  padding-bottom: 0.75rem !important;
}

.pl-75,
.px-75 {
  padding-left: 0.75rem !important;
}

.p-100 {
  padding: 1rem !important;
}

.pt-100,
.py-100 {
  padding-top: 1rem !important;
}

.pr-100,
.px-100 {
  padding-right: 1rem !important;
}

.pb-100,
.py-100 {
  padding-bottom: 1rem !important;
}

.pl-100,
.px-100 {
  padding-left: 1rem !important;
}

.p-125 {
  padding: 1.25rem !important;
}

.pt-125,
.py-125 {
  padding-top: 1.25rem !important;
}

.pr-125,
.px-125 {
  padding-right: 1.25rem !important;
}

.pb-125,
.py-125 {
  padding-bottom: 1.25rem !important;
}

.pl-125,
.px-125 {
  padding-left: 1.25rem !important;
}

.p-150 {
  padding: 1.5rem !important;
}

.pt-150,
.py-150 {
  padding-top: 1.5rem !important;
}

.pr-150,
.px-150 {
  padding-right: 1.5rem !important;
}

.pb-150,
.py-150 {
  padding-bottom: 1.5rem !important;
}

.pl-150,
.px-150 {
  padding-left: 1.5rem !important;
}

.p-200 {
  padding: 2rem !important;
}

.pt-200,
.py-200 {
  padding-top: 2rem !important;
}

.pr-200,
.px-200 {
  padding-right: 2rem !important;
}

.pb-200,
.py-200 {
  padding-bottom: 2rem !important;
}

.pl-200,
.px-200 {
  padding-left: 2rem !important;
}

.p-250 {
  padding: 2.5rem !important;
}

.pt-250,
.py-250 {
  padding-top: 2.5rem !important;
}

.pr-250,
.px-250 {
  padding-right: 2.5rem !important;
}

.pb-250,
.py-250 {
  padding-bottom: 2.5rem !important;
}

.pl-250,
.px-250 {
  padding-left: 2.5rem !important;
}

.p-300 {
  padding: 3rem !important;
}

.pt-300,
.py-300 {
  padding-top: 3rem !important;
}

.pr-300,
.px-300 {
  padding-right: 3rem !important;
}

.pb-300,
.py-300 {
  padding-bottom: 3rem !important;
}

.pl-300,
.px-300 {
  padding-left: 3rem !important;
}

.p-350 {
  padding: 3.5rem !important;
}

.pt-350,
.py-350 {
  padding-top: 3.5rem !important;
}

.pr-350,
.px-350 {
  padding-right: 3.5rem !important;
}

.pb-350,
.py-350 {
  padding-bottom: 3.5rem !important;
}

.pl-350,
.px-350 {
  padding-left: 3.5rem !important;
}

.p-400 {
  padding: 4rem !important;
}

.pt-400,
.py-400 {
  padding-top: 4rem !important;
}

.pr-400,
.px-400 {
  padding-right: 4rem !important;
}

.pb-400,
.py-400 {
  padding-bottom: 4rem !important;
}

.pl-400,
.px-400 {
  padding-left: 4rem !important;
}

.p-450 {
  padding: 4.5rem !important;
}

.pt-450,
.py-450 {
  padding-top: 4.5rem !important;
}

.pr-450,
.px-450 {
  padding-right: 4.5rem !important;
}

.pb-450,
.py-450 {
  padding-bottom: 4.5rem !important;
}

.pl-450,
.px-450 {
  padding-left: 4.5rem !important;
}

.p-500 {
  padding: 5rem !important;
}

.pt-500,
.py-500 {
  padding-top: 5rem !important;
}

.pr-500,
.px-500 {
  padding-right: 5rem !important;
}

.pb-500,
.py-500 {
  padding-bottom: 5rem !important;
}

.pl-500,
.px-500 {
  padding-left: 5rem !important;
}

.p-600 {
  padding: 6rem !important;
}

.pt-600,
.py-600 {
  padding-top: 6rem !important;
}

.pr-600,
.px-600 {
  padding-right: 6rem !important;
}

.pb-600,
.py-600 {
  padding-bottom: 6rem !important;
}

.pl-600,
.px-600 {
  padding-left: 6rem !important;
}

.p-700 {
  padding: 7rem !important;
}

.pt-700,
.py-700 {
  padding-top: 7rem !important;
}

.pr-700,
.px-700 {
  padding-right: 7rem !important;
}

.pb-700,
.py-700 {
  padding-bottom: 7rem !important;
}

.pl-700,
.px-700 {
  padding-left: 7rem !important;
}

.p-800 {
  padding: 8rem !important;
}

.pt-800,
.py-800 {
  padding-top: 8rem !important;
}

.pr-800,
.px-800 {
  padding-right: 8rem !important;
}

.pb-800,
.py-800 {
  padding-bottom: 8rem !important;
}

.pl-800,
.px-800 {
  padding-left: 8rem !important;
}

.p-900 {
  padding: 9rem !important;
}

.pt-900,
.py-900 {
  padding-top: 9rem !important;
}

.pr-900,
.px-900 {
  padding-right: 9rem !important;
}

.pb-900,
.py-900 {
  padding-bottom: 9rem !important;
}

.pl-900,
.px-900 {
  padding-left: 9rem !important;
}

.p-1000 {
  padding: 10rem !important;
}

.pt-1000,
.py-1000 {
  padding-top: 10rem !important;
}

.pr-1000,
.px-1000 {
  padding-right: 10rem !important;
}

.pb-1000,
.py-1000 {
  padding-bottom: 10rem !important;
}

.pl-1000,
.px-1000 {
  padding-left: 10rem !important;
}

.p-1200 {
  padding: 12rem !important;
}

.pt-1200,
.py-1200 {
  padding-top: 12rem !important;
}

.pr-1200,
.px-1200 {
  padding-right: 12rem !important;
}

.pb-1200,
.py-1200 {
  padding-bottom: 12rem !important;
}

.pl-1200,
.px-1200 {
  padding-left: 12rem !important;
}

.p-1500 {
  padding: 15rem !important;
}

.pt-1500,
.py-1500 {
  padding-top: 15rem !important;
}

.pr-1500,
.px-1500 {
  padding-right: 15rem !important;
}

.pb-1500,
.py-1500 {
  padding-bottom: 15rem !important;
}

.pl-1500,
.px-1500 {
  padding-left: 15rem !important;
}

.p-1800 {
  padding: 18rem !important;
}

.pt-1800,
.py-1800 {
  padding-top: 18rem !important;
}

.pr-1800,
.px-1800 {
  padding-right: 18rem !important;
}

.pb-1800,
.py-1800 {
  padding-bottom: 18rem !important;
}

.pl-1800,
.px-1800 {
  padding-left: 18rem !important;
}

.p-grid {
  padding: 2rem !important;
}

.pt-grid,
.py-grid {
  padding-top: 2rem !important;
}

.pr-grid,
.px-grid {
  padding-right: 2rem !important;
}

.pb-grid,
.py-grid {
  padding-bottom: 2rem !important;
}

.pl-grid,
.px-grid {
  padding-left: 2rem !important;
}

.minus-m-0 {
  margin: 0 !important;
}

.minus-mt-0 {
  margin-top: 0 !important;
}

.minus-mb-0 {
  margin-bottom: 0 !important;
}

.minus-m-25 {
  margin: 0.25rem !important;
}

.minus-mt-25 {
  margin-top: -0.25rem !important;
}

.minus-mb-25 {
  margin-bottom: -0.25rem !important;
}

.minus-m-50 {
  margin: 0.5rem !important;
}

.minus-mt-50 {
  margin-top: -0.25rem !important;
}

.minus-mb-50 {
  margin-bottom: -0.25rem !important;
}

.minus-m-75 {
  margin: 0.75rem !important;
}

.minus-mt-75 {
  margin-top: -0.25rem !important;
}

.minus-mb-75 {
  margin-bottom: -0.25rem !important;
}

.minus-m-100 {
  margin: 1rem !important;
}

.minus-mt-100 {
  margin-top: -0.25rem !important;
}

.minus-mb-100 {
  margin-bottom: -0.25rem !important;
}

.minus-m-125 {
  margin: 1.25rem !important;
}

.minus-mt-125 {
  margin-top: -0.25rem !important;
}

.minus-mb-125 {
  margin-bottom: -0.25rem !important;
}

.minus-m-150 {
  margin: 1.5rem !important;
}

.minus-mt-150 {
  margin-top: -0.25rem !important;
}

.minus-mb-150 {
  margin-bottom: -0.25rem !important;
}

.minus-m-200 {
  margin: 2rem !important;
}

.minus-mt-200 {
  margin-top: -0.25rem !important;
}

.minus-mb-200 {
  margin-bottom: -0.25rem !important;
}

.minus-m-250 {
  margin: 2.5rem !important;
}

.minus-mt-250 {
  margin-top: -0.25rem !important;
}

.minus-mb-250 {
  margin-bottom: -0.25rem !important;
}

.minus-m-300 {
  margin: 3rem !important;
}

.minus-mt-300 {
  margin-top: -0.25rem !important;
}

.minus-mb-300 {
  margin-bottom: -0.25rem !important;
}

.minus-m-350 {
  margin: 3.5rem !important;
}

.minus-mt-350 {
  margin-top: -0.25rem !important;
}

.minus-mb-350 {
  margin-bottom: -0.25rem !important;
}

.minus-m-400 {
  margin: 4rem !important;
}

.minus-mt-400 {
  margin-top: -0.25rem !important;
}

.minus-mb-400 {
  margin-bottom: -0.25rem !important;
}

.minus-m-450 {
  margin: 4.5rem !important;
}

.minus-mt-450 {
  margin-top: -0.25rem !important;
}

.minus-mb-450 {
  margin-bottom: -0.25rem !important;
}

.minus-m-500 {
  margin: 5rem !important;
}

.minus-mt-500 {
  margin-top: -0.25rem !important;
}

.minus-mb-500 {
  margin-bottom: -0.25rem !important;
}

.minus-m-600 {
  margin: 6rem !important;
}

.minus-mt-600 {
  margin-top: -0.25rem !important;
}

.minus-mb-600 {
  margin-bottom: -0.25rem !important;
}

.minus-m-700 {
  margin: 7rem !important;
}

.minus-mt-700 {
  margin-top: -0.25rem !important;
}

.minus-mb-700 {
  margin-bottom: -0.25rem !important;
}

.minus-m-800 {
  margin: 8rem !important;
}

.minus-mt-800 {
  margin-top: -0.25rem !important;
}

.minus-mb-800 {
  margin-bottom: -0.25rem !important;
}

.minus-m-900 {
  margin: 9rem !important;
}

.minus-mt-900 {
  margin-top: -0.25rem !important;
}

.minus-mb-900 {
  margin-bottom: -0.25rem !important;
}

.minus-m-1000 {
  margin: 10rem !important;
}

.minus-mt-1000 {
  margin-top: -0.25rem !important;
}

.minus-mb-1000 {
  margin-bottom: -0.25rem !important;
}

.minus-m-1200 {
  margin: 12rem !important;
}

.minus-mt-1200 {
  margin-top: -0.25rem !important;
}

.minus-mb-1200 {
  margin-bottom: -0.25rem !important;
}

.minus-m-1500 {
  margin: 15rem !important;
}

.minus-mt-1500 {
  margin-top: -0.25rem !important;
}

.minus-mb-1500 {
  margin-bottom: -0.25rem !important;
}

.minus-m-1800 {
  margin: 18rem !important;
}

.minus-mt-1800 {
  margin-top: -0.25rem !important;
}

.minus-mb-1800 {
  margin-bottom: -0.25rem !important;
}

.minus-m-grid {
  margin: 2rem !important;
}

.minus-mt-grid {
  margin-top: -0.25rem !important;
}

.minus-mb-grid {
  margin-bottom: -0.25rem !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;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.is-hidden-mobile {
  display: none !important;
}

.is-hidden-mobile.btn {
  display: none !important;
}

.is-hidden-desktop {
  display: block !important;
}

.is-hidden-desktop.btn {
  display: inline-flex !important;
}

.debug-hide {
  display: none;
}

.zi-1 {
  z-index: 1;
}

.zi-2 {
  z-index: 2;
}

.zi-3 {
  z-index: 3;
}

.zi-4 {
  z-index: 4;
}

.zi-5 {
  z-index: 5;
}

.ov-hidden {
  overflow: hidden;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.t-justify {
  text-align: justify !important;
}

.t-nowrap {
  white-space: nowrap !important;
}

.t-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.t-center {
  text-align: center !important;
}

.t-lowercase {
  text-transform: lowercase !important;
}

.t-uppercase {
  text-transform: uppercase !important;
}

.t-none {
  text-transform: none !important;
}

.t-capitalize {
  text-transform: capitalize !important;
}

.t-weight-400 {
  font-weight: 400 !important;
}

.t-weight-500 {
  font-weight: 500 !important;
}

.t-weight-600 {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-normal {
  font-style: normal !important;
}

.t-lh-14 {
  line-height: 1.4 !important;
}

.t-col-2 {
  column-count: 1;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(25px);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(15px);
  }
  20% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  30% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

@keyframes load {
  to {
    background-position-x: -300%;
  }
}

[data-animation="fade-left"] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animation="fade-left"].animated {
  opacity: 1;
  transform: translateX(0);
}

[data-animation="fade-up"] {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animation="fade-up"].animated {
  opacity: 1;
  transform: translateY(0);
}

.bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(202, 28, 32, 0.5);
}

.bg-image--dark:after {
  background-color: rgba(202, 28, 32, 0.7);
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.bg-video__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
}

.img-cover {
  object-fit: cover;
}

.fa-icon-wrapper > svg {
  width: 1rem;
  height: 1rem;
}

svg[class*="fa-"] {
  width: 1rem;
  height: 1rem;
}

.stroke-width-2 {
  stroke-width: 2px !important;
}

.ratio-wide {
  position: relative;
  padding-top: calc(100% / 16 * 9);
}

.ratio-wide > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-wide--cover > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratio-wide--contain > * {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ratio-square {
  position: relative;
  padding-top: 100%;
}

.ratio-square > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-square--cover > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratio-square--contain > * {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@font-face {
  font-family: "fa";
  src: url("assets/fonts/fa/fa.ttf?fqk8xy") format("truetype"), url("assets/fonts/fa/fa.woff?fqk8xy") format("woff"), url("assets/fonts/fa/fa.svg?fqk8xy#fa") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa-iconfont {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fa" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-iconfont:before {
  font-size: 1.25rem;
  line-height: 1;
}

.icon-chevron-down-light:before {
  content: "";
}

.icon-check-light:before {
  content: "";
}

.icon-long-arrow-down-light:before {
  content: "";
}

.icon-long-arrow-left-light:before {
  content: "";
}

.icon-long-arrow-right-light:before {
  content: "";
}

.icon-long-arrow-up-light:before {
  content: "";
}

.icon-times-light:before {
  content: "";
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #ca1c20;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto !important;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next {
  transition: transform 0.15s ease-out;
}

.swiper-button-prev {
  transition: transform 0.15s ease-out;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.wpml-ls-legacy-dropdown {
  width: 15.5em;
  max-width: 100%;
}

.wpml-ls-legacy-dropdown > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #444;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1;
}

.wpml-ls-legacy-dropdown a span {
  vertical-align: middle;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: calc(10px + 1.4em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 10px;
  padding-left: calc(10px + 1.4em);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 0.35em solid transparent;
  border-top: 0.5em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - 0.175em);
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: auto;
  left: 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  color: #000;
  background: #eee;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-width: 0 1px 1px;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: 0.4em;
}

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: 0;
  margin-right: 0.4em;
}

.l_main {
  position: relative;
  z-index: 1;
}

.l_main:has(.cc_image-gallery__lightbox.is-active) {
  z-index: 400;
}

.l_page[data-template="password-form.twig"] form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

.l_page[data-template="password-form.twig"] form .btn {
  text-wrap: nowrap;
}

.l_page[data-template="password-form.twig"] form .input-wrapper {
  width: 100%;
}

.l_page[data-template="password-form.twig"] form input {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
}

.l_page[data-template="password-form.twig"] form input::placeholder {
  color: var(--c-grayscale-gray-78);
}

.l_page[data-template="password-form.twig"] form .error-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: all .3s;
}

.l_page[data-template="password-form.twig"] form .error-wrapper.show {
  grid-template-rows: 1fr;
}

.l_page[data-template="password-form.twig"] form .error-wrapper-inner {
  overflow: hidden;
}

.l_page[data-template="password-form.twig"] form .error-msg {
  background-color: #ffd6d7 !important;
  border-radius: 4px !important;
  color: #ca1c20 !important;
  padding: 10px;
  margin: 5px 0 0 0;
  font-size: calc(1rem * 0.875) !important;
  line-height: 1.625 !important;
}

.l_page[data-template="password-form.twig"] form .error-msg * {
  font-size: calc(1rem * 0.875) !important;
  line-height: 1.625 !important;
}

.l_page[data-template="password-form.twig"] form .error-msg p {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  margin: 0;
}

.l_article.post-type-wptd_job .cl_group-cards {
  margin-bottom: 0 !important;
}

.l_grid {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.l_grid .container-wrapper,
.l_grid .container,
.l_grid .container--wide,
.l_grid .container--narrow {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.l_grid .container-wrapper.bg-c-gray-dd,
.l_grid .container.bg-c-gray-dd,
.l_grid .container--wide.bg-c-gray-dd,
.l_grid .container--narrow.bg-c-gray-dd {
  background-color: transparent !important;
}

.l_grid__sidebar {
  display: none;
}

.l_grid__sidebar--mobile {
  display: block;
}

.l_components {
  overflow: hidden;
}

html {
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #373737;
  background-color: #fafafa;
  max-width: 1920px;
  margin: 0 auto;
  font-size: calc(clamp(1rem, 0.96176rem + 0.00191 * 100vw, 1.125rem) * 1) ;
  line-height: 1.625 ;
  font-family: Georgia, serif;
}

body.no-scroll {
  overflow: hidden;
}

body:before {
  content: "xs";
  display: none;
}

body.single-wptd_insight, body.single-wptd_event, body.page-template-tpl-cpt-insights {
  --c-highlight-c1: var(--c-second-c1-second, $c1-second);
  --c-highlight-c2: var(--c-second-c2-second, $c2-second);
  --c-highlight-g1: linear-gradient(-90deg, var(--c-second-c2-second) 0%, var(--c-second-c1-second) 100%);
}

body.single-wptd_service, body.page-template-tpl-cpt-services, body.single-wptd_solution, body.page-template-tpl-cpt-solutions {
  --c-highlight-c1: var(--c-third-c1-third, $c1-third);
  --c-highlight-c2: var(--c-third-c2-third, $c2-third);
  --c-highlight-g1: linear-gradient(-90deg, var(--c-third-c2-third) 0%, var(--c-third-c1-third) 100%);
}

body.single-wptd_job, body.post-type-archive-wptd_job {
  --c-highlight-c1: var(--c-fourth-c1-fourth, $c1-fourth);
  --c-highlight-c2: var(--c-fourth-c2-fourth, $c2-fourth);
  --c-highlight-g1: linear-gradient(-90deg, var(--c-second-c1-second) 0%, var(--c-fourth-c1-fourth) 100%);
}

body.single-wptd_about-us, body.page-template-tpl-cpt-about-us {
  --c-highlight-c1: var(--c-fifth-c1-fifth, $c1-fifth);
  --c-highlight-c2: var(--c-fifth-c2-fifth, $c2-fifth);
  --c-highlight-g1: linear-gradient(-90deg, var(--c-second-c1-second) 0%, var(--c-fifth-c1-fifth) 100%);
}

@-ms-viewport {
  width: device-width;
}

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

::selection {
  background: var(--c-highlight-c1) !important;
  color: #fafafa !important;
  text-shadow: none;
  -webkit-text-fill-color: #fafafa !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #373737;
  margin: 1rem 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

address {
  font-style: normal;
}

a:focus,
button:focus,
input[type="submit"]:focus {
  outline: none;
}

a.is-focused:focus,
button.is-focused:focus,
input[type="submit"].is-focused:focus {
  outline: 2px solid #ebebeb;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  box-shadow: none;
}

a.is-focused:focus {
  outline: 2px solid #ebebeb;
}

a.is-focused:focus:after {
  display: none;
}

a:active {
  color: inherit;
}

form input:focus,
form select:focus,
form .choices:focus,
form textarea:focus,
form button:focus {
  outline: none;
}

figure {
  margin: 0;
  position: relative;
}

figure img {
  display: block;
  width: 100%;
  height: auto;
}

figure img.img-cover {
  width: 100%;
  height: calc(100% - 1px);
  object-fit: cover;
  transition: opacity 0.15s ease-in-out;
}

figure img.img-contain {
  width: 100%;
  height: calc(100% - 1px);
  object-fit: contain;
  transition: opacity 0.15s ease-in-out;
}

figure img.lazyload {
  opacity: 0;
}

figure img.lazyloaded {
  opacity: 1;
}

figcaption,
.figcaption {
  display: block;
  margin-top: 0.5rem;
  color: #787878;
  text-align: left;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-size: calc(1rem * 1) ;
  line-height: 1.625 ;
}

ul,
ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

code {
  display: inline-block;
}

blockquote {
  font-size: calc(clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem) * 1) ;
  line-height: 1.25 ;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  color: #bf1d72;
  margin: 0;
  margin-bottom: 1em;
}

cite {
  font-style: normal;
}

.otgs-development-site-front-end {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: calc(clamp(2rem, 1.23518rem + 0.03824 * 100vw, 4.5rem) * 1) ;
  line-height: 1.125 ;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.h1-second {
  font-size: calc(clamp(2rem, 1.38815rem + 0.03059 * 100vw, 4rem) * 1) ;
  line-height: 1.125 ;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.h1-third {
  font-size: calc(clamp(2rem, 1.61759rem + 0.01912 * 100vw, 3.25rem) * 1) ;
  line-height: 1.125 ;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h2,
.h2 {
  font-size: calc(clamp(1.75rem, 1.36759rem + 0.01912 * 100vw, 3rem) * 1) ;
  line-height: 1.25 ;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h3,
.h3 {
  font-size: calc(clamp(1.5rem, 1.34704rem + 0.00765 * 100vw, 2rem) * 1) ;
  line-height: 1.25 ;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h4,
.h4 {
  font-size: calc(clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem) * 1) ;
  line-height: 1.25 ;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h5,
.h5 {
  font-size: calc(clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem) * 1) ;
  line-height: 1.25 ;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h6,
.h6 {
  font-size: calc(1rem * 1) ;
  line-height: 1.25 ;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.text-intro {
  font-size: calc(clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem) * 1) ;
  line-height: 1.25 ;
  font-style: italic;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 1em;
}

.text-xl {
  font-size: calc(clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem) * 1) ;
  line-height: 1.625 ;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 1em;
}

.text-lg {
  font-size: calc(clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem) * 1) ;
  line-height: 1.625 ;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 1em;
}

.text-md {
  font-size: calc(clamp(1rem, 0.96176rem + 0.00191 * 100vw, 1.125rem) * 1) ;
  line-height: 1.625 ;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 1em;
}

.text-sm {
  font-size: calc(1rem * 1) ;
  line-height: 1.625 ;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 1em;
}

.text-xs {
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) ;
  line-height: 1.5 ;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 1em;
}

.text-xxs {
  font-size: calc(clamp(0.875rem, 0.875rem + 0 * 100vw, 0.875rem) * 1) ;
  line-height: 1.25 ;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 1em;
}

p {
  font-size: calc(clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem) * 1) ;
  line-height: 1.625 ;
  font-family: Georgia, serif;
  font-weight: normal;
  margin-bottom: 1em;
}

p em {
  font-style: italic;
}

p strong {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.btn,
a.btn {
  cursor: pointer;
  transition: 0.15s ease-in-out !important;
  text-decoration: none !important;
  display: inline-flex !important;
  user-select: none;
  /**----------------------------------------------------------------------
   * MAIN
   *---------------------------------------------------------------------*/
  /**----------------------------------------------------------------------
   * SECOND
   *---------------------------------------------------------------------*/
}

.btn svg,
a.btn svg {
  margin-left: 0;
  transition: transform 0.15s ease-in-out;
}

.btn--small,
a.btn--small {
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) !important;
  line-height: 1 !important;
}

.btn--small svg,
a.btn--small svg {
  font-size: calc(clamp(1rem, 0.96176rem + 0.00191 * 100vw, 1.125rem) * 1) !important;
  line-height: 1 !important;
}

.btn--large,
a.btn--large {
  font-size: calc(clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem) * 1) !important;
  line-height: 1 !important;
  padding: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem) !important;
}

.btn--large svg,
a.btn--large svg {
  font-size: calc(clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem) * 1) !important;
  line-height: 1 !important;
}

.btn--block,
a.btn--block {
  display: block;
  text-align: center;
}

.btn-main,
a.btn-main {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  font-size: clamp(0.875rem, 0.79852rem + 0.00382 * 100vw, 1.125rem);
  line-height: 1.25;
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.btn1-main,
a.btn1-main {
  background-color: var(--c-highlight-c1);
  border: 1px solid var(--c-highlight-c1);
  color: #fafafa;
}

.btn1-main svg,
a.btn1-main svg {
  color: #fafafa;
}

.btn2-main,
a.btn2-main {
  background-color: #bf1d72;
  border: 1px solid #bf1d72;
  color: #fafafa;
}

.btn2-main svg,
a.btn2-main svg {
  color: #fafafa;
}

.btn3-main,
a.btn3-main {
  background-color: #743794;
  border: 1px solid #743794;
  color: #fafafa;
}

.btn3-main svg,
a.btn3-main svg {
  color: #fafafa;
}

.btn4-main,
a.btn4-main {
  background-color: #ca1c20;
  border: 1px solid #ca1c20;
  color: #fafafa;
}

.btn4-main svg,
a.btn4-main svg {
  color: #fafafa;
}

.btn5-main,
a.btn5-main {
  background-color: #ca1c20;
  border: 1px solid #ca1c20;
  color: #fafafa;
}

.btn5-main svg,
a.btn5-main svg {
  color: #fafafa;
}

.btn6-main,
a.btn6-main {
  background-color: var(--c-highlight-c1);
  border: 1px solid var(--c-highlight-c1);
  color: #fafafa;
}

.btn6-main svg,
a.btn6-main svg {
  color: #fafafa;
}

.btn7-main,
a.btn7-main {
  background-color: #373737;
  border: 1px solid #373737;
  color: #fafafa;
}

.btn7-main svg,
a.btn7-main svg {
  color: #fafafa;
}

.btn8-main,
a.btn8-main {
  background-color: transparent;
  border: 1px solid #fafafa;
  color: #fafafa;
}

.btn8-main svg,
a.btn8-main svg {
  color: #fafafa;
}

.btn9-main,
a.btn9-main {
  background-color: transparent;
  border: 1px solid #fafafa;
  color: #fafafa;
}

.btn9-main svg,
a.btn9-main svg {
  color: #fafafa;
}

.btn-main-disabled, .btn-main[disabled], .btn-main-disabled[disabled],
a.btn-main-disabled,
a.btn-main[disabled],
a.btn-main-disabled[disabled] {
  cursor: auto;
  background-color: #dddddd;
  color: #999999;
}

.btn-main-disabled svg, .btn-main[disabled] svg, .btn-main-disabled[disabled] svg,
a.btn-main-disabled svg,
a.btn-main[disabled] svg,
a.btn-main-disabled[disabled] svg {
  color: #999999;
  transform: none !important;
}

.btn-second,
a.btn-second {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0.375rem 1rem;
  background-color: transparent;
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) ;
  line-height: 1.5 ;
}

.btn-second.no-hover,
a.btn-second.no-hover {
  cursor: initial;
}

.btn1-second,
a.btn1-second {
  border: 1px solid #ca1c20;
  color: #ca1c20;
}

.btn1-second.is-active,
a.btn1-second.is-active {
  background-color: #ca1c20;
  color: #fafafa;
}

.btn2-second,
a.btn2-second {
  border: 1px solid #bf1d72;
  color: #bf1d72;
}

.btn2-second.is-active,
a.btn2-second.is-active {
  background-color: #bf1d72;
  color: #fafafa;
}

.btn3-second,
a.btn3-second {
  border: 1px solid #743794;
  color: #743794;
}

.btn3-second.is-active,
a.btn3-second.is-active {
  background-color: #743794;
  color: #fafafa;
}

.btn4-second,
a.btn4-second {
  border: 1px solid #ca1c20;
  color: #ca1c20;
}

.btn4-second.is-active,
a.btn4-second.is-active {
  background-color: #ca1c20;
  color: #fafafa;
}

.btn5-second,
a.btn5-second {
  border: 1px solid #ca1c20;
  color: #ca1c20;
}

.btn5-second.is-active,
a.btn5-second.is-active {
  background-color: #ca1c20;
  color: #fafafa;
}

.btn6-second,
a.btn6-second {
  border: 1px solid var(--c-highlight-c1);
  color: var(--c-highlight-c1);
}

.btn6-second.is-active,
a.btn6-second.is-active {
  background-color: var(--c-highlight-c1);
  color: #fafafa;
}

.btn7-second,
a.btn7-second {
  border: 1px solid #373737;
  color: #373737;
}

.btn7-second.is-active,
a.btn7-second.is-active {
  background-color: #373737;
  color: #fafafa;
}

.btn8-second,
a.btn8-second {
  border: 1px solid #fafafa;
  color: #fafafa;
}

.btn8-second.is-active,
a.btn8-second.is-active {
  background-color: #fafafa;
  color: #373737;
}

.btn-second-disabled, .btn-second[disabled], .btn-second-disabled[disabled], .btn.is-disabled,
a.btn-second-disabled,
a.btn-second[disabled],
a.btn-second-disabled[disabled],
a.btn.is-disabled {
  cursor: auto;
  opacity: 0.25;
  pointer-events: none;
}

a.link,
span.link {
  transition: color 0.15s ease-in-out;
  text-decoration: none;
  /**----------------------------------------------------------------------
   * MAIN
   *---------------------------------------------------------------------*/
  /**----------------------------------------------------------------------
   * SECOND
   *---------------------------------------------------------------------*/
  /**----------------------------------------------------------------------
   * THIRD
   *---------------------------------------------------------------------*/
}

a.link-main,
span.link-main {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  position: relative;
}

a.link-main:after,
span.link-main:after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 0rem;
  max-width: 50%;
  transition: all 0.15s ease-in;
}

a.link1-main:after,
span.link1-main:after {
  border-bottom: 2px solid #373737;
}

a.link1-main:link,
span.link1-main:link {
  color: #373737;
}

a.link1-main:visited,
span.link1-main:visited {
  color: #373737;
}

a.link1-main:active,
span.link1-main:active {
  color: #373737;
}

a.link1-main:focus,
span.link1-main:focus {
  color: #373737;
}

a.link2-main:after,
span.link2-main:after {
  border-bottom: 2px solid #fafafa;
}

a.link2-main:link,
span.link2-main:link {
  color: #fafafa;
}

a.link2-main:visited,
span.link2-main:visited {
  color: #fafafa;
}

a.link2-main:active,
span.link2-main:active {
  color: #fafafa;
}

a.link2-main:focus,
span.link2-main:focus {
  color: #fafafa;
}

a.link-second,
span.link-second {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
}

a.link1-second:link,
span.link1-second:link {
  color: #ca1c20;
}

a.link1-second:visited,
span.link1-second:visited {
  color: #ca1c20;
}

a.link1-second:active,
span.link1-second:active {
  color: #ca1c20;
}

a.link2-second:link,
span.link2-second:link {
  color: #fafafa;
}

a.link2-second:visited,
span.link2-second:visited {
  color: #fafafa;
}

a.link2-second:active,
span.link2-second:active {
  color: #fafafa;
}

a.link3-second:link,
span.link3-second:link {
  color: #ca1c20;
}

a.link3-second:visited,
span.link3-second:visited {
  color: #ca1c20;
}

a.link3-second:active,
span.link3-second:active {
  color: #ca1c20;
}

a.link-third,
span.link-third {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem);
  position: relative;
  display: inline-flex;
  align-items: center;
}

a.link-third:after,
span.link-third:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  max-width: 0;
  transition: all 0.15s ease-in;
}

a.link-third--with-icon:after,
span.link-third--with-icon:after {
  left: 1.5rem;
}

a.link1-third:after,
span.link1-third:after {
  border-bottom: 2px solid #373737;
}

a.link1-third:link,
span.link1-third:link {
  color: #373737;
}

a.link1-third:visited,
span.link1-third:visited {
  color: #373737;
}

a.link1-third:active,
span.link1-third:active {
  color: #373737;
}

a.link2-third:after,
span.link2-third:after {
  border-bottom: 2px solid #ca1c20;
}

a.link2-third:link,
span.link2-third:link {
  color: #ca1c20;
}

a.link2-third:visited,
span.link2-third:visited {
  color: #ca1c20;
}

a.link2-third:active,
span.link2-third:active {
  color: #ca1c20;
}

a.link3-third:after,
span.link3-third:after {
  border-bottom: 2px solid #bf1d72;
}

a.link3-third:link,
span.link3-third:link {
  color: #bf1d72;
}

a.link3-third:visited,
span.link3-third:visited {
  color: #bf1d72;
}

a.link3-third:active,
span.link3-third:active {
  color: #bf1d72;
}

a.link4-third:after,
span.link4-third:after {
  border-bottom: 2px solid #743794;
}

a.link4-third:link,
span.link4-third:link {
  color: #743794;
}

a.link4-third:visited,
span.link4-third:visited {
  color: #743794;
}

a.link4-third:active,
span.link4-third:active {
  color: #743794;
}

a.link5-third:after,
span.link5-third:after {
  border-bottom: 2px solid #fafafa;
}

a.link5-third:link,
span.link5-third:link {
  color: #fafafa;
}

a.link5-third:visited,
span.link5-third:visited {
  color: #fafafa;
}

a.link5-third:active,
span.link5-third:active {
  color: #fafafa;
}

ul.list,
ol.list {
  margin: 1rem 0 1.5rem;
  padding-left: 0;
}

ul.list li,
ol.list li {
  font-size: calc(clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem) * 1) ;
  line-height: 1.25 ;
}

ul.list {
  list-style: none;
}

ul.list li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1rem;
}

ul.list li:before {
  content: "";
  background-color: #ca1c20;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  border-radius: 50%;
  top: 0.625em;
  left: 0;
}

body#tinymce.h2 *,
.tinymce.h2 * {
  font-size: calc(clamp(1.75rem, 1.36759rem + 0.01912 * 100vw, 3rem) * 1) !important;
  line-height: 1.25 !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

body#tinymce.h3 *,
.tinymce.h3 * {
  font-size: calc(clamp(1.5rem, 1.34704rem + 0.00765 * 100vw, 2rem) * 1) !important;
  line-height: 1.25 !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

body#tinymce.text-xl p,
body#tinymce.text-xl span,
.tinymce.text-xl p,
.tinymce.text-xl span {
  font-size: calc(clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem) * 1) !important;
  line-height: 1.625 !important;
}

body#tinymce.text-lg p,
body#tinymce.text-lg span,
.tinymce.text-lg p,
.tinymce.text-lg span {
  font-size: calc(clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem) * 1) !important;
  line-height: 1.625 !important;
}

body#tinymce.text-md p,
body#tinymce.text-md span,
.tinymce.text-md p,
.tinymce.text-md span {
  font-size: calc(clamp(1rem, 0.96176rem + 0.00191 * 100vw, 1.125rem) * 1) !important;
  line-height: 1.625 !important;
}

body#tinymce.text-sm p,
body#tinymce.text-sm span,
.tinymce.text-sm p,
.tinymce.text-sm span {
  font-size: calc(1rem * 1) !important;
  line-height: 1.625 !important;
}

body#tinymce h2,
body#tinymce h3,
body#tinymce h4,
body#tinymce h5,
body#tinymce p,
body#tinymce ul,
body#tinymce ol,
body#tinymce li,
body#tinymce a,
.tinymce h2,
.tinymce h3,
.tinymce h4,
.tinymce h5,
.tinymce p,
.tinymce ul,
.tinymce ol,
.tinymce li,
.tinymce a {
  margin-top: 0;
  margin-bottom: 0.5em;
}

body#tinymce h2:first-child,
body#tinymce h3:first-child,
body#tinymce h4:first-child,
body#tinymce h5:first-child,
body#tinymce p:first-child,
body#tinymce ul:first-child,
body#tinymce ol:first-child,
body#tinymce li:first-child,
body#tinymce a:first-child,
.tinymce h2:first-child,
.tinymce h3:first-child,
.tinymce h4:first-child,
.tinymce h5:first-child,
.tinymce p:first-child,
.tinymce ul:first-child,
.tinymce ol:first-child,
.tinymce li:first-child,
.tinymce a:first-child {
  margin-top: 0;
}

body#tinymce h2:last-child,
body#tinymce h3:last-child,
body#tinymce h4:last-child,
body#tinymce h5:last-child,
body#tinymce p:last-child,
body#tinymce ul:last-child,
body#tinymce ol:last-child,
body#tinymce li:last-child,
body#tinymce a:last-child,
.tinymce h2:last-child,
.tinymce h3:last-child,
.tinymce h4:last-child,
.tinymce h5:last-child,
.tinymce p:last-child,
.tinymce ul:last-child,
.tinymce ol:last-child,
.tinymce li:last-child,
.tinymce a:last-child {
  margin-bottom: 0;
}

body#tinymce h2.center,
body#tinymce h3.center,
body#tinymce h4.center,
body#tinymce h5.center,
body#tinymce p.center,
body#tinymce a.center,
.tinymce h2.center,
.tinymce h3.center,
.tinymce h4.center,
.tinymce h5.center,
.tinymce p.center,
.tinymce a.center {
  text-align: center;
}

body#tinymce p,
.tinymce p {
  margin-bottom: 1em;
}

body#tinymce p:last-of-type,
.tinymce p:last-of-type {
  margin-bottom: 0 !important;
}

body#tinymce p + h2,
body#tinymce p + h3,
body#tinymce p + h4,
body#tinymce p + h5,
.tinymce p + h2,
.tinymce p + h3,
.tinymce p + h4,
.tinymce p + h5 {
  padding-top: 1em;
}

body#tinymce span.mce_brake,
.tinymce span.mce_brake {
  display: block;
  height: 1rem;
  margin: 0;
}

body#tinymce blockquote,
.tinymce blockquote {
  background-color: #ebebeb;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  padding: 2em;
  border-radius: 4px;
}

body#tinymce strong,
.tinymce strong {
  font-family: Georgia, serif;
  font-weight: normal;
}

body#tinymce em,
.tinymce em {
  font-style: italic;
}

body#tinymce ul,
body#tinymce ol,
.tinymce ul,
.tinymce ol {
  margin: 1rem 0 1.5rem;
  padding-left: 1.3rem;
}

body#tinymce ul li,
body#tinymce ol li,
.tinymce ul li,
.tinymce ol li {
  font-size: calc(clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem) * 1) ;
  line-height: 1.625 ;
  font-family: Georgia, serif;
}

body#tinymce ul li.text-sm,
body#tinymce ol li.text-sm,
.tinymce ul li.text-sm,
.tinymce ol li.text-sm {
  font-size: calc(1rem * 1) ;
  line-height: 1.625 ;
}

body#tinymce ul li.text-md,
body#tinymce ol li.text-md,
.tinymce ul li.text-md,
.tinymce ol li.text-md {
  font-size: calc(clamp(1rem, 0.96176rem + 0.00191 * 100vw, 1.125rem) * 1) ;
  line-height: 1.625 ;
}

body#tinymce ul li.text-lg,
body#tinymce ol li.text-lg,
.tinymce ul li.text-lg,
.tinymce ol li.text-lg {
  font-size: calc(clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem) * 1) ;
  line-height: 1.625 ;
}

body#tinymce ul li.text-xl,
body#tinymce ol li.text-xl,
.tinymce ul li.text-xl,
.tinymce ol li.text-xl {
  font-size: calc(clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem) * 1) ;
  line-height: 1.625 ;
}

body#tinymce ol,
.tinymce ol {
  list-style: decimal;
}

body#tinymce ul,
.tinymce ul {
  list-style: none;
}

body#tinymce ul li,
.tinymce ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1rem;
}

body#tinymce ul li:before,
.tinymce ul li:before {
  content: "";
  background-color: var(--c-highlight-c1);
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  border-radius: 50%;
  top: 0.625em;
  left: 0;
}

body#tinymce iframe,
.tinymce iframe {
  width: 100%;
}

body#tinymce a:not(.btn),
.tinymce a:not(.btn) {
  transition: color 0.15s ease-in-out;
  position: relative;
  text-decoration: underline;
}

body#tinymce a:not(.btn):link,
.tinymce a:not(.btn):link {
  color: var(--c-highlight-c1);
}

body#tinymce a:not(.btn):visited,
.tinymce a:not(.btn):visited {
  color: var(--c-highlight-c1);
}

body#tinymce a:not(.btn):active,
.tinymce a:not(.btn):active {
  color: var(--c-highlight-c1);
}

body#tinymce form[id^="form-bitforms"],
.tinymce form[id^="form-bitforms"] {
  margin: clamp(1.5rem, 1.19407rem + 0.0153 * 100vw, 2.5rem) 0;
}

body#tinymce form[id^="form-bitforms"]:last-child,
.tinymce form[id^="form-bitforms"]:last-child {
  margin-bottom: 0;
}

body#tinymce .btn,
body#tinymce a.btn,
.tinymce .btn,
.tinymce a.btn {
  cursor: pointer;
  transition: 0.15s ease-in-out !important;
  text-decoration: none !important;
  display: inline-flex !important;
  user-select: none;
  /**----------------------------------------------------------------------
   * MAIN
   *---------------------------------------------------------------------*/
  /**----------------------------------------------------------------------
   * SECOND
   *---------------------------------------------------------------------*/
}

body#tinymce .btn svg,
body#tinymce a.btn svg,
.tinymce .btn svg,
.tinymce a.btn svg {
  margin-left: 0;
  transition: transform 0.15s ease-in-out;
}

body#tinymce .btn--small,
body#tinymce a.btn--small,
.tinymce .btn--small,
.tinymce a.btn--small {
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) !important;
  line-height: 1 !important;
}

body#tinymce .btn--small svg,
body#tinymce a.btn--small svg,
.tinymce .btn--small svg,
.tinymce a.btn--small svg {
  font-size: calc(clamp(1rem, 0.96176rem + 0.00191 * 100vw, 1.125rem) * 1) !important;
  line-height: 1 !important;
}

body#tinymce .btn--large,
body#tinymce a.btn--large,
.tinymce .btn--large,
.tinymce a.btn--large {
  font-size: calc(clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem) * 1) !important;
  line-height: 1 !important;
  padding: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem) !important;
}

body#tinymce .btn--large svg,
body#tinymce a.btn--large svg,
.tinymce .btn--large svg,
.tinymce a.btn--large svg {
  font-size: calc(clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem) * 1) !important;
  line-height: 1 !important;
}

body#tinymce .btn--block,
body#tinymce a.btn--block,
.tinymce .btn--block,
.tinymce a.btn--block {
  display: block;
  text-align: center;
}

body#tinymce .btn-main,
body#tinymce a.btn-main,
.tinymce .btn-main,
.tinymce a.btn-main {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  font-size: clamp(0.875rem, 0.79852rem + 0.00382 * 100vw, 1.125rem);
  line-height: 1.25;
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

body#tinymce .btn1-main,
body#tinymce a.btn1-main,
.tinymce .btn1-main,
.tinymce a.btn1-main {
  background-color: var(--c-highlight-c1);
  border: 1px solid var(--c-highlight-c1);
  color: #fafafa;
}

body#tinymce .btn1-main svg,
body#tinymce a.btn1-main svg,
.tinymce .btn1-main svg,
.tinymce a.btn1-main svg {
  color: #fafafa;
}

body#tinymce .btn2-main,
body#tinymce a.btn2-main,
.tinymce .btn2-main,
.tinymce a.btn2-main {
  background-color: #bf1d72;
  border: 1px solid #bf1d72;
  color: #fafafa;
}

body#tinymce .btn2-main svg,
body#tinymce a.btn2-main svg,
.tinymce .btn2-main svg,
.tinymce a.btn2-main svg {
  color: #fafafa;
}

body#tinymce .btn3-main,
body#tinymce a.btn3-main,
.tinymce .btn3-main,
.tinymce a.btn3-main {
  background-color: #743794;
  border: 1px solid #743794;
  color: #fafafa;
}

body#tinymce .btn3-main svg,
body#tinymce a.btn3-main svg,
.tinymce .btn3-main svg,
.tinymce a.btn3-main svg {
  color: #fafafa;
}

body#tinymce .btn4-main,
body#tinymce a.btn4-main,
.tinymce .btn4-main,
.tinymce a.btn4-main {
  background-color: #ca1c20;
  border: 1px solid #ca1c20;
  color: #fafafa;
}

body#tinymce .btn4-main svg,
body#tinymce a.btn4-main svg,
.tinymce .btn4-main svg,
.tinymce a.btn4-main svg {
  color: #fafafa;
}

body#tinymce .btn5-main,
body#tinymce a.btn5-main,
.tinymce .btn5-main,
.tinymce a.btn5-main {
  background-color: #ca1c20;
  border: 1px solid #ca1c20;
  color: #fafafa;
}

body#tinymce .btn5-main svg,
body#tinymce a.btn5-main svg,
.tinymce .btn5-main svg,
.tinymce a.btn5-main svg {
  color: #fafafa;
}

body#tinymce .btn6-main,
body#tinymce a.btn6-main,
.tinymce .btn6-main,
.tinymce a.btn6-main {
  background-color: var(--c-highlight-c1);
  border: 1px solid var(--c-highlight-c1);
  color: #fafafa;
}

body#tinymce .btn6-main svg,
body#tinymce a.btn6-main svg,
.tinymce .btn6-main svg,
.tinymce a.btn6-main svg {
  color: #fafafa;
}

body#tinymce .btn7-main,
body#tinymce a.btn7-main,
.tinymce .btn7-main,
.tinymce a.btn7-main {
  background-color: #373737;
  border: 1px solid #373737;
  color: #fafafa;
}

body#tinymce .btn7-main svg,
body#tinymce a.btn7-main svg,
.tinymce .btn7-main svg,
.tinymce a.btn7-main svg {
  color: #fafafa;
}

body#tinymce .btn8-main,
body#tinymce a.btn8-main,
.tinymce .btn8-main,
.tinymce a.btn8-main {
  background-color: transparent;
  border: 1px solid #fafafa;
  color: #fafafa;
}

body#tinymce .btn8-main svg,
body#tinymce a.btn8-main svg,
.tinymce .btn8-main svg,
.tinymce a.btn8-main svg {
  color: #fafafa;
}

body#tinymce .btn9-main,
body#tinymce a.btn9-main,
.tinymce .btn9-main,
.tinymce a.btn9-main {
  background-color: transparent;
  border: 1px solid #fafafa;
  color: #fafafa;
}

body#tinymce .btn9-main svg,
body#tinymce a.btn9-main svg,
.tinymce .btn9-main svg,
.tinymce a.btn9-main svg {
  color: #fafafa;
}

body#tinymce .btn-main-disabled, body#tinymce .btn-main[disabled], body#tinymce .btn-main-disabled[disabled],
body#tinymce a.btn-main-disabled,
body#tinymce a.btn-main[disabled],
body#tinymce a.btn-main-disabled[disabled],
.tinymce .btn-main-disabled,
.tinymce .btn-main[disabled],
.tinymce .btn-main-disabled[disabled],
.tinymce a.btn-main-disabled,
.tinymce a.btn-main[disabled],
.tinymce a.btn-main-disabled[disabled] {
  cursor: auto;
  background-color: #dddddd;
  color: #999999;
}

body#tinymce .btn-main-disabled svg, body#tinymce .btn-main[disabled] svg, body#tinymce .btn-main-disabled[disabled] svg,
body#tinymce a.btn-main-disabled svg,
body#tinymce a.btn-main[disabled] svg,
body#tinymce a.btn-main-disabled[disabled] svg,
.tinymce .btn-main-disabled svg,
.tinymce .btn-main[disabled] svg,
.tinymce .btn-main-disabled[disabled] svg,
.tinymce a.btn-main-disabled svg,
.tinymce a.btn-main[disabled] svg,
.tinymce a.btn-main-disabled[disabled] svg {
  color: #999999;
  transform: none !important;
}

body#tinymce .btn-second,
body#tinymce a.btn-second,
.tinymce .btn-second,
.tinymce a.btn-second {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0.375rem 1rem;
  background-color: transparent;
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) ;
  line-height: 1.5 ;
}

body#tinymce .btn-second.no-hover,
body#tinymce a.btn-second.no-hover,
.tinymce .btn-second.no-hover,
.tinymce a.btn-second.no-hover {
  cursor: initial;
}

body#tinymce .btn1-second,
body#tinymce a.btn1-second,
.tinymce .btn1-second,
.tinymce a.btn1-second {
  border: 1px solid #ca1c20;
  color: #ca1c20;
}

body#tinymce .btn1-second.is-active,
body#tinymce a.btn1-second.is-active,
.tinymce .btn1-second.is-active,
.tinymce a.btn1-second.is-active {
  background-color: #ca1c20;
  color: #fafafa;
}

body#tinymce .btn2-second,
body#tinymce a.btn2-second,
.tinymce .btn2-second,
.tinymce a.btn2-second {
  border: 1px solid #bf1d72;
  color: #bf1d72;
}

body#tinymce .btn2-second.is-active,
body#tinymce a.btn2-second.is-active,
.tinymce .btn2-second.is-active,
.tinymce a.btn2-second.is-active {
  background-color: #bf1d72;
  color: #fafafa;
}

body#tinymce .btn3-second,
body#tinymce a.btn3-second,
.tinymce .btn3-second,
.tinymce a.btn3-second {
  border: 1px solid #743794;
  color: #743794;
}

body#tinymce .btn3-second.is-active,
body#tinymce a.btn3-second.is-active,
.tinymce .btn3-second.is-active,
.tinymce a.btn3-second.is-active {
  background-color: #743794;
  color: #fafafa;
}

body#tinymce .btn4-second,
body#tinymce a.btn4-second,
.tinymce .btn4-second,
.tinymce a.btn4-second {
  border: 1px solid #ca1c20;
  color: #ca1c20;
}

body#tinymce .btn4-second.is-active,
body#tinymce a.btn4-second.is-active,
.tinymce .btn4-second.is-active,
.tinymce a.btn4-second.is-active {
  background-color: #ca1c20;
  color: #fafafa;
}

body#tinymce .btn5-second,
body#tinymce a.btn5-second,
.tinymce .btn5-second,
.tinymce a.btn5-second {
  border: 1px solid #ca1c20;
  color: #ca1c20;
}

body#tinymce .btn5-second.is-active,
body#tinymce a.btn5-second.is-active,
.tinymce .btn5-second.is-active,
.tinymce a.btn5-second.is-active {
  background-color: #ca1c20;
  color: #fafafa;
}

body#tinymce .btn6-second,
body#tinymce a.btn6-second,
.tinymce .btn6-second,
.tinymce a.btn6-second {
  border: 1px solid var(--c-highlight-c1);
  color: var(--c-highlight-c1);
}

body#tinymce .btn6-second.is-active,
body#tinymce a.btn6-second.is-active,
.tinymce .btn6-second.is-active,
.tinymce a.btn6-second.is-active {
  background-color: var(--c-highlight-c1);
  color: #fafafa;
}

body#tinymce .btn7-second,
body#tinymce a.btn7-second,
.tinymce .btn7-second,
.tinymce a.btn7-second {
  border: 1px solid #373737;
  color: #373737;
}

body#tinymce .btn7-second.is-active,
body#tinymce a.btn7-second.is-active,
.tinymce .btn7-second.is-active,
.tinymce a.btn7-second.is-active {
  background-color: #373737;
  color: #fafafa;
}

body#tinymce .btn8-second,
body#tinymce a.btn8-second,
.tinymce .btn8-second,
.tinymce a.btn8-second {
  border: 1px solid #fafafa;
  color: #fafafa;
}

body#tinymce .btn8-second.is-active,
body#tinymce a.btn8-second.is-active,
.tinymce .btn8-second.is-active,
.tinymce a.btn8-second.is-active {
  background-color: #fafafa;
  color: #373737;
}

body#tinymce .btn-second-disabled, body#tinymce .btn-second[disabled], body#tinymce .btn-second-disabled[disabled], body#tinymce .btn.is-disabled,
body#tinymce a.btn-second-disabled,
body#tinymce a.btn-second[disabled],
body#tinymce a.btn-second-disabled[disabled],
body#tinymce a.btn.is-disabled,
.tinymce .btn-second-disabled,
.tinymce .btn-second[disabled],
.tinymce .btn-second-disabled[disabled],
.tinymce .btn.is-disabled,
.tinymce a.btn-second-disabled,
.tinymce a.btn-second[disabled],
.tinymce a.btn-second-disabled[disabled],
.tinymce a.btn.is-disabled {
  cursor: auto;
  opacity: 0.25;
  pointer-events: none;
}

.mb-small {
  margin-bottom: 10vw;
}

.mb-medium {
  margin-bottom: 10vw;
}

.mb-large {
  margin-bottom: 10vw;
}

.mt-small {
  margin-top: 10vw;
}

.mt-medium {
  margin-top: 10vw;
}

.mt-large {
  margin-top: 10vw;
}

.px-small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-medium {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-large {
  padding-left: 3rem;
  padding-right: 3rem;
}

form label,
.form label {
  font-family: Georgia, serif;
  font-size: 1rem;
  color: #fafafa;
}

form input[type="url"],
form input[type="text"],
form input[type="password"],
form input[type="number"],
form input[type="email"],
form input[type="tel"],
form textarea,
.form input[type="url"],
.form input[type="text"],
.form input[type="password"],
.form input[type="number"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
  outline: none;
  border: 1px solid #787878;
  padding: 1rem;
  border-radius: 4px;
}

form input[type="url"]::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
.form input[type="url"]::-webkit-input-placeholder,
.form input[type="text"]::-webkit-input-placeholder,
.form input[type="password"]::-webkit-input-placeholder,
.form input[type="number"]::-webkit-input-placeholder,
.form input[type="email"]::-webkit-input-placeholder,
.form input[type="tel"]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #787878;
}

form input[type="url"]::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
.form input[type="url"]::-webkit-input-placeholder,
.form input[type="text"]::-webkit-input-placeholder,
.form input[type="password"]::-webkit-input-placeholder,
.form input[type="number"]::-webkit-input-placeholder,
.form input[type="email"]::-webkit-input-placeholder,
.form input[type="tel"]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #787878;
}

form input[type="url"]::-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form textarea::-moz-placeholder,
.form input[type="url"]::-moz-placeholder,
.form input[type="text"]::-moz-placeholder,
.form input[type="password"]::-moz-placeholder,
.form input[type="number"]::-moz-placeholder,
.form input[type="email"]::-moz-placeholder,
.form input[type="tel"]::-moz-placeholder,
.form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #787878;
}

form input[type="url"]:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
.form input[type="url"]:-ms-input-placeholder,
.form input[type="text"]:-ms-input-placeholder,
.form input[type="password"]:-ms-input-placeholder,
.form input[type="number"]:-ms-input-placeholder,
.form input[type="email"]:-ms-input-placeholder,
.form input[type="tel"]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #787878;
}

form input[type="url"]:-moz-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form textarea:-moz-placeholder,
.form input[type="url"]:-moz-placeholder,
.form input[type="text"]:-moz-placeholder,
.form input[type="password"]:-moz-placeholder,
.form input[type="number"]:-moz-placeholder,
.form input[type="email"]:-moz-placeholder,
.form input[type="tel"]:-moz-placeholder,
.form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #787878;
}

form input[type="date"],
form input[type="text"],
form input[type="password"],
form input[type="number"],
form input[type="email"],
form input[type="tel"],
form input[type="url"],
.form input[type="date"],
.form input[type="text"],
.form input[type="password"],
.form input[type="number"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="url"] {
  display: block;
  width: 100%;
  height: 60px;
  transition: 0.15s ease-in-out;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}

form input[type="date"]:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="url"]:focus,
.form input[type="date"]:focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form input[type="url"]:focus {
  border: solid 1px #ca1c20 !important;
}

form input[type="date"]:hover,
form input[type="text"]:hover,
form input[type="password"]:hover,
form input[type="number"]:hover,
form input[type="email"]:hover,
form input[type="tel"]:hover,
form input[type="url"]:hover,
.form input[type="date"]:hover,
.form input[type="text"]:hover,
.form input[type="password"]:hover,
.form input[type="number"]:hover,
.form input[type="email"]:hover,
.form input[type="tel"]:hover,
.form input[type="url"]:hover {
  border-color: #ca1c20 !important;
}

form input[type="number"]::-webkit-inner-spin-button,
form input[type="number"]::-webkit-outer-spin-button,
.form input[type="number"]::-webkit-inner-spin-button,
.form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form input[type="number"],
.form input[type="number"] {
  -moz-appearance: textfield;
}

form textarea,
.form textarea {
  width: 100%;
  height: 200px;
  min-height: 200px;
}

form textarea:focus,
.form textarea:focus {
  border-color: #ca1c20;
}

form textarea:hover,
.form textarea:hover {
  border-color: #ca1c20;
}

form--light label,
.form--light label {
  color: #373737;
}

form--light input:hover,
.form--light input:hover {
  border: solid 1px #bf1d72 !important;
}

form--light input:focus,
.form--light input:focus {
  border: solid 1px #bf1d72 !important;
}

.vi-form-tooltip {
  display: none;
  position: absolute !important;
  left: calc(50% - 14px);
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
  padding: 4px 12px !important;
  background-color: var(--c-highlight-c1) !important;
  color: var(--c-grayscale-white);
  border-radius: 4px !important;
  text-align: center;
  word-break: initial !important;
  width: max-content !important;
  max-width: calc(100vw - 32px);
}

.vi-form-tooltip,
.vi-form-tooltip * {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
}

.vi-form-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%) rotate(45deg);
  background: var(--c-highlight-c1);
  width: 12px;
  height: 12px;
}

.vi-form-tooltip.show {
  display: block;
}

.checkbox-wrapper {
  display: block;
  position: relative;
  line-height: 0;
}

.checkbox-wrapper input {
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.checkbox-wrapper input:focus + span:before {
  outline: none;
  border-color: #ca1c20;
}

.checkbox-wrapper input.is-focused:focus + span:before {
  outline: 1px solid #ca1c20;
}

.checkbox-wrapper input:checked + span {
  color: #ca1c20;
}

.checkbox-wrapper input:checked + span:before {
  content: "";
  font-family: "fa" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1.25rem;
  min-height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ca1c20;
}

.checkbox-wrapper input + span {
  cursor: pointer;
  transition: color 0.15s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ca1c20;
}

.checkbox-wrapper input + span:before {
  content: "";
  transition: border-color 0.15s ease-in-out;
  background: #fafafa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid #dddddd;
}

.radio-wrapper {
  display: block;
  position: relative;
  line-height: 0;
}

.radio-wrapper input {
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.radio-wrapper input:focus + span:before {
  border-color: #ca1c20;
  outline: none;
  border-radius: 50%;
}

.radio-wrapper input.is-focused:focus + span:before {
  box-shadow: 0 0 0 1px #861952;
}

.radio-wrapper input:checked + span {
  position: relative;
  color: #ca1c20;
}

.radio-wrapper input:checked + span:before {
  border-color: #ca1c20;
}

.radio-wrapper input:checked + span:after {
  content: "";
  background-color: #ca1c20;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.radio-wrapper input + span {
  cursor: pointer;
  transition: color 0.15s ease-in-out;
  display: inline-flex;
  align-items: center;
  color: #ca1c20;
}

.radio-wrapper input + span:before {
  content: "";
  transition: border-color 0.15s ease-in-out;
  background: #fafafa;
  display: inline-flex;
  align-items: center;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid #dddddd;
  border-radius: 50%;
}

form[id^="form-bitforms"] {
  display: block !important;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

form[id^="form-bitforms"] * {
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
}

form[id^="form-bitforms"] p:not([class^="h"]) {
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) !important;
  line-height: 1.25 !important;
}

form[id^="form-bitforms"] p * {
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) !important;
  line-height: 1.25 !important;
}

form[id^="form-bitforms"] p a {
  color: var(--c-highlight-c1) !important;
}

form[id^="form-bitforms"] > div {
  background-color: white !important;
  border: 1px solid #ebebeb !important;
  border-radius: 4px !important;
  padding: 1.5rem 0.5rem !important;
}

form[id^="form-bitforms"] label[class*="lbl"] {
  display: none !important;
}

form[id^="form-bitforms"] [class*="dpd-fld-container"] * {
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) !important;
  line-height: 1.25 !important;
}

form[id^="form-bitforms"] [class*="dpd-fld-container"] .selected-opt {
  background: var(--c-highlight-c3) !important;
}

form[id^="form-bitforms"] [class*="dpd-fld-container"] [class*="option-search-wrp"] {
  display: none !important;
}

form[id^="form-bitforms"] input,
form[id^="form-bitforms"] textarea,
form[id^="form-bitforms"] [class*="dpd-fld-wrp"] {
  background-color: white;
}

form[id^="form-bitforms"] input[class*="fld"], form[id^="form-bitforms"] input.msl-input, form[id^="form-bitforms"] input[class*="selected-opt-lbl"],
form[id^="form-bitforms"] textarea[class*="fld"],
form[id^="form-bitforms"] textarea.msl-input,
form[id^="form-bitforms"] textarea[class*="selected-opt-lbl"],
form[id^="form-bitforms"] [class*="dpd-fld-wrp"][class*="fld"],
form[id^="form-bitforms"] [class*="dpd-fld-wrp"].msl-input,
form[id^="form-bitforms"] [class*="dpd-fld-wrp"][class*="selected-opt-lbl"] {
  border-radius: 4px !important;
  margin: 0 !important;
  font-size: calc(1rem * 1) !important;
  line-height: 1.625 !important;
  padding: 1rem !important;
  height: auto !important;
}

form[id^="form-bitforms"] input[class*="fld"]::placeholder, form[id^="form-bitforms"] input.msl-input::placeholder, form[id^="form-bitforms"] input[class*="selected-opt-lbl"]::placeholder,
form[id^="form-bitforms"] textarea[class*="fld"]::placeholder,
form[id^="form-bitforms"] textarea.msl-input::placeholder,
form[id^="form-bitforms"] textarea[class*="selected-opt-lbl"]::placeholder,
form[id^="form-bitforms"] [class*="dpd-fld-wrp"][class*="fld"]::placeholder,
form[id^="form-bitforms"] [class*="dpd-fld-wrp"].msl-input::placeholder,
form[id^="form-bitforms"] [class*="dpd-fld-wrp"][class*="selected-opt-lbl"]::placeholder {
  color: #787878 !important;
}

form[id^="form-bitforms"] input [class*="dpd-wrp"],
form[id^="form-bitforms"] textarea [class*="dpd-wrp"],
form[id^="form-bitforms"] [class*="dpd-fld-wrp"] [class*="dpd-wrp"] {
  padding: 0 !important;
}

form[id^="form-bitforms"] input [class$="dpd-fld-wrp menu-open"],
form[id^="form-bitforms"] textarea [class$="dpd-fld-wrp menu-open"],
form[id^="form-bitforms"] [class*="dpd-fld-wrp"] [class$="dpd-fld-wrp menu-open"] {
  border-color: #ebebeb;
  border-radius: 4px !important;
}

form[id^="form-bitforms"] input:hover, form[id^="form-bitforms"] input:hover:not(.menu-open):not(.disabled),
form[id^="form-bitforms"] textarea:hover,
form[id^="form-bitforms"] textarea:hover:not(.menu-open):not(.disabled),
form[id^="form-bitforms"] [class*="dpd-fld-wrp"]:hover,
form[id^="form-bitforms"] [class*="dpd-fld-wrp"]:hover:not(.menu-open):not(.disabled) {
  border-color: var(--c-highlight-c1) !important;
}

form[id^="form-bitforms"] input:focus, form[id^="form-bitforms"] input:focus:not(.menu-open):not(.disabled), form[id^="form-bitforms"] input:focus-within:not(.menu-open):not(.disabled),
form[id^="form-bitforms"] textarea:focus,
form[id^="form-bitforms"] textarea:focus:not(.menu-open):not(.disabled),
form[id^="form-bitforms"] textarea:focus-within:not(.menu-open):not(.disabled),
form[id^="form-bitforms"] [class*="dpd-fld-wrp"]:focus,
form[id^="form-bitforms"] [class*="dpd-fld-wrp"]:focus:not(.menu-open):not(.disabled),
form[id^="form-bitforms"] [class*="dpd-fld-wrp"]:focus-within:not(.menu-open):not(.disabled) {
  border-color: var(--c-highlight-c1) !important;
  box-shadow: 0 0 0 3px var(--c-highlight-c3) !important;
}

form[id^="form-bitforms"] [class*="err-txt"] {
  background-color: #ffd6d7 !important;
  border-radius: 4px !important;
  color: #ca1c20 !important;
  font-size: calc(1rem * 0.875) !important;
  line-height: 1.625 !important;
}

form[id^="form-bitforms"] [class*="err-txt"] * {
  font-size: calc(1rem * 0.875) !important;
  line-height: 1.625 !important;
}

form[id^="form-bitforms"] [class*="fld"] [class*="cw"] input:checked ~ label [class*="-bx"] {
  background-color: var(--c-highlight-c1) !important;
  border-color: var(--c-highlight-c1) !important;
}

form[id^="form-bitforms"] [class*="fld"] [class*="cw"]:hover input ~ label [class*="-bx"] {
  border-color: var(--c-highlight-c1) !important;
}

form[id^="form-bitforms"] [class*="-btn"][type="submit"] {
  cursor: pointer !important;
  transition: 0.15s ease-in-out !important;
  text-decoration: none !important;
  display: inline-flex !important;
  user-select: none !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
  font-weight: 500 !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 4px !important;
  font-size: clamp(0.875rem, 0.79852rem + 0.00382 * 100vw, 1.125rem) !important;
  line-height: 1.25 !important;
  padding: 1rem !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  background-color: var(--c-highlight-c1) !important;
  border: 1px solid var(--c-highlight-c1) !important;
  color: #fafafa !important;
}

form[id^="form-bitforms"] [class*="-btn"][type="submit"] svg {
  color: #fafafa;
}

form[id^="form-bitforms"] [class*="-inp-btn"] {
  cursor: pointer !important;
  transition: 0.15s ease-in-out !important;
  text-decoration: none !important;
  display: inline-flex !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 1.25rem !important;
  border-radius: 4px !important;
  text-align: right !important;
  font-size: 1.125rem !important;
  line-height: 1.125 !important;
  background-color: var(--c-highlight-c1) !important;
  border: 1px solid var(--c-highlight-c1) !important;
  color: #fafafa !important;
  font-weight: normal !important;
}

form[id^="form-bitforms"] [class*="-inp-btn"] * {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  vertical-align: middle !important;
}

form[id^="form-bitforms"] [class*="-inp-btn"] svg {
  color: #fafafa !important;
  transition: transform 0.15s ease-in-out;
}

[class*="dpd-fld-container"] {
  --menu-max-height: 400px;
  --input-width: 300px;
  --font-size: 1rem;
  --border-radius: 4px 4px 4px 4px;
  --active-menu-shadow: 1px 1px 5px 0px #808080;
  --line-height: 1.25;
  --active-menu-background: #fff;
  --active-menu-radius: var(--border-radius);
}

.c_contact-form form[id^="wpforms-form"] .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wpforms-field-size-padding-h);
}

.c_contact-form form[id^="wpforms-form"] .wpforms-field {
  display: flex;
  align-items: end;
  padding: 1px 0;
}

.c_contact-form form[id^="wpforms-form"] .wpforms-field input,
.c_contact-form form[id^="wpforms-form"] .wpforms-field select {
  font-size: calc(clamp(1.75rem, 1.36759rem + 0.01912 * 100vw, 3rem) * 1) !important;
  line-height: 1.25 !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  color: var(--c-highlight-c1) !important;
  background: transparent;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-bottom: 2px solid var(--c-highlight-c1);
  max-width: 100%;
}

.c_contact-form form[id^="wpforms-form"] .wpforms-field input::placeholder,
.c_contact-form form[id^="wpforms-form"] .wpforms-field select::placeholder {
  color: var(--c-highlight-c1);
}

.c_contact-form form[id^="wpforms-form"] .wpforms-field[data-field-id="17"]::after, .c_contact-form form[id^="wpforms-form"] .wpforms-field[data-field-id="20"]::after {
  content: ".";
  font-size: calc(clamp(1.75rem, 1.36759rem + 0.01912 * 100vw, 3rem) * 1) !important;
  line-height: 1.25 !important;
  margin: 0 10px;
  color: var(--c-highlight-c1) !important;
  display: inline-block;
  width: 0.75rem;
}

.c_contact-form form[id^="wpforms-form"] .wpforms-field-html a {
  color: var(--c-highlight-c1);
  text-decoration: underline;
}

.c_contact-form form[id^="wpforms-form"] .wpforms-field-html:not(:last-child) p {
  font-size: calc(clamp(1.75rem, 1.36759rem + 0.01912 * 100vw, 3rem) * 1) !important;
  line-height: 1.25 !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  color: var(--c-highlight-c1);
  white-space: nowrap;
}

.c_contact-form form[id^="wpforms-form"] .wpforms-field-html:last-child {
  margin: 32px 0;
}

.c_contact-form form[id^="wpforms-form"] .wpforms-field-html:last-child p {
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) !important;
  line-height: 1.25 !important;
}

.c_contact-form form[id^="wpforms-form"] .wpforms-submit-container button[type="submit"] {
  background-color: var(--c-highlight-c1) !important;
  padding: 16px;
  height: auto;
}

.c_contact-form form[id^="wpforms-form"] button.wpforms-submit {
  cursor: pointer !important;
  transition: 0.15s ease-in-out !important;
  text-decoration: none !important;
  display: inline-flex !important;
  user-select: none !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
  font-weight: 500 !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 4px !important;
  font-size: clamp(0.875rem, 0.79852rem + 0.00382 * 100vw, 1.125rem) !important;
  line-height: 1.25 !important;
  padding: 1rem !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  background-color: var(--c-highlight-c1) !important;
  border: 1px solid var(--c-highlight-c1) !important;
  color: #fafafa !important;
}

.c_contact-form form[id^="wpforms-form"] button.wpforms-submit svg {
  color: #fafafa;
}

.c_contact-form form[id^="wpforms-form"] .wpforms-has-error {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}

.c_contact-form form[id^="wpforms-form"] .wpforms-has-error em.wpforms-error {
  position: absolute;
  top: 100%;
  margin-top: 4px;
}

.c_contact-form form[id^="form-bitforms"] {
  background-color: transparent !important;
  display: flex !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: calc(100% + 1rem);
}

.c_contact-form form[id^="form-bitforms"] input[class="d-none"] {
  position: absolute;
  order: -1;
}

.c_contact-form form[id^="form-bitforms"] * {
  user-select: none !important;
}

.c_contact-form form[id^="form-bitforms"] div {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
}

.c_contact-form form[id^="form-bitforms"] [class*="lbl-wrp"] {
  margin: 0 !important;
}

.c_contact-form form[id^="form-bitforms"] [class*="fld-wrp "] {
  position: relative;
  padding: 0rem 0.5rem !important;
}

.c_contact-form form[id^="form-bitforms"] [class*="fld-wrp "] > p {
  font-size: calc(clamp(1.75rem, 1.36759rem + 0.01912 * 100vw, 3rem) * 1) !important;
  line-height: 1.25 !important;
  margin-bottom: 0 !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
  padding-top: 6px;
  font-weight: 600 !important;
  color: var(--c-highlight-c1);
  border-bottom: 3px solid transparent !important;
}

.c_contact-form form[id^="form-bitforms"] [class*="fld-wrp "] [class*="inp-wrp "] {
  padding: 0 !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm {
  min-height: 0 !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm:nth-child(7) input[placeholder] {
  width: clamp(9rem, 8.69407rem + 0.0153 * 100vw, 10rem) !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm:nth-child(5) input[placeholder] {
  width: clamp(9rem, 8.69407rem + 0.0153 * 100vw, 10rem) !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm:nth-child(9) input[placeholder] {
  width: clamp(9rem, 8.69407rem + 0.0153 * 100vw, 10rem) !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm:nth-child(9) input[placeholder] + [class*="err-wrp"] {
  right: calc(1.25rem);
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm:nth-child(11) input[placeholder] {
  width: clamp(19rem, 17.77629rem + 0.06119 * 100vw, 23rem) !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm:nth-child(13) input[placeholder] {
  width: clamp(9rem, 8.69407rem + 0.0153 * 100vw, 10rem) !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm:nth-child(13) input[placeholder] + [class*="err-wrp"] {
  right: calc(1.25rem);
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm:nth-child(9) [class*="inp-fld-wrp"]:after, .c_contact-form form[id^="form-bitforms"] .btcd-fld-itm:nth-child(13) [class*="inp-fld-wrp"]:after {
  content: ".";
  font-size: calc(clamp(1.75rem, 1.36759rem + 0.01912 * 100vw, 3rem) * 1) !important;
  line-height: 1.25 !important;
  margin-bottom: 0 !important;
  color: var(--c-highlight-c1) !important;
  display: inline-block;
  width: 0.75rem;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm input,
.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class*="dpd-fld-wrp"] {
  background-color: transparent !important;
  font-size: calc(clamp(1.75rem, 1.36759rem + 0.01912 * 100vw, 3rem) * 1) !important;
  line-height: 1.25 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 3px solid var(--c-highlight-c1) !important;
  width: auto !important;
  display: inline-block !important;
  position: relative;
  color: var(--c-highlight-c1) !important;
  font-weight: 600 !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm input::placeholder,
.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class*="dpd-fld-wrp"]::placeholder {
  opacity: 0.5;
  color: var(--c-highlight-c1) !important;
  font-weight: 600 !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class*="option-inner-wrp"] {
  box-shadow: none !important;
  border-top: 3px solid var(--c-highlight-c1) !important;
  border: 0 !important;
  border-radius: 0 !important;
  min-height: clamp(3rem, 2.54111rem + 0.02294 * 100vw, 4.5rem) !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class*="selected-opt-lbl"] {
  font-size: calc(clamp(1.75rem, 1.36759rem + 0.01912 * 100vw, 3rem) * 1) !important;
  line-height: 1.25 !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  padding: 0 !important;
  padding-top: 4px !important;
  color: var(--c-highlight-c1) !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class*="selected-opt-wrp"] {
  padding-top: 2px !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [name^="select"] {
  font-size: calc(clamp(1.75rem, 1.36759rem + 0.01912 * 100vw, 3rem) * 1) !important;
  line-height: 1.25 !important;
  margin-bottom: 0 !important;
  opacity: 0.5;
  font-weight: 600 !important;
  padding: 0 !important;
  display: none !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [name^="select"]:before {
  color: var(--c-highlight-c1) !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm button[class*="opt-clear-btn"] {
  display: none !important;
  visibility: hidden;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class$="dpd-down-btn "] {
  width: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
  height: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class$="dpd-down-btn "]:hover {
  background: transparent !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class$="dpd-down-btn "] [title="Down icon"] {
  width: clamp(1.75rem, 1.44407rem + 0.0153 * 100vw, 2.75rem);
  height: clamp(1.75rem, 1.44407rem + 0.0153 * 100vw, 2.75rem);
  color: var(--c-highlight-c1) !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class$="option-search-wrp "] {
  display: none !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class$="option-wrp "] [class*="option-list "] {
  border: 0 !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class$="option-wrp "] [class*="option-list "] .selected-opt {
  background: var(--c-highlight-c3) !important;
}

.c_contact-form form[id^="form-bitforms"] .btcd-fld-itm [class$="option-wrp "] [class*="option-list "][class~="active-list"] li {
  color: var(--c-highlight-c1) !important;
  font-size: clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) !important;
  font-weight: 600 !important;
  padding: 0.5rem !important;
}

.c_contact-form form[id^="form-bitforms"] [class*="err-wrp"] {
  position: absolute;
  top: calc(100% - 0.5rem - 0px);
  left: 0.5rem;
  background: var(--c-highlight-c3) !important;
  right: 0.5rem;
  margin-top: 0 !important;
  z-index: 2;
}

.c_contact-form form[id^="form-bitforms"] [class*="err-wrp"] [class*="err-txt"] {
  border-radius: 0 !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  padding: 0.25rem 0.5rem !important;
}

.c_contact-form form[id^="form-bitforms"] [class*="err-wrp"] p {
  font-size: clamp(0.625rem, 0.58676rem + 0.00191 * 100vw, 0.75rem) !important;
}

.c_contact-form form[id^="form-bitforms"] > *:last-child {
  flex-basis: 100%;
  align-self: flex-start;
}

.c_contact-form form[id^="form-bitforms"] [class*="-btn"][type="submit"] {
  margin-left: 0 !important;
  margin-top: clamp(1rem, 0.69407rem + 0.0153 * 100vw, 2rem) !important;
}

.c_contact-form form[id^="form-bitforms_52"] .bf52-5 input:not([value]) ~ .bf52-5-dpd-wrp span {
  opacity: 0.5;
}

.c_contact-form form[id^="form-bitforms_52"] .btcd-fld-itm [class*="inp-fld-wrp"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c_contact-form form[id^="form-bitforms_52"] .btcd-fld-itm [class*="inp-wrp"]:has(button[type="submit"]) {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 16px;
  margin-top: 32px !important;
}

.c_contact-form form[id^="form-bitforms_52"] .btcd-fld-itm [class*="inp-wrp"]:has(button[type="submit"]) [class*="hlp-txt"] {
  display: flex;
  gap: 4px;
}

.c_contact-form form[id^="form-bitforms_52"] .btcd-fld-itm [class*="inp-wrp"]:has(button[type="submit"]) [class*="hlp-txt"] a {
  color: var(--c-highlight-c1);
  text-decoration: underline;
}

.c_contact-form form[id^="form-bitforms_52"] .btcd-fld-itm [class*="inp-wrp"]:has(button[type="submit"]) [class*="hlp-txt"] a:hover {
  color: var(--c-highlight-c2);
}

.c_contact-form form[id^="form-bitforms_52"] .btcd-fld-itm [class*="inp-wrp"]:has(button[type="submit"]) button[type="submit"] {
  margin-top: 0 !important;
}

.cl_reports__form > div > form[id^="form-bitforms"] {
  background-color: white !important;
  border: 1px solid #ebebeb !important;
  border-radius: 4px !important;
  padding: 1.5rem 0.5rem !important;
}

.cl_reports__form > div > form[id^="form-bitforms"] > div {
  background-color: unset !important;
  border: unset !important;
  border-radius: unset !important;
  padding: unset !important;
}

form[id^="form-bitforms_72"] .b72-13 span,
form[id^="form-bitforms_72"] .b72-13 p,
form[id^="form-bitforms_72"] .b72-13 a,
form[id^="form-bitforms_72"] .b72-13 p *,
form[id^="form-bitforms_72"] .b72-15 span,
form[id^="form-bitforms_72"] .b72-15 p,
form[id^="form-bitforms_72"] .b72-15 a,
form[id^="form-bitforms_72"] .b72-15 p *,
form[id^="form-bitforms_72"] .bf48-10 span,
form[id^="form-bitforms_72"] .bf48-10 p,
form[id^="form-bitforms_72"] .bf48-10 a,
form[id^="form-bitforms_72"] .bf48-10 p *,
form[id^="form-bitforms_72"] .bf48-11 span,
form[id^="form-bitforms_72"] .bf48-11 p,
form[id^="form-bitforms_72"] .bf48-11 a,
form[id^="form-bitforms_72"] .bf48-11 p *,
form[id^="form-bitforms_72"] .bf62-9 span,
form[id^="form-bitforms_72"] .bf62-9 p,
form[id^="form-bitforms_72"] .bf62-9 a,
form[id^="form-bitforms_72"] .bf62-9 p *,
form[id^="form-bitforms_72"] .bf62-10 span,
form[id^="form-bitforms_72"] .bf62-10 p,
form[id^="form-bitforms_72"] .bf62-10 a,
form[id^="form-bitforms_72"] .bf62-10 p *,
form[id^="form-bitforms_72"] .bf62-11 span,
form[id^="form-bitforms_72"] .bf62-11 p,
form[id^="form-bitforms_72"] .bf62-11 a,
form[id^="form-bitforms_72"] .bf62-11 p *,
form[id^="form-bitforms_75"] .b72-13 span,
form[id^="form-bitforms_75"] .b72-13 p,
form[id^="form-bitforms_75"] .b72-13 a,
form[id^="form-bitforms_75"] .b72-13 p *,
form[id^="form-bitforms_75"] .b72-15 span,
form[id^="form-bitforms_75"] .b72-15 p,
form[id^="form-bitforms_75"] .b72-15 a,
form[id^="form-bitforms_75"] .b72-15 p *,
form[id^="form-bitforms_75"] .bf48-10 span,
form[id^="form-bitforms_75"] .bf48-10 p,
form[id^="form-bitforms_75"] .bf48-10 a,
form[id^="form-bitforms_75"] .bf48-10 p *,
form[id^="form-bitforms_75"] .bf48-11 span,
form[id^="form-bitforms_75"] .bf48-11 p,
form[id^="form-bitforms_75"] .bf48-11 a,
form[id^="form-bitforms_75"] .bf48-11 p *,
form[id^="form-bitforms_75"] .bf62-9 span,
form[id^="form-bitforms_75"] .bf62-9 p,
form[id^="form-bitforms_75"] .bf62-9 a,
form[id^="form-bitforms_75"] .bf62-9 p *,
form[id^="form-bitforms_75"] .bf62-10 span,
form[id^="form-bitforms_75"] .bf62-10 p,
form[id^="form-bitforms_75"] .bf62-10 a,
form[id^="form-bitforms_75"] .bf62-10 p *,
form[id^="form-bitforms_75"] .bf62-11 span,
form[id^="form-bitforms_75"] .bf62-11 p,
form[id^="form-bitforms_75"] .bf62-11 a,
form[id^="form-bitforms_75"] .bf62-11 p * {
  font-size: 12px !important;
  line-height: 1 !important;
}

div:not(.contact-form) > form[id^="wpforms-form"] {
  --wpforms-button-background-color: var(--c-highlight-c1);
  --wpforms-button-border-color: var(--c-highlight-c1);
  --wpforms-page-break-color: var(--c-highlight-c1);
  background-color: white !important;
  border: 1px solid #ebebeb !important;
  border-radius: 4px !important;
  padding: 1.5rem 0.5rem !important;
}

div:not(.contact-form) > form[id^="wpforms-form"] * {
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
}

div:not(.contact-form) > form[id^="wpforms-form"] p:not([class^="h"]) {
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) !important;
  line-height: 1.25 !important;
}

div:not(.contact-form) > form[id^="wpforms-form"] p * {
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) !important;
  line-height: 1.25 !important;
}

div:not(.contact-form) > form[id^="wpforms-form"] p a {
  color: var(--c-highlight-c1) !important;
}

div:not(.contact-form) > form[id^="wpforms-form"] select,
div:not(.contact-form) > form[id^="wpforms-form"] textarea,
div:not(.contact-form) > form[id^="wpforms-form"] input:not([type="radio"]):not([type="checkbox"]) {
  font-size: calc(1rem * 1) !important;
  line-height: 1.625 !important;
  padding: 1rem !important;
  height: auto !important;
}

div:not(.contact-form) > form[id^="wpforms-form"] .wpforms-field-medium {
  max-width: none !important;
}

div:not(.contact-form) > form[id^="wpforms-form"] button.wpforms-submit {
  cursor: pointer !important;
  transition: 0.15s ease-in-out !important;
  text-decoration: none !important;
  display: inline-flex !important;
  user-select: none !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
  font-weight: 500 !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 4px !important;
  font-size: clamp(0.875rem, 0.79852rem + 0.00382 * 100vw, 1.125rem) !important;
  line-height: 1.25 !important;
  padding: 1rem !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  background-color: var(--c-highlight-c1) !important;
  border: 1px solid var(--c-highlight-c1) !important;
  color: #fafafa !important;
}

div:not(.contact-form) > form[id^="wpforms-form"] button.wpforms-submit svg {
  color: #fafafa;
}

.l_styleguide .color-field {
  display: block;
  height: 150px;
}

.wptd-copy {
  cursor: pointer;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem !important;
}

.wptd-copied {
  transition: transform 0.15s ease-in-out;
  transform: scale(1.1);
}

.l_styleguide-navigation {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #bf1d72;
  margin-right: -5px;
  z-index: 10;
}

.l_styleguide-navigation a {
  transition: color 0.15s ease-in-out;
}

.l_styleguide-navigation a:hover {
  text-decoration: underline;
}

/**----------------------------------------------------------------------
 * COMPONENTS_BASE
 *---------------------------------------------------------------------*/
.l_playbook .tinymce ul,
.single-wptd_playbook .tinymce ul {
  padding-left: 0 !important;
}

.n_site {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-size: clamp(0.875rem, 0.76028rem + 0.00574 * 100vw, 1.25rem);
  line-height: 1;
}

.n_site > nav > ul > li:last-child {
  margin-right: 0;
}

.n_site > nav > ul a,
.n_site > nav > ul .n_site__dropdown-link {
  font-weight: 600;
}

.n_site > nav > ul a:after,
.n_site > nav > ul .n_site__dropdown-link:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  max-width: 0;
  border-bottom: 2px solid #fafafa;
  transition: all 0.15s ease-in;
}

.n_site > nav > ul a.btn {
  text-decoration: none !important;
  padding: clamp(0.375rem, 0.33676rem + 0.00191 * 100vw, 0.5rem) clamp(0.5rem, 0.34704rem + 0.00765 * 100vw, 1rem) !important;
}

.n_site > nav > ul a.btn:after {
  display: none !important;
}

.n_site > nav > ul a.btn span {
  font-size: clamp(0.875rem, 0.76028rem + 0.00574 * 100vw, 1.25rem) !important;
}

.n_site .fa-icon-wrapper {
  display: inline-flex;
  align-items: center;
  margin-left: 0.25rem;
}

.n_site .fa-icon-wrapper svg {
  width: 1rem;
  height: 1rem;
}

.n_site .wpml-ls-legacy-dropdown {
  width: auto !important;
}

.n_site .wpml-ls-legacy-dropdown:focus a:after, .n_site .wpml-ls-legacy-dropdown:hover a:after {
  transform: rotate(-180deg);
}

.n_site .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  display: inline-block !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 1.25rem 0 0 !important;
  color: #fafafa !important;
}

.n_site .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fa" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important;
  font-size: 1rem;
  line-height: 1;
  border: 0 !important;
  right: 0 !important;
  top: calc(50% - 0.375rem);
  transition: transform 0.15s ease;
}

.n_site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 0 !important;
}

.n_site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
}

.n_site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border: 0 !important;
  background-color: transparent !important;
  color: #fafafa !important;
  padding: 0.75rem 0 0 0 !important;
}

.n_pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.n_pagination__current-site {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.n_pagination__arrows {
  display: flex;
  margin-bottom: 0.5rem;
}

.n_pagination__pages {
  margin: 0;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}

.n_pagination__page {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.n_pagination__page:before {
  display: none;
}

.n_pagination__link {
  color: #000000;
  background-color: #fafafa;
  text-decoration: none;
  padding: 0.5rem;
}

.n_pagination__link:visited {
  color: #999999;
}

.n_pagination__link:focus {
  color: #999999;
}

.n_pagination__link:active {
  color: #999999;
}

.n_pagination__link--current {
  color: #999999;
}

.n_pagination__link--btn {
  padding: 0.7rem 1.1rem;
  transition: background-color 0.15s ease-in-out;
}

.n_pagination__link--btn > i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.7rem;
}

.n_pagination__link--btn > i > svg {
  color: #373737;
  width: 1rem;
  height: 1rem;
}

.n_pagination__link--inactive {
  background-color: #dddddd;
  cursor: default;
}

.n_pagination__link--inactive .icon,
.n_pagination__link--inactive svg {
  color: #999999 !important;
}

.n_pagination__link--inactive:hover {
  background-color: #dddddd;
}

.n_pagination__link--next {
  box-shadow: 1px 0 2px 1px rgba(221, 221, 221, 0.3);
}

.n_pagination__link--prev {
  box-shadow: -1px 0 2px 1px rgba(221, 221, 221, 0.3);
}

.h_site-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  width: 100%;
  padding-top: 1rem;
  padding-right: calc(1rem);
  padding-left: calc(1rem);
}

.h_site {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h_site__home-link {
  display: inline-block;
  height: 2.75rem;
  transition: all 0.15s ease-in;
  padding: 0;
  position: relative;
  left: -0.5rem;
}

.h_site__logo {
  transition: all 0.15s ease-in;
  width: auto;
  height: 100%;
}

.h_site__cta {
  padding: 0.375rem 1rem !important;
  margin-left: auto;
  margin-right: 2rem;
}

.h_site__burger {
  display: block;
  position: relative;
  width: 40px;
  height: 38px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  z-index: 200;
}

.h_site__burger span,
.h_site__burger span:before,
.h_site__burger span:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  background: #fafafa;
  transition: all 0.15s ease-in-out;
}

.h_site__burger span {
  right: 0;
  top: 18px;
}

.h_site__burger span:before {
  top: -8px;
}

.h_site__burger span:after {
  bottom: -8px;
}

.h_site__burger.is-active span {
  background-color: transparent !important;
}

.h_site__burger.is-active span:before,
.h_site__burger.is-active span:after {
  top: 0;
  background-color: #fafafa !important;
}

.h_site__burger.is-active span:before {
  transform: rotate(45deg);
}

.h_site__burger.is-active span:after {
  transform: rotate(-45deg);
}

body:not(.no-scroll).single .h_site__burger span,
body:not(.no-scroll).single .h_site__burger span:before,
body:not(.no-scroll).single .h_site__burger span:after,
body:not(.no-scroll).page.page-template-tpl-builder-global .h_site__burger span,
body:not(.no-scroll).page.page-template-tpl-builder-global .h_site__burger span:before,
body:not(.no-scroll).page.page-template-tpl-builder-global .h_site__burger span:after {
  background: #373737;
}

body:not(.no-scroll).single .h_site__cta,
body:not(.no-scroll).single .h_site .n_site__menu-item a,
body:not(.no-scroll).page.page-template-tpl-builder-global .h_site__cta,
body:not(.no-scroll).page.page-template-tpl-builder-global .h_site .n_site__menu-item a {
  border-color: #373737;
}

body:not(.no-scroll).single .h_site__cta span,
body:not(.no-scroll).single .h_site .n_site__menu-item a span,
body:not(.no-scroll).page.page-template-tpl-builder-global .h_site__cta span,
body:not(.no-scroll).page.page-template-tpl-builder-global .h_site .n_site__menu-item a span {
  color: #373737;
}

.h_default {
  position: relative;
  background-color: #ca1c20;
  padding-bottom: 23%;
}

.h_default img {
  width: 100%;
  height: auto;
}

.h_default__graphic-bg {
  overflow: hidden;
  position: absolute;
  user-select: none;
  top: 15%;
  left: -35%;
  width: 160%;
  max-width: 525px;
}

.h_default__graphic-bottom {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: flex;
  align-items: flex-end;
  user-select: none;
  height: 460px;
}

.h_default__content {
  position: relative;
  z-index: 3;
  padding: 6rem 0 0 0;
}

.h_default__content-inner {
  position: relative;
  z-index: 1;
}

.page-template-tpl-builder-minimal .h_default {
  padding-bottom: 21%;
}

.page-template-tpl-builder-minimal .h_default__content {
  padding: 6rem 0 2rem 0;
}

.h_default-playbook {
  position: relative;
  background-color: #ca1c20;
}

.h_default-playbook__graphic-bottom {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: flex;
  align-items: flex-end;
  user-select: none;
  height: 60px;
}

.h_default-playbook__content {
  position: relative;
  z-index: 3;
  padding: clamp(6rem, 4.77629rem + 0.06119 * 100vw, 10rem) 0 clamp(4rem, 3.38815rem + 0.03059 * 100vw, 6rem) 0;
}

.h_default-playbook__content-inner {
  position: relative;
  z-index: 1;
}

.h_default-playbook__heading {
  display: inline-flex;
}

.h_default-playbook__breadcrumb {
  display: inline-flex;
  align-items: center;
}

.h_default-playbook__breadcrumb i,
.h_default-playbook__breadcrumb svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.h_default-playbook__list {
  margin: 1rem 0 4.5rem;
  padding-left: 0;
}

.h_default-playbook__item {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1rem;
}

.h_default-playbook__item:before {
  content: "";
  background-color: #fafafa;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  border-radius: 50%;
  top: 0.625em;
  left: 0;
}

.h_default-playbook__link {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  color: #fafafa !important;
  display: inline-flex;
}

.h_default-playbook__link:hover, .h_default-playbook__link:active {
  text-decoration: underline !important;
}

.h_overview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(85, 85, 85, 0.2) 0%, rgba(85, 85, 85, 0) 100%);
  height: 125px;
  z-index: 2;
}

.h_overview__bg {
  overflow: hidden;
  position: relative;
  min-height: 400px;
  height: 70vw;
  max-height: 460px;
}

.h_overview__bg--desktop {
  display: none;
}

.h_overview__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(85, 85, 85, 0.2);
}

.h_overview__graphic-bottom {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: flex;
  align-items: flex-end;
  user-select: none;
  pointer-events: none;
  width: calc(100% + 2px);
  height: 460px;
  z-index: 1;
}

.h_overview__graphic-bottom svg {
  fill: #fafafa;
  width: 100%;
}

.h_overview__content {
  position: relative;
  z-index: 10;
}

.h_overview__content .row {
  margin-top: -260px;
}

.h_overview__card {
  position: relative;
  bottom: 0;
  border: 4px solid var(--c-highlight-c1);
  border-radius: 4px;
  padding: 1.5rem;
  min-height: calc(100vw - 2rem);
}

.h_overview__header {
  margin-top: clamp(2rem, 0.47036rem + 0.07648 * 100vw, 7rem);
}

.h_hero {
  position: relative;
  padding-bottom: calc(calc(100vw - 2rem) - 14rem);
}

.h_hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(85, 85, 85, 0.2) 0%, rgba(85, 85, 85, 0) 100%);
  height: 125px;
  z-index: 2;
}

.h_hero__bg {
  overflow: hidden;
  position: relative;
  min-height: 460px;
  height: 70vw;
  max-height: 600px;
  user-select: none;
}

.h_hero__bg--desktop {
  display: none;
}

.h_hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(85, 85, 85, 0.2);
}

.h_hero__slider {
  overflow: visible !important;
}

.h_hero__slider .swiper-pagination {
  position: relative;
  width: auto;
  bottom: 4px;
}

.h_hero__slider .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  opacity: 1;
  background-color: #fafafa !important;
  transition: width 0.15s ease-in-out;
}

.h_hero__slider .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 4px;
}

.h_hero__slider .swiper-button-prev {
  left: auto;
  position: relative;
  width: auto;
}

.h_hero__slider .swiper-button-next {
  right: auto;
  position: relative;
  width: auto;
}

.h_hero__slider .swiper-button-next,
.h_hero__slider .swiper-button-prev {
  margin-top: 0;
}

.h_hero__slider .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: initial !important;
  cursor: pointer !important;
}

.h_hero__pagination {
  position: absolute;
  inset: 0;
}

.h_hero__pagination-wrapper {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  top: clamp(7rem, 4.4761rem + 0.1262 * 100vw, 15.25rem);
  gap: 0.5rem;
}

.h_hero__item {
  transition: opacity 0.3s ease !important;
}

.h_hero img {
  width: 100%;
  height: auto;
}

.h_hero__graphic-bottom {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: flex;
  align-items: flex-end;
  user-select: none;
  pointer-events: none;
  width: calc(100% + 2px);
  height: 400px;
  z-index: 1;
}

.h_hero__graphic-bottom svg {
  fill: #fafafa;
  width: 100%;
}

.h_hero__content {
  position: absolute;
  top: clamp(10rem, 7.24665rem + 0.13767 * 100vw, 19rem);
  width: 100%;
  z-index: 3;
}

.h_hero__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border: 4px solid var(--c-highlight-c1);
  border-radius: 4px;
  padding: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
  min-height: calc(100vw - 2rem);
}

.h_hero__sur-heading {
  width: 100%;
}

.h_hero__heading {
  flex-grow: 1;
  width: 100%;
}

.h_hero .swiper-pagination-bullet {
  background-color: #fafafa;
}

.h_hero .swiper-button-next,
.h_hero .swiper-button-prev {
  justify-content: flex-end;
}

.h_hero .swiper-button-next:after,
.h_hero .swiper-button-prev:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fa" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fafafa;
}

.h_hero .swiper-button-next:after {
  content: "";
}

.h_hero .swiper-button-prev:after {
  content: "";
}

.h_hero .swiper-slide-active {
  z-index: 2 !important;
}

.h_detail-cases {
  padding-top: clamp(5.25rem, 0.81405rem + 0.2218 * 100vw, 19.75rem);
}

.h_detail-cases:before {
  content: "";
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(35vw + 1rem);
}

.h_detail-cases__shape {
  position: absolute;
  top: 35vw;
  left: 0;
  right: 0;
  user-select: none;
}

.h_detail-cases__shape svg {
  fill: #ebebeb;
}

.h_detail-cases__meta {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) ;
  line-height: 1.5 ;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: clamp(0.5rem, 0.04111rem + 0.02294 * 100vw, 2rem);
}

.h_detail-cases__meta .fa-icon-wrapper {
  margin-right: 2rem;
}

.h_detail-cases__meta .fa-icon-wrapper svg {
  width: 2rem;
  height: 2rem;
  transition: transform 0.15s ease-out;
}

.h_detail-cases__meta-left {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.h_detail-cases__tags {
  display: flex;
  align-items: center;
}

.h_detail-cases__tag {
  margin-right: 0.5rem;
}

.h_detail-cases__tag span {
  margin-bottom: 0;
}

.h_detail-cases__date {
  flex-grow: 1;
  text-align: right;
  margin-bottom: 1rem;
}

.h_detail-cases__key-results-item {
  border: 2px solid #ca1c20;
  border-radius: 4px;
  padding: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem) clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem);
  color: #ca1c20;
  text-align: right;
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: 100%;
}

.h_detail-cases__key-results-item:last-child {
  margin-right: 0;
}

.h_detail-default {
  padding-top: clamp(5.25rem, 0.81405rem + 0.2218 * 100vw, 19.75rem);
}

.h_detail-default:before {
  content: "";
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(35vw + 1rem);
}

.h_detail-default__shape {
  position: absolute;
  top: 35vw;
  left: 0;
  right: 0;
  user-select: none;
}

.h_detail-default__shape svg {
  fill: #ebebeb;
}

.h_detail-default__meta {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) ;
  line-height: 1.5 ;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: clamp(0.5rem, 0.04111rem + 0.02294 * 100vw, 2rem);
}

.h_detail-default__meta .fa-icon-wrapper {
  margin-right: 2rem;
}

.h_detail-default__meta .fa-icon-wrapper svg {
  width: 2rem;
  height: 2rem;
  transition: transform 0.15s ease-out;
}

.h_detail-default__meta-left {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.h_detail-default__tags {
  display: flex;
  align-items: center;
}

.h_detail-default__tag {
  margin-right: 0.5rem;
}

.h_detail-default__tag span {
  margin-bottom: 0;
}

.h_detail-default__date {
  flex-grow: 1;
  text-align: right;
  margin-bottom: 1rem;
}

.h_detail-minimal {
  padding-top: clamp(1rem, 0.08222rem + 0.04589 * 100vw, 4rem);
}

.h_detail-minimal:before {
  content: "";
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(35vw + 1rem);
}

.h_detail-minimal__shape {
  position: absolute;
  top: 35vw;
  left: 0;
  right: 0;
  user-select: none;
}

.h_detail-minimal__shape svg {
  fill: #ebebeb;
}

.h_detail-minimal__logo {
  height: clamp(2.5rem, 2.04111rem + 0.02294 * 100vw, 4rem);
  margin-bottom: clamp(3rem, 2.08222rem + 0.04589 * 100vw, 6rem);
}

.h_detail-events {
  padding-top: clamp(5.25rem, 0.81405rem + 0.2218 * 100vw, 19.75rem);
}

.h_detail-events:before {
  content: "";
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(35vw + 1rem);
}

.h_detail-events__shape {
  position: absolute;
  top: 35vw;
  left: 0;
  right: 0;
  user-select: none;
}

.h_detail-events__shape svg {
  fill: #ebebeb;
}

.h_detail-events__meta {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) ;
  line-height: 1.5 ;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: clamp(0.5rem, 0.04111rem + 0.02294 * 100vw, 2rem);
}

.h_detail-events__meta .fa-icon-wrapper {
  margin-right: 2rem;
}

.h_detail-events__meta .fa-icon-wrapper svg {
  width: 2rem;
  height: 2rem;
  transition: transform 0.15s ease-out;
}

.h_detail-events__meta-left {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.h_detail-events__tags {
  display: flex;
  align-items: center;
}

.h_detail-events__tag {
  margin-right: 0.5rem;
}

.h_detail-events__tag span {
  margin-bottom: 0;
}

.h_detail-events__speaker-details {
  margin-bottom: clamp(1.5rem, 1.04111rem + 0.02294 * 100vw, 3rem);
}

.h_detail-events__speaker-text {
  font-size: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem);
}

.h_detail-events__follow, .h_detail-events__socials, .h_detail-events__email {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.h_detail-events__socials-item {
  margin-right: 1rem;
}

.h_detail-events__socials-link {
  display: flex;
  align-items: center;
}

.h_detail-events__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.h_detail-events__info svg {
  width: 1.25rem;
  height: 1.25rem;
}

.h_detail-events__date, .h_detail-events__time, .h_detail-events__duration {
  display: flex;
  align-items: center;
}

.h_detail-events__figure {
  border-radius: 4px;
  overflow: hidden;
}

.h_detail-jobs {
  padding-top: clamp(5.25rem, 0.81405rem + 0.2218 * 100vw, 19.75rem);
}

.h_detail-jobs:before {
  content: "";
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(35vw + 1rem);
}

.h_detail-jobs__shape {
  position: absolute;
  top: 35vw;
  left: 0;
  right: 0;
  user-select: none;
}

.h_detail-jobs__shape svg {
  fill: #ebebeb;
}

.h_detail-jobs__meta {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) ;
  line-height: 1.5 ;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: clamp(0.5rem, 0.04111rem + 0.02294 * 100vw, 2rem);
}

.h_detail-jobs__meta .fa-icon-wrapper {
  margin-right: 2rem;
}

.h_detail-jobs__meta .fa-icon-wrapper svg {
  width: 2rem;
  height: 2rem;
  transition: transform 0.15s ease-out;
}

.h_detail-jobs__meta-left {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.h_detail-jobs__tags {
  display: flex;
  align-items: center;
}

.h_detail-jobs__tag {
  margin-right: 0.5rem;
}

.h_detail-jobs__tag span {
  margin-bottom: 0;
}

.h_detail-jobs__date {
  flex-grow: 1;
  text-align: right;
  margin-bottom: 1rem;
}

.h_detail-playbook:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(85, 85, 85, 0.2) 0%, rgba(85, 85, 85, 0) 100%);
  height: 125px;
  z-index: 2;
}

.h_detail-playbook__bg {
  overflow: hidden;
  position: relative;
  min-height: 315px;
  height: 70vw;
  max-height: 400px;
}

.h_detail-playbook__bg--desktop {
  display: none;
}

.h_detail-playbook__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(85, 85, 85, 0.2);
}

.h_detail-playbook__graphic-bottom {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: flex;
  align-items: flex-end;
  user-select: none;
  height: 460px;
  z-index: 1;
}

.h_detail-playbook__content {
  position: relative;
  z-index: 10;
}

.h_detail-playbook__card {
  position: relative;
  bottom: 0;
  background: #ca1c20;
  border-radius: 4px;
  padding: 1.5rem;
  min-height: calc(100vw - 2rem);
}

.h_detail-playbook__meta {
  width: 100%;
}

.h_detail-playbook__meta span {
  display: block;
}

.h_detail-playbook__intro {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.h_detail-playbook__intro-list-item {
  font-size: calc(clamp(1.5rem, 1.34704rem + 0.00765 * 100vw, 2rem) * 1) ;
  line-height: 1.25 ;
  background-image: linear-gradient(-90deg, #bf1d72 0%, #ca1c20 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1rem;
}

.h_detail-playbook__intro-list-item:before {
  content: "";
  background-color: #ca1c20;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  border-radius: 50%;
  top: 0.625em;
  left: 0;
}

.f_site {
  background-color: #ebebeb;
  padding: clamp(6rem, 4.16444rem + 0.09178 * 100vw, 12rem) 0 0;
  position: relative;
  overflow: hidden;
}

.f_site:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -2px;
  right: -2px;
  background-image: url("assets/img/footer-shape-inverted.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 264px;
  user-select: none;
}

.f_site__locations {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.f_site__location {
  width: 100%;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.f_site__location .tinymce > * {
  font-size: calc(1rem * 1) ;
  line-height: 1.625 ;
  margin-bottom: 0 !important;
}

.f_site__nav {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: clamp(1rem, 0.38815rem + 0.03059 * 100vw, 3rem);
}

.f_site__nav > a {
  margin-bottom: 2rem;
}

.f_site__nav .fa-icon-wrapper {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  margin-bottom: 2rem;
}

.f_site__nav .fa-icon-wrapper svg {
  width: 0.875rem;
  height: 1.375em;
}

.f_site__nav .wpml-ls-legacy-dropdown {
  width: auto !important;
  margin-left: 2em;
  margin-bottom: 2rem;
}

.f_site__nav .wpml-ls-legacy-dropdown:focus a:after, .f_site__nav .wpml-ls-legacy-dropdown:hover a:after {
  transform: rotate(-180deg);
}

.f_site__nav .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  display: inline-block !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 1.25rem 0 0 !important;
  color: #fafafa !important;
}

.f_site__nav .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fa" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important;
  font-size: 1rem;
  line-height: 1em;
  border: 0 !important;
  right: 0 !important;
  top: calc(50% - 0.375rem);
  transition: transform 0.15s ease;
}

.f_site__nav .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 0 !important;
  top: auto !important;
  bottom: 100% !important;
}

.f_site__nav .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  bottom: 0;
  left: -1rem;
  right: -1rem;
  top: -1rem;
}

.f_site__nav .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border: 0 !important;
  background-color: transparent !important;
  color: #fafafa !important;
  padding: 0 0 0.5rem 0 !important;
}

.f_site__social {
  margin-bottom: 0.5rem;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  gap: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem);
}

.f_site__logo {
  width: 1.5rem;
  height: auto;
}

.f_playbook {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
}

.m_lightbox {
  display: none;
}

.m_lightbox.is-open {
  display: block;
  z-index: 400;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 214, 215, 0.95);
  padding: 1rem;
}

.m_lightbox__figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_lightbox__img {
  width: 100%;
  height: auto;
}

.m_lightbox__icon {
  color: #fafafa;
  width: 50px;
  height: 50px;
  padding: 0.7rem;
}

.m_lightbox__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ca1c20;
  border: 0;
  color: #fafafa;
  padding: 1rem 1.25rem;
  transition: background-color 0.15s ease-in;
}

.m_image-gallery {
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 400;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 214, 215, 0.95);
  padding: 1rem;
}

.m_image-gallery.is-visible {
  display: flex;
}

.m_image-gallery__close-wrapper {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #ca1c20;
  border: 0;
  color: #fafafa;
  padding: 0;
  transition: background-color 0.15s ease-in;
}

.m_image-gallery__close-icon {
  color: #fafafa;
  width: 50px;
  height: 50px;
  padding: 0.7rem;
}

.m_image-gallery__figure {
  position: relative;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.m_image-gallery__img {
  overflow: hidden;
  height: 100%;
  width: auto;
  flex: 0 0 auto;
}

.m_image-gallery__img.is-hidden {
  display: none;
}

.m_image-gallery__figcaption {
  background-color: rgba(255, 214, 215, 0.95);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  color: #fafafa;
  text-align: center;
}

.m_image-gallery-slider {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
}

.m_image-gallery-slider .slick-list {
  height: 100%;
}

.m_image-gallery-slider .slick-track {
  height: 100%;
}

.m_image-gallery-slider__arrow {
  cursor: pointer;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  background-color: #ca1c20 !important;
  border: 0;
  padding: 0;
  transition: background-color 0.15s ease-in;
  width: auto !important;
  height: auto !important;
  color: #fafafa;
}

.m_image-gallery-slider__arrow > svg {
  color: #fafafa !important;
  width: 50px !important;
  height: 50px !important;
  padding: 0.7rem !important;
}

.m_image-gallery-slider__arrow--prev {
  left: 0;
}

.m_image-gallery-slider__arrow--next {
  right: 0;
}

.m_video {
  display: none;
}

.m_video.is-open {
  display: block;
  z-index: 400;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 1rem;
}

.m_video__figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_video .uc-embedding-container {
  max-height: none !important;
  height: 100% !important;
}

.m_video .uc-embedding-container .uc-embedding-buttons .uc-embedding-accept {
  background-color: #ca1c20;
}

.m_video iframe {
  width: 100%;
  min-height: 50vh;
  max-height: 100vh;
  border-radius: 4px;
}

.m_video__icon {
  color: #fafafa;
  width: 50px;
  height: 50px;
  padding: 0.7rem;
}

.m_video__close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #ca1c20;
  border-radius: 4px;
  border: 0;
  color: #fafafa;
  padding: 1rem 1.25rem;
  transition: background-color 0.15s ease-in;
  z-index: 2;
}

.m_banner-skip-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(250, 250, 250, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.m_banner-skip-content:focus {
  width: auto;
  height: 80px;
  clip: auto;
  overflow: auto;
  z-index: 1000;
}

.p_teaser-post {
  cursor: pointer;
  transition: box-shadow 0.15s ease-in;
  box-shadow: 0 1px 8px -1px rgba(221, 221, 221, 0.4);
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
}

.p_teaser-post__img-wrapper {
  overflow: hidden;
  flex: 0 0 180px;
}

.p_teaser-post__content {
  padding: 1rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.p_teaser-post__meta-data {
  margin-bottom: 0.5rem;
}

.p_teaser-post__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  width: 100%;
}

.p_teaser-post__user-name {
  color: #999999;
}

.p_teaser-post__user-name:after {
  content: "|";
  margin: 0 0.7rem;
}

.p_teaser-post__link {
  align-self: flex-start;
}

.p_people-teaser__figure {
  border-radius: 4px;
  overflow: hidden;
  width: clamp(10rem, 7.70554rem + 0.11472 * 100vw, 17.5rem);
  max-width: calc(100% - 4rem);
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
  margin-bottom: -3rem;
  left: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
}

.p_people-teaser__figure img {
  border-radius: 4px;
}

.p_people-teaser__content {
  background-color: var(--c-highlight-c1);
  color: #fafafa;
  border-radius: 4px;
  padding: clamp(5rem, 4.38815rem + 0.03059 * 100vw, 7rem) clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem) clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem) clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
}

.p_people-teaser__text-small {
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) ;
  line-height: 1.125 ;
}

.p_people-teaser__contact svg {
  transition: transform 0.15s ease-in;
  width: 1.5rem;
  height: 1.5rem;
}

.p_people-teaser__follow, .p_people-teaser__socials, .p_people-teaser__email {
  display: flex;
  align-items: center;
}

.p_people-teaser__socials-item + li {
  margin-left: 1rem;
}

.p_people-teaser__socials-link {
  display: flex;
  align-items: center;
}

.p_video-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.p_video-thumbnail.is-active {
  display: block;
}

.p_video-thumbnail--with-caption {
  overflow: hidden;
}

.p_video-thumbnail__button-wrapper {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ca1c20;
  transition: background-color 0.15s ease-in;
}

.p_video-thumbnail__button-wrapper svg {
  color: #fafafa;
  margin-right: -0.3rem;
}

.p_teaser-cpt-01 {
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #fafafa;
  color: #373737;
  cursor: pointer;
  height: 100%;
}

.p_teaser-cpt-01__figure {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  background: linear-gradient(90deg, #dddddd 8%, rgba(221, 221, 221, 0.75) 18%, #dddddd 33%);
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  height: calc((100vw / 4 * 3) - 2rem);
}

.p_teaser-cpt-01__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  height: 100%;
  flex: 1 1 auto;
}

.p_teaser-cpt-01__meta-key {
  color: #787878;
}

.p_teaser-cpt-02 {
  position: relative;
  transition: all 0.15s ease-in-out;
  border-radius: 4px;
  background-color: #fafafa;
  color: #fafafa;
  cursor: pointer;
  min-height: 500px;
  height: 100%;
}

.p_teaser-cpt-02__figure {
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #dddddd 8%, rgba(221, 221, 221, 0.75) 18%, #dddddd 33%);
}

.p_teaser-cpt-02 img {
  height: 105% !important;
}

.p_teaser-cpt-02__content {
  background-color: var(--c-highlight-c1);
  position: absolute;
  bottom: 3em;
  left: -0.75rem;
  border-radius: 4px;
  width: 90%;
  max-width: 700px;
  padding: clamp(2rem, 1.84704rem + 0.00765 * 100vw, 2.5rem) clamp(2rem, 1.61759rem + 0.01912 * 100vw, 3.25rem);
}

.p_teaser-cpt-02--fullwidth {
  height: 500px;
}

.p_teaser-cpt-03 {
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #fafafa;
  color: #373737;
  cursor: pointer;
  height: 100%;
}

.p_teaser-cpt-03__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  height: 100%;
  flex: 1 1 auto;
  order: 2;
}

.p_teaser-cpt-03__meta-key {
  color: #787878;
}

.p_teaser-cpt-03__figure {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  background: linear-gradient(90deg, #dddddd 8%, rgba(221, 221, 221, 0.75) 18%, #dddddd 33%);
  flex-shrink: 0;
  order: 1;
  aspect-ratio: 4 / 3;
  height: calc((100vw / 4 * 3) - 2rem);
}

.p_teaser-cpt-04 {
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  border: 4px solid var(--c-highlight-c1);
  border-radius: 4px;
  background-color: #fafafa;
  color: #373737;
  cursor: pointer;
  min-height: 340px;
  height: 100%;
}

.p_teaser-cpt-04__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  height: 100%;
  flex: 1 1 auto;
}

.p_teaser-cpt-04__meta-key {
  color: #787878;
}

.p_teaser-cpt-05 {
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  border: 4px solid #ca1c20;
  border-radius: 4px;
  background-color: #fafafa;
  color: #373737;
  cursor: pointer;
  height: 100%;
  min-height: calc(100vw - 2rem);
}

.p_teaser-cpt-05--has-image {
  border: 1px solid #ebebeb !important;
}

.p_teaser-cpt-05__figure {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  background: linear-gradient(90deg, #dddddd 8%, rgba(221, 221, 221, 0.75) 18%, #dddddd 33%);
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  height: calc((100vw / 4 * 3) - 2rem);
}

.p_teaser-cpt-05__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  height: 100%;
  flex: 1 1 auto;
}

.p_teaser-cpt-05__meta-key {
  color: #787878;
}

.p_teaser-cpt-06 {
  transition: all 0.15s ease-in-out;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #bf1d72;
  height: 100%;
}

.p_teaser-cpt-06--external {
  color: #373737;
}

.p_teaser-cpt-06--external .p_teaser-cpt-06__content {
  border: 2px solid #373737;
}

.p_teaser-cpt-06--external .p_teaser-cpt-06__pin {
  fill: #373737;
}

.p_teaser-cpt-06__content {
  position: relative;
  border: 2px solid #bf1d72;
  border-radius: 4px;
  background-color: #fafafa;
  height: 100%;
  padding: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p_teaser-cpt-06__inner {
  width: 100%;
  flex-grow: 1;
}

.p_teaser-cpt-06__terms {
  display: flex;
}

.p_teaser-cpt-06__sur-heading {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  color: #787878;
}

.p_teaser-cpt-06__pin {
  fill: #bf1d72;
  position: absolute;
  top: 100%;
  left: 3.75rem;
}

.p_teaser-cpt-06__figure {
  overflow: hidden;
  width: 60px !important;
  height: 60px;
  border-radius: 500px;
  flex: 0 0 auto;
  margin-right: 1rem;
}

.p_teaser-cpt-06__meta {
  display: flex;
  margin-top: 2rem;
}

.p_teaser-cpt-06__person-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 1rem;
}

.p_teaser-cpt-06__person-info span {
  display: block;
}

.p_teaser-cpt-06__name {
  font-weight: 600;
  line-height: 1.25;
}

.p_teaser-cpt-06__role {
  line-height: 1.25;
}

.p_teaser-cpt-06__date {
  font-weight: 500;
  display: flex;
  align-items: flex-end;
}

.p_teaser-cpt-07 {
  transition: all 0.15s ease-in-out;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border: 2px solid #bf1d72;
  border-radius: 4px;
  background-color: #bf1d72;
  color: #fafafa;
  height: 100%;
}

.p_teaser-cpt-07--is-past {
  border: 2px solid #bf1d72;
  background-color: #fafafa;
  color: #bf1d72;
}

.p_teaser-cpt-07__content {
  height: 100%;
  padding: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p_teaser-cpt-07__inner {
  width: 100%;
  flex-grow: 1;
}

.p_teaser-cpt-07__meta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p_teaser-cpt-07__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p_teaser-cpt-07__terms {
  flex-grow: 1;
  display: flex;
  padding-right: 1rem;
}

.p_teaser-cpt-07__date, .p_teaser-cpt-07__time, .p_teaser-cpt-07__duration {
  display: flex;
  align-items: center;
}

.p_teaser-cpt-07__sur-heading {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
}

.p_teaser-cpt-08 {
  transition: all 0.15s ease-in-out;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  color: #fafafa;
  height: 100%;
}

.p_teaser-cpt-08--has-border {
  border: 4px solid #fafafa;
}

.p_teaser-cpt-08__content {
  height: 100%;
  padding: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p_teaser-cpt-08__inner {
  width: 100%;
  flex-grow: 1;
}

.p_teaser-cpt-08__meta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p_teaser-cpt-08__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p_teaser-cpt-08__terms {
  flex-grow: 1;
  display: flex;
  padding-right: 1rem;
}

.p_teaser-cpt-08__date, .p_teaser-cpt-08__time, .p_teaser-cpt-08__duration {
  display: flex;
  align-items: center;
}

.p_teaser-cpt-08__sur-heading {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
}

.p_text-fact:before {
  content: "";
  display: block;
  margin-left: auto;
  width: clamp(6rem, 5.08222rem + 0.04589 * 100vw, 9rem);
  height: 4px;
  background-color: var(--c-highlight-c1);
  margin-bottom: calc(2rem - 2px);
}

.p_text-fact__text {
  text-align: right;
  background-image: var(--c-highlight-g1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p_tags-about {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p_tags-about__group-buttons-01 {
  flex-grow: 1;
}

.p_filter-about-default__link {
  transition: opacity 0.15s ease-in-out;
}

.p_filter-about-default__link.is-active {
  background-color: var(--c-highlight-c1);
  color: #fafafa;
}

.p_filter-about-default__group-buttons-01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.p_filter-about-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p_filter-about-card__group-buttons-01 {
  flex-grow: 1;
}

.p_filter-jobs-card {
  position: relative;
  border: 2px solid #ca1c20;
  border-radius: 4px;
  padding: 1.5rem;
  min-height: calc(100vw - 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p_filter-jobs-card__group-buttons-01 {
  flex-grow: 1;
}

.p_filter-jobs-card__button {
  align-self: flex-end;
  margin-top: 1.5rem;
}

.p_filter-jobs-card__link {
  transition: opacity 0.15s ease-in-out;
}

.p_filter-jobs-card__group-buttons-01 {
  position: relative;
}

.p_filter-jobs-default__link {
  transition: opacity 0.15s ease-in-out;
}

.p_filter-jobs-default__group-buttons-01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.p_filter-jobs-default__group-buttons-02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.p_filter-insights-default {
  display: flex;
  flex-direction: column;
}

.p_filter-insights-default__group-buttons-01, .p_filter-insights-default__group-buttons-02 {
  display: flex;
  flex-wrap: wrap;
}

.p_filter-insights-default__link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: opacity 0.15s ease-in-out;
}

.p_filter-playbook-default__link {
  transition: opacity 0.15s ease-in-out;
}

.p_filter-playbook-default__group-buttons-01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.p_filter-playbook-default__group-buttons-02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.p_filter-cases-default__link {
  transition: opacity 0.15s ease-in-out;
}

.p_filter-cases-default__link.is-active {
  background-color: #ca1c20;
  color: #fafafa;
}

.p_filter-cases-default__group-buttons-01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.p_filter-logos {
  margin-bottom: clamp(3rem, 1.77629rem + 0.06119 * 100vw, 7rem);
}

.p_filter-logos__group-buttons-01 {
  display: flex;
  flex-wrap: wrap;
}

.p_filter-logos__link.is-active {
  background-color: #fafafa;
  color: #373737;
}

.p_teaser-text {
  position: relative;
  border: 2px solid #ca1c20;
  border-radius: 4px;
  padding: 1.5rem;
  min-height: calc(100vw - 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p_teaser-text__heading {
  flex-grow: 1;
}

.p_teaser-text__button {
  align-self: flex-end;
  margin-top: 1.5rem;
}

.p_teaser-services {
  position: relative;
  background: #ca1c20;
  border-radius: 4px;
  padding: 1.75rem;
}

.p_teaser-services__group-buttons {
  display: flex;
  flex-wrap: wrap;
}

.p_teaser-services__button {
  flex: 0 1 auto;
  margin-right: 1rem;
  min-width: 100%;
}

.p_teaser-services__button svg {
  margin-right: 0.75rem;
}

.p_group-logos {
  display: flex;
  overflow: visible;
}

.p_group-logos__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.p_group-logos__item {
  flex: 0 0 calc(100% / 3 - 1rem);
  margin: 0.5rem;
}

.p_group-logos__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(6rem, 5.08222rem + 0.04589 * 100vw, 9rem);
  transition: opacity 0.15s ease-in-out;
  user-select: none;
}

.p_group-logos__figure.is-hidden {
  opacity: 0.15;
}

.p_group-logos-2__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.p_group-logos-2__item {
  flex: 0 0 calc(100% / 3 - 1rem);
  margin: 0.5rem;
}

.p_group-logos-2__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.p_group-logos-2__figure:last-child {
  margin-right: 0;
}

.p_image-fullwidth__wrapper {
  position: relative;
}

.p_image-fullwidth__image {
  border-radius: 4px;
}

.p_image-fullwidth__figcaption {
  display: block;
  text-align: left;
  color: #787878;
  max-width: 700px;
  padding-top: 1rem;
}

.p_teaser-about {
  position: relative;
  border-radius: 4px;
  background-color: #fafafa;
  color: #373737;
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
  width: 100%;
  min-height: calc(100vw - 2rem);
  display: flex;
  height: 100%;
}

.p_teaser-about.is-hidden {
  opacity: 0;
}

.p_teaser-about__figure {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #fafafa 8%, #f5f5f5 18%, #fafafa 33%);
}

.p_teaser-about__figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

.p_teaser-about__figure img {
  height: 105% !important;
}

.p_teaser-about__content {
  position: relative;
  z-index: 1;
  color: #fafafa;
  padding: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p_teaser-about__heading {
  flex-grow: 1;
  width: 100%;
}

.p_teaser-jobs {
  position: relative;
  border-radius: 4px;
  background-color: #fafafa;
  color: #373737;
  transition: all 0.15s ease-in-out;
  opacity: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: calc(100vw - 2rem);
}

.p_teaser-jobs.is-hidden {
  opacity: 0;
}

.p_teaser-jobs__figure {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #fafafa 8%, #f5f5f5 18%, #fafafa 33%);
}

.p_teaser-jobs__figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

.p_teaser-jobs__figure img {
  height: 105% !important;
}

.p_teaser-jobs__content {
  background-color: #ca1c20;
  position: relative;
  top: 3em;
  left: -0.75rem;
  border-radius: 4px;
  width: 75%;
  max-width: 350px;
  padding: 1.5rem;
}

.p_teaser-jobs__button {
  position: absolute;
  z-index: 1;
  bottom: 1.75rem;
  right: -0.75rem;
}

.p_svg svg {
  max-width: 100%;
}

/**----------------------------------------------------------------------
 * COMPONENTS_CONTENT
 *---------------------------------------------------------------------*/
.cc_card-contact-person-multiple__card {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 1.5rem;
}

.cc_card-contact-person-multiple__figure {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 500px;
  flex: 0 0 auto;
}

.cc_card-contact-person-multiple__contact:first-child {
  margin-left: 0;
}

.cc_card-contact-person-multiple__icons {
  display: flex;
}

.cc_card-contact-person-multiple__icon-wrapper {
  margin-right: 1.25rem;
}

.cc_card-contact-person-multiple__icon-wrapper:last-child {
  margin-right: 0;
}

.cc_card-contact-person-multiple__icon-wrapper i,
.cc_card-contact-person-multiple__icon-wrapper svg {
  transition: all 0.15s ease-in-out;
  width: 1.25rem !important;
  height: 1.25rem !important;
  color: #ca1c20;
}

.cc_card-contact-person-multiple__person {
  display: flex;
}

.cc_card-contact-person-multiple__info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  margin-left: 1rem;
}

.cc_card-contact-person-multiple__info span {
  display: block;
}

.cc_card-contact-person-multiple .p_people-teaser {
  width: 100%;
}

.cc_card-contact-person__card {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 1.5rem;
}

.cc_card-contact-person__figure {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 500px;
  flex: 0 0 auto;
}

.cc_card-contact-person__contact:first-child {
  margin-left: 0;
}

.cc_card-contact-person__icons {
  display: flex;
}

.cc_card-contact-person__icon-wrapper {
  margin-right: 1.25rem;
}

.cc_card-contact-person__icon-wrapper:last-child {
  margin-right: 0;
}

.cc_card-contact-person__icon-wrapper i,
.cc_card-contact-person__icon-wrapper svg {
  transition: all 0.15s ease-in-out;
  width: 1.25rem !important;
  height: 1.25rem !important;
  color: #ca1c20;
}

.cc_card-contact-person__person {
  display: flex;
}

.cc_card-contact-person__info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  margin-left: 1rem;
}

.cc_card-contact-person__info span {
  display: block;
}

.cc_conversation-partners {
  margin-bottom: -2rem;
}

.cc_conversation-partners__card {
  position: relative;
}

.cc_conversation-partners figure {
  border-radius: 4px;
  height: clamp(400px, calc(100vw - 2rem), 568px);
  overflow: hidden;
}

.cc_conversation-partners__label {
  background-color: var(--c-highlight-c1);
  border-radius: 4px;
  position: absolute;
  bottom: 2rem;
  left: -0.75rem;
  padding: 0.75rem 1.25rem;
  width: 90%;
  max-width: 320px;
}

.cc_conversation-partners__heading {
  font-size: calc(clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem) * 1) ;
  line-height: 1.25 ;
}

.cc_conversation-partners__text {
  display: block;
  font-size: calc(1rem * 1) ;
  line-height: 1.25 ;
}

.cc_chat-bubbles__wrapper {
  display: flex;
  flex-direction: column;
}

.cc_chat-bubbles__item {
  background-color: #bf1d72;
  padding: 10px;
  margin-bottom: 40px;
  max-width: 45%;
  position: relative;
  border-radius: 4px;
}

.cc_chat-bubbles__item--left::before, .cc_chat-bubbles__item--right::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 100%;
  border-style: solid;
}

.cc_chat-bubbles__item--left {
  border-bottom-left-radius: 0;
}

.cc_chat-bubbles__item--left::before {
  left: 0;
  border-width: 20px 20px 0 0;
  border-color: #bf1d72 transparent transparent transparent;
}

.cc_chat-bubbles__item--right {
  align-self: flex-end;
  border-bottom-right-radius: 0;
}

.cc_chat-bubbles__item--right::before {
  right: 0;
  border-width: 0 20px 20px 0;
  border-color: transparent #bf1d72 transparent transparent;
}

.cc_chat-bubbles__item__text {
  margin: 0;
  padding: 0 0.75rem;
  color: #fafafa;
  font-weight: normal;
}

.playlist-section {
  margin-bottom: 30px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.iframe-wrapper {
  position: relative;
  margin: auto;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.playlist-header {
  text-align: center;
  color: white;
}

.playlist-description {
  width: 70%;
  margin: 20px auto;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 40px;
  color: white;
}

.list-header-section {
  margin-bottom: 30px;
}

.songs-card-section {
  margin-bottom: 100px;
}

.songs-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 70%;
  max-width: 1200px;
  margin: auto;
}

.song-cards-container {
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.song-cards-container::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.song-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 1;
  position: relative;
  padding: 7px;
}

.song-card.active {
  border: 2px solid #ca1c20;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.song-card:hover {
  transform: translateY(-2px) scale(1.02);
}

.song-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 5px;
}

.song-card.active .song-title {
  font-weight: bold;
}

.scroll-btn {
  background: #ca1c20;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
}

.scroll-btn:hover {
  background: #e2363b;
}

.xmas-sidebar {
  flex: 0 0 250px;
  min-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.vi-band-card, .song-share-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
  background: #ebebeb;
}

.vi-band-card-title, .song-share-title, .vi-band-card-description {
  font-weight: normal;
  margin: 0;
}

.vi-band-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.song-share-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ca1c20;
  color: white;
}

.song-share-select {
  background-color: white;
  border: none;
  margin: 0;
}

.song-share-message {
  height: 200px;
  border: none;
  margin: 0;
}

.circle-message {
  position: relative;
  top: -180px;
  right: -220px;
  z-index: 3;
  position: relative;
}

.circle-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  transform: rotate(20deg);
}

#song-select {
  padding: 8px;
  border-radius: 5px;
  font-size: 16px;
}

#share-message {
  width: 100%;
  max-width: 600px;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
}

#share-email {
  text-align: center;
  display: inline-block !important;
}

.song-share-email, .song-copy-link {
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
  display: inline-block !important;
  width: auto !important;
}

.copy-link {
  line-height: 0;
}

/* Snow animation */
#snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
}

.snowflake {
  position: absolute;
  top: -2rem;
  color: white;
  font-size: 1.2rem;
  animation-name: fall;
  animation-timing-function: linear;
}

@keyframes fall {
  to {
    transform: translateY(110vh);
  }
}

.xmas-banner {
  width: 100vw;
}

.song-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px;
}

.song-thumb {
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

/* Mobile adjustments */

.songs-card-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.song-list {
  flex: 1;
  /* takes remaining space */
  min-width: 300px;
  /* prevent too narrow */
}

.xmas-sidebar {
  flex: 0 0 250px;
  /* fixed width for sidebar */
}

.playlist-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* or 'contain' if you prefer */
  z-index: 0;
  pointer-events: none;
  /* clickable content remains clickable */
}

.playlist-background > .container {
  position: relative;
  z-index: 1;
}

.desktop-bg {
  display: block;
}

.mobile-bg {
  display: none;
}

.cc_information-sections__items {
  grid-area: information;
  word-break: break-word;
}

.cc_information-sections__item {
  margin-bottom: 20px;
}

.cc_information-sections__item:last-child {
  margin-bottom: 60px;
}

.cc_information-sections__item:first-child {
  padding-top: 0;
}

.cc_information-sections__item__header {
  display: grid;
  grid-template-columns: 1fr;
}

.cc_information-sections__item__title {
  padding: 32px 0 24px 0;
  margin-bottom: 0;
  position: relative;
}

.cc_information-sections__item__title:before {
  content: "";
  position: absolute;
  right: -50vw;
  left: -50vw;
  top: -1px;
  height: 1px;
  background: var(--c-highlight-c1);
  opacity: 0.5;
}

.cc_information-sections__item__index {
  padding-left: 20px;
}

.cc_information-sections__item a {
  cursor: pointer;
  color: var(--c-highlight-c1);
}

.cc_information-sections__item ul {
  list-style: disc;
  margin: 0 0 1em 20px;
}

.cc_information-sections__item ul li {
  font-size: clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem);
  line-height: 1.625;
}

.cc_information-sections__item ul li::marker {
  color: var(--c-highlight-c1);
}

.cc_information-sections__sub-section:first-child {
  margin-top: 0;
}

.cc_information-sections__sub-section__item__title {
  color: var(--c-highlight-c1);
  position: relative;
}

.cc_information-sections__sub-section__item__title:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.cc_information-sections__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "index" "information";
}

.cc_information-sections__index {
  grid-area: index;
  margin-bottom: 40px;
}

.cc_information-sections__index__title {
  display: block;
}

.cc_information-sections__index__item__header {
  padding: 0 5px 20px 25px;
  position: relative;
}

.cc_information-sections div:has(> table) {
  overflow-x: auto;
  max-width: calc(100vw - 2rem);
}

.cc_information-sections table {
  border-collapse: collapse;
  word-break: normal;
  margin-bottom: 2rem;
}

.cc_information-sections table *,
.cc_information-sections table ul li {
  font-size: 16px;
}

.cc_information-sections table td {
  vertical-align: baseline;
}

.cc_information-sections table th, .cc_information-sections table td {
  border: 1px solid black;
  padding: 6px;
}

.cc_cta-button--center {
  display: flex;
  justify-content: center;
}

.cc_event-details__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cc_event-details__date, .cc_event-details__time, .cc_event-details__duration {
  display: flex;
  align-items: center;
}

.cc_event-details svg {
  width: 1.25rem;
  height: 1.25rem;
}

.cc_group-downloads__items {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
}

.cc_group-downloads__heading {
  margin-bottom: 1em;
}

.cc_group-downloads__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}

.cc_group-downloads__item > .fa-icon-wrapper svg,
.cc_group-downloads__item > .fa-icon {
  display: inline-flex;
  width: clamp(1.5rem, 1.27055rem + 0.01147 * 100vw, 2.25rem);
  height: clamp(1.5rem, 1.27055rem + 0.01147 * 100vw, 2.25rem);
  margin-right: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem);
}

.cc_group-downloads__item > .fa-icon {
  height: auto;
}

.cc_group-downloads__link {
  flex-grow: 1;
}

.cc_group-downloads__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1rem;
}

.cc_group-downloads__actions .fa-icon-wrapper:not(:last-child) {
  margin-right: clamp(1rem, 0.69407rem + 0.0153 * 100vw, 2rem);
}

.cc_group-downloads__actions .fa-icon-wrapper svg {
  transition: transform 0.15s ease-in;
  width: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem);
  height: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem);
}

.cc_group-downloads__actions button {
  all: inherit;
  cursor: pointer;
}

.cc_group-logos {
  display: flex;
  flex-wrap: wrap;
}

.cc_group-logos__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.cc_group-logos__figure:last-child {
  margin-right: 0;
}

.cc_image-fullwidth img {
  border-radius: 4px;
}

.cc_image-gallery__slider img {
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
}

.cc_image-gallery__slider figure {
  cursor: pointer;
  height: 0;
  width: 100%;
}

.cc_image-gallery__slider figcaption {
  font-size: calc(1rem * 0.875) ;
  line-height: 1.625 ;
}

.cc_image-gallery__slider .swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 1rem;
  height: 3rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cc_image-gallery__slider .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  opacity: 1;
  background-color: #ca1c20 !important;
}

.cc_image-gallery__slider .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 4px;
}

.cc_image-gallery__slider .swiper-button-next,
.cc_image-gallery__slider .swiper-button-prev {
  top: auto !important;
  bottom: 0.125rem !important;
}

.cc_image-gallery__slider-inner {
  align-items: stretch;
}

.cc_image-gallery__item {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.cc_image-gallery__lightbox {
  display: none;
}

.cc_image-gallery__lightbox.is-active {
  display: block;
  z-index: 400;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 1rem;
}

.cc_image-gallery__lightbox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cc_image-gallery__lightbox .swiper-button-next {
  right: 1rem;
}

.cc_image-gallery__lightbox .swiper-button-prev {
  left: 1rem;
}

.cc_image-gallery__lightbox .swiper-button-next,
.cc_image-gallery__lightbox .swiper-button-prev {
  color: #fafafa !important;
}

.cc_image-gallery__lightbox figure {
  user-select: none;
  position: static;
}

.cc_image-gallery__lightbox figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}

.cc_image-gallery__lightbox img {
  min-width: 100%;
  width: auto;
  height: auto;
  max-height: 80vh;
  user-select: none;
  margin-left: auto;
  margin-right: auto;
}

.cc_image-gallery__lightbox-close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #ca1c20;
  border-radius: 4px;
  border: 0;
  color: #fafafa;
  padding: 1rem 1.25rem;
  transition: background-color 0.15s ease-in;
  z-index: 2;
}

.cc_image-gallery__lightbox-close svg {
  width: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem);
  height: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem);
}

.cc_image-gallery__figure,
.cc_image-gallery__figure > img {
  max-width: 100%;
}

.cc_image-gallery .swiper-button-next:after,
.cc_image-gallery .swiper-button-prev:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fa" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cc_image-gallery .swiper-button-next:after {
  content: "";
}

.cc_image-gallery .swiper-button-prev:after {
  content: "";
}

.cc_imagetext-editor .tinymce img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.cc_stairs-gallery__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.cc_stairs-gallery__item:nth-child(1) {
  margin-right: 0px;
}

.cc_stairs-gallery__item:nth-child(2) {
  margin-right: 32px;
}

.cc_stairs-gallery__item:nth-child(3) {
  margin-right: 64px;
}

.cc_stairs-gallery__item__caption {
  margin: 0;
  color: #787878;
  background-color: #1C1C1C;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}

.cc_stairs-gallery__item__caption b {
  color: white;
}

.cc_stairs-gallery__video {
  width: 100%;
}

.cc_teaser-page {
  height: 100%;
}

.cc_teaser-page__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #fafafa;
  color: #373737;
}

.cc_teaser-page__figure {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  height: calc((100vw / 4 * 3) - 2rem);
}

.cc_teaser-page__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 1.19407rem + 0.0153 * 100vw, 2.5rem);
  height: 100%;
  flex: 1 1 auto;
}

.cc_teaser-page__button {
  align-self: flex-end;
  margin-top: 2rem;
}

.cc_teaser-page__button svg {
  margin-right: 0.75rem;
}

.cc_teaser-text-video--right .row {
  flex-direction: column-reverse;
}

.cc_teaser-text-video__column:nth-child(2) {
  padding: 0 1rem;
}

.cc_teaser-text-video__video {
  width: 100%;
}

.cc_teaser-text-video__headline {
  margin-top: 1rem;
}

.cc_teaser-text-video__text {
  margin-bottom: 0;
}

.cc_text-editor p:last-of-type {
  margin-bottom: 0;
}

.cc_text-editor figure {
  width: auto !important;
  margin-bottom: 1rem;
}

.cc_text-editor img {
  width: 100% !important;
  height: auto;
  margin-top: 1rem;
}

.cc_text-editor figcaption {
  width: 100%;
  margin-right: 0;
}

.cc_text-fact:before {
  content: "";
  display: block;
  margin-left: auto;
  width: clamp(6rem, 5.08222rem + 0.04589 * 100vw, 9rem);
  height: 4px;
  background-color: var(--c-highlight-c1);
  margin-bottom: 2rem;
}

.cc_text-fact__text {
  text-align: right;
  background-image: var(--c-highlight-g1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc_text-info .tinymce {
  border-radius: 4px;
  border: 2px solid #ca1c20;
  padding: clamp(1.5rem, 1.19407rem + 0.0153 * 100vw, 2.5rem);
  color: #ca1c20;
}

.cc_text-key-value__items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
}

.cc_text-key-value__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 100%;
  margin-bottom: 1rem;
}

.cc_text-key-value__before, .cc_text-key-value__after, .cc_text-key-value__number {
  flex-shrink: 0;
  font-size: calc(clamp(2.5rem, 1.73518rem + 0.03824 * 100vw, 5rem) * 1) ;
  line-height: 1.125 ;
  font-weight: 600;
  background-image: linear-gradient(-90deg, #bf1d72 0%, #ca1c20 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc_text-key-value__bottom {
  display: block;
  flex-shrink: 0;
  font-size: calc(clamp(0.875rem, 0.83676rem + 0.00191 * 100vw, 1rem) * 1) ;
  line-height: 1.5 ;
  font-weight: 500;
  background-image: linear-gradient(-90deg, #bf1d72 0%, #ca1c20 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc_text-quote:before {
  content: "";
  display: block;
  margin-left: auto;
  width: clamp(6rem, 5.08222rem + 0.04589 * 100vw, 9rem);
  height: 4px;
  background-color: var(--c-highlight-c1);
  margin-bottom: 2rem;
}

.cc_text-quote__quote {
  text-align: right;
  background-image: var(--c-highlight-g1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cc_text-quote__quote:before {
  content: "\“";
}

.cc_text-quote__quote:after {
  content: "\”";
}

.cc_text-quote__figure {
  overflow: hidden;
  width: 60px !important;
  height: 60px;
  border-radius: 500px;
  flex: 0 0 auto;
  margin-left: 1.5rem;
}

.cc_text-quote__person {
  display: flex;
  justify-content: flex-end;
}

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

.cc_text-quote__info span {
  display: block;
}

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

.cc_quote-person__figure {
  overflow: hidden;
  width: 60px !important;
  height: 60px;
  border-radius: 500px;
  flex: 0 0 auto;
  margin-left: 1.5rem;
}

.cc_quote-person__person {
  display: flex;
  justify-content: flex-end;
}

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

.cc_quote-person__info span {
  display: block;
}

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

.cc_video-fullwidth {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 4px;
}

.cc_video-fullwidth--embedded {
  height: 0;
  padding-top: 100%;
  aspect-ratio: auto;
}

.cc_video-fullwidth__video {
  z-index: 2;
}

.cc_video-fullwidth__video > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
}

.cc_video-fullwidth__video > * img {
  display: none !important;
}

.cc_video-fullwidth__caption {
  color: #787878;
  flex-basis: 100%;
}

/**----------------------------------------------------------------------
 * COMPONENTS_LAYOUT
 *---------------------------------------------------------------------*/
.cl_text-info {
  border-radius: 4px;
  border: solid 2px var(--c-highlight-c1);
  padding: clamp(1.5rem, 1.19407rem + 0.0153 * 100vw, 2.5rem);
  display: flex;
  flex-direction: column;
}

.cl_text-info__button {
  align-self: flex-end;
  margin-top: 1.5rem;
}

.cl_text-info-2 {
  font-family: "Outfit", "Roboto", "Arial", sans-serif;
  font-weight: 600;
  border-radius: 4px;
  border: solid 2px #ca1c20;
  padding: clamp(1.5rem, 1.19407rem + 0.0153 * 100vw, 2.5rem);
  color: #ca1c20;
  display: flex;
  flex-direction: column;
}

.cl_text-info-2__button {
  align-self: flex-end;
  margin-top: 1.5rem;
}

.cl_text-info-list {
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
}

.cl_text-info-list__item {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1rem;
}

.cl_text-info-list__item:before {
  content: "";
  background-color: #ca1c20;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  border-radius: 50%;
  top: 0.625em;
  left: 0;
}

.cl_text-info-list__figure img {
  border-radius: 4px;
  overflow: hidden;
}

.cl_group-logos {
  padding: clamp(2rem, 0.16444rem + 0.09178 * 100vw, 8rem) 0;
}

.cl_group-logos > .row:first-child {
  margin-bottom: clamp(2rem, 1.08222rem + 0.04589 * 100vw, 5rem);
}

.cl_group-logos__button {
  margin-top: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
}

.cl_group-cards {
  margin-bottom: -2rem;
}

.cl_group-cards__card {
  border: 2px solid var(--c-highlight-c1);
  border-radius: 4px;
  padding: clamp(1rem, 0.38815rem + 0.03059 * 100vw, 3rem);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cl_group-cards__slider .swiper-wrapper {
  align-items: stretch;
}

.cl_group-cards__slider .swiper-slide {
  height: auto !important;
  display: flex;
  align-items: stretch;
}

.cl_group-cards__controls {
  display: block;
  position: relative;
  height: 44px;
  margin-top: 1rem;
}

.cl_group-cards__controls .swiper-pagination {
  height: 3rem !important;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -3px;
}

.cl_group-cards__controls .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  opacity: 1;
  background-color: #373737 !important;
}

.cl_group-cards__controls .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 4px;
}

.cl_group-cards__controls .swiper-button-prev:after {
  content: "";
}

.cl_group-cards__controls .swiper-button-next {
  right: 0;
}

.cl_group-cards__controls .swiper-button-next:after {
  content: "";
}

.cl_group-cards__controls .swiper-button-next,
.cl_group-cards__controls .swiper-button-prev {
  top: 0;
  margin-top: 0;
  justify-content: flex-end;
}

.cl_group-cards__controls .swiper-button-next:after,
.cl_group-cards__controls .swiper-button-prev:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fa" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #373737;
}

.cl_group-cards__controls .swiper-button-disabled {
  pointer-events: initial !important;
  cursor: pointer;
}

.cl_group-peoplecards {
  margin-bottom: -2rem;
}

.cl_group-peoplecards__card {
  position: relative;
}

.cl_group-peoplecards figure {
  border-radius: 4px;
  height: clamp(400px, calc(100vw - 2rem), 568px);
  overflow: hidden;
}

.cl_group-peoplecards__label {
  background-color: var(--c-highlight-c1);
  border-radius: 4px;
  position: absolute;
  bottom: 2rem;
  left: -0.75rem;
  padding: 0.75rem 1.25rem;
  width: 90%;
  max-width: 320px;
}

.cl_group-peoplecards__heading {
  font-size: calc(clamp(1.125rem, 1.08676rem + 0.00191 * 100vw, 1.25rem) * 1) ;
  line-height: 1.25 ;
}

.cl_group-peoplecards__text {
  display: block;
  font-size: calc(1rem * 1) ;
  line-height: 1.25 ;
}

.cl_helpers {
  display: flex;
  flex-direction: column;
}

.cl_helpers .btn {
  text-align: left !important;
  padding: 1.25rem !important;
}

.cl_image-fullwidth img {
  border-radius: 4px;
}

.cl_image-fullwidth .figcaption {
  text-align: left;
}

.cl_teaser-about {
  position: relative;
  padding: clamp(2rem, 0.16444rem + 0.09178 * 100vw, 8rem) 0;
}

.cl_teaser-about article {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}

.cl_teaser-about .spinner {
  display: none;
}

.cl_teaser-about.is-filtering article {
  opacity: 0.25;
}

.cl_teaser-about.is-filtering .p_filter-about-card__link {
  opacity: 0.05;
}

.cl_teaser-about.is-filtering .spinner {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 5;
}

.cl_teaser-about.is-filtering .spinner svg {
  width: 3rem;
  height: 3rem;
  animation: spin 2000ms infinite;
}

.cl_teaser-about__slider-wrapper {
  margin-right: -2rem;
  height: 100%;
}

.cl_teaser-about__slider {
  overflow: visible;
  height: 100%;
  padding-right: calc(4rem - 1px);
}

.cl_teaser-about__slider:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  background-color: #ca1c20;
  width: 80vw;
  z-index: 2;
  pointer-events: none;
}

.cl_teaser-about__slider[data-number-of-slides="1"], .cl_teaser-about__slider[data-number-of-slides="2"] {
  height: 100%;
}

.cl_teaser-about__slider .swiper-wrapper {
  align-items: stretch;
}

.cl_teaser-about__slider .swiper-slide {
  height: auto !important;
  display: flex;
  align-items: stretch;
}

.cl_teaser-about__controls {
  display: none;
}

.cl_teaser-about__controls .swiper-pagination {
  height: 3rem !important;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 8rem;
  transform: translateX(-50%);
  margin-top: -3px;
}

.cl_teaser-about__controls .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  opacity: 1;
  background-color: #fafafa !important;
}

.cl_teaser-about__controls .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 4px;
}

.cl_teaser-about__controls .swiper-button-prev:after {
  content: "";
}

.cl_teaser-about__controls .swiper-button-next {
  left: 14.25rem;
  right: auto;
}

.cl_teaser-about__controls .swiper-button-next:after {
  content: "";
}

.cl_teaser-about__controls .swiper-button-next,
.cl_teaser-about__controls .swiper-button-prev {
  top: 0;
  margin-top: 0;
  justify-content: flex-end;
}

.cl_teaser-about__controls .swiper-button-next:after,
.cl_teaser-about__controls .swiper-button-prev:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fa" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fafafa;
}

.cl_teaser-about__controls .swiper-button-disabled {
  pointer-events: initial !important;
  cursor: pointer;
}

.cl_teaser-page {
  height: 100%;
}

.cl_teaser-page .row {
  margin-bottom: -2rem;
}

.cl_teaser-page__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #fafafa;
  color: #373737;
}

.cl_teaser-page__figure {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  height: calc((100vw / 4 * 3) - 2rem);
}

.cl_teaser-page__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 1.19407rem + 0.0153 * 100vw, 2.5rem);
  height: 100%;
  flex: 1 1 auto;
}

.cl_teaser-page__button {
  align-self: flex-end;
  margin-top: 2rem;
}

.cl_teaser-page__button svg {
  margin-right: 0.75rem;
}

.cl_teaser-insights__slider-wrapper {
  position: relative;
  width: calc(100% - 2rem);
}

.cl_teaser-insights__slider-wrapper:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  width: 50vw;
  z-index: 2;
  pointer-events: none;
}

.cl_teaser-insights .swiper {
  overflow: visible !important;
  user-select: none;
}

.cl_teaser-insights .swiper-slide {
  width: calc(100% - 1rem);
  margin-right: 1rem;
  height: auto !important;
  display: flex;
  align-items: stretch;
}

.cl_teaser-insights .swiper-slide.cl_teaser-insights__slide--event, .cl_teaser-insights .swiper-slide.cl_teaser-insights__slide:last-child {
  padding-bottom: calc(60px + 2rem);
}

.cl_teaser-insights .swiper-slide.cl_teaser-insights__slide--event .p_teaser-cpt-06,
.cl_teaser-insights .swiper-slide.cl_teaser-insights__slide--event .p_teaser-cpt-07, .cl_teaser-insights .swiper-slide.cl_teaser-insights__slide:last-child .p_teaser-cpt-06,
.cl_teaser-insights .swiper-slide.cl_teaser-insights__slide:last-child .p_teaser-cpt-07 {
  height: auto !important;
}

.cl_teaser-insights__controls {
  display: none;
}

.cl_teaser-insights__controls .swiper-pagination {
  height: 3rem !important;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 8rem;
  transform: translateX(-50%);
  margin-top: -3px;
}

.cl_teaser-insights__controls .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  opacity: 1;
  background-color: #373737 !important;
}

.cl_teaser-insights__controls .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 4px;
}

.cl_teaser-insights__controls .swiper-button-prev:after {
  content: "";
}

.cl_teaser-insights__controls .swiper-button-next {
  left: 14.25rem;
  right: auto;
}

.cl_teaser-insights__controls .swiper-button-next:after {
  content: "";
}

.cl_teaser-insights__controls .swiper-button-next,
.cl_teaser-insights__controls .swiper-button-prev {
  top: 0;
  margin-top: 0;
  justify-content: flex-end;
}

.cl_teaser-insights__controls .swiper-button-next:after,
.cl_teaser-insights__controls .swiper-button-prev:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fa" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #373737;
}

.cl_teaser-insights__controls .swiper-button-disabled {
  pointer-events: initial !important;
  cursor: pointer;
}

.cl_teaser-services > .row:first-child {
  margin-bottom: clamp(1rem, 0.23518rem + 0.03824 * 100vw, 3.5rem);
}

.cl_teaser-services__item + .cl_teaser-services__item {
  margin-top: clamp(3rem, 2.69407rem + 0.0153 * 100vw, 4rem);
}

.cl_teaser-services__figure {
  max-width: 128px;
}

.cl_teaser-services__link-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.cl_teaser-services__button {
  margin-top: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem);
}

.cl_teaser-jobs__bg-graphic {
  position: absolute;
  top: -30%;
  bottom: 0;
  left: 0;
  z-index: -1;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
}

.cl_teaser-jobs__bg-graphic img {
  width: 100%;
  height: auto;
}

.cl_teaser-jobs article {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}

.cl_teaser-jobs .spinner {
  display: none;
}

.cl_teaser-jobs.is-filtering article {
  opacity: 0.25;
}

.cl_teaser-jobs.is-filtering .p_filter-jobs-card__link {
  opacity: 0.05;
}

.cl_teaser-jobs.is-filtering .spinner {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 5;
}

.cl_teaser-jobs.is-filtering .spinner svg {
  width: 3rem;
  height: 3rem;
  animation: spin 2000ms infinite;
}

.cl_teaser-jobs__slider-wrapper {
  margin-left: -2rem;
}

.cl_teaser-jobs__slider {
  padding-left: calc(2rem - 1px);
  padding-bottom: 5rem;
}

.cl_teaser-jobs__slider.hidden-mobile {
  display: none;
}

.cl_teaser-jobs__slider.hidden-desktop[data-number-of-items="1"] .swiper-button-next,
.cl_teaser-jobs__slider.hidden-desktop[data-number-of-items="1"] .swiper-button-prev {
  display: none;
}

.cl_teaser-jobs__slider[data-number-of-items="1"], .cl_teaser-jobs__slider[data-number-of-items="2"] {
  height: 100%;
}

.cl_teaser-jobs__slider .swiper-wrapper {
  align-items: stretch;
}

.cl_teaser-jobs__slider .swiper-slide {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}

.cl_teaser-jobs__slider .swiper-pagination {
  height: 5rem !important;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.cl_teaser-jobs__slider .swiper-pagination-bullet {
  background-color: #ca1c20;
  width: 4px;
  height: 4px;
  opacity: 1;
  background-color: #ca1c20 !important;
}

.cl_teaser-jobs__slider .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 4px;
}

.cl_teaser-jobs__slider .swiper-button-next,
.cl_teaser-jobs__slider .swiper-button-prev {
  top: auto !important;
  bottom: 0;
  height: 5rem !important;
}

.cl_teaser-jobs__slider .swiper-button-next:after,
.cl_teaser-jobs__slider .swiper-button-prev:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fa" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ca1c20;
}

.cl_teaser-jobs__slider .swiper-button-next {
  justify-content: flex-end;
  right: 0;
}

.cl_teaser-jobs__slider .swiper-button-next:after {
  content: "";
}

.cl_teaser-jobs__slider .swiper-button-prev {
  justify-content: flex-start;
  left: 2rem;
}

.cl_teaser-jobs__slider .swiper-button-prev:after {
  content: "";
}

.cl_reports__item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ebebeb;
  padding: clamp(3rem, 2.69407rem + 0.0153 * 100vw, 4rem) 0;
}

.cl_reports__item:last-child {
  border-bottom: 1px solid #bf1d72;
}

.cl_reports__content {
  flex: 0 0 100%;
}

.cl_reports__figure {
  flex: 0 0 192px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.cl_list-posts {
  position: relative;
}

.cl_list-posts article {
  opacity: 1;
}

.cl_list-posts .spinner {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 5;
}

.cl_list-posts .spinner svg {
  width: 3rem;
  height: 3rem;
  animation: spin 2000ms infinite;
}

.cl_list-posts.is-filtering article {
  opacity: 0.25;
}

.cl_list-posts.is-filtering .p_filter-playbook-default__link,
.cl_list-posts.is-filtering .p_filter-jobs-default__link,
.cl_list-posts.is-filtering .p_filter-about-default__link,
.cl_list-posts.is-filtering .p_filter-cases-default__link {
  opacity: 0.05;
}

.cl_list-posts.is-filtering .spinner {
  display: block !important;
}

.cl_list-posts-insights {
  position: relative;
  margin-bottom: -2rem;
}

.cl_list-posts-insights article {
  opacity: 1;
}

.cl_list-posts-insights .spinner {
  display: none !important;
  position: absolute;
  top: clamp(8rem, 7.69407rem + 0.0153 * 100vw, 9rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.cl_list-posts-insights .spinner svg {
  width: 3rem;
  height: 3rem;
  animation: spin2 1500ms infinite;
}

.cl_list-posts-insights.is-filtering article {
  opacity: 0.25;
}

.cl_list-posts-insights.is-filtering .p_filter-playbook-default__link,
.cl_list-posts-insights.is-filtering .p_filter-jobs-default__link,
.cl_list-posts-insights.is-filtering .p_filter-about-default__link,
.cl_list-posts-insights.is-filtering .p_filter-cases-default__link {
  opacity: 0.05;
}

.cl_list-posts-insights.is-filtering .spinner {
  display: block !important;
}

.cl_list-posts-minimal {
  position: relative;
}

.cl_list-posts-minimal article {
  opacity: 1;
}

.cl_list-posts-minimal .spinner {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 5;
}

.cl_list-posts-minimal .spinner svg {
  width: 3rem;
  height: 3rem;
  animation: spin 2000ms infinite;
}

.cl_list-posts-minimal.is-filtering article {
  opacity: 0.25;
}

.cl_list-posts-minimal.is-filtering .p_filter-playbook-default__link,
.cl_list-posts-minimal.is-filtering .p_filter-jobs-default__link,
.cl_list-posts-minimal.is-filtering .p_filter-about-default__link,
.cl_list-posts-minimal.is-filtering .p_filter-cases-default__link {
  opacity: 0.05;
}

.cl_list-posts-minimal.is-filtering .spinner {
  display: block !important;
}

.cl_list-posts-minimal .p_teaser-cpt-05 {
  min-height: 0 !important;
}

.cl_list-posts-minimal .p_teaser-cpt-05__figure {
  aspect-ratio: 16 / 9;
  height: calc((100vw / 16 * 9) - 2rem);
}

.cl_form-job__wrapper {
  border: 2px solid var(--c-highlight-c1);
  border-radius: 4px;
  padding: 1rem;
  background-color: #fafafa;
}

.cl_form-job__card {
  display: flex;
  flex-wrap: wrap;
}

.cl_form-job__figure {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

.cl_form-job__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.cl_form-job__apply {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

.cl_form-job__text {
  max-width: 375px;
}

.cl_form-job__btn {
  align-self: flex-end;
}

.cl_form-job__form {
  padding-top: clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem);
}

.cl_form-job__bitform form[id^="form-bitforms"] * {
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
}

.cl_form-job__bitform form[id^="form-bitforms"] > div {
  background-color: #fafafa !important;
  border: 0 !important;
  padding: 0 !important;
}

.cl_form-job__bitform form[id^="form-bitforms"] input.fld {
  background-color: #ffffff !important;
  font-size: calc(1rem * 1) !important;
  line-height: 1.625 !important;
  padding: 1rem !important;
}

.cl_form-job__bitform form[id^="form-bitforms"] input.fld::placeholder {
  color: #787878 !important;
}

.cl_form-job__bitform form[id^="form-bitforms"] .error-txt {
  background-color: #ffd6d7 !important;
  border-radius: 4px !important;
  color: #ca1c20 !important;
  font-size: calc(1rem * 0.875) !important;
  line-height: 1.625 !important;
}

.cl_form-job__bitform form[id^="form-bitforms"] .error-txt * {
  font-size: calc(1rem * 0.875) !important;
  line-height: 1.625 !important;
}

.cl_form-job__bitform form[id^="form-bitforms"] .fld .btcd-ck-wrp input:checked ~ .btcd-mrk {
  background-color: var(--c-highlight-c1) !important;
}

.cl_form-job__bitform form[id^="form-bitforms"] .fld .btcd-ck-wrp:hover input ~ .btcd-mrk {
  border-color: var(--c-highlight-c1) !important;
}

.cl_form-job__bitform form[id^="form-bitforms"] .btcd-sub {
  cursor: pointer !important;
  transition: 0.15s ease-in-out !important;
  text-decoration: none !important;
  display: inline-flex !important;
  user-select: none !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
  font-weight: 500 !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 4px !important;
  font-size: clamp(0.875rem, 0.79852rem + 0.00382 * 100vw, 1.125rem) !important;
  line-height: 1.25 !important;
  padding: 1rem !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  margin-right: 0;
}

.cl_job-intro {
  display: flex;
  flex-direction: column;
}

.cl_job-intro > * {
  width: 100%;
}

.cl_form-event--is-past .cl_form-event__wrapper {
  border: 2px solid var(--c-grayscale-gray-37) !important;
}

.cl_form-event__wrapper {
  border: 2px solid var(--c-highlight-c1);
  border-radius: 4px;
  padding: 1rem;
  background-color: #fafafa;
}

.cl_form-event__btn {
  align-self: flex-end;
}

.cl_form-event__form {
  padding-top: clamp(1.25rem, 1.17352rem + 0.00382 * 100vw, 1.5rem);
}

.cl_form-event__bitform form[id^="form-bitforms"] * {
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
}

.cl_form-event__bitform form[id^="form-bitforms"] > div {
  background-color: #fafafa !important;
  border: 0 !important;
  padding: 0 !important;
}

.cl_form-event__bitform form[id^="form-bitforms"] input.fld {
  background-color: #ffffff !important;
  font-size: calc(1rem * 1) !important;
  line-height: 1.625 !important;
  padding: 1rem !important;
}

.cl_form-event__bitform form[id^="form-bitforms"] input.fld::placeholder {
  color: #787878 !important;
}

.cl_form-event__bitform form[id^="form-bitforms"] .error-txt {
  background-color: #ffd6d7 !important;
  border-radius: 4px !important;
  color: #ca1c20 !important;
  font-size: calc(1rem * 0.875) !important;
  line-height: 1.625 !important;
}

.cl_form-event__bitform form[id^="form-bitforms"] .error-txt * {
  font-size: calc(1rem * 0.875) !important;
  line-height: 1.625 !important;
}

.cl_form-event__bitform form[id^="form-bitforms"] .fld .btcd-ck-wrp input:checked ~ .btcd-mrk {
  background-color: var(--c-highlight-c1) !important;
}

.cl_form-event__bitform form[id^="form-bitforms"] .fld .btcd-ck-wrp:hover input ~ .btcd-mrk {
  border-color: var(--c-highlight-c1) !important;
}

.cl_form-event__bitform form[id^="form-bitforms"] .btcd-sub {
  cursor: pointer !important;
  transition: 0.15s ease-in-out !important;
  text-decoration: none !important;
  display: inline-flex !important;
  user-select: none !important;
  font-family: "Outfit", "Roboto", "Arial", sans-serif !important;
  font-weight: 500 !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 4px !important;
  font-size: clamp(0.875rem, 0.79852rem + 0.00382 * 100vw, 1.125rem) !important;
  line-height: 1.25 !important;
  padding: 1rem !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  margin-right: 0;
}

.cl_cta-contact__heading {
  position: relative;
}

.cl_cta-contact__heading span {
  font-size: clamp(6rem, 2.94073rem + 0.15296 * 100vw, 16rem);
  line-height: 1;
  display: block;
  word-break: break-word;
}

.cl_cta-contact__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cl_cta-contact__heading-text {
  position: relative;
  z-index: 1;
  color: #fafafa;
}

.cl_cta-contact__heading-text-x:before, .cl_cta-contact__heading-text-x:after, .cl_cta-contact__heading-text-xz:before, .cl_cta-contact__heading-text-xz:after, .cl_cta-contact__heading-text-y:before, .cl_cta-contact__heading-text-y:after, .cl_cta-contact__heading-text-yz:before, .cl_cta-contact__heading-text-yz:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #bf1d72;
}

.cl_cta-contact__heading-text-x:before {
  transform: translateX(4px);
}

.cl_cta-contact__heading-text-x:after {
  transform: translateX(-4px);
}

.cl_cta-contact__heading-text-y:before {
  transform: translateY(4px);
}

.cl_cta-contact__heading-text-y:after {
  transform: translateY(-4px);
}

.cl_cta-contact__heading-text-xz:before {
  transform: translate(4px, 4px);
}

.cl_cta-contact__heading-text-xz:after {
  transform: translate(-4px, -4px);
}

.cl_cta-contact__heading-text-yz:before {
  transform: translate(-4px, 4px);
}

.cl_cta-contact__heading-text-yz:after {
  transform: translate(4px, -4px);
}

@media print{
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  figure {
    max-width: 100% !important;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    font-size: 1rem !important;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  h1 {
    font-size: 1.3rem !important;
  }
  h2 {
    font-size: 1.1rem !important;
  }
  .l_grid {
    margin-left: 0 !important;
  }
  .h_site-wrapper {
    display: none !important;
  }
  div.h_default {
    display: none !important;
  }
  .p_video-thumbnail__button-wrapper {
    display: none !important;
  }
  .hide-on-print {
    display: none !important;
  }
  .show-on-print {
    display: block !important;
  }
  footer {
    display: none;
  }
  .o_sidebar-job {
    display: flex !important;
  }
  .o_sidebar-job__card {
    padding: 0 !important;
  }
  .o_sidebar-job .btn {
    display: none !important;
  }
  .o_sidebar-job__heading {
    font-size: 1.5rem !important;
    color: #384d62 !important;
  }
  .o_sidebar-job__card-info,
  .o_sidebar-job__card-info {
    flex: 1 1 50% !important;
  }
  .p_back-to-top {
    display: none !important;
  }
  body:after {
    display: none;
  }
  section.container-wrapper {
    margin-left: 1rem !important;
  }
  .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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 481px){
  .container {
    width: calc(100% - 32px);
  }
  .container {
    max-width: 600px;
  }
  .container--narrow {
    max-width: 600px;
  }
  .container--wide {
    width: calc(100% - 32px);
  }
  .container--wide {
    max-width: 600px;
  }
  .container-fluid {
    width: calc(100% - 32px);
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-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%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .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-25 {
    margin: 0.25rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 0.25rem !important;
  }
  .m-sm-50 {
    margin: 0.5rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 0.5rem !important;
  }
  .m-sm-75 {
    margin: 0.75rem !important;
  }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 0.75rem !important;
  }
  .m-sm-100 {
    margin: 1rem !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 1rem !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 1rem !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 1rem !important;
  }
  .m-sm-125 {
    margin: 1.25rem !important;
  }
  .mt-sm-125,
  .my-sm-125 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-125,
  .mx-sm-125 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-125,
  .my-sm-125 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-125,
  .mx-sm-125 {
    margin-left: 1.25rem !important;
  }
  .m-sm-150 {
    margin: 1.5rem !important;
  }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 1.5rem !important;
  }
  .m-sm-200 {
    margin: 2rem !important;
  }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 2rem !important;
  }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 2rem !important;
  }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 2rem !important;
  }
  .m-sm-250 {
    margin: 2.5rem !important;
  }
  .mt-sm-250,
  .my-sm-250 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-250,
  .mx-sm-250 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-250,
  .my-sm-250 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-250,
  .mx-sm-250 {
    margin-left: 2.5rem !important;
  }
  .m-sm-300 {
    margin: 3rem !important;
  }
  .mt-sm-300,
  .my-sm-300 {
    margin-top: 3rem !important;
  }
  .mr-sm-300,
  .mx-sm-300 {
    margin-right: 3rem !important;
  }
  .mb-sm-300,
  .my-sm-300 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-300,
  .mx-sm-300 {
    margin-left: 3rem !important;
  }
  .m-sm-350 {
    margin: 3.5rem !important;
  }
  .mt-sm-350,
  .my-sm-350 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-350,
  .mx-sm-350 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-350,
  .my-sm-350 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-350,
  .mx-sm-350 {
    margin-left: 3.5rem !important;
  }
  .m-sm-400 {
    margin: 4rem !important;
  }
  .mt-sm-400,
  .my-sm-400 {
    margin-top: 4rem !important;
  }
  .mr-sm-400,
  .mx-sm-400 {
    margin-right: 4rem !important;
  }
  .mb-sm-400,
  .my-sm-400 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-400,
  .mx-sm-400 {
    margin-left: 4rem !important;
  }
  .m-sm-450 {
    margin: 4.5rem !important;
  }
  .mt-sm-450,
  .my-sm-450 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-450,
  .mx-sm-450 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-450,
  .my-sm-450 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-450,
  .mx-sm-450 {
    margin-left: 4.5rem !important;
  }
  .m-sm-500 {
    margin: 5rem !important;
  }
  .mt-sm-500,
  .my-sm-500 {
    margin-top: 5rem !important;
  }
  .mr-sm-500,
  .mx-sm-500 {
    margin-right: 5rem !important;
  }
  .mb-sm-500,
  .my-sm-500 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-500,
  .mx-sm-500 {
    margin-left: 5rem !important;
  }
  .m-sm-600 {
    margin: 6rem !important;
  }
  .mt-sm-600,
  .my-sm-600 {
    margin-top: 6rem !important;
  }
  .mr-sm-600,
  .mx-sm-600 {
    margin-right: 6rem !important;
  }
  .mb-sm-600,
  .my-sm-600 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-600,
  .mx-sm-600 {
    margin-left: 6rem !important;
  }
  .m-sm-700 {
    margin: 7rem !important;
  }
  .mt-sm-700,
  .my-sm-700 {
    margin-top: 7rem !important;
  }
  .mr-sm-700,
  .mx-sm-700 {
    margin-right: 7rem !important;
  }
  .mb-sm-700,
  .my-sm-700 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-700,
  .mx-sm-700 {
    margin-left: 7rem !important;
  }
  .m-sm-800 {
    margin: 8rem !important;
  }
  .mt-sm-800,
  .my-sm-800 {
    margin-top: 8rem !important;
  }
  .mr-sm-800,
  .mx-sm-800 {
    margin-right: 8rem !important;
  }
  .mb-sm-800,
  .my-sm-800 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-800,
  .mx-sm-800 {
    margin-left: 8rem !important;
  }
  .m-sm-900 {
    margin: 9rem !important;
  }
  .mt-sm-900,
  .my-sm-900 {
    margin-top: 9rem !important;
  }
  .mr-sm-900,
  .mx-sm-900 {
    margin-right: 9rem !important;
  }
  .mb-sm-900,
  .my-sm-900 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-900,
  .mx-sm-900 {
    margin-left: 9rem !important;
  }
  .m-sm-1000 {
    margin: 10rem !important;
  }
  .mt-sm-1000,
  .my-sm-1000 {
    margin-top: 10rem !important;
  }
  .mr-sm-1000,
  .mx-sm-1000 {
    margin-right: 10rem !important;
  }
  .mb-sm-1000,
  .my-sm-1000 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-1000,
  .mx-sm-1000 {
    margin-left: 10rem !important;
  }
  .m-sm-1200 {
    margin: 12rem !important;
  }
  .mt-sm-1200,
  .my-sm-1200 {
    margin-top: 12rem !important;
  }
  .mr-sm-1200,
  .mx-sm-1200 {
    margin-right: 12rem !important;
  }
  .mb-sm-1200,
  .my-sm-1200 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-1200,
  .mx-sm-1200 {
    margin-left: 12rem !important;
  }
  .m-sm-1500 {
    margin: 15rem !important;
  }
  .mt-sm-1500,
  .my-sm-1500 {
    margin-top: 15rem !important;
  }
  .mr-sm-1500,
  .mx-sm-1500 {
    margin-right: 15rem !important;
  }
  .mb-sm-1500,
  .my-sm-1500 {
    margin-bottom: 15rem !important;
  }
  .ml-sm-1500,
  .mx-sm-1500 {
    margin-left: 15rem !important;
  }
  .m-sm-1800 {
    margin: 18rem !important;
  }
  .mt-sm-1800,
  .my-sm-1800 {
    margin-top: 18rem !important;
  }
  .mr-sm-1800,
  .mx-sm-1800 {
    margin-right: 18rem !important;
  }
  .mb-sm-1800,
  .my-sm-1800 {
    margin-bottom: 18rem !important;
  }
  .ml-sm-1800,
  .mx-sm-1800 {
    margin-left: 18rem !important;
  }
  .m-sm-grid {
    margin: 2rem !important;
  }
  .mt-sm-grid,
  .my-sm-grid {
    margin-top: 2rem !important;
  }
  .mr-sm-grid,
  .mx-sm-grid {
    margin-right: 2rem !important;
  }
  .mb-sm-grid,
  .my-sm-grid {
    margin-bottom: 2rem !important;
  }
  .ml-sm-grid,
  .mx-sm-grid {
    margin-left: 2rem !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-25 {
    padding: 0.25rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 0.25rem !important;
  }
  .p-sm-50 {
    padding: 0.5rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 0.5rem !important;
  }
  .p-sm-75 {
    padding: 0.75rem !important;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 0.75rem !important;
  }
  .p-sm-100 {
    padding: 1rem !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 1rem !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 1rem !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 1rem !important;
  }
  .p-sm-125 {
    padding: 1.25rem !important;
  }
  .pt-sm-125,
  .py-sm-125 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-125,
  .px-sm-125 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-125,
  .py-sm-125 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-125,
  .px-sm-125 {
    padding-left: 1.25rem !important;
  }
  .p-sm-150 {
    padding: 1.5rem !important;
  }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 1.5rem !important;
  }
  .p-sm-200 {
    padding: 2rem !important;
  }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 2rem !important;
  }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 2rem !important;
  }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 2rem !important;
  }
  .p-sm-250 {
    padding: 2.5rem !important;
  }
  .pt-sm-250,
  .py-sm-250 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-250,
  .px-sm-250 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-250,
  .py-sm-250 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-250,
  .px-sm-250 {
    padding-left: 2.5rem !important;
  }
  .p-sm-300 {
    padding: 3rem !important;
  }
  .pt-sm-300,
  .py-sm-300 {
    padding-top: 3rem !important;
  }
  .pr-sm-300,
  .px-sm-300 {
    padding-right: 3rem !important;
  }
  .pb-sm-300,
  .py-sm-300 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-300,
  .px-sm-300 {
    padding-left: 3rem !important;
  }
  .p-sm-350 {
    padding: 3.5rem !important;
  }
  .pt-sm-350,
  .py-sm-350 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-350,
  .px-sm-350 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-350,
  .py-sm-350 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-350,
  .px-sm-350 {
    padding-left: 3.5rem !important;
  }
  .p-sm-400 {
    padding: 4rem !important;
  }
  .pt-sm-400,
  .py-sm-400 {
    padding-top: 4rem !important;
  }
  .pr-sm-400,
  .px-sm-400 {
    padding-right: 4rem !important;
  }
  .pb-sm-400,
  .py-sm-400 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-400,
  .px-sm-400 {
    padding-left: 4rem !important;
  }
  .p-sm-450 {
    padding: 4.5rem !important;
  }
  .pt-sm-450,
  .py-sm-450 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-450,
  .px-sm-450 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-450,
  .py-sm-450 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-450,
  .px-sm-450 {
    padding-left: 4.5rem !important;
  }
  .p-sm-500 {
    padding: 5rem !important;
  }
  .pt-sm-500,
  .py-sm-500 {
    padding-top: 5rem !important;
  }
  .pr-sm-500,
  .px-sm-500 {
    padding-right: 5rem !important;
  }
  .pb-sm-500,
  .py-sm-500 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-500,
  .px-sm-500 {
    padding-left: 5rem !important;
  }
  .p-sm-600 {
    padding: 6rem !important;
  }
  .pt-sm-600,
  .py-sm-600 {
    padding-top: 6rem !important;
  }
  .pr-sm-600,
  .px-sm-600 {
    padding-right: 6rem !important;
  }
  .pb-sm-600,
  .py-sm-600 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-600,
  .px-sm-600 {
    padding-left: 6rem !important;
  }
  .p-sm-700 {
    padding: 7rem !important;
  }
  .pt-sm-700,
  .py-sm-700 {
    padding-top: 7rem !important;
  }
  .pr-sm-700,
  .px-sm-700 {
    padding-right: 7rem !important;
  }
  .pb-sm-700,
  .py-sm-700 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-700,
  .px-sm-700 {
    padding-left: 7rem !important;
  }
  .p-sm-800 {
    padding: 8rem !important;
  }
  .pt-sm-800,
  .py-sm-800 {
    padding-top: 8rem !important;
  }
  .pr-sm-800,
  .px-sm-800 {
    padding-right: 8rem !important;
  }
  .pb-sm-800,
  .py-sm-800 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-800,
  .px-sm-800 {
    padding-left: 8rem !important;
  }
  .p-sm-900 {
    padding: 9rem !important;
  }
  .pt-sm-900,
  .py-sm-900 {
    padding-top: 9rem !important;
  }
  .pr-sm-900,
  .px-sm-900 {
    padding-right: 9rem !important;
  }
  .pb-sm-900,
  .py-sm-900 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-900,
  .px-sm-900 {
    padding-left: 9rem !important;
  }
  .p-sm-1000 {
    padding: 10rem !important;
  }
  .pt-sm-1000,
  .py-sm-1000 {
    padding-top: 10rem !important;
  }
  .pr-sm-1000,
  .px-sm-1000 {
    padding-right: 10rem !important;
  }
  .pb-sm-1000,
  .py-sm-1000 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-1000,
  .px-sm-1000 {
    padding-left: 10rem !important;
  }
  .p-sm-1200 {
    padding: 12rem !important;
  }
  .pt-sm-1200,
  .py-sm-1200 {
    padding-top: 12rem !important;
  }
  .pr-sm-1200,
  .px-sm-1200 {
    padding-right: 12rem !important;
  }
  .pb-sm-1200,
  .py-sm-1200 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-1200,
  .px-sm-1200 {
    padding-left: 12rem !important;
  }
  .p-sm-1500 {
    padding: 15rem !important;
  }
  .pt-sm-1500,
  .py-sm-1500 {
    padding-top: 15rem !important;
  }
  .pr-sm-1500,
  .px-sm-1500 {
    padding-right: 15rem !important;
  }
  .pb-sm-1500,
  .py-sm-1500 {
    padding-bottom: 15rem !important;
  }
  .pl-sm-1500,
  .px-sm-1500 {
    padding-left: 15rem !important;
  }
  .p-sm-1800 {
    padding: 18rem !important;
  }
  .pt-sm-1800,
  .py-sm-1800 {
    padding-top: 18rem !important;
  }
  .pr-sm-1800,
  .px-sm-1800 {
    padding-right: 18rem !important;
  }
  .pb-sm-1800,
  .py-sm-1800 {
    padding-bottom: 18rem !important;
  }
  .pl-sm-1800,
  .px-sm-1800 {
    padding-left: 18rem !important;
  }
  .p-sm-grid {
    padding: 2rem !important;
  }
  .pt-sm-grid,
  .py-sm-grid {
    padding-top: 2rem !important;
  }
  .pr-sm-grid,
  .px-sm-grid {
    padding-right: 2rem !important;
  }
  .pb-sm-grid,
  .py-sm-grid {
    padding-bottom: 2rem !important;
  }
  .pl-sm-grid,
  .px-sm-grid {
    padding-left: 2rem !important;
  }
  .minus-m-sm-0 {
    margin: 0 !important;
  }
  .minus-mt-sm-0 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-0 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-25 {
    margin: 0.25rem !important;
  }
  .minus-mt-sm-25 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-25 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-50 {
    margin: 0.5rem !important;
  }
  .minus-mt-sm-50 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-50 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-75 {
    margin: 0.75rem !important;
  }
  .minus-mt-sm-75 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-75 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-100 {
    margin: 1rem !important;
  }
  .minus-mt-sm-100 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-100 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-125 {
    margin: 1.25rem !important;
  }
  .minus-mt-sm-125 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-125 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-150 {
    margin: 1.5rem !important;
  }
  .minus-mt-sm-150 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-150 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-200 {
    margin: 2rem !important;
  }
  .minus-mt-sm-200 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-200 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-250 {
    margin: 2.5rem !important;
  }
  .minus-mt-sm-250 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-250 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-300 {
    margin: 3rem !important;
  }
  .minus-mt-sm-300 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-300 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-350 {
    margin: 3.5rem !important;
  }
  .minus-mt-sm-350 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-350 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-400 {
    margin: 4rem !important;
  }
  .minus-mt-sm-400 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-400 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-450 {
    margin: 4.5rem !important;
  }
  .minus-mt-sm-450 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-450 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-500 {
    margin: 5rem !important;
  }
  .minus-mt-sm-500 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-500 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-600 {
    margin: 6rem !important;
  }
  .minus-mt-sm-600 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-600 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-700 {
    margin: 7rem !important;
  }
  .minus-mt-sm-700 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-700 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-800 {
    margin: 8rem !important;
  }
  .minus-mt-sm-800 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-800 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-900 {
    margin: 9rem !important;
  }
  .minus-mt-sm-900 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-900 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-1000 {
    margin: 10rem !important;
  }
  .minus-mt-sm-1000 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-1000 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-1200 {
    margin: 12rem !important;
  }
  .minus-mt-sm-1200 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-1200 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-1500 {
    margin: 15rem !important;
  }
  .minus-mt-sm-1500 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-1500 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-1800 {
    margin: 18rem !important;
  }
  .minus-mt-sm-1800 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-1800 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-sm-grid {
    margin: 2rem !important;
  }
  .minus-mt-sm-grid {
    margin-top: -0.25rem !important;
  }
  .minus-mb-sm-grid {
    margin-bottom: -0.25rem !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;
  }
  .t-sm-left {
    text-align: left !important;
  }
  .t-sm-right {
    text-align: right !important;
  }
  .t-sm-center {
    text-align: center !important;
  }
  .bg-video__video {
    width: 120%;
    height: auto;
  }
  .stroke-width-sm-2 {
    stroke-width: 2px !important;
  }
  .l_grid {
    width: calc(100% - 32px);
  }
  .l_grid {
    max-width: 600px;
  }
  body:before {
    content: "sm";
  }
  .px-small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-medium {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .px-large {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  form[id^="form-bitforms"] > div {
    padding: 1.5rem !important;
  }
  form[id^="form-bitforms"] [class*="-inp-btn"] {
    padding: 1.325rem !important;
  }
  .cl_reports__form > div > form[id^="form-bitforms"] > div {
    padding: unset !important;
  }
  .cl_reports__form > div > form[id^="form-bitforms"] {
    padding: 1.5rem !important;
  }
  div:not(.contact-form) > form[id^="wpforms-form"] {
    padding: 1.5rem !important;
  }
  .h_site-wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .h_site__home-link {
    left: -1.25rem;
  }
  .h_default__graphic-bg {
    top: -10%;
    left: 0;
    width: 100%;
    max-width: none;
  }
  .h_default__content {
    padding: 10rem 0 0 0;
  }
  .page-template-tpl-builder-minimal .h_default {
    margin-bottom: -5%;
  }
  .page-template-tpl-builder-minimal .h_default__content {
    padding: 10rem 0 2rem 0;
  }
  .h_overview__bg {
    min-height: 520px;
    max-height: 600px;
  }
  .h_overview__card {
    min-height: calc((min(calc(100vw - 32px), 600px) / 12 * 10) - 2rem);
  }
  .h_overview__card--large {
    min-height: calc(min(calc(100vw - 32px), 600px) - 2rem);
  }
  .h_hero {
    padding-bottom: calc(calc((min(calc(100vw - 32px), 600px) / 12 * 10) - 2rem) - 18rem);
  }
  .h_hero__bg {
    min-height: 600px;
    max-height: 660px;
  }
  .h_hero__card {
    min-height: calc((min(calc(100vw - 32px), 600px) / 12 * 10) - 2rem);
  }
  .h_detail-cases:before {
    height: calc(12.5vw + 1rem);
  }
  .h_detail-cases__shape {
    top: 12.5vw;
  }
  .h_detail-cases__key-results-item {
    max-width: 220px;
    max-height: 220px;
  }
  .h_detail-default:before {
    height: calc(12.5vw + 1rem);
  }
  .h_detail-default__shape {
    top: 12.5vw;
  }
  .h_detail-minimal:before {
    height: calc(12.5vw + 1rem);
  }
  .h_detail-minimal__shape {
    top: 12.5vw;
  }
  .h_detail-events:before {
    height: calc(12.5vw + 1rem);
  }
  .h_detail-events__shape {
    top: 12.5vw;
  }
  .h_detail-jobs:before {
    height: calc(12.5vw + 1rem);
  }
  .h_detail-jobs__shape {
    top: 12.5vw;
  }
  .h_detail-playbook__bg {
    max-height: 425px;
  }
  .h_detail-playbook__card {
    min-height: calc((min(calc(100vw - 32px), 600px) / 12 * 10) - 2rem);
  }
  .h_detail-playbook__card--large {
    min-height: calc(min(calc(100vw - 32px), 600px) - 2rem);
  }
  .f_site__location {
    width: calc(50% - 2rem);
  }
  .f_site__social {
    margin-bottom: 0;
  }
  .p_teaser-cpt-01__figure {
    height: calc((min(calc(100vw - 32px), 600px) / 4 * 3) - 2rem);
  }
  .p_teaser-cpt-02 {
    min-height: 540px;
  }
  .p_teaser-cpt-02--fullwidth {
    height: 640px;
  }
  .p_teaser-cpt-03 {
    min-height: 540px;
  }
  .p_teaser-cpt-03__figure {
    height: calc((min(calc(100vw - 32px), 600px) / 4 * 3) - 2rem);
  }
  .p_teaser-cpt-04 {
    min-height: 540px;
  }
  .p_teaser-cpt-05 {
    min-height: calc(min(calc(100vw - 32px), 600px) - 2rem);
  }
  .p_teaser-cpt-05__figure {
    height: calc((min(calc(100vw - 32px), 600px) / 4 * 3) - 2rem);
  }
  .p_teaser-cpt-06__date {
    padding-bottom: 0.375rem;
  }
  .p_filter-jobs-card {
    min-height: calc(min(calc(100vw - 32px), 600px) - 2rem);
  }
  .p_teaser-text {
    min-height: calc(min(calc(100vw - 32px), 600px) - 2rem);
  }
  .p_teaser-services__button {
    min-width: 300px;
  }
  .p_group-logos__list {
    margin: 0 -1rem;
  }
  .p_group-logos__item {
    flex: 0 0 calc(100% / 4 - 2rem);
    margin: 0.5rem 1rem;
  }
  .p_group-logos-2__list {
    margin: 0 -1rem;
  }
  .p_group-logos-2__item {
    flex: 0 0 calc(100% / 4 - 2rem);
    margin: 0.5rem 1rem;
  }
  .p_group-logos-2__figure {
    flex-basis: calc(100% / 3 - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .cc_card-contact-person-multiple__figure {
    width: 80px;
    height: 80px;
  }
  .cc_card-contact-person-multiple__social {
    display: flex;
  }
  .cc_card-contact-person-multiple__contact {
    margin-left: 4rem;
  }
  .cc_card-contact-person__figure {
    width: 80px;
    height: 80px;
  }
  .cc_card-contact-person__social {
    display: flex;
  }
  .cc_card-contact-person__contact {
    margin-left: 4rem;
  }
  .cc_conversation-partners__label {
    padding: 1.25rem 1.75rem;
  }
  .cc_group-logos__figure {
    flex-basis: calc(100% / 3 - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .cc_teaser-page__figure {
    height: calc((min(calc(100vw - 32px), 600px) / 4 * 3) - 2rem);
  }
  .cc_text-key-value__items {
    justify-content: space-around;
  }
  .cc_text-key-value__item {
    flex: 1 0 calc(100% / 2);
    padding-right: 2rem;
  }
  .cl_group-peoplecards__label {
    padding: 1.25rem 1.75rem;
  }
  .cl_teaser-about__slider {
    padding-right: calc(2rem - 1px);
  }
  .cl_teaser-page__figure {
    height: calc((min(calc(100vw - 32px), 600px) / 4 * 3) - 2rem);
  }
  .cl_list-posts-minimal .p_teaser-cpt-05__figure {
    height: calc((min(calc(100vw - 32px), 600px) / 16 * 9) - 2rem);
  }
}

@media (min-width: 901px){
  .container {
    width: calc(100% - 60px);
  }
  .container {
    max-width: 1260px;
  }
  .container--narrow {
    max-width: calc(1260px / 12 * 10 - 32px);
  }
  .container--special {
    max-width: 1024px;
  }
  .container--wide {
    width: calc(100% - 60px);
  }
  .container--wide {
    max-width: 1260px;
  }
  .container-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 4rem;
  }
  .container-fluid {
    width: calc(100% - 60px);
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .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-25 {
    margin: 0.25rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 0.25rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 0.25rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 0.25rem !important;
  }
  .m-md-50 {
    margin: 0.5rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 0.5rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 0.5rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 0.5rem !important;
  }
  .m-md-75 {
    margin: 0.75rem !important;
  }
  .mt-md-75,
  .my-md-75 {
    margin-top: 0.75rem !important;
  }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 0.75rem !important;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 0.75rem !important;
  }
  .m-md-100 {
    margin: 1rem !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 1rem !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 1rem !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 1rem !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 1rem !important;
  }
  .m-md-125 {
    margin: 1.25rem !important;
  }
  .mt-md-125,
  .my-md-125 {
    margin-top: 1.25rem !important;
  }
  .mr-md-125,
  .mx-md-125 {
    margin-right: 1.25rem !important;
  }
  .mb-md-125,
  .my-md-125 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-125,
  .mx-md-125 {
    margin-left: 1.25rem !important;
  }
  .m-md-150 {
    margin: 1.5rem !important;
  }
  .mt-md-150,
  .my-md-150 {
    margin-top: 1.5rem !important;
  }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 1.5rem !important;
  }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 1.5rem !important;
  }
  .m-md-200 {
    margin: 2rem !important;
  }
  .mt-md-200,
  .my-md-200 {
    margin-top: 2rem !important;
  }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 2rem !important;
  }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 2rem !important;
  }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 2rem !important;
  }
  .m-md-250 {
    margin: 2.5rem !important;
  }
  .mt-md-250,
  .my-md-250 {
    margin-top: 2.5rem !important;
  }
  .mr-md-250,
  .mx-md-250 {
    margin-right: 2.5rem !important;
  }
  .mb-md-250,
  .my-md-250 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-250,
  .mx-md-250 {
    margin-left: 2.5rem !important;
  }
  .m-md-300 {
    margin: 3rem !important;
  }
  .mt-md-300,
  .my-md-300 {
    margin-top: 3rem !important;
  }
  .mr-md-300,
  .mx-md-300 {
    margin-right: 3rem !important;
  }
  .mb-md-300,
  .my-md-300 {
    margin-bottom: 3rem !important;
  }
  .ml-md-300,
  .mx-md-300 {
    margin-left: 3rem !important;
  }
  .m-md-350 {
    margin: 3.5rem !important;
  }
  .mt-md-350,
  .my-md-350 {
    margin-top: 3.5rem !important;
  }
  .mr-md-350,
  .mx-md-350 {
    margin-right: 3.5rem !important;
  }
  .mb-md-350,
  .my-md-350 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-350,
  .mx-md-350 {
    margin-left: 3.5rem !important;
  }
  .m-md-400 {
    margin: 4rem !important;
  }
  .mt-md-400,
  .my-md-400 {
    margin-top: 4rem !important;
  }
  .mr-md-400,
  .mx-md-400 {
    margin-right: 4rem !important;
  }
  .mb-md-400,
  .my-md-400 {
    margin-bottom: 4rem !important;
  }
  .ml-md-400,
  .mx-md-400 {
    margin-left: 4rem !important;
  }
  .m-md-450 {
    margin: 4.5rem !important;
  }
  .mt-md-450,
  .my-md-450 {
    margin-top: 4.5rem !important;
  }
  .mr-md-450,
  .mx-md-450 {
    margin-right: 4.5rem !important;
  }
  .mb-md-450,
  .my-md-450 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-450,
  .mx-md-450 {
    margin-left: 4.5rem !important;
  }
  .m-md-500 {
    margin: 5rem !important;
  }
  .mt-md-500,
  .my-md-500 {
    margin-top: 5rem !important;
  }
  .mr-md-500,
  .mx-md-500 {
    margin-right: 5rem !important;
  }
  .mb-md-500,
  .my-md-500 {
    margin-bottom: 5rem !important;
  }
  .ml-md-500,
  .mx-md-500 {
    margin-left: 5rem !important;
  }
  .m-md-600 {
    margin: 6rem !important;
  }
  .mt-md-600,
  .my-md-600 {
    margin-top: 6rem !important;
  }
  .mr-md-600,
  .mx-md-600 {
    margin-right: 6rem !important;
  }
  .mb-md-600,
  .my-md-600 {
    margin-bottom: 6rem !important;
  }
  .ml-md-600,
  .mx-md-600 {
    margin-left: 6rem !important;
  }
  .m-md-700 {
    margin: 7rem !important;
  }
  .mt-md-700,
  .my-md-700 {
    margin-top: 7rem !important;
  }
  .mr-md-700,
  .mx-md-700 {
    margin-right: 7rem !important;
  }
  .mb-md-700,
  .my-md-700 {
    margin-bottom: 7rem !important;
  }
  .ml-md-700,
  .mx-md-700 {
    margin-left: 7rem !important;
  }
  .m-md-800 {
    margin: 8rem !important;
  }
  .mt-md-800,
  .my-md-800 {
    margin-top: 8rem !important;
  }
  .mr-md-800,
  .mx-md-800 {
    margin-right: 8rem !important;
  }
  .mb-md-800,
  .my-md-800 {
    margin-bottom: 8rem !important;
  }
  .ml-md-800,
  .mx-md-800 {
    margin-left: 8rem !important;
  }
  .m-md-900 {
    margin: 9rem !important;
  }
  .mt-md-900,
  .my-md-900 {
    margin-top: 9rem !important;
  }
  .mr-md-900,
  .mx-md-900 {
    margin-right: 9rem !important;
  }
  .mb-md-900,
  .my-md-900 {
    margin-bottom: 9rem !important;
  }
  .ml-md-900,
  .mx-md-900 {
    margin-left: 9rem !important;
  }
  .m-md-1000 {
    margin: 10rem !important;
  }
  .mt-md-1000,
  .my-md-1000 {
    margin-top: 10rem !important;
  }
  .mr-md-1000,
  .mx-md-1000 {
    margin-right: 10rem !important;
  }
  .mb-md-1000,
  .my-md-1000 {
    margin-bottom: 10rem !important;
  }
  .ml-md-1000,
  .mx-md-1000 {
    margin-left: 10rem !important;
  }
  .m-md-1200 {
    margin: 12rem !important;
  }
  .mt-md-1200,
  .my-md-1200 {
    margin-top: 12rem !important;
  }
  .mr-md-1200,
  .mx-md-1200 {
    margin-right: 12rem !important;
  }
  .mb-md-1200,
  .my-md-1200 {
    margin-bottom: 12rem !important;
  }
  .ml-md-1200,
  .mx-md-1200 {
    margin-left: 12rem !important;
  }
  .m-md-1500 {
    margin: 15rem !important;
  }
  .mt-md-1500,
  .my-md-1500 {
    margin-top: 15rem !important;
  }
  .mr-md-1500,
  .mx-md-1500 {
    margin-right: 15rem !important;
  }
  .mb-md-1500,
  .my-md-1500 {
    margin-bottom: 15rem !important;
  }
  .ml-md-1500,
  .mx-md-1500 {
    margin-left: 15rem !important;
  }
  .m-md-1800 {
    margin: 18rem !important;
  }
  .mt-md-1800,
  .my-md-1800 {
    margin-top: 18rem !important;
  }
  .mr-md-1800,
  .mx-md-1800 {
    margin-right: 18rem !important;
  }
  .mb-md-1800,
  .my-md-1800 {
    margin-bottom: 18rem !important;
  }
  .ml-md-1800,
  .mx-md-1800 {
    margin-left: 18rem !important;
  }
  .m-md-grid {
    margin: 2rem !important;
  }
  .mt-md-grid,
  .my-md-grid {
    margin-top: 2rem !important;
  }
  .mr-md-grid,
  .mx-md-grid {
    margin-right: 2rem !important;
  }
  .mb-md-grid,
  .my-md-grid {
    margin-bottom: 2rem !important;
  }
  .ml-md-grid,
  .mx-md-grid {
    margin-left: 2rem !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-25 {
    padding: 0.25rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 0.25rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 0.25rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 0.25rem !important;
  }
  .p-md-50 {
    padding: 0.5rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 0.5rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 0.5rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 0.5rem !important;
  }
  .p-md-75 {
    padding: 0.75rem !important;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 0.75rem !important;
  }
  .pr-md-75,
  .px-md-75 {
    padding-right: 0.75rem !important;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 0.75rem !important;
  }
  .p-md-100 {
    padding: 1rem !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 1rem !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 1rem !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 1rem !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 1rem !important;
  }
  .p-md-125 {
    padding: 1.25rem !important;
  }
  .pt-md-125,
  .py-md-125 {
    padding-top: 1.25rem !important;
  }
  .pr-md-125,
  .px-md-125 {
    padding-right: 1.25rem !important;
  }
  .pb-md-125,
  .py-md-125 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-125,
  .px-md-125 {
    padding-left: 1.25rem !important;
  }
  .p-md-150 {
    padding: 1.5rem !important;
  }
  .pt-md-150,
  .py-md-150 {
    padding-top: 1.5rem !important;
  }
  .pr-md-150,
  .px-md-150 {
    padding-right: 1.5rem !important;
  }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-150,
  .px-md-150 {
    padding-left: 1.5rem !important;
  }
  .p-md-200 {
    padding: 2rem !important;
  }
  .pt-md-200,
  .py-md-200 {
    padding-top: 2rem !important;
  }
  .pr-md-200,
  .px-md-200 {
    padding-right: 2rem !important;
  }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 2rem !important;
  }
  .pl-md-200,
  .px-md-200 {
    padding-left: 2rem !important;
  }
  .p-md-250 {
    padding: 2.5rem !important;
  }
  .pt-md-250,
  .py-md-250 {
    padding-top: 2.5rem !important;
  }
  .pr-md-250,
  .px-md-250 {
    padding-right: 2.5rem !important;
  }
  .pb-md-250,
  .py-md-250 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-250,
  .px-md-250 {
    padding-left: 2.5rem !important;
  }
  .p-md-300 {
    padding: 3rem !important;
  }
  .pt-md-300,
  .py-md-300 {
    padding-top: 3rem !important;
  }
  .pr-md-300,
  .px-md-300 {
    padding-right: 3rem !important;
  }
  .pb-md-300,
  .py-md-300 {
    padding-bottom: 3rem !important;
  }
  .pl-md-300,
  .px-md-300 {
    padding-left: 3rem !important;
  }
  .p-md-350 {
    padding: 3.5rem !important;
  }
  .pt-md-350,
  .py-md-350 {
    padding-top: 3.5rem !important;
  }
  .pr-md-350,
  .px-md-350 {
    padding-right: 3.5rem !important;
  }
  .pb-md-350,
  .py-md-350 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-350,
  .px-md-350 {
    padding-left: 3.5rem !important;
  }
  .p-md-400 {
    padding: 4rem !important;
  }
  .pt-md-400,
  .py-md-400 {
    padding-top: 4rem !important;
  }
  .pr-md-400,
  .px-md-400 {
    padding-right: 4rem !important;
  }
  .pb-md-400,
  .py-md-400 {
    padding-bottom: 4rem !important;
  }
  .pl-md-400,
  .px-md-400 {
    padding-left: 4rem !important;
  }
  .p-md-450 {
    padding: 4.5rem !important;
  }
  .pt-md-450,
  .py-md-450 {
    padding-top: 4.5rem !important;
  }
  .pr-md-450,
  .px-md-450 {
    padding-right: 4.5rem !important;
  }
  .pb-md-450,
  .py-md-450 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-450,
  .px-md-450 {
    padding-left: 4.5rem !important;
  }
  .p-md-500 {
    padding: 5rem !important;
  }
  .pt-md-500,
  .py-md-500 {
    padding-top: 5rem !important;
  }
  .pr-md-500,
  .px-md-500 {
    padding-right: 5rem !important;
  }
  .pb-md-500,
  .py-md-500 {
    padding-bottom: 5rem !important;
  }
  .pl-md-500,
  .px-md-500 {
    padding-left: 5rem !important;
  }
  .p-md-600 {
    padding: 6rem !important;
  }
  .pt-md-600,
  .py-md-600 {
    padding-top: 6rem !important;
  }
  .pr-md-600,
  .px-md-600 {
    padding-right: 6rem !important;
  }
  .pb-md-600,
  .py-md-600 {
    padding-bottom: 6rem !important;
  }
  .pl-md-600,
  .px-md-600 {
    padding-left: 6rem !important;
  }
  .p-md-700 {
    padding: 7rem !important;
  }
  .pt-md-700,
  .py-md-700 {
    padding-top: 7rem !important;
  }
  .pr-md-700,
  .px-md-700 {
    padding-right: 7rem !important;
  }
  .pb-md-700,
  .py-md-700 {
    padding-bottom: 7rem !important;
  }
  .pl-md-700,
  .px-md-700 {
    padding-left: 7rem !important;
  }
  .p-md-800 {
    padding: 8rem !important;
  }
  .pt-md-800,
  .py-md-800 {
    padding-top: 8rem !important;
  }
  .pr-md-800,
  .px-md-800 {
    padding-right: 8rem !important;
  }
  .pb-md-800,
  .py-md-800 {
    padding-bottom: 8rem !important;
  }
  .pl-md-800,
  .px-md-800 {
    padding-left: 8rem !important;
  }
  .p-md-900 {
    padding: 9rem !important;
  }
  .pt-md-900,
  .py-md-900 {
    padding-top: 9rem !important;
  }
  .pr-md-900,
  .px-md-900 {
    padding-right: 9rem !important;
  }
  .pb-md-900,
  .py-md-900 {
    padding-bottom: 9rem !important;
  }
  .pl-md-900,
  .px-md-900 {
    padding-left: 9rem !important;
  }
  .p-md-1000 {
    padding: 10rem !important;
  }
  .pt-md-1000,
  .py-md-1000 {
    padding-top: 10rem !important;
  }
  .pr-md-1000,
  .px-md-1000 {
    padding-right: 10rem !important;
  }
  .pb-md-1000,
  .py-md-1000 {
    padding-bottom: 10rem !important;
  }
  .pl-md-1000,
  .px-md-1000 {
    padding-left: 10rem !important;
  }
  .p-md-1200 {
    padding: 12rem !important;
  }
  .pt-md-1200,
  .py-md-1200 {
    padding-top: 12rem !important;
  }
  .pr-md-1200,
  .px-md-1200 {
    padding-right: 12rem !important;
  }
  .pb-md-1200,
  .py-md-1200 {
    padding-bottom: 12rem !important;
  }
  .pl-md-1200,
  .px-md-1200 {
    padding-left: 12rem !important;
  }
  .p-md-1500 {
    padding: 15rem !important;
  }
  .pt-md-1500,
  .py-md-1500 {
    padding-top: 15rem !important;
  }
  .pr-md-1500,
  .px-md-1500 {
    padding-right: 15rem !important;
  }
  .pb-md-1500,
  .py-md-1500 {
    padding-bottom: 15rem !important;
  }
  .pl-md-1500,
  .px-md-1500 {
    padding-left: 15rem !important;
  }
  .p-md-1800 {
    padding: 18rem !important;
  }
  .pt-md-1800,
  .py-md-1800 {
    padding-top: 18rem !important;
  }
  .pr-md-1800,
  .px-md-1800 {
    padding-right: 18rem !important;
  }
  .pb-md-1800,
  .py-md-1800 {
    padding-bottom: 18rem !important;
  }
  .pl-md-1800,
  .px-md-1800 {
    padding-left: 18rem !important;
  }
  .p-md-grid {
    padding: 2rem !important;
  }
  .pt-md-grid,
  .py-md-grid {
    padding-top: 2rem !important;
  }
  .pr-md-grid,
  .px-md-grid {
    padding-right: 2rem !important;
  }
  .pb-md-grid,
  .py-md-grid {
    padding-bottom: 2rem !important;
  }
  .pl-md-grid,
  .px-md-grid {
    padding-left: 2rem !important;
  }
  .minus-m-md-0 {
    margin: 0 !important;
  }
  .minus-mt-md-0 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-0 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-25 {
    margin: 0.25rem !important;
  }
  .minus-mt-md-25 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-25 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-50 {
    margin: 0.5rem !important;
  }
  .minus-mt-md-50 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-50 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-75 {
    margin: 0.75rem !important;
  }
  .minus-mt-md-75 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-75 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-100 {
    margin: 1rem !important;
  }
  .minus-mt-md-100 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-100 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-125 {
    margin: 1.25rem !important;
  }
  .minus-mt-md-125 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-125 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-150 {
    margin: 1.5rem !important;
  }
  .minus-mt-md-150 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-150 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-200 {
    margin: 2rem !important;
  }
  .minus-mt-md-200 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-200 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-250 {
    margin: 2.5rem !important;
  }
  .minus-mt-md-250 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-250 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-300 {
    margin: 3rem !important;
  }
  .minus-mt-md-300 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-300 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-350 {
    margin: 3.5rem !important;
  }
  .minus-mt-md-350 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-350 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-400 {
    margin: 4rem !important;
  }
  .minus-mt-md-400 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-400 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-450 {
    margin: 4.5rem !important;
  }
  .minus-mt-md-450 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-450 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-500 {
    margin: 5rem !important;
  }
  .minus-mt-md-500 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-500 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-600 {
    margin: 6rem !important;
  }
  .minus-mt-md-600 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-600 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-700 {
    margin: 7rem !important;
  }
  .minus-mt-md-700 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-700 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-800 {
    margin: 8rem !important;
  }
  .minus-mt-md-800 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-800 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-900 {
    margin: 9rem !important;
  }
  .minus-mt-md-900 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-900 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-1000 {
    margin: 10rem !important;
  }
  .minus-mt-md-1000 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-1000 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-1200 {
    margin: 12rem !important;
  }
  .minus-mt-md-1200 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-1200 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-1500 {
    margin: 15rem !important;
  }
  .minus-mt-md-1500 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-1500 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-1800 {
    margin: 18rem !important;
  }
  .minus-mt-md-1800 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-1800 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-md-grid {
    margin: 2rem !important;
  }
  .minus-mt-md-grid {
    margin-top: -0.25rem !important;
  }
  .minus-mb-md-grid {
    margin-bottom: -0.25rem !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;
  }
  .is-hidden-mobile {
    display: block !important;
  }
  .is-hidden-mobile.btn {
    display: inline-flex !important;
  }
  .is-hidden-desktop {
    display: none !important;
  }
  .is-hidden-desktop.btn {
    display: none !important;
  }
  .t-md-left {
    text-align: left !important;
  }
  .t-md-right {
    text-align: right !important;
  }
  .t-md-center {
    text-align: center !important;
  }
  .t-col-2 {
    column-gap: 2rem;
    column-count: 2;
  }
  .bg-video__video {
    transform: translateY(-25%);
  }
  .stroke-width-md-2 {
    stroke-width: 2px !important;
  }
  .swiper-button-next:not(.swiper-button-disabled):hover {
    transform: translateX(0.25rem);
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover {
    transform: translateX(-0.25rem);
  }
  .l_grid {
    width: calc(100% - 60px);
  }
  .l_grid {
    max-width: 1260px;
  }
  body:before {
    content: "md";
  }
  .btn:hover svg, .btn:focus svg,
  a.btn:hover svg,
  a.btn:focus svg {
    transform: translateX(0.25rem);
  }
  .btn1-main:hover, .btn1-main:focus,
  a.btn1-main:hover,
  a.btn1-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .btn2-main:hover, .btn2-main:focus,
  a.btn2-main:hover,
  a.btn2-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .btn3-main:hover, .btn3-main:focus,
  a.btn3-main:hover,
  a.btn3-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .btn4-main:hover, .btn4-main:focus,
  a.btn4-main:hover,
  a.btn4-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .btn5-main:hover, .btn5-main:focus,
  a.btn5-main:hover,
  a.btn5-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .btn6-main:hover, .btn6-main:focus,
  a.btn6-main:hover,
  a.btn6-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .btn7-main:hover, .btn7-main:focus,
  a.btn7-main:hover,
  a.btn7-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .btn8-main:hover, .btn8-main:focus,
  a.btn8-main:hover,
  a.btn8-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .btn9-main:hover:before, .btn9-main:focus:before,
  a.btn9-main:hover:before,
  a.btn9-main:focus:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #fafafa;
    border-radius: 4px;
  }
  .btn1-second:not(.no-hover):hover, .btn1-second:not(.no-hover):focus,
  a.btn1-second:not(.no-hover):hover,
  a.btn1-second:not(.no-hover):focus {
    background-color: #ca1c20;
    color: #fafafa;
  }
  .btn2-second:not(.no-hover):hover, .btn2-second:not(.no-hover):focus,
  a.btn2-second:not(.no-hover):hover,
  a.btn2-second:not(.no-hover):focus {
    background-color: #bf1d72;
    color: #fafafa;
  }
  .btn3-second:not(.no-hover):hover, .btn3-second:not(.no-hover):focus,
  a.btn3-second:not(.no-hover):hover,
  a.btn3-second:not(.no-hover):focus {
    background-color: #743794;
    color: #fafafa;
  }
  .btn4-second:not(.no-hover):hover, .btn4-second:not(.no-hover):focus,
  a.btn4-second:not(.no-hover):hover,
  a.btn4-second:not(.no-hover):focus {
    background-color: #ca1c20;
    color: #fafafa;
  }
  .btn5-second:not(.no-hover):hover, .btn5-second:not(.no-hover):focus,
  a.btn5-second:not(.no-hover):hover,
  a.btn5-second:not(.no-hover):focus {
    background-color: #ca1c20;
    color: #fafafa;
  }
  .btn6-second:not(.no-hover):hover, .btn6-second:not(.no-hover):focus,
  a.btn6-second:not(.no-hover):hover,
  a.btn6-second:not(.no-hover):focus {
    background-color: var(--c-highlight-c1);
    color: #fafafa;
  }
  .btn7-second:not(.no-hover):hover, .btn7-second:not(.no-hover):focus,
  a.btn7-second:not(.no-hover):hover,
  a.btn7-second:not(.no-hover):focus {
    background-color: #373737;
    color: #fafafa;
  }
  .btn8-second:not(.no-hover):hover, .btn8-second:not(.no-hover):focus,
  a.btn8-second:not(.no-hover):hover,
  a.btn8-second:not(.no-hover):focus {
    background-color: #fafafa;
    color: #373737;
  }
  a.link-main:hover:after, a.link-main:focus:after,
  span.link-main:hover:after,
  span.link-main:focus:after {
    max-width: 100%;
    width: 100%;
  }
  a.link1-second:hover, a.link1-second:focus,
  span.link1-second:hover,
  span.link1-second:focus {
    color: var(--c-highlight-c1);
  }
  a.link2-second:hover, a.link2-second:focus,
  span.link2-second:hover,
  span.link2-second:focus {
    color: #ebebeb;
  }
  a.link3-second:hover, a.link3-second:focus,
  span.link3-second:hover,
  span.link3-second:focus {
    color: var(--c-highlight-c1);
  }
  a.link-third:hover:after, a.link-third:focus:after,
  span.link-third:hover:after,
  span.link-third:focus:after {
    max-width: 100%;
  }
  body#tinymce span.mce_brake,
  .tinymce span.mce_brake {
    height: 2rem;
  }
  body#tinymce ul,
  body#tinymce ol,
  .tinymce ul,
  .tinymce ol {
    margin: 1.5rem 0 2rem;
  }
  body#tinymce a:not(.btn):hover, body#tinymce a:not(.btn):focus,
  .tinymce a:not(.btn):hover,
  .tinymce a:not(.btn):focus {
    color: var(--c-highlight-c2);
  }
  body#tinymce .btn:hover svg, body#tinymce .btn:focus svg,
  body#tinymce a.btn:hover svg,
  body#tinymce a.btn:focus svg,
  .tinymce .btn:hover svg,
  .tinymce .btn:focus svg,
  .tinymce a.btn:hover svg,
  .tinymce a.btn:focus svg {
    transform: translateX(0.25rem);
  }
  body#tinymce .btn1-main:hover, body#tinymce .btn1-main:focus,
  body#tinymce a.btn1-main:hover,
  body#tinymce a.btn1-main:focus,
  .tinymce .btn1-main:hover,
  .tinymce .btn1-main:focus,
  .tinymce a.btn1-main:hover,
  .tinymce a.btn1-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  body#tinymce .btn2-main:hover, body#tinymce .btn2-main:focus,
  body#tinymce a.btn2-main:hover,
  body#tinymce a.btn2-main:focus,
  .tinymce .btn2-main:hover,
  .tinymce .btn2-main:focus,
  .tinymce a.btn2-main:hover,
  .tinymce a.btn2-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  body#tinymce .btn3-main:hover, body#tinymce .btn3-main:focus,
  body#tinymce a.btn3-main:hover,
  body#tinymce a.btn3-main:focus,
  .tinymce .btn3-main:hover,
  .tinymce .btn3-main:focus,
  .tinymce a.btn3-main:hover,
  .tinymce a.btn3-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  body#tinymce .btn4-main:hover, body#tinymce .btn4-main:focus,
  body#tinymce a.btn4-main:hover,
  body#tinymce a.btn4-main:focus,
  .tinymce .btn4-main:hover,
  .tinymce .btn4-main:focus,
  .tinymce a.btn4-main:hover,
  .tinymce a.btn4-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  body#tinymce .btn5-main:hover, body#tinymce .btn5-main:focus,
  body#tinymce a.btn5-main:hover,
  body#tinymce a.btn5-main:focus,
  .tinymce .btn5-main:hover,
  .tinymce .btn5-main:focus,
  .tinymce a.btn5-main:hover,
  .tinymce a.btn5-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  body#tinymce .btn6-main:hover, body#tinymce .btn6-main:focus,
  body#tinymce a.btn6-main:hover,
  body#tinymce a.btn6-main:focus,
  .tinymce .btn6-main:hover,
  .tinymce .btn6-main:focus,
  .tinymce a.btn6-main:hover,
  .tinymce a.btn6-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  body#tinymce .btn7-main:hover, body#tinymce .btn7-main:focus,
  body#tinymce a.btn7-main:hover,
  body#tinymce a.btn7-main:focus,
  .tinymce .btn7-main:hover,
  .tinymce .btn7-main:focus,
  .tinymce a.btn7-main:hover,
  .tinymce a.btn7-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  body#tinymce .btn8-main:hover, body#tinymce .btn8-main:focus,
  body#tinymce a.btn8-main:hover,
  body#tinymce a.btn8-main:focus,
  .tinymce .btn8-main:hover,
  .tinymce .btn8-main:focus,
  .tinymce a.btn8-main:hover,
  .tinymce a.btn8-main:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  body#tinymce .btn9-main:hover:before, body#tinymce .btn9-main:focus:before,
  body#tinymce a.btn9-main:hover:before,
  body#tinymce a.btn9-main:focus:before,
  .tinymce .btn9-main:hover:before,
  .tinymce .btn9-main:focus:before,
  .tinymce a.btn9-main:hover:before,
  .tinymce a.btn9-main:focus:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #fafafa;
    border-radius: 4px;
  }
  body#tinymce .btn1-second:not(.no-hover):hover, body#tinymce .btn1-second:not(.no-hover):focus,
  body#tinymce a.btn1-second:not(.no-hover):hover,
  body#tinymce a.btn1-second:not(.no-hover):focus,
  .tinymce .btn1-second:not(.no-hover):hover,
  .tinymce .btn1-second:not(.no-hover):focus,
  .tinymce a.btn1-second:not(.no-hover):hover,
  .tinymce a.btn1-second:not(.no-hover):focus {
    background-color: #ca1c20;
    color: #fafafa;
  }
  body#tinymce .btn2-second:not(.no-hover):hover, body#tinymce .btn2-second:not(.no-hover):focus,
  body#tinymce a.btn2-second:not(.no-hover):hover,
  body#tinymce a.btn2-second:not(.no-hover):focus,
  .tinymce .btn2-second:not(.no-hover):hover,
  .tinymce .btn2-second:not(.no-hover):focus,
  .tinymce a.btn2-second:not(.no-hover):hover,
  .tinymce a.btn2-second:not(.no-hover):focus {
    background-color: #bf1d72;
    color: #fafafa;
  }
  body#tinymce .btn3-second:not(.no-hover):hover, body#tinymce .btn3-second:not(.no-hover):focus,
  body#tinymce a.btn3-second:not(.no-hover):hover,
  body#tinymce a.btn3-second:not(.no-hover):focus,
  .tinymce .btn3-second:not(.no-hover):hover,
  .tinymce .btn3-second:not(.no-hover):focus,
  .tinymce a.btn3-second:not(.no-hover):hover,
  .tinymce a.btn3-second:not(.no-hover):focus {
    background-color: #743794;
    color: #fafafa;
  }
  body#tinymce .btn4-second:not(.no-hover):hover, body#tinymce .btn4-second:not(.no-hover):focus,
  body#tinymce a.btn4-second:not(.no-hover):hover,
  body#tinymce a.btn4-second:not(.no-hover):focus,
  .tinymce .btn4-second:not(.no-hover):hover,
  .tinymce .btn4-second:not(.no-hover):focus,
  .tinymce a.btn4-second:not(.no-hover):hover,
  .tinymce a.btn4-second:not(.no-hover):focus {
    background-color: #ca1c20;
    color: #fafafa;
  }
  body#tinymce .btn5-second:not(.no-hover):hover, body#tinymce .btn5-second:not(.no-hover):focus,
  body#tinymce a.btn5-second:not(.no-hover):hover,
  body#tinymce a.btn5-second:not(.no-hover):focus,
  .tinymce .btn5-second:not(.no-hover):hover,
  .tinymce .btn5-second:not(.no-hover):focus,
  .tinymce a.btn5-second:not(.no-hover):hover,
  .tinymce a.btn5-second:not(.no-hover):focus {
    background-color: #ca1c20;
    color: #fafafa;
  }
  body#tinymce .btn6-second:not(.no-hover):hover, body#tinymce .btn6-second:not(.no-hover):focus,
  body#tinymce a.btn6-second:not(.no-hover):hover,
  body#tinymce a.btn6-second:not(.no-hover):focus,
  .tinymce .btn6-second:not(.no-hover):hover,
  .tinymce .btn6-second:not(.no-hover):focus,
  .tinymce a.btn6-second:not(.no-hover):hover,
  .tinymce a.btn6-second:not(.no-hover):focus {
    background-color: var(--c-highlight-c1);
    color: #fafafa;
  }
  body#tinymce .btn7-second:not(.no-hover):hover, body#tinymce .btn7-second:not(.no-hover):focus,
  body#tinymce a.btn7-second:not(.no-hover):hover,
  body#tinymce a.btn7-second:not(.no-hover):focus,
  .tinymce .btn7-second:not(.no-hover):hover,
  .tinymce .btn7-second:not(.no-hover):focus,
  .tinymce a.btn7-second:not(.no-hover):hover,
  .tinymce a.btn7-second:not(.no-hover):focus {
    background-color: #373737;
    color: #fafafa;
  }
  body#tinymce .btn8-second:not(.no-hover):hover, body#tinymce .btn8-second:not(.no-hover):focus,
  body#tinymce a.btn8-second:not(.no-hover):hover,
  body#tinymce a.btn8-second:not(.no-hover):focus,
  .tinymce .btn8-second:not(.no-hover):hover,
  .tinymce .btn8-second:not(.no-hover):focus,
  .tinymce a.btn8-second:not(.no-hover):hover,
  .tinymce a.btn8-second:not(.no-hover):focus {
    background-color: #fafafa;
    color: #373737;
  }
  .mb-small {
    margin-bottom: 5vw;
  }
  .mb-medium {
    margin-bottom: 5vw;
  }
  .mb-large {
    margin-bottom: 7.5vw;
  }
  .mt-small {
    margin-top: 5vw;
  }
  .mt-medium {
    margin-top: 5vw;
  }
  .mt-large {
    margin-top: 7.5vw;
  }
  .px-small {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-medium {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .px-large {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .checkbox-wrapper:hover span {
    color: #ca1c20;
  }
  .checkbox-wrapper:hover input + span:before {
    border-color: #ca1c20;
  }
  .radio-wrapper:hover span {
    color: #ca1c20;
  }
  .radio-wrapper:hover input + span:before {
    border-color: #ca1c20;
  }
  form[id^="form-bitforms"] > div {
    padding: 2.5rem !important;
  }
  form[id^="form-bitforms"] [class*="-btn"][type="submit"]:hover, form[id^="form-bitforms"] [class*="-btn"][type="submit"]:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  form[id^="form-bitforms"] [class*="-inp-btn"]:hover, form[id^="form-bitforms"] [class*="-inp-btn"]:focus {
    background-color: var(--c-highlight-c1) !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15) !important;
  }
  form[id^="form-bitforms"] [class*="-inp-btn"]:hover svg, form[id^="form-bitforms"] [class*="-inp-btn"]:focus svg {
    transform: translateX(0.25rem);
  }
  .c_contact-form form[id^="wpforms-form"] button.wpforms-submit:hover, .c_contact-form form[id^="wpforms-form"] button.wpforms-submit:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .cl_reports__form > div > form[id^="form-bitforms"] > div {
    padding: unset !important;
  }
  .cl_reports__form > div > form[id^="form-bitforms"] {
    padding: 2.5rem !important;
  }
  div:not(.contact-form) > form[id^="wpforms-form"] {
    padding: 2.5rem !important;
  }
  div:not(.contact-form) > form[id^="wpforms-form"] button.wpforms-submit:hover, div:not(.contact-form) > form[id^="wpforms-form"] button.wpforms-submit:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .n_site {
    display: flex;
    flex: 1 0 auto;
  }
  .n_site__nav {
    max-width: none;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .n_site__nav.container {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .n_site > nav > ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .n_site > nav > ul > li {
    margin: 0 clamp(1rem, 0.23518rem + 0.03824 * 100vw, 3.5rem);
  }
  .n_site > nav > ul > li:first-child {
    margin-left: -80px;
  }
  .n_site > nav > ul > li:before {
    display: none;
  }
  .n_site > nav > ul > li:not(.n_site__menu-item--lang) > a:hover:after {
    max-width: 100%;
  }
  .n_site > nav > ul > li.current-menu-item a:after {
    max-width: 100%;
  }
  .n_site > nav > ul > li + li {
    margin-left: 0.5rem;
  }
  .n_site > nav > ul > li.is-hidden {
    display: none;
  }
  .n_site > nav > ul > li:last-child.is-active {
    margin: 0 2rem 0 auto;
    flex: 0 0 calc(100% - 4rem);
  }
  .n_site > nav > ul a,
  .n_site > nav > ul .n_site__dropdown-link {
    position: relative;
    color: #fafafa;
    padding: 0.5rem 0;
    transition: color 0.15s ease-in;
  }
  .n_site > nav > ul a:hover:after, .n_site > nav > ul a:focus:after,
  .n_site > nav > ul .n_site__dropdown-link:hover:after,
  .n_site > nav > ul .n_site__dropdown-link:focus:after {
    max-width: 100%;
  }
  .n_site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
    text-decoration: underline !important;
  }
  .n_site__dropdown-link {
    cursor: default;
  }
  .n_site__menu-icon {
    color: #373737;
    margin-left: 0.2rem;
    transition: color 0.15s ease-in;
  }
  .n_site__menu-icon.is-active {
    transform: rotate(180deg);
  }
  .n_site__inner {
    background-color: #fafafa;
    transition: background-color 0.15s ease-in, top 0.15s ease-in;
    display: none;
    position: absolute;
    top: 51px;
    left: -2rem;
    box-shadow: 0 8px 8px -1px rgba(55, 55, 55, 0.1);
    width: 200px;
    padding: 1rem 2rem;
  }
  .n_site__inner.is-active {
    display: block;
  }
  .n_site__inner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .n_site__inner ul li {
    margin: 0 0 0.7rem 0;
    flex: 0 0 100%;
  }
  .n_site__inner ul li:first-child {
    margin-left: 0;
  }
  .n_site__inner ul li + li {
    margin-left: 0;
  }
  .n_site__inner ul a {
    display: inline-block;
  }
  body.page-template-tpl-builder-global:not(.single) .n_site__nav > ul > li a,
  body.page-template-tpl-builder-global:not(.single) .n_site__nav > ul > li .n_site__dropdown-link,
  body.single:not(.single-wptd_playbook) .n_site__nav > ul > li a,
  body.single:not(.single-wptd_playbook) .n_site__nav > ul > li .n_site__dropdown-link {
    color: #373737;
  }
  body.page-template-tpl-builder-global:not(.single) .n_site__nav > ul > li a:after,
  body.page-template-tpl-builder-global:not(.single) .n_site__nav > ul > li .n_site__dropdown-link:after,
  body.single:not(.single-wptd_playbook) .n_site__nav > ul > li a:after,
  body.single:not(.single-wptd_playbook) .n_site__nav > ul > li .n_site__dropdown-link:after {
    border-bottom: 2px solid #373737;
  }
  .n_pagination__link:hover {
    color: #999999;
  }
  .n_pagination__link--current:hover {
    color: #999999;
  }
  .n_pagination__link--btn:hover {
    background-color: #373737;
  }
  .n_pagination__link--btn:hover .icon,
  .n_pagination__link--btn:hover svg {
    color: #fafafa;
    transition: color 0.15s ease-in-out;
  }
  .h_site-wrapper {
    padding-top: 4rem;
    width: calc(100% - 2rem);
    max-width: calc(1260px + 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  .h_site__home-link {
    height: 3.75rem;
  }
  .h_site__burger {
    display: none;
  }
  body:not(.no-scroll).single .h_site__cta:hover:before, body:not(.no-scroll).single .h_site__cta:focus:before,
  body:not(.no-scroll).single .h_site .n_site__menu-item a:hover:before,
  body:not(.no-scroll).single .h_site .n_site__menu-item a:focus:before,
  body:not(.no-scroll).page.page-template-tpl-builder-global .h_site__cta:hover:before,
  body:not(.no-scroll).page.page-template-tpl-builder-global .h_site__cta:focus:before,
  body:not(.no-scroll).page.page-template-tpl-builder-global .h_site .n_site__menu-item a:hover:before,
  body:not(.no-scroll).page.page-template-tpl-builder-global .h_site .n_site__menu-item a:focus:before {
    border-color: #373737;
  }
  .h_default {
    margin-bottom: -5%;
  }
  .h_default__graphic-bg {
    top: -25%;
  }
  .h_default__content {
    padding: 14rem 0 0 0;
  }
  .page-template-tpl-builder-minimal .h_default {
    margin-bottom: -10%;
  }
  .page-template-tpl-builder-minimal .h_default__content {
    padding: 14rem 0 2rem 0;
  }
  .h_default-playbook__breadcrumb:hover, .h_default-playbook__breadcrumb:focus {
    text-decoration: underline;
  }
  .h_default-playbook__list {
    margin-bottom: 6.5rem;
  }
  .h_overview__bg {
    max-height: 680px;
  }
  .h_overview__bg--mobile {
    display: none;
  }
  .h_overview__bg--desktop {
    display: block;
  }
  .h_overview__card {
    padding: 2.5rem;
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 7) - 2rem);
  }
  .h_overview__card--large {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 8) - 2rem);
  }
  .h_hero {
    padding-bottom: calc(calc((min(calc(100vw - 60px), 1260px) / 12 * 7) - 2rem) - 24rem);
  }
  .h_hero__bg {
    min-height: 700px;
    max-height: 880px;
  }
  .h_hero__bg--mobile {
    display: none;
  }
  .h_hero__bg--desktop {
    display: block;
  }
  .h_hero__slider .swiper-button-prev:hover {
    transform: translateX(-0.25rem);
  }
  .h_hero__slider .swiper-button-next:hover {
    transform: translateX(0.25rem);
  }
  .h_hero__card {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 7) - 2rem);
  }
  .h_detail-cases:before {
    height: calc(5vw + 1rem);
  }
  .h_detail-cases__shape {
    top: 5vw;
  }
  .h_detail-cases__meta .fa-icon-wrapper:hover svg {
    transform: translateX(-0.25rem);
  }
  .h_detail-cases__key-results-item {
    max-width: 280px;
    max-height: 280px;
  }
  .h_detail-default:before {
    height: calc(5vw + 1rem);
  }
  .h_detail-default__shape {
    top: 5vw;
  }
  .h_detail-default__meta .fa-icon-wrapper:hover svg {
    transform: translateX(-0.25rem);
  }
  .h_detail-minimal:before {
    height: calc(5vw + 1rem);
  }
  .h_detail-minimal__shape {
    top: 5vw;
  }
  .h_detail-events {
    padding-bottom: clamp(1rem, -0.52964rem + 0.07648 * 100vw, 6rem);
  }
  .h_detail-events:before {
    height: calc(5vw + 1rem);
  }
  .h_detail-events__shape {
    top: 5vw;
  }
  .h_detail-events__meta .fa-icon-wrapper:hover svg {
    transform: translateX(-0.25rem);
  }
  .h_detail-events__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .h_detail-events__socials-link:hover svg, .h_detail-events__socials-link:focus svg {
    transform: scale(1.1);
  }
  .h_detail-jobs:before {
    height: calc(5vw + 1rem);
  }
  .h_detail-jobs__shape {
    top: 5vw;
  }
  .h_detail-jobs__meta .fa-icon-wrapper:hover svg {
    transform: translateX(-0.25rem);
  }
  .h_detail-playbook__bg {
    max-height: 625px;
  }
  .h_detail-playbook__bg--mobile {
    display: none;
  }
  .h_detail-playbook__bg--desktop {
    display: block;
  }
  .h_detail-playbook__card {
    padding: 2.5rem;
    min-height: calc((min(calc(100vw - 60px), 1024px) / 12 * 7) - 2rem);
  }
  .h_detail-playbook__card--large {
    min-height: calc((min(calc(100vw - 60px), 1024px) / 12 * 8) - 2rem);
  }
  .f_site__nav {
    justify-content: flex-end;
    flex-direction: row;
  }
  .f_site__nav .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
    text-decoration: underline !important;
  }
  .f_site__social {
    margin-bottom: 2rem;
    width: auto;
  }
  .f_playbook a.f_playbook__meta-value:hover, .f_playbook a.f_playbook__meta-value:focus {
    text-decoration: underline;
  }
  .m_lightbox.is-open {
    padding: 2rem;
  }
  .m_lightbox__close:hover {
    background-color: #bf1d72;
  }
  .m_image-gallery {
    padding: 2rem;
  }
  .m_image-gallery__close-wrapper {
    top: 2rem;
    right: 2rem;
  }
  .m_image-gallery__close-wrapper:hover {
    background-color: #bf1d72;
  }
  .m_image-gallery__figcaption {
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 1024px;
  }
  .m_image-gallery-slider__arrow:hover {
    background-color: #bf1d72 !important;
  }
  .m_video.is-open {
    padding: 2rem;
  }
  .m_video iframe {
    min-height: 75vh;
  }
  .m_video__close {
    top: 2rem;
    right: 2rem;
  }
  .m_video__close:hover {
    background-color: #921517;
  }
  .p_teaser-post:hover {
    box-shadow: 0 1px 16px -1px rgba(221, 221, 221, 0.6);
  }
  .p_teaser-post__img-wrapper {
    flex: 0 0 200px;
  }
  .p_teaser-post__content {
    min-height: 240px;
  }
  .p_teaser-post__desc {
    flex-grow: 1;
  }
  .p_people-teaser__content {
    display: flex;
    flex-direction: column;
  }
  .p_people-teaser__content > * {
    width: 100%;
  }
  .p_people-teaser__content .p_people-teaser__phone {
    margin-top: auto !important;
  }
  .p_people-teaser__content .p_people-teaser__phone + .p_people-teaser__contact {
    padding-top: clamp(1rem, 0.84704rem + 0.00765 * 100vw, 1.5rem);
  }
  .p_people-teaser__content .p_people-teaser__contact {
    margin-top: auto !important;
  }
  .p_people-teaser__socials-link:hover svg, .p_people-teaser__socials-link:focus svg {
    transform: scale(1.1);
  }
  .p_people-teaser--is-compact {
    display: flex;
    flex-direction: column;
  }
  .p_people-teaser--is-compact .p_people-teaser__content {
    flex-grow: 1;
    width: 100%;
  }
  .p_people-teaser:not(.p_people-teaser--is-compact) .p_people-teaser__figure {
    margin-bottom: 0;
    left: 0;
  }
  .p_people-teaser:not(.p_people-teaser--is-compact) .p_people-teaser__content {
    padding: clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem) clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem) clamp(2rem, 1.69407rem + 0.0153 * 100vw, 3rem) clamp(2rem, 0.47036rem + 0.07648 * 100vw, 7rem);
    margin-top: -16vw;
    margin-left: clamp(8.5rem, 6.97036rem + 0.07648 * 100vw, 13.5rem);
    min-height: clamp(8rem, 5.55258rem + 0.12237 * 100vw, 16rem);
  }
  .p_teaser-related-posts .slick-slide {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p_video-thumbnail:hover {
    cursor: pointer;
  }
  .p_video-thumbnail:hover .p_video-thumbnail__button-wrapper {
    background-color: #921517;
  }
  .p_video-thumbnail:hover .p_video-thumbnail__button-wrapper svg {
    color: #fafafa !important;
  }
  .p_teaser-cpt-01:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.05);
    transform: scale(1.005);
  }
  .p_teaser-cpt-01__figure {
    height: calc(((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem) / 4 * 3);
  }
  .p_teaser-cpt-01__content {
    overflow: auto;
  }
  .p_teaser-cpt-02 {
    min-height: 640px;
  }
  .p_teaser-cpt-02:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.05);
    transform: scale(1.005);
  }
  .p_teaser-cpt-02--fullwidth {
    height: 760px;
  }
  .p_teaser-cpt-03 {
    flex-direction: row;
    min-height: 640px;
  }
  .p_teaser-cpt-03:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.05);
    transform: scale(1.005);
  }
  .p_teaser-cpt-03__content {
    flex: 1 1 50%;
    order: 1;
    overflow: auto;
  }
  .p_teaser-cpt-03__figure {
    flex: 1 0 50%;
    border-radius: 0 4px 4px 0;
    order: 2;
    height: 100%;
    aspect-ratio: initial;
  }
  .p_teaser-cpt-03 img {
    height: 105% !important;
  }
  .p_teaser-cpt-04 {
    min-height: 640px;
  }
  .p_teaser-cpt-04:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.05);
    transform: scale(1.005);
  }
  .p_teaser-cpt-04__content {
    overflow: auto;
  }
  .p_teaser-cpt-05 {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem);
  }
  .p_teaser-cpt-05:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.05);
    transform: scale(1.005);
  }
  .p_teaser-cpt-05__figure {
    height: calc(((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem) / 4 * 3);
  }
  .p_teaser-cpt-05__content {
    overflow: auto;
  }
  .p_filter-about-default {
    max-width: calc(calc((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem) - 1rem);
  }
  .p_filter-jobs-card {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 8) - 2rem);
  }
  .p_filter-jobs-default {
    max-width: calc(calc((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem) - 1rem);
  }
  .p_filter-playbook-default {
    max-width: calc(calc((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem) - 1rem);
  }
  .p_filter-cases-default {
    max-width: calc(calc((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem) - 1rem);
  }
  .p_teaser-text {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem);
  }
  .p_teaser-services {
    padding: 2rem;
  }
  .p_group-logos__item {
    flex: 0 0 calc(100% / 5 - 4rem);
    margin: 0.5rem 2rem;
  }
  .p_group-logos-2__item {
    flex: 0 0 calc(100% / 5 - 4rem);
    margin: 0.5rem 2rem;
  }
  .p_group-logos-2__figure {
    flex-basis: calc(25% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .p_teaser-about {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem);
  }
  .p_teaser-jobs {
    aspect-ratio: 1 / 1 !important;
    height: calc((min(90vw, 1260px) - 2rem) / 12 * 4) !important;
  }
  .p_teaser-jobs:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .p_teaser-jobs__content {
    padding: 2rem !important;
    margin-bottom: 0 !important;
    position: absolute;
  }
  .cc_card-contact-person-multiple__card {
    padding: 2.5rem;
  }
  .cc_card-contact-person-multiple__header {
    display: flex;
    justify-content: space-between;
  }
  .cc_card-contact-person-multiple__icon-wrapper {
    margin-right: 1.5rem;
  }
  .cc_card-contact-person-multiple__icon-wrapper i,
  .cc_card-contact-person-multiple__icon-wrapper svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
  .cc_card-contact-person-multiple__icon-wrapper:hover i,
  .cc_card-contact-person-multiple__icon-wrapper:hover svg {
    color: #921517 !important;
  }
  .cc_card-contact-person__card {
    padding: 2.5rem;
  }
  .cc_card-contact-person__header {
    display: flex;
    justify-content: space-between;
  }
  .cc_card-contact-person__icon-wrapper {
    margin-right: 1.5rem;
  }
  .cc_card-contact-person__icon-wrapper i,
  .cc_card-contact-person__icon-wrapper svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
  .cc_card-contact-person__icon-wrapper:hover i,
  .cc_card-contact-person__icon-wrapper:hover svg {
    color: #921517 !important;
  }
  .cc_conversation-partners figure {
    height: clamp(300px, 50vw, 520px);
  }
  .cc_information-sections__items {
    padding-right: 20px;
  }
  .cc_information-sections__item:last-child {
    margin-bottom: 2vw;
  }
  .cc_information-sections__item {
    margin-bottom: 2vw;
    padding-top: 2vw;
  }
  .cc_information-sections__item__header {
    grid-template-columns: 1fr 2fr;
  }
  .cc_information-sections__item__title {
    padding: 0 20px 20px 0;
    border-top: 0;
    border-right: 1px solid var(--c-highlight-c1);
  }
  .cc_information-sections__item__title:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
  .cc_information-sections__item__title:before {
    display: none;
  }
  .cc_information-sections__item__description {
    padding-left: 20px;
  }
  .cc_information-sections__sub-section__item {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .cc_information-sections__sub-section__item__title {
    padding-right: 20px;
    border-right: 1px solid var(--c-highlight-c1);
  }
  .cc_information-sections__sub-section__item__description {
    padding-left: 20px;
  }
  .cc_information-sections__wrapper {
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "information index";
  }
  .cc_information-sections__index {
    margin-bottom: 0;
  }
  .cc_information-sections__index__title {
    display: none;
  }
  .cc_information-sections__index {
    padding-left: 20px;
  }
  .cc_information-sections__index__item__header {
    border-right: 1px solid var(--c-highlight-c1);
  }
  .cc_information-sections__index__item__header:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
  .cc_group-downloads__link:hover {
    text-decoration: underline;
  }
  .cc_group-downloads__actions a:hover svg, .cc_group-downloads__actions a:focus svg {
    transform: translateY(0.25rem);
  }
  .cc_group-logos__figure {
    flex-basis: calc(25% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .cc_image-gallery__lightbox.is-active {
    padding: 2rem;
  }
  .cc_image-gallery__lightbox .swiper-button-next {
    right: 2rem;
  }
  .cc_image-gallery__lightbox .swiper-button-prev {
    left: 2rem;
  }
  .cc_image-gallery__lightbox-close {
    top: 2rem;
    right: 2rem;
  }
  .cc_image-gallery__lightbox-close:hover {
    background-color: #921517;
  }
  .cc_imagetext-editor .tinymce {
    columns: 2;
  }
  .cc_stairs-gallery__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .cc_stairs-gallery__item:nth-child(1) {
    margin-right: 0;
    margin-top: 0px;
  }
  .cc_stairs-gallery__item:nth-child(2) {
    margin-right: 0;
    margin-top: 32px;
  }
  .cc_stairs-gallery__item:nth-child(3) {
    margin-right: 0;
    margin-top: 64px;
  }
  .cc_teaser-page__card {
    height: 100%;
  }
  .cc_teaser-page__figure {
    height: calc(((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem) / 4 * 3);
  }
  .cc_teaser-page__content {
    overflow: visible;
  }
  .cc_teaser-text-video--right .row {
    flex-direction: row-reverse;
  }
  .cc_text-editor img {
    width: 90% !important;
  }
  .cc_text-editor figcaption {
    width: 90%;
  }
  .cc_text-key-value__item {
    flex: 1 0 calc(100% / 3);
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
  }
  .cc_video-fullwidth--embedded {
    padding-top: calc(100% / 16 * 9);
  }
  .cl_group-peoplecards figure {
    height: clamp(300px, 50vw, 520px);
  }
  .cl_helpers .btn {
    width: 100%;
  }
  .cl_teaser-about__controls {
    display: block;
    position: relative;
    height: 44px;
    margin-bottom: 1rem;
    top: -0.5rem;
  }
  .cl_teaser-page__card {
    height: 100%;
  }
  .cl_teaser-page__figure {
    height: calc(((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem) / 4 * 3);
  }
  .cl_teaser-page__content {
    overflow: visible;
  }
  .cl_teaser-insights__controls {
    display: block;
    position: relative;
    height: 44px;
    margin-bottom: 1rem;
    top: -0.5rem;
  }
  .cl_teaser-services__link-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .cl_teaser-services__link-item {
    margin-right: 1.5rem;
  }
  .cl_teaser-jobs__bg-graphic {
    max-width: 1200px;
  }
  .cl_reports__content {
    flex: 0 0 calc(100% - 192px - 2rem);
    margin-left: 2rem;
  }
  .cl_reports__figure {
    margin-bottom: 0;
  }
  .cl_list-posts-minimal .p_teaser-cpt-05__figure {
    height: calc(((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem) / 16 * 9);
  }
  .cl_form-job__wrapper {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
  }
  .cl_form-job__figure {
    margin-bottom: 0;
    width: 128px;
    height: 128px;
  }
  .cl_form-job__label {
    margin-bottom: 0;
    width: calc(100% - 128px - 1.5rem);
  }
  .cl_form-job__apply {
    width: 40%;
  }
  .cl_form-job__bitform form[id^="form-bitforms"] .btcd-sub:hover, .cl_form-job__bitform form[id^="form-bitforms"] .btcd-sub:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15) !important;
  }
  .cl_job-intro {
    display: block;
  }
  .cl_job-intro:after {
    content: "";
    display: block;
    clear: both;
  }
  .cl_job-intro__quote + * {
    padding-top: 5vw;
  }
  .cl_job-intro .cl_form-job {
    position: relative;
    z-index: 1;
    float: right;
    width: 50%;
    margin-left: 2rem;
  }
  .cl_job-intro .p_text-fact:before {
    margin-right: calc(50% + 2rem);
  }
  .cl_form-event__wrapper {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
  }
  .cl_form-event__bitform form[id^="form-bitforms"] .btcd-sub:hover, .cl_form-event__bitform form[id^="form-bitforms"] .btcd-sub:focus {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.15) !important;
  }
}

@media (min-width: 1366px){
  .container {
    width: calc(100% - 60px);
  }
  .container {
    max-width: 1260px;
  }
  .container--narrow {
    max-width: calc(100% / 12 * 8 - 60px);
  }
  .container--special {
    max-width: 1280px;
  }
  .container--wide {
    width: calc(100% - 60px);
  }
  .container--wide {
    max-width: 1600px;
  }
  .container-fluid {
    width: calc(100% - 60px);
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-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%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .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-25 {
    margin: 0.25rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 0.25rem !important;
  }
  .m-lg-50 {
    margin: 0.5rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 0.5rem !important;
  }
  .m-lg-75 {
    margin: 0.75rem !important;
  }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 0.75rem !important;
  }
  .m-lg-100 {
    margin: 1rem !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 1rem !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 1rem !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 1rem !important;
  }
  .m-lg-125 {
    margin: 1.25rem !important;
  }
  .mt-lg-125,
  .my-lg-125 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-125,
  .mx-lg-125 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-125,
  .my-lg-125 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-125,
  .mx-lg-125 {
    margin-left: 1.25rem !important;
  }
  .m-lg-150 {
    margin: 1.5rem !important;
  }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 1.5rem !important;
  }
  .m-lg-200 {
    margin: 2rem !important;
  }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 2rem !important;
  }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 2rem !important;
  }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 2rem !important;
  }
  .m-lg-250 {
    margin: 2.5rem !important;
  }
  .mt-lg-250,
  .my-lg-250 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-250,
  .mx-lg-250 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-250,
  .my-lg-250 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-250,
  .mx-lg-250 {
    margin-left: 2.5rem !important;
  }
  .m-lg-300 {
    margin: 3rem !important;
  }
  .mt-lg-300,
  .my-lg-300 {
    margin-top: 3rem !important;
  }
  .mr-lg-300,
  .mx-lg-300 {
    margin-right: 3rem !important;
  }
  .mb-lg-300,
  .my-lg-300 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-300,
  .mx-lg-300 {
    margin-left: 3rem !important;
  }
  .m-lg-350 {
    margin: 3.5rem !important;
  }
  .mt-lg-350,
  .my-lg-350 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-350,
  .mx-lg-350 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-350,
  .my-lg-350 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-350,
  .mx-lg-350 {
    margin-left: 3.5rem !important;
  }
  .m-lg-400 {
    margin: 4rem !important;
  }
  .mt-lg-400,
  .my-lg-400 {
    margin-top: 4rem !important;
  }
  .mr-lg-400,
  .mx-lg-400 {
    margin-right: 4rem !important;
  }
  .mb-lg-400,
  .my-lg-400 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-400,
  .mx-lg-400 {
    margin-left: 4rem !important;
  }
  .m-lg-450 {
    margin: 4.5rem !important;
  }
  .mt-lg-450,
  .my-lg-450 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-450,
  .mx-lg-450 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-450,
  .my-lg-450 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-450,
  .mx-lg-450 {
    margin-left: 4.5rem !important;
  }
  .m-lg-500 {
    margin: 5rem !important;
  }
  .mt-lg-500,
  .my-lg-500 {
    margin-top: 5rem !important;
  }
  .mr-lg-500,
  .mx-lg-500 {
    margin-right: 5rem !important;
  }
  .mb-lg-500,
  .my-lg-500 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-500,
  .mx-lg-500 {
    margin-left: 5rem !important;
  }
  .m-lg-600 {
    margin: 6rem !important;
  }
  .mt-lg-600,
  .my-lg-600 {
    margin-top: 6rem !important;
  }
  .mr-lg-600,
  .mx-lg-600 {
    margin-right: 6rem !important;
  }
  .mb-lg-600,
  .my-lg-600 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-600,
  .mx-lg-600 {
    margin-left: 6rem !important;
  }
  .m-lg-700 {
    margin: 7rem !important;
  }
  .mt-lg-700,
  .my-lg-700 {
    margin-top: 7rem !important;
  }
  .mr-lg-700,
  .mx-lg-700 {
    margin-right: 7rem !important;
  }
  .mb-lg-700,
  .my-lg-700 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-700,
  .mx-lg-700 {
    margin-left: 7rem !important;
  }
  .m-lg-800 {
    margin: 8rem !important;
  }
  .mt-lg-800,
  .my-lg-800 {
    margin-top: 8rem !important;
  }
  .mr-lg-800,
  .mx-lg-800 {
    margin-right: 8rem !important;
  }
  .mb-lg-800,
  .my-lg-800 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-800,
  .mx-lg-800 {
    margin-left: 8rem !important;
  }
  .m-lg-900 {
    margin: 9rem !important;
  }
  .mt-lg-900,
  .my-lg-900 {
    margin-top: 9rem !important;
  }
  .mr-lg-900,
  .mx-lg-900 {
    margin-right: 9rem !important;
  }
  .mb-lg-900,
  .my-lg-900 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-900,
  .mx-lg-900 {
    margin-left: 9rem !important;
  }
  .m-lg-1000 {
    margin: 10rem !important;
  }
  .mt-lg-1000,
  .my-lg-1000 {
    margin-top: 10rem !important;
  }
  .mr-lg-1000,
  .mx-lg-1000 {
    margin-right: 10rem !important;
  }
  .mb-lg-1000,
  .my-lg-1000 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-1000,
  .mx-lg-1000 {
    margin-left: 10rem !important;
  }
  .m-lg-1200 {
    margin: 12rem !important;
  }
  .mt-lg-1200,
  .my-lg-1200 {
    margin-top: 12rem !important;
  }
  .mr-lg-1200,
  .mx-lg-1200 {
    margin-right: 12rem !important;
  }
  .mb-lg-1200,
  .my-lg-1200 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-1200,
  .mx-lg-1200 {
    margin-left: 12rem !important;
  }
  .m-lg-1500 {
    margin: 15rem !important;
  }
  .mt-lg-1500,
  .my-lg-1500 {
    margin-top: 15rem !important;
  }
  .mr-lg-1500,
  .mx-lg-1500 {
    margin-right: 15rem !important;
  }
  .mb-lg-1500,
  .my-lg-1500 {
    margin-bottom: 15rem !important;
  }
  .ml-lg-1500,
  .mx-lg-1500 {
    margin-left: 15rem !important;
  }
  .m-lg-1800 {
    margin: 18rem !important;
  }
  .mt-lg-1800,
  .my-lg-1800 {
    margin-top: 18rem !important;
  }
  .mr-lg-1800,
  .mx-lg-1800 {
    margin-right: 18rem !important;
  }
  .mb-lg-1800,
  .my-lg-1800 {
    margin-bottom: 18rem !important;
  }
  .ml-lg-1800,
  .mx-lg-1800 {
    margin-left: 18rem !important;
  }
  .m-lg-grid {
    margin: 2rem !important;
  }
  .mt-lg-grid,
  .my-lg-grid {
    margin-top: 2rem !important;
  }
  .mr-lg-grid,
  .mx-lg-grid {
    margin-right: 2rem !important;
  }
  .mb-lg-grid,
  .my-lg-grid {
    margin-bottom: 2rem !important;
  }
  .ml-lg-grid,
  .mx-lg-grid {
    margin-left: 2rem !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-25 {
    padding: 0.25rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 0.25rem !important;
  }
  .p-lg-50 {
    padding: 0.5rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 0.5rem !important;
  }
  .p-lg-75 {
    padding: 0.75rem !important;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 0.75rem !important;
  }
  .p-lg-100 {
    padding: 1rem !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 1rem !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 1rem !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 1rem !important;
  }
  .p-lg-125 {
    padding: 1.25rem !important;
  }
  .pt-lg-125,
  .py-lg-125 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-125,
  .px-lg-125 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-125,
  .py-lg-125 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-125,
  .px-lg-125 {
    padding-left: 1.25rem !important;
  }
  .p-lg-150 {
    padding: 1.5rem !important;
  }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 1.5rem !important;
  }
  .p-lg-200 {
    padding: 2rem !important;
  }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 2rem !important;
  }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 2rem !important;
  }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 2rem !important;
  }
  .p-lg-250 {
    padding: 2.5rem !important;
  }
  .pt-lg-250,
  .py-lg-250 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-250,
  .px-lg-250 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-250,
  .py-lg-250 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-250,
  .px-lg-250 {
    padding-left: 2.5rem !important;
  }
  .p-lg-300 {
    padding: 3rem !important;
  }
  .pt-lg-300,
  .py-lg-300 {
    padding-top: 3rem !important;
  }
  .pr-lg-300,
  .px-lg-300 {
    padding-right: 3rem !important;
  }
  .pb-lg-300,
  .py-lg-300 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-300,
  .px-lg-300 {
    padding-left: 3rem !important;
  }
  .p-lg-350 {
    padding: 3.5rem !important;
  }
  .pt-lg-350,
  .py-lg-350 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-350,
  .px-lg-350 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-350,
  .py-lg-350 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-350,
  .px-lg-350 {
    padding-left: 3.5rem !important;
  }
  .p-lg-400 {
    padding: 4rem !important;
  }
  .pt-lg-400,
  .py-lg-400 {
    padding-top: 4rem !important;
  }
  .pr-lg-400,
  .px-lg-400 {
    padding-right: 4rem !important;
  }
  .pb-lg-400,
  .py-lg-400 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-400,
  .px-lg-400 {
    padding-left: 4rem !important;
  }
  .p-lg-450 {
    padding: 4.5rem !important;
  }
  .pt-lg-450,
  .py-lg-450 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-450,
  .px-lg-450 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-450,
  .py-lg-450 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-450,
  .px-lg-450 {
    padding-left: 4.5rem !important;
  }
  .p-lg-500 {
    padding: 5rem !important;
  }
  .pt-lg-500,
  .py-lg-500 {
    padding-top: 5rem !important;
  }
  .pr-lg-500,
  .px-lg-500 {
    padding-right: 5rem !important;
  }
  .pb-lg-500,
  .py-lg-500 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-500,
  .px-lg-500 {
    padding-left: 5rem !important;
  }
  .p-lg-600 {
    padding: 6rem !important;
  }
  .pt-lg-600,
  .py-lg-600 {
    padding-top: 6rem !important;
  }
  .pr-lg-600,
  .px-lg-600 {
    padding-right: 6rem !important;
  }
  .pb-lg-600,
  .py-lg-600 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-600,
  .px-lg-600 {
    padding-left: 6rem !important;
  }
  .p-lg-700 {
    padding: 7rem !important;
  }
  .pt-lg-700,
  .py-lg-700 {
    padding-top: 7rem !important;
  }
  .pr-lg-700,
  .px-lg-700 {
    padding-right: 7rem !important;
  }
  .pb-lg-700,
  .py-lg-700 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-700,
  .px-lg-700 {
    padding-left: 7rem !important;
  }
  .p-lg-800 {
    padding: 8rem !important;
  }
  .pt-lg-800,
  .py-lg-800 {
    padding-top: 8rem !important;
  }
  .pr-lg-800,
  .px-lg-800 {
    padding-right: 8rem !important;
  }
  .pb-lg-800,
  .py-lg-800 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-800,
  .px-lg-800 {
    padding-left: 8rem !important;
  }
  .p-lg-900 {
    padding: 9rem !important;
  }
  .pt-lg-900,
  .py-lg-900 {
    padding-top: 9rem !important;
  }
  .pr-lg-900,
  .px-lg-900 {
    padding-right: 9rem !important;
  }
  .pb-lg-900,
  .py-lg-900 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-900,
  .px-lg-900 {
    padding-left: 9rem !important;
  }
  .p-lg-1000 {
    padding: 10rem !important;
  }
  .pt-lg-1000,
  .py-lg-1000 {
    padding-top: 10rem !important;
  }
  .pr-lg-1000,
  .px-lg-1000 {
    padding-right: 10rem !important;
  }
  .pb-lg-1000,
  .py-lg-1000 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-1000,
  .px-lg-1000 {
    padding-left: 10rem !important;
  }
  .p-lg-1200 {
    padding: 12rem !important;
  }
  .pt-lg-1200,
  .py-lg-1200 {
    padding-top: 12rem !important;
  }
  .pr-lg-1200,
  .px-lg-1200 {
    padding-right: 12rem !important;
  }
  .pb-lg-1200,
  .py-lg-1200 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-1200,
  .px-lg-1200 {
    padding-left: 12rem !important;
  }
  .p-lg-1500 {
    padding: 15rem !important;
  }
  .pt-lg-1500,
  .py-lg-1500 {
    padding-top: 15rem !important;
  }
  .pr-lg-1500,
  .px-lg-1500 {
    padding-right: 15rem !important;
  }
  .pb-lg-1500,
  .py-lg-1500 {
    padding-bottom: 15rem !important;
  }
  .pl-lg-1500,
  .px-lg-1500 {
    padding-left: 15rem !important;
  }
  .p-lg-1800 {
    padding: 18rem !important;
  }
  .pt-lg-1800,
  .py-lg-1800 {
    padding-top: 18rem !important;
  }
  .pr-lg-1800,
  .px-lg-1800 {
    padding-right: 18rem !important;
  }
  .pb-lg-1800,
  .py-lg-1800 {
    padding-bottom: 18rem !important;
  }
  .pl-lg-1800,
  .px-lg-1800 {
    padding-left: 18rem !important;
  }
  .p-lg-grid {
    padding: 2rem !important;
  }
  .pt-lg-grid,
  .py-lg-grid {
    padding-top: 2rem !important;
  }
  .pr-lg-grid,
  .px-lg-grid {
    padding-right: 2rem !important;
  }
  .pb-lg-grid,
  .py-lg-grid {
    padding-bottom: 2rem !important;
  }
  .pl-lg-grid,
  .px-lg-grid {
    padding-left: 2rem !important;
  }
  .minus-m-lg-0 {
    margin: 0 !important;
  }
  .minus-mt-lg-0 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-0 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-25 {
    margin: 0.25rem !important;
  }
  .minus-mt-lg-25 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-25 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-50 {
    margin: 0.5rem !important;
  }
  .minus-mt-lg-50 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-50 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-75 {
    margin: 0.75rem !important;
  }
  .minus-mt-lg-75 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-75 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-100 {
    margin: 1rem !important;
  }
  .minus-mt-lg-100 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-100 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-125 {
    margin: 1.25rem !important;
  }
  .minus-mt-lg-125 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-125 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-150 {
    margin: 1.5rem !important;
  }
  .minus-mt-lg-150 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-150 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-200 {
    margin: 2rem !important;
  }
  .minus-mt-lg-200 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-200 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-250 {
    margin: 2.5rem !important;
  }
  .minus-mt-lg-250 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-250 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-300 {
    margin: 3rem !important;
  }
  .minus-mt-lg-300 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-300 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-350 {
    margin: 3.5rem !important;
  }
  .minus-mt-lg-350 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-350 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-400 {
    margin: 4rem !important;
  }
  .minus-mt-lg-400 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-400 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-450 {
    margin: 4.5rem !important;
  }
  .minus-mt-lg-450 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-450 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-500 {
    margin: 5rem !important;
  }
  .minus-mt-lg-500 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-500 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-600 {
    margin: 6rem !important;
  }
  .minus-mt-lg-600 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-600 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-700 {
    margin: 7rem !important;
  }
  .minus-mt-lg-700 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-700 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-800 {
    margin: 8rem !important;
  }
  .minus-mt-lg-800 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-800 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-900 {
    margin: 9rem !important;
  }
  .minus-mt-lg-900 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-900 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-1000 {
    margin: 10rem !important;
  }
  .minus-mt-lg-1000 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-1000 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-1200 {
    margin: 12rem !important;
  }
  .minus-mt-lg-1200 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-1200 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-1500 {
    margin: 15rem !important;
  }
  .minus-mt-lg-1500 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-1500 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-1800 {
    margin: 18rem !important;
  }
  .minus-mt-lg-1800 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-1800 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-lg-grid {
    margin: 2rem !important;
  }
  .minus-mt-lg-grid {
    margin-top: -0.25rem !important;
  }
  .minus-mb-lg-grid {
    margin-bottom: -0.25rem !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;
  }
  .t-lg-left {
    text-align: left !important;
  }
  .t-lg-right {
    text-align: right !important;
  }
  .t-lg-center {
    text-align: center !important;
  }
  .stroke-width-lg-2 {
    stroke-width: 2px !important;
  }
  .ratio-wide--lg-nowide {
    padding-top: 0;
  }
  .l_page[data-template="password-form.twig"] form {
    flex-direction: row;
  }
  .l_grid {
    width: calc(100% - 60px);
  }
  .l_grid {
    max-width: 1260px;
  }
  .l_grid__inner {
    display: grid;
    grid-template-columns: calc(100% - 320px) 320px;
    grid-template-rows: auto;
    display: -ms-grid;
    -ms-grid-columns: calc(100% - 320px) 320px;
    -ms-grid-rows: auto;
  }
  .l_grid__content {
    grid-column: 1 / span 1;
    grid-row: 1;
    padding-right: 3rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .l_grid__sidebar {
    display: block;
    position: relative;
    grid-column: 2 / span 1;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  body:before {
    content: "lg";
  }
  .mb-small {
    margin-bottom: 2.5vw;
  }
  .mb-medium {
    margin-bottom: 5vw;
  }
  .mb-large {
    margin-bottom: 12.5vw;
  }
  .mt-small {
    margin-top: 2.5vw;
  }
  .mt-medium {
    margin-top: 5vw;
  }
  .mt-large {
    margin-top: 12.5vw;
  }
  .px-small {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-medium {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px-large {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  form[id^="form-bitforms"] [class*="-inp-btn"] {
    font-size: 1.25rem !important;
    line-height: 1.125 !important;
  }
  .n_site > nav > ul > li {
    margin: 0 3em;
  }
  .n_site > nav > ul > li:last-child.is-active {
    flex-grow: 1;
    margin: 0;
    padding: 0 2rem;
  }
  .n_site__inner {
    top: 50px;
  }
  .h_site-wrapper {
    max-width: 1570px;
  }
  .h_site__burger span:before {
    top: -9px;
  }
  .h_site__burger span:after {
    bottom: -9px;
  }
  .h_default__graphic-bg {
    top: -35%;
  }
  .h_default__content {
    padding: 14rem 0 0 0;
  }
  .page-template-tpl-builder-minimal .h_default {
    margin-bottom: -12.5%;
  }
  .page-template-tpl-builder-minimal .h_default__content {
    padding: 14rem 0 2rem 0;
  }
  .h_overview__bg {
    max-height: 750px;
  }
  .h_overview__card {
    padding: 3rem;
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem);
  }
  .h_hero {
    padding-bottom: calc(calc((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem) - 26rem);
  }
  .h_hero__bg {
    max-height: 840px;
  }
  .h_hero__card {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 6) - 2rem);
  }
  .h_detail-cases:before {
    height: 0;
  }
  .h_detail-cases__shape {
    top: 0;
  }
  .h_detail-cases__key-results-item {
    max-width: calc(100% / 3 - (2rem / 3));
    max-height: none;
  }
  .h_detail-default:before {
    height: 0;
  }
  .h_detail-default__shape {
    top: 0;
  }
  .h_detail-minimal:before {
    height: 0;
  }
  .h_detail-minimal__shape {
    top: 0;
  }
  .h_detail-events:before {
    height: 0;
  }
  .h_detail-events__shape {
    top: 0;
  }
  .h_detail-jobs:before {
    height: 0;
  }
  .h_detail-jobs__shape {
    top: 0;
  }
  .h_detail-playbook__bg {
    max-height: 750px;
  }
  .h_detail-playbook__card {
    padding: 3rem;
    min-height: calc((min(calc(100vw - 60px), 1280px) / 12 * 6) - 2rem);
  }
  .h_detail-playbook__intro {
    margin-left: 1rem;
  }
  .f_site__location {
    width: calc(37.5% - 2rem);
  }
  .m_lightbox.is-open {
    padding: 2rem 4rem;
  }
  .m_lightbox__close {
    right: -2rem;
  }
  .m_video.is-open {
    padding: 2rem 4rem;
  }
  .m_banner-skip-content:focus {
    height: 90px;
  }
  .p_people-teaser:not(.p_people-teaser--is-compact) .p_people-teaser__content {
    margin-top: -14rem;
  }
  .p_teaser-cpt-01__figure {
    height: calc(((min(calc(100vw - 60px), 1260px) / 12 * 4) - 2rem) / 4 * 3);
  }
  .p_teaser-cpt-01__content {
    padding: 2.5rem;
  }
  .p_teaser-cpt-02 {
    min-height: 540px;
  }
  .p_teaser-cpt-03 {
    min-height: 540px;
  }
  .p_teaser-cpt-03__content {
    padding: 2.5rem;
  }
  .p_teaser-cpt-04 {
    min-height: 540px;
  }
  .p_teaser-cpt-04__content {
    padding: 2.5rem;
  }
  .p_teaser-cpt-05 {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 4) - 2rem);
  }
  .p_teaser-cpt-05__figure {
    height: calc(((min(calc(100vw - 60px), 1260px) / 12 * 4) - 2rem) / 4 * 3);
  }
  .p_teaser-cpt-05__content {
    padding: 2.5rem;
  }
  .p_filter-about-default {
    max-width: none;
    padding-right: 4rem;
  }
  .p_filter-about-default__heading {
    padding-right: 4rem;
  }
  .p_filter-jobs-card {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 4) - 2rem);
  }
  .p_filter-jobs-default {
    max-width: none;
    padding-right: 4rem;
  }
  .p_filter-jobs-default__heading {
    padding-right: 4rem;
  }
  .p_filter-playbook-default {
    max-width: none;
    padding-right: 4rem;
  }
  .p_filter-playbook-default__heading {
    padding-right: 4rem;
  }
  .p_filter-cases-default {
    max-width: none;
    padding-right: 4rem;
  }
  .p_filter-cases-default__heading {
    padding-right: 4rem;
  }
  .p_teaser-text {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 4) - 2rem);
  }
  .p_teaser-services {
    padding: 3rem;
  }
  .p_teaser-services__button {
    min-width: 0;
    max-width: calc(50% - 1rem);
  }
  .p_group-logos__item {
    flex: 0 0 calc(100% / 7 - 3rem);
    margin: 0.5rem 1.5rem;
  }
  .p_group-logos-2__item {
    flex: 0 0 calc(100% / 7 - 3rem);
    margin: 0.5rem 1.5rem;
  }
  .p_group-logos-2__figure {
    flex-basis: calc(100% / 6 - 3rem);
  }
  .p_teaser-about {
    min-height: calc((min(calc(100vw - 60px), 1260px) / 12 * 4) - 2rem);
  }
  .p_teaser-jobs {
    display: flex;
    height: 100% !important;
  }
  .cc_card-contact-person-multiple__card {
    padding: 3rem;
  }
  .cc_card-contact-person-multiple__contact:first-child {
    margin-left: 4rem;
  }
  .cc_card-contact-person__card {
    padding: 3rem;
  }
  .cc_card-contact-person__contact:first-child {
    margin-left: 4rem;
  }
  .cc_group-logos__figure {
    flex-basis: calc(100% / 6 - 3rem);
  }
  .cc_image-gallery__lightbox.is-active {
    padding: 2rem 4rem;
  }
  .cc_teaser-page__figure {
    height: calc(((min(calc(100vw - 60px), 1260px) / 12 * 4) - 2rem) / 4 * 3);
  }
  .cl_group-cards {
    margin-bottom: 0;
  }
  .cl_teaser-about__slider-wrapper[data-number-of-slides="1"], .cl_teaser-about__slider-wrapper[data-number-of-slides="2"] {
    height: 100%;
  }
  .cl_teaser-about__slider[data-number-of-slides="1"] .swiper-slide, .cl_teaser-about__slider[data-number-of-slides="2"] .swiper-slide {
    margin-right: 2rem;
  }
  .cl_teaser-page__figure {
    height: calc(((min(calc(100vw - 60px), 1260px) / 12 * 4) - 2rem) / 4 * 3);
  }
  .cl_teaser-insights__slider-wrapper {
    width: 100%;
  }
  .cl_teaser-insights .swiper-slide {
    width: calc(50% - 1rem);
    margin-right: 2rem;
  }
  .cl_teaser-jobs__slider-wrapper[data-number-of-slides="1"], .cl_teaser-jobs__slider-wrapper[data-number-of-slides="2"] {
    height: 100%;
  }
  .cl_teaser-jobs__slider {
    padding-bottom: 0;
    padding-top: 5rem;
  }
  .cl_teaser-jobs__slider[data-number-of-items="1"] .swiper-slide, .cl_teaser-jobs__slider[data-number-of-items="2"] .swiper-slide {
    margin-right: 2rem;
  }
  .cl_teaser-jobs__slider .swiper-pagination {
    bottom: auto;
    top: 0;
  }
  .cl_teaser-jobs__slider .swiper-button-next,
  .cl_teaser-jobs__slider .swiper-button-prev {
    bottom: auto;
    top: 0 !important;
    margin-top: 0 !important;
  }
  .cl_list-posts-minimal .p_teaser-cpt-05__figure {
    height: calc(((min(calc(100vw - 60px), 1260px) / 12 * 4) - 2rem) / 16 * 9);
  }
  .cl_form-job__wrapper {
    padding: 2rem;
  }
  .cl_job-intro__quote + * {
    padding-top: 2.5vw;
  }
  .cl_job-intro .cl_form-job {
    width: calc((100% - 2rem) / 12 * 5);
  }
  .cl_job-intro .p_text-fact:before {
    margin-right: calc((100% - 2rem) / 12 * 5 + 2rem);
  }
  .cl_form-event__wrapper {
    padding: 2rem;
  }
}

@media (min-width: 1920px){
  .container {
    width: calc(100% - 120px);
  }
  .container {
    max-width: 1260px;
  }
  .container--narrow {
    max-width: calc(1260px / 12 * 8 - 120px);
  }
  .container--special {
    max-width: calc(1600px - 180px);
  }
  .container--wide {
    width: calc(100% - 120px);
  }
  .container--wide {
    max-width: 1600px;
  }
  .container-fluid {
    width: calc(100% - 120px);
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-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%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .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-25 {
    margin: 0.25rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 0.25rem !important;
  }
  .m-xl-50 {
    margin: 0.5rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 0.5rem !important;
  }
  .m-xl-75 {
    margin: 0.75rem !important;
  }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 0.75rem !important;
  }
  .m-xl-100 {
    margin: 1rem !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 1rem !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 1rem !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 1rem !important;
  }
  .m-xl-125 {
    margin: 1.25rem !important;
  }
  .mt-xl-125,
  .my-xl-125 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-125,
  .mx-xl-125 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-125,
  .my-xl-125 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-125,
  .mx-xl-125 {
    margin-left: 1.25rem !important;
  }
  .m-xl-150 {
    margin: 1.5rem !important;
  }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 1.5rem !important;
  }
  .m-xl-200 {
    margin: 2rem !important;
  }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 2rem !important;
  }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 2rem !important;
  }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 2rem !important;
  }
  .m-xl-250 {
    margin: 2.5rem !important;
  }
  .mt-xl-250,
  .my-xl-250 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-250,
  .mx-xl-250 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-250,
  .my-xl-250 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-250,
  .mx-xl-250 {
    margin-left: 2.5rem !important;
  }
  .m-xl-300 {
    margin: 3rem !important;
  }
  .mt-xl-300,
  .my-xl-300 {
    margin-top: 3rem !important;
  }
  .mr-xl-300,
  .mx-xl-300 {
    margin-right: 3rem !important;
  }
  .mb-xl-300,
  .my-xl-300 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-300,
  .mx-xl-300 {
    margin-left: 3rem !important;
  }
  .m-xl-350 {
    margin: 3.5rem !important;
  }
  .mt-xl-350,
  .my-xl-350 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-350,
  .mx-xl-350 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-350,
  .my-xl-350 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-350,
  .mx-xl-350 {
    margin-left: 3.5rem !important;
  }
  .m-xl-400 {
    margin: 4rem !important;
  }
  .mt-xl-400,
  .my-xl-400 {
    margin-top: 4rem !important;
  }
  .mr-xl-400,
  .mx-xl-400 {
    margin-right: 4rem !important;
  }
  .mb-xl-400,
  .my-xl-400 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-400,
  .mx-xl-400 {
    margin-left: 4rem !important;
  }
  .m-xl-450 {
    margin: 4.5rem !important;
  }
  .mt-xl-450,
  .my-xl-450 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-450,
  .mx-xl-450 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-450,
  .my-xl-450 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-450,
  .mx-xl-450 {
    margin-left: 4.5rem !important;
  }
  .m-xl-500 {
    margin: 5rem !important;
  }
  .mt-xl-500,
  .my-xl-500 {
    margin-top: 5rem !important;
  }
  .mr-xl-500,
  .mx-xl-500 {
    margin-right: 5rem !important;
  }
  .mb-xl-500,
  .my-xl-500 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-500,
  .mx-xl-500 {
    margin-left: 5rem !important;
  }
  .m-xl-600 {
    margin: 6rem !important;
  }
  .mt-xl-600,
  .my-xl-600 {
    margin-top: 6rem !important;
  }
  .mr-xl-600,
  .mx-xl-600 {
    margin-right: 6rem !important;
  }
  .mb-xl-600,
  .my-xl-600 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-600,
  .mx-xl-600 {
    margin-left: 6rem !important;
  }
  .m-xl-700 {
    margin: 7rem !important;
  }
  .mt-xl-700,
  .my-xl-700 {
    margin-top: 7rem !important;
  }
  .mr-xl-700,
  .mx-xl-700 {
    margin-right: 7rem !important;
  }
  .mb-xl-700,
  .my-xl-700 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-700,
  .mx-xl-700 {
    margin-left: 7rem !important;
  }
  .m-xl-800 {
    margin: 8rem !important;
  }
  .mt-xl-800,
  .my-xl-800 {
    margin-top: 8rem !important;
  }
  .mr-xl-800,
  .mx-xl-800 {
    margin-right: 8rem !important;
  }
  .mb-xl-800,
  .my-xl-800 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-800,
  .mx-xl-800 {
    margin-left: 8rem !important;
  }
  .m-xl-900 {
    margin: 9rem !important;
  }
  .mt-xl-900,
  .my-xl-900 {
    margin-top: 9rem !important;
  }
  .mr-xl-900,
  .mx-xl-900 {
    margin-right: 9rem !important;
  }
  .mb-xl-900,
  .my-xl-900 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-900,
  .mx-xl-900 {
    margin-left: 9rem !important;
  }
  .m-xl-1000 {
    margin: 10rem !important;
  }
  .mt-xl-1000,
  .my-xl-1000 {
    margin-top: 10rem !important;
  }
  .mr-xl-1000,
  .mx-xl-1000 {
    margin-right: 10rem !important;
  }
  .mb-xl-1000,
  .my-xl-1000 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-1000,
  .mx-xl-1000 {
    margin-left: 10rem !important;
  }
  .m-xl-1200 {
    margin: 12rem !important;
  }
  .mt-xl-1200,
  .my-xl-1200 {
    margin-top: 12rem !important;
  }
  .mr-xl-1200,
  .mx-xl-1200 {
    margin-right: 12rem !important;
  }
  .mb-xl-1200,
  .my-xl-1200 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-1200,
  .mx-xl-1200 {
    margin-left: 12rem !important;
  }
  .m-xl-1500 {
    margin: 15rem !important;
  }
  .mt-xl-1500,
  .my-xl-1500 {
    margin-top: 15rem !important;
  }
  .mr-xl-1500,
  .mx-xl-1500 {
    margin-right: 15rem !important;
  }
  .mb-xl-1500,
  .my-xl-1500 {
    margin-bottom: 15rem !important;
  }
  .ml-xl-1500,
  .mx-xl-1500 {
    margin-left: 15rem !important;
  }
  .m-xl-1800 {
    margin: 18rem !important;
  }
  .mt-xl-1800,
  .my-xl-1800 {
    margin-top: 18rem !important;
  }
  .mr-xl-1800,
  .mx-xl-1800 {
    margin-right: 18rem !important;
  }
  .mb-xl-1800,
  .my-xl-1800 {
    margin-bottom: 18rem !important;
  }
  .ml-xl-1800,
  .mx-xl-1800 {
    margin-left: 18rem !important;
  }
  .m-xl-grid {
    margin: 2rem !important;
  }
  .mt-xl-grid,
  .my-xl-grid {
    margin-top: 2rem !important;
  }
  .mr-xl-grid,
  .mx-xl-grid {
    margin-right: 2rem !important;
  }
  .mb-xl-grid,
  .my-xl-grid {
    margin-bottom: 2rem !important;
  }
  .ml-xl-grid,
  .mx-xl-grid {
    margin-left: 2rem !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-25 {
    padding: 0.25rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 0.25rem !important;
  }
  .p-xl-50 {
    padding: 0.5rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 0.5rem !important;
  }
  .p-xl-75 {
    padding: 0.75rem !important;
  }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 0.75rem !important;
  }
  .p-xl-100 {
    padding: 1rem !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 1rem !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 1rem !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 1rem !important;
  }
  .p-xl-125 {
    padding: 1.25rem !important;
  }
  .pt-xl-125,
  .py-xl-125 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-125,
  .px-xl-125 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-125,
  .py-xl-125 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-125,
  .px-xl-125 {
    padding-left: 1.25rem !important;
  }
  .p-xl-150 {
    padding: 1.5rem !important;
  }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 1.5rem !important;
  }
  .p-xl-200 {
    padding: 2rem !important;
  }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 2rem !important;
  }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 2rem !important;
  }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 2rem !important;
  }
  .p-xl-250 {
    padding: 2.5rem !important;
  }
  .pt-xl-250,
  .py-xl-250 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-250,
  .px-xl-250 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-250,
  .py-xl-250 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-250,
  .px-xl-250 {
    padding-left: 2.5rem !important;
  }
  .p-xl-300 {
    padding: 3rem !important;
  }
  .pt-xl-300,
  .py-xl-300 {
    padding-top: 3rem !important;
  }
  .pr-xl-300,
  .px-xl-300 {
    padding-right: 3rem !important;
  }
  .pb-xl-300,
  .py-xl-300 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-300,
  .px-xl-300 {
    padding-left: 3rem !important;
  }
  .p-xl-350 {
    padding: 3.5rem !important;
  }
  .pt-xl-350,
  .py-xl-350 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-350,
  .px-xl-350 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-350,
  .py-xl-350 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-350,
  .px-xl-350 {
    padding-left: 3.5rem !important;
  }
  .p-xl-400 {
    padding: 4rem !important;
  }
  .pt-xl-400,
  .py-xl-400 {
    padding-top: 4rem !important;
  }
  .pr-xl-400,
  .px-xl-400 {
    padding-right: 4rem !important;
  }
  .pb-xl-400,
  .py-xl-400 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-400,
  .px-xl-400 {
    padding-left: 4rem !important;
  }
  .p-xl-450 {
    padding: 4.5rem !important;
  }
  .pt-xl-450,
  .py-xl-450 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-450,
  .px-xl-450 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-450,
  .py-xl-450 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-450,
  .px-xl-450 {
    padding-left: 4.5rem !important;
  }
  .p-xl-500 {
    padding: 5rem !important;
  }
  .pt-xl-500,
  .py-xl-500 {
    padding-top: 5rem !important;
  }
  .pr-xl-500,
  .px-xl-500 {
    padding-right: 5rem !important;
  }
  .pb-xl-500,
  .py-xl-500 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-500,
  .px-xl-500 {
    padding-left: 5rem !important;
  }
  .p-xl-600 {
    padding: 6rem !important;
  }
  .pt-xl-600,
  .py-xl-600 {
    padding-top: 6rem !important;
  }
  .pr-xl-600,
  .px-xl-600 {
    padding-right: 6rem !important;
  }
  .pb-xl-600,
  .py-xl-600 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-600,
  .px-xl-600 {
    padding-left: 6rem !important;
  }
  .p-xl-700 {
    padding: 7rem !important;
  }
  .pt-xl-700,
  .py-xl-700 {
    padding-top: 7rem !important;
  }
  .pr-xl-700,
  .px-xl-700 {
    padding-right: 7rem !important;
  }
  .pb-xl-700,
  .py-xl-700 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-700,
  .px-xl-700 {
    padding-left: 7rem !important;
  }
  .p-xl-800 {
    padding: 8rem !important;
  }
  .pt-xl-800,
  .py-xl-800 {
    padding-top: 8rem !important;
  }
  .pr-xl-800,
  .px-xl-800 {
    padding-right: 8rem !important;
  }
  .pb-xl-800,
  .py-xl-800 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-800,
  .px-xl-800 {
    padding-left: 8rem !important;
  }
  .p-xl-900 {
    padding: 9rem !important;
  }
  .pt-xl-900,
  .py-xl-900 {
    padding-top: 9rem !important;
  }
  .pr-xl-900,
  .px-xl-900 {
    padding-right: 9rem !important;
  }
  .pb-xl-900,
  .py-xl-900 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-900,
  .px-xl-900 {
    padding-left: 9rem !important;
  }
  .p-xl-1000 {
    padding: 10rem !important;
  }
  .pt-xl-1000,
  .py-xl-1000 {
    padding-top: 10rem !important;
  }
  .pr-xl-1000,
  .px-xl-1000 {
    padding-right: 10rem !important;
  }
  .pb-xl-1000,
  .py-xl-1000 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-1000,
  .px-xl-1000 {
    padding-left: 10rem !important;
  }
  .p-xl-1200 {
    padding: 12rem !important;
  }
  .pt-xl-1200,
  .py-xl-1200 {
    padding-top: 12rem !important;
  }
  .pr-xl-1200,
  .px-xl-1200 {
    padding-right: 12rem !important;
  }
  .pb-xl-1200,
  .py-xl-1200 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-1200,
  .px-xl-1200 {
    padding-left: 12rem !important;
  }
  .p-xl-1500 {
    padding: 15rem !important;
  }
  .pt-xl-1500,
  .py-xl-1500 {
    padding-top: 15rem !important;
  }
  .pr-xl-1500,
  .px-xl-1500 {
    padding-right: 15rem !important;
  }
  .pb-xl-1500,
  .py-xl-1500 {
    padding-bottom: 15rem !important;
  }
  .pl-xl-1500,
  .px-xl-1500 {
    padding-left: 15rem !important;
  }
  .p-xl-1800 {
    padding: 18rem !important;
  }
  .pt-xl-1800,
  .py-xl-1800 {
    padding-top: 18rem !important;
  }
  .pr-xl-1800,
  .px-xl-1800 {
    padding-right: 18rem !important;
  }
  .pb-xl-1800,
  .py-xl-1800 {
    padding-bottom: 18rem !important;
  }
  .pl-xl-1800,
  .px-xl-1800 {
    padding-left: 18rem !important;
  }
  .p-xl-grid {
    padding: 2rem !important;
  }
  .pt-xl-grid,
  .py-xl-grid {
    padding-top: 2rem !important;
  }
  .pr-xl-grid,
  .px-xl-grid {
    padding-right: 2rem !important;
  }
  .pb-xl-grid,
  .py-xl-grid {
    padding-bottom: 2rem !important;
  }
  .pl-xl-grid,
  .px-xl-grid {
    padding-left: 2rem !important;
  }
  .minus-m-xl-0 {
    margin: 0 !important;
  }
  .minus-mt-xl-0 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-0 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-25 {
    margin: 0.25rem !important;
  }
  .minus-mt-xl-25 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-25 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-50 {
    margin: 0.5rem !important;
  }
  .minus-mt-xl-50 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-50 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-75 {
    margin: 0.75rem !important;
  }
  .minus-mt-xl-75 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-75 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-100 {
    margin: 1rem !important;
  }
  .minus-mt-xl-100 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-100 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-125 {
    margin: 1.25rem !important;
  }
  .minus-mt-xl-125 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-125 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-150 {
    margin: 1.5rem !important;
  }
  .minus-mt-xl-150 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-150 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-200 {
    margin: 2rem !important;
  }
  .minus-mt-xl-200 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-200 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-250 {
    margin: 2.5rem !important;
  }
  .minus-mt-xl-250 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-250 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-300 {
    margin: 3rem !important;
  }
  .minus-mt-xl-300 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-300 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-350 {
    margin: 3.5rem !important;
  }
  .minus-mt-xl-350 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-350 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-400 {
    margin: 4rem !important;
  }
  .minus-mt-xl-400 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-400 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-450 {
    margin: 4.5rem !important;
  }
  .minus-mt-xl-450 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-450 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-500 {
    margin: 5rem !important;
  }
  .minus-mt-xl-500 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-500 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-600 {
    margin: 6rem !important;
  }
  .minus-mt-xl-600 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-600 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-700 {
    margin: 7rem !important;
  }
  .minus-mt-xl-700 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-700 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-800 {
    margin: 8rem !important;
  }
  .minus-mt-xl-800 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-800 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-900 {
    margin: 9rem !important;
  }
  .minus-mt-xl-900 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-900 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-1000 {
    margin: 10rem !important;
  }
  .minus-mt-xl-1000 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-1000 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-1200 {
    margin: 12rem !important;
  }
  .minus-mt-xl-1200 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-1200 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-1500 {
    margin: 15rem !important;
  }
  .minus-mt-xl-1500 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-1500 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-1800 {
    margin: 18rem !important;
  }
  .minus-mt-xl-1800 {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-1800 {
    margin-bottom: -0.25rem !important;
  }
  .minus-m-xl-grid {
    margin: 2rem !important;
  }
  .minus-mt-xl-grid {
    margin-top: -0.25rem !important;
  }
  .minus-mb-xl-grid {
    margin-bottom: -0.25rem !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;
  }
  .t-xl-left {
    text-align: left !important;
  }
  .t-xl-right {
    text-align: right !important;
  }
  .t-xl-center {
    text-align: center !important;
  }
  .stroke-width-xl-2 {
    stroke-width: 2px !important;
  }
  .l_grid {
    width: calc(100% - 120px);
  }
  .l_grid {
    max-width: 1260px;
  }
  body:before {
    content: "xl";
  }
  .mb-small {
    margin-bottom: calc(1920px / 100 * 2.5);
  }
  .mb-medium {
    margin-bottom: calc(1920px / 100 * 5);
  }
  .mb-large {
    margin-bottom: calc(1920px / 100 * 10);
  }
  .mt-small {
    margin-top: calc(1920px / 100 * 2.5);
  }
  .mt-medium {
    margin-top: calc(1920px / 100 * 5);
  }
  .mt-large {
    margin-top: calc(1920px / 100 * 10);
  }
  .px-small {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-medium {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px-large {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .h_overview__bg {
    max-height: 820px;
  }
  .h_overview__card {
    padding: 3.5rem;
    min-height: calc((min(calc(100vw - 120px), 1260px) / 12 * 6) - 2rem);
  }
  .h_hero {
    padding-bottom: calc(calc((min(calc(100vw - 120px), 1260px) / 12 * 6) - 2rem) - 26rem);
  }
  .h_hero__bg {
    max-height: 820px;
  }
  .h_hero__card {
    min-height: calc((min(calc(100vw - 120px), 1260px) / 12 * 6) - 2rem);
  }
  .h_detail-playbook__bg {
    max-height: 820px;
  }
  .h_detail-playbook__card {
    padding: 4rem;
    min-height: calc((min(calc(100vw - 120px), calc(1260px - 180px)) / 12 * 5) - 2rem);
  }
  .m_lightbox__img {
    max-width: 1920px;
    max-height: 1080px;
  }
  .m_video iframe {
    max-width: 1600px;
    max-height: 1080px;
  }
  .p_teaser-cpt-01__figure {
    height: calc(((min(calc(100vw - 120px), 1260px) / 12 * 4) - 2rem) / 4 * 3);
  }
  .p_teaser-cpt-05 {
    min-height: calc((min(calc(100vw - 120px), 1260px) / 12 * 4) - 2rem);
  }
  .p_teaser-cpt-05__figure {
    height: calc(((min(calc(100vw - 120px), 1260px) / 12 * 4) - 2rem) / 4 * 3);
  }
  .p_filter-jobs-card {
    padding: 2.5rem 2.5rem 1.75rem 2.5rem;
    min-height: calc((min(calc(100vw - 120px), 1260px) / 12 * 4) - 2rem);
  }
  .p_teaser-text {
    padding: 2.5rem 2.5rem 1.75rem 2.5rem;
    min-height: calc((min(calc(100vw - 120px), 1260px) / 12 * 4) - 2rem);
  }
  .p_teaser-services {
    padding: 3.5rem;
  }
  .p_teaser-about {
    min-height: calc((min(calc(100vw - 120px), 1260px) / 12 * 4) - 2rem);
  }
  .p_teaser-jobs__button {
    bottom: 2rem;
  }
  .cc_card-contact-person-multiple__card {
    padding: 3rem;
  }
  .cc_card-contact-person__card {
    padding: 3rem;
  }
  .cc_teaser-page__figure {
    height: calc(((min(calc(100vw - 120px), 1260px) / 12 * 4) - 2rem) / 4 * 3);
  }
  .cl_teaser-page__figure {
    height: calc(((min(calc(100vw - 120px), 1260px) / 12 * 4) - 2rem) / 4 * 3);
  }
  .cl_list-posts-minimal .p_teaser-cpt-05__figure {
    height: calc(((min(calc(100vw - 120px), 1260px) / 12 * 4) - 2rem) / 16 * 9);
  }
  .cl_job-intro__quote + * {
    padding-top: calc(1920px / 100 * 2.5);
  }
}

@media screen and (-ms-high-contrast: none), screen and (-ms-high-contrast: active){
  .ratio-wide--cover > * {
    font-family: "object-fit: cover";
  }
  .ratio-wide--contain > * {
    font-family: "object-fit: contain";
  }
  .ratio-square--cover > * {
    font-family: "object-fit: cover";
  }
  .ratio-square--contain > * {
    font-family: "object-fit: contain";
  }
}

@media (max-width: 900.98px){
  .n_site {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: auto;
    font-family: "Outfit", "Roboto", "Arial", sans-serif;
    background-color: rgba(202, 28, 32, 0.97);
    box-shadow: 0 8px 8px -1px rgba(55, 55, 55, 0.1);
    padding-top: 3.5rem;
    transition: background-color 0.15s ease-in;
    z-index: 100;
  }
  .n_site.is-active {
    display: block;
  }
  .n_site__nav {
    position: static;
    max-width: calc(600px - 32px);
    padding-bottom: 5rem;
  }
  .n_site ul {
    position: static;
    list-style-type: none;
    margin: 0;
    padding: 2rem 0 0;
    display: flex;
    flex-direction: column;
  }
  .n_site ul li {
    margin-bottom: 2em;
  }
  .n_site ul li:before {
    display: none;
  }
  .n_site ul li.current-menu-item a.n_site__link:after {
    max-width: 100%;
  }
  .n_site ul a,
  .n_site ul .n_site__dropdown-link {
    color: #fafafa;
  }
  .n_site__link {
    position: relative;
  }
  .n_site__menu-icon {
    color: #fafafa;
    position: absolute;
    right: -1.7rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .n_site__menu-icon.is-active {
    transform: translateY(-50%) rotate(180deg);
  }
  .n_site__inner {
    display: none;
  }
  .n_site__inner.is-active {
    display: block;
  }
  .n_site__inner ul {
    padding: 1rem 0 0;
  }
  .n_site__inner ul li {
    margin-bottom: 0.5rem;
  }
  .n_site__search {
    margin-top: 2rem;
  }
  .p_teaser-related-posts .slick-slide {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .p_teaser-related-posts .slick-arrow.slick-prev,
  .p_teaser-related-posts .slick-arrow.slick-next {
    display: flex !important;
  }
  .p_teaser-related-posts .slick-arrow {
    top: 186px !important;
    right: 16px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
  }
  .p_teaser-related-posts .slick-prev {
    transform: translate(-100%, -100%);
  }
  .p_teaser-related-posts .slick-next {
    transform: translateY(-100%);
  }
  .p_teaser-about {
    min-height: calc(min(calc(100vw - 32px), 600px) - 2rem);
  }
  .cl_job-intro .cl_form-job, .cl_job-intro__description, .cl_job-intro__requirements {
    order: 1;
  }
}

@media (min-width: 401px){
  .h_overview__content .row {
    margin-top: -280px;
  }
}

@media (min-width: 480px){
  .h_overview__content .row {
    margin-top: -300px;
  }
}

@media (min-width: 541px){
  .h_overview__content .row {
    margin-top: -340px;
  }
}

@media (min-width: 641px){
  .h_overview__content .row {
    margin-top: -380px;
  }
}

@media (min-width: 900px){
  .h_overview__content .row {
    margin-top: -420px;
  }
}

@media (min-width: 1080px){
  .h_overview__content .row {
    margin-top: -460px;
  }
}

@media (min-width: 1365px){
  .h_overview__content .row {
    margin-top: -500px;
  }
}

@media (min-width: 560px){
  .p_teaser-jobs {
    aspect-ratio: unset;
    height: auto;
  }
  .p_teaser-jobs__content {
    padding: 1.75rem;
    width: 75%;
    margin-bottom: 6.375rem;
  }
  .cl_teaser-jobs__slider.hidden-mobile {
    display: block;
  }
  .cl_teaser-jobs__slider.hidden-mobile[data-number-of-items="1"] .swiper-button-next,
  .cl_teaser-jobs__slider.hidden-mobile[data-number-of-items="1"] .swiper-button-prev, .cl_teaser-jobs__slider.hidden-mobile[data-number-of-items="2"] .swiper-button-next,
  .cl_teaser-jobs__slider.hidden-mobile[data-number-of-items="2"] .swiper-button-prev, .cl_teaser-jobs__slider.hidden-mobile[data-number-of-items="3"] .swiper-button-next,
  .cl_teaser-jobs__slider.hidden-mobile[data-number-of-items="3"] .swiper-button-prev, .cl_teaser-jobs__slider.hidden-mobile[data-number-of-items="4"] .swiper-button-next,
  .cl_teaser-jobs__slider.hidden-mobile[data-number-of-items="4"] .swiper-button-prev {
    display: none;
  }
  .cl_teaser-jobs__slider.hidden-desktop {
    display: none;
  }
  .cl_teaser-jobs__slider .swiper-slide {
    grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
  }
}

@media (max-width: 768px){
  .playlist-section {
    padding: 20px 10px !important;
    min-height: auto !important;
    display: block !important;
  }
  .iframe-wrapper {
    width: 100% !important;
    padding-bottom: 100% !important;
  }
  .playlist-header {
    margin: 20px auto;
    padding-top: 0;
  }
  .playlist-description {
    width: 90% !important;
    font-size: 18px !important;
  }
  /* SONG LIST layout fix */
  .songs-card-section {
    margin-bottom: 80px;
  }
  .songs-card-wrapper {
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  /* SIDEBAR should go below list and full-width */
  .xmas-sidebar {
    width: 100% !important;
    flex: none !important;
    margin-top: 30px !important;
  }
  .vi-band-card, .song-share-container {
    width: 100% !important;
    padding: 12px !important;
  }
  /* FIX: Circle image no longer overlaps badly */
  .circle-message {
    position: relative;
    top: 10px !important;
    right: 0 !important;
    text-align: center;
  }
  .circle-image {
    width: 130px !important;
    height: 130px !important;
    transform: rotate(10deg);
  }
  .song-title {
    font-size: 16px !important;
  }
  /* Fix container padding */
  .container-wrapper {
    padding: 10px !important;
  }
  /* Footer banner adjust */
  .xmas-banner {
    width: 100% !important;
    bottom: -50px !important;
  }
  /* Snow optimization */
  .snowflake {
    font-size: 0.9rem !important;
  }
  /* Switch GIF and Form positions */
  .xmas-sidebar {
    display: flex;
    flex-direction: column;
  }
  .song-share-container {
    order: 1;
  }
  .vi-band-card {
    order: 2;
  }
  .circle-message {
    order: 3;
  }
}

@media (min-width: 768px) and (max-width: 1392px){
  .circle-message {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    text-align: center;
    margin-top: 20px;
    /* spacing below the email form */
  }
}

@media (max-width: 1410px){
  .desktop-bg {
    display: none;
  }
  .mobile-bg {
    display: block;
  }
}

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