/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Convert px to rem -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*  --- MEDIA QUERIES ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor; }

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-VariableFont_wdth,wght.ttf");
  src: url("../fonts/InstrumentSans-VariableFont_wdth,wght.ttf") format("truetype-variations"), url("../fonts/InstrumentSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Instrument Sans Italic";
  src: url("../fonts/InstrumentSans-Italic-VariableFont_wdth,wght.ttf");
  src: url("../fonts/InstrumentSans-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations"), url("../fonts/InstrumentSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: var(--color-primary);
  color: var(--white);
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  background-color: var(--color-primary);
  color: var(--white);
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  -webkit-transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  /* -- @include break(mobile)-- */
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  body.color-switch {
    background-color: var(--white);
    color: var(--color-primary); }
    body.color-switch .btn-tertiary {
      color: var(--color-primary); }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1325px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex > * {
    width: 50%; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

section {
  padding: 60px 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    section {
      padding: calc($pad-large / 2) 0; } }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

h1,
.title-h1,
h2,
.title-h2,
h3,
.title-h3,
h4,
.title-h4 {
  font-family: "loos-wide", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0; }
  h1 a,
  .title-h1 a,
  h2 a,
  .title-h2 a,
  h3 a,
  .title-h3 a,
  h4 a,
  .title-h4 a {
    color: inherit;
    text-decoration: none; }

.title-small {
  color: var(--color-secondary-accent);
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 600;
  font-size: 0.88889rem;
  line-height: 100%;
  text-transform: uppercase; }

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

h1,
.title-h1 {
  font-size: 5.55556rem;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h1,
    .title-h1 {
      font-size: 2.44444rem; } }

h2,
.title-h2 {
  font-size: 3.11111rem;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2,
    .title-h2 {
      font-size: 2rem; } }

h3,
.title-h3 {
  font-size: 2.11111rem;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h3,
    .title-h3 {
      font-size: 1.44444rem; } }

h4,
.title-h4 {
  font-size: 1.44444rem;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h4,
    .title-h4 {
      font-size: 1.22222rem; } }

h5,
.title-h5 {
  font-size: 1.22222rem;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h5,
    .title-h5 {
      font-size: 1.11111rem; } }

.grecaptcha-badge {
  visibility: hidden; }

.bg_white {
  background-color: var(--white); }

.bg_dark {
  background-color: var(--dark); }

a.link {
  color: var(--color-accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a.link svg {
    margin-left: 12px; }
    a.link svg path {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_top {
      padding-right: 0%; } }
  .title_top .txt {
    /* -- @include break(mobile)-- */ }

.sec-padding_grand {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_grand {
      padding-top: 80px;
      padding-bottom: 80px; } }

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_petit {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec-padding_petit .title_top {
    padding-bottom: 42px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sec-padding_petit .title_top {
        padding-bottom: 32px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup .inner {
    position: absolute;
    width: 80%;
    height: 80vh;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .popup .video_wrap {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .popup .video_wrap iframe,
    .popup .video_wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .popup .close span {
      font-style: italic; }
    .popup .close svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .popup .close:hover {
      color: var(--color-accent); }
      .popup .close:hover svg path {
        fill: var(--color-accent);
        stroke: var(--color-accent); }
  .popup .bg {
    background: rgba(var(--dark), 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 0.55556rem;
  margin: 0; }

.wp-smiley {
  margin: 0 !important; }

.wp-smiley {
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.template-blog,
.template-contact {
  padding-top: calc(120px + 100px);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-blog,
    .template-contact {
      padding-top: calc(60px + 72px); } }

.single-news {
  padding-top: calc(38px + 100px);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-news {
      padding-top: calc(60px + 72px); } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  header .nav_main {
    padding-left: 5%;
    padding-right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    max-height: 100px;
    line-height: 1em;
    background-color: var(--color-primary);
    position: relative;
    z-index: 2;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav_main {
        max-height: 72px; } }
    header .nav_main .left {
      padding: 14px 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        header .nav_main .left {
          padding: 14px 0; } }
      header .nav_main .left .logo svg,
      header .nav_main .left .logo img {
        width: 230px;
        height: auto;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        image-rendering: -webkit-optimize-contrast;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav_main .left .logo svg,
          header .nav_main .left .logo img {
            width: 180px; } }
    header .nav_main .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      font-size: 0.94444rem;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_main .right {
          display: none; } }
      header .nav_main .right .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        cursor: pointer;
        margin-left: 32px;
        position: relative;
        color: var(--white);
        font-family: "Instrument Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-variation-settings: "wdth" 500;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        -webkit-clip-path: inset(0 0 -1px 0);
                clip-path: inset(0 0 -1px 0); }
        header .nav_main .right .item::before {
          content: "";
          position: absolute;
          background-color: var(--color-accent);
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 3px;
          z-index: 1;
          -webkit-transform: translateX(-101%);
                  transform: translateX(-101%);
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
          transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
          transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
          transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
        header .nav_main .right .item:hover, header .nav_main .right .item.active, header .nav_main .right .item.nav_active {
          color: var(--color-accent); }
          header .nav_main .right .item:hover::before, header .nav_main .right .item.active::before, header .nav_main .right .item.nav_active::before {
            -webkit-transform: translateX(0);
                    transform: translateX(0); }
    header .nav_main .burger {
      display: none;
      /* -- @include break(mobile)-- */
      position: relative;
      width: 36px;
      height: 36px; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_main .burger {
          display: block; } }
      header .nav_main .burger .line {
        background-color: var(--white);
        height: 2px;
        left: 5px;
        right: 5px;
        position: absolute;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        header .nav_main .burger .line.line1 {
          top: 12px; }
        header .nav_main .burger .line.line2 {
          bottom: 12px; }
      header .nav_main .burger.open .line.line1 {
        -webkit-transform: translateY(5px) rotate(45deg);
                transform: translateY(5px) rotate(45deg); }
      header .nav_main .burger.open .line.line2 {
        -webkit-transform: translateY(-5px) rotate(-45deg);
                transform: translateY(-5px) rotate(-45deg); }
  header .sub {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    min-height: 366px;
    background-color: var(--color-primary);
    overflow: hidden;
    display: none;
    padding: 40px 10%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .sub {
        top: 100%;
        height: calc(100vh - 110px);
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 160px; } }
    header .sub .back {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .sub .back {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 0.72222rem;
          padding-bottom: 15px; }
          header .sub .back svg {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            margin-right: 10px;
            margin-bottom: 2px; } }
    header .sub .sub-menu-grid {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-right: 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .sub .sub-menu-grid {
          margin-right: 0;
          margin-bottom: 25px; } }
      header .sub .sub-menu-grid .card-link {
        width: 30%;
        height: 222px; }
      header .sub .sub-menu-grid .card-image {
        width: 100%;
        height: 100%;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 16px;
        background: var(--color-secondary); }
        header .sub .sub-menu-grid .card-image img {
          width: 100%;
          height: 100%;
          max-width: 70%;
          -o-object-fit: contain;
             object-fit: contain; }
      header .sub .sub-menu-grid .card-title {
        margin-top: 18px;
        color: var(--white);
        font-family: "Instrument Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings: "wdth" 400;
        font-size: 0.88889rem;
        line-height: 160%; }
      header .sub .sub-menu-grid .img {
        position: relative;
        width: 414px;
        height: 306px;
        border-radius: 12px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .sub .sub-menu-grid .img {
            width: 100%;
            height: auto;
            padding-bottom: 65.5%; } }
        header .sub .sub-menu-grid .img .filter {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          background: rgba(36, 36, 33, 0.3);
          mix-blend-mode: multiply;
          z-index: 2; }
        header .sub .sub-menu-grid .img img {
          -webkit-transition: all 0.6s;
          transition: all 0.6s;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover;
          z-index: 1; }
        header .sub .sub-menu-grid .img .content {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          z-index: 3;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center;
          color: var(--white);
          padding: 40px; }
      header .sub .sub-menu-grid a.img:hover img {
        -webkit-transform: scale(1.03) translate(-48.5%, -48.5%);
                transform: scale(1.03) translate(-48.5%, -48.5%); }
    header .sub .col-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 70%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .sub .col-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%; } }
      header .sub .col-content .col {
        width: 31.5%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .sub .col-content .col {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-bottom: 30px;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        header .sub .col-content .col .col-title {
          padding: 7px;
          font-size: 0.72222rem;
          margin-bottom: 20px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .sub .col-content .col .col-title {
              padding: 0px;
              width: 100%;
              margin-bottom: 10px; } }
        header .sub .col-content .col .link-img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 0.88889rem;
          font-family: "Instrument Sans", sans-serif;
          font-optical-sizing: auto;
          font-weight: 500;
          font-style: normal;
          font-variation-settings: "wdth" 500;
          border-radius: 12px;
          padding: 7px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          margin-bottom: 10px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .sub .col-content .col .link-img {
              width: 48%;
              padding: 0;
              font-size: 0.77778rem;
              line-height: 1.1em; } }
          header .sub .col-content .col .link-img .img {
            width: 52px;
            height: 52px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            margin-right: 16px; }
            header .sub .col-content .col .link-img .img img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              -o-object-fit: cover;
                 object-fit: cover; }
  header .nav-mobile {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--color-primary);
    color: var(--white);
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 5%; }
    header .nav-mobile .menu-item-wrapper {
      width: 100%; }
    header .nav-mobile .nav_items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px; }
    header .nav-mobile .item {
      font-family: "Instrument Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      font-variation-settings: "wdth" 500;
      font-size: 1.44444rem;
      line-height: 160%; }
      header .nav-mobile .item.parent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        header .nav-mobile .item.parent .toggle-icon .horizontal-line,
        header .nav-mobile .item.parent .toggle-icon .vertical-line {
          -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
          transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
        header .nav-mobile .item.parent .toggle-icon .vertical-line {
          -webkit-transform: translateY(0) scaleY(1);
                  transform: translateY(0) scaleY(1);
          opacity: 1; }
        header .nav-mobile .item.parent.open {
          color: var(--color-accent); }
          header .nav-mobile .item.parent.open .toggle-icon .vertical-line {
            -webkit-transform: translateY(3.5px) scaleY(0);
                    transform: translateY(3.5px) scaleY(0);
            opacity: 0; }
          header .nav-mobile .item.parent.open svg,
          header .nav-mobile .item.parent.open rect {
            fill: var(--color-accent); }
    header .nav-mobile .toggle-icon {
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  header .accordion-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease; }
  header .submenu-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 6px;
    gap: 6px;
    padding-top: 11px; }
  @media (min-width: 480px) {
    header .submenu-grid {
      grid-template-columns: 1fr 1fr; } }
  header .submenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--white);
    background-color: var(--color-secondary);
    padding: 8px 20px;
    border-radius: 4px; }
    header .submenu-item-image {
      width: 70px;
      height: 70px;
      overflow: hidden;
      margin-right: 43px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      header .submenu-item-image img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain; }
    header .submenu-item .submenu-item-title {
      font-size: 1rem;
      font-family: "Instrument Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-variation-settings: "wdth" 400; }

footer {
  padding-top: 50px;
  padding-bottom: 32px;
  color: var(--white);
  background-color: var(--color-primary);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    footer {
      padding-top: 40px;
      padding-bottom: 22px; } }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 220px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .container {
        gap: 100px; } }
  footer .top,
  footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .top {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 60px; } }
    footer .top .col-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      footer .top .col-left .bloc-title {
        position: relative;
        margin-bottom: 60px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .top .col-left .bloc-title {
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content;
            margin-bottom: 40px; } }
      footer .top .col-left h4 {
        font-size: 5.11111rem;
        line-height: 100%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .top .col-left h4 {
            font-size: 3.44444rem;
            margin-bottom: 20px; } }
      footer .top .col-left .btn-primary {
        position: absolute;
        bottom: 0;
        right: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .top .col-left .btn-primary {
            position: relative; } }
    footer .top .col-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 60px; }
      footer .top .col-right .socials .title-h5,
      footer .top .col-right .newsletter .title-h5 {
        margin-bottom: 1.11111rem;
        font-size: 1rem;
        line-height: 160%; }
      footer .top .col-right .socials ul.social-list,
      footer .top .col-right .newsletter ul.social-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 20px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .top .col-right .socials ul.social-list,
          footer .top .col-right .newsletter ul.social-list {
            gap: 10px; } }
        footer .top .col-right .socials ul.social-list li,
        footer .top .col-right .newsletter ul.social-list li {
          margin-bottom: 0.44444rem; }
          footer .top .col-right .socials ul.social-list li a,
          footer .top .col-right .newsletter ul.social-list li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: var(--color-secondary);
            text-decoration: none;
            -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              footer .top .col-right .socials ul.social-list li a,
              footer .top .col-right .newsletter ul.social-list li a {
                width: 60px;
                height: 60px; } }
            footer .top .col-right .socials ul.social-list li a img,
            footer .top .col-right .newsletter ul.social-list li a img {
              max-width: 38px;
              max-height: 38px;
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
                footer .top .col-right .socials ul.social-list li a img,
                footer .top .col-right .newsletter ul.social-list li a img {
                  max-width: 28.5px;
                  max-height: 28.5px; } }
            footer .top .col-right .socials ul.social-list li a:hover,
            footer .top .col-right .newsletter ul.social-list li a:hover {
              opacity: 0.8; }
  footer .bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--grey);
    font-size: 0.77778rem;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 6px; } }
    footer .bottom #menu-footer-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 22px; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-family: "loos-extended", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.88889rem;
  line-height: 160%;
  color: var(--white);
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /* -- @include break(mobile)-- */ }
  .btn.btn-primary {
    background-color: var(--color-accent); }
    .btn.btn-primary:hover {
      background-color: var(--color-accent-hover); }
  .btn.btn-secondary {
    background-color: transparent;
    border: 1px solid var(--color-accent); }
    .btn.btn-secondary:hover {
      color: var(--color-accent-hover);
      border: 1px solid var(--color-accent-hover); }
  .btn.btn-tertiary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 0px;
    font-size: 0.77778rem;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid var(--color-accent); }
    .btn.btn-tertiary:hover {
      border-bottom: 2px solid var(--color-accent-hover); }
  .btn.btn-filter {
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 600;
    max-height: 40px;
    font-size: 0.88889rem;
    line-height: 160%;
    border: 1px solid var(--dark-grey);
    background-color: transparent;
    border-radius: 30px;
    text-wrap: nowrap; }
    .btn.btn-filter:hover, .btn.btn-filter.active {
      background: var(--color-accent);
      border: 1px solid var(--color-accent); }

.page_numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 80px;
  margin-bottom: 80px; }
  .page_numbers .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px; }
    .page_numbers .nav-links .page-numbers {
      width: 36px;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 4px;
      border: 1px solid var(--color-accent);
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .page_numbers .nav-links .page-numbers:hover, .page_numbers .nav-links .page-numbers.current {
        background-color: var(--color-accent);
        color: var(--white); }
      .page_numbers .nav-links .page-numbers.next, .page_numbers .nav-links .page-numbers.prev {
        border: none; }
        .page_numbers .nav-links .page-numbers.next:hover, .page_numbers .nav-links .page-numbers.prev:hover {
          background-color: transparent; }
          .page_numbers .nav-links .page-numbers.next:hover svg path, .page_numbers .nav-links .page-numbers.prev:hover svg path {
            fill: var(--color-accent); }

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .wpcf7-form {
      gap: 12px; } }

.wpcf7-form-control-wrap {
  width: 100%; }

.wpcf7-form-control {
  width: 100%;
  padding: 17px 20px;
  border-radius: 4px;
  border: none;
  background-color: var(--color-primary-accent);
  border-bottom: 1px solid var(--color-secondary-accent);
  font-size: 0.88889rem;
  -webkit-transition: border-bottom 0.3s ease-out;
  transition: border-bottom 0.3s ease-out; }
  .wpcf7-form-control::-webkit-input-placeholder {
    color: var(--color-secondary-accent); }
  .wpcf7-form-control::-moz-placeholder {
    color: var(--color-secondary-accent); }
  .wpcf7-form-control:-ms-input-placeholder {
    color: var(--color-secondary-accent); }
  .wpcf7-form-control::-ms-input-placeholder {
    color: var(--color-secondary-accent); }
  .wpcf7-form-control::placeholder {
    color: var(--color-secondary-accent); }
  .wpcf7-form-control:focus {
    outline: none;
    border-bottom: 1px solid var(--color-accent); }
  .wpcf7-form-control:not(.wpcf7-select) {
    color: var(--white); }
  .wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6328 15.8944L19.205 8.3222L20.2657 9.38286L11.6328 18.0157L2.99995 9.38286L4.06061 8.3222L11.6328 15.8944Z' fill='%235B799F'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 54px;
    cursor: pointer;
    color: var(--color-secondary-accent); }
    .wpcf7-form-control.wpcf7-select:not(:focus) option:not(:first-child) {
      color: var(--white); }
    .wpcf7-form-control.wpcf7-select:focus {
      color: var(--white); }
      .wpcf7-form-control.wpcf7-select:focus option {
        color: var(--white); }

.wpcf7-not-valid-tip {
  font-size: 0.88889rem !important; }

.wpcf7-not-valid-tip {
  margin-top: 8px; }

.wpcf7 .send {
  margin-top: calc(40px - 13px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .wpcf7 .send {
      margin-top: calc(22px - 13px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 12px; } }
  .wpcf7 .send .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 20px;
    border: none;
    border-radius: 12px;
    background-color: var(--color-accent);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .wpcf7 .send .btn {
        width: 100%; } }
    .wpcf7 .send .btn:hover {
      background-color: var(--color-accent-hover); }
  .wpcf7 .send-info {
    max-width: 70%;
    color: var(--grey);
    font-size: 0.77778rem;
    line-height: 160%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .wpcf7 .send-info {
        max-width: 100%;
        text-align: center; } }

.wpcf7 .newsletter-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wpcf7 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.wpcf7 .newsletter-input {
  width: 100%;
  padding: 17px 20px;
  background-color: var(--color-primary-accent);
  border-radius: 4px;
  border: none;
  border-bottom: 1px solid var(--color-secondary);
  color: var(--white);
  font-size: 0.88889rem;
  -webkit-transition: border-bottom 0.3s ease-out;
  transition: border-bottom 0.3s ease-out; }
  .wpcf7 .newsletter-input::-webkit-input-placeholder {
    color: var(--color-secondary); }
  .wpcf7 .newsletter-input::-moz-placeholder {
    color: var(--color-secondary); }
  .wpcf7 .newsletter-input:-ms-input-placeholder {
    color: var(--color-secondary); }
  .wpcf7 .newsletter-input::-ms-input-placeholder {
    color: var(--color-secondary); }
  .wpcf7 .newsletter-input::placeholder {
    color: var(--color-secondary); }
  .wpcf7 .newsletter-input:focus {
    outline: none;
    border-bottom: 1px solid var(--color-accent); }

.wpcf7 .newsletter-submit {
  position: absolute;
  right: 22px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M18.3681 22C18.885 20.906 19.3847 19.9487 19.8671 19.1282C20.384 18.3077 20.8836 17.6239 21.366 17.0769H6V14.9231H21.366C20.8836 14.3419 20.384 13.641 19.8671 12.8205C19.3847 12 18.885 11.0598 18.3681 10H20.1772C22.3481 12.4957 24.6224 14.3419 27 15.5385V16.4615C24.6224 17.6239 22.3481 19.4701 20.1772 22H18.3681Z' fill='%23F2F3F4'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 0; }

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: 50px;
  margin: 0;
  width: 20px;
  height: 20px; }

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px;
  font-size: 0.77778rem;
  border-radius: 4px;
  border-color: var(--color-primary-accent); }

.color-switch .template-blog .filters {
  /* -- @include break(mobile)-- */ }
  .color-switch .template-blog .filters .btn-filter {
    color: var(--dark-grey); }
    .color-switch .template-blog .filters .btn-filter:hover, .color-switch .template-blog .filters .btn-filter.active {
      color: var(--white); }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .color-switch .template-blog .filters {
      overflow-x: scroll;
      white-space: nowrap;
      width: 100%;
      margin-bottom: 40px; } }

.color-switch .module-03-podcast .col-right .podcast-content .description,
.color-switch .module-03-podcast .podcast-mobile .podcast-content .description {
  color: var(--color-primary); }

.color-switch .module-03-podcast .col-right .podcast-content .buttons .btn-secondary,
.color-switch .module-03-podcast .podcast-mobile .podcast-content .buttons .btn-secondary {
  color: var(--color-accent); }

.color-switch .module-03-podcast .col-left .logo {
  background: rgba(0, 0, 0, 0.2); }

.color-switch-header {
  border-bottom: 1px solid var(--light-grey); }
  .color-switch-header .nav_main {
    background-color: var(--white); }
    .color-switch-header .nav_main .burger .line {
      background-color: var(--color-primary); }
    .color-switch-header .nav_main .left .logo img,
    .color-switch-header .nav_main .left .logo svg {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
      mix-blend-mode: exclusion; }
    .color-switch-header .nav_main .right .item {
      color: var(--color-primary); }
  .color-switch-header .nav-mobile {
    background-color: var(--white);
    color: var(--color-primary); }
    .color-switch-header .nav-mobile .item.parent .toggle-icon .horizontal-line,
    .color-switch-header .nav-mobile .item.parent .toggle-icon .vertical-line {
      fill: var(--color-primary); }
    .color-switch-header .nav-mobile .item.parent.open .toggle-icon .horizontal-line,
    .color-switch-header .nav-mobile .item.parent.open .toggle-icon .vertical-line {
      fill: var(--color-accent); }
  .color-switch-header .sub {
    background-color: var(--white); }
    .color-switch-header .sub-menu-grid .card-image {
      background: var(--light-grey) !important; }
      .color-switch-header .sub-menu-grid .card-image img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
        mix-blend-mode: exclusion; }
    .color-switch-header .sub-menu-grid .card-title {
      color: var(--color-primary) !important; }
  .color-switch-header .submenu-item {
    background-color: var(--light-grey);
    color: var(--color-primary); }
    .color-switch-header .submenu-item-image img {
      mix-blend-mode: exclusion; }

.module-01-header {
  position: relative;
  min-height: 70vh;
  color: var(--white);
  background-color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-01-header {
      min-height: 0;
      min-height: initial; } }
  .module-01-header .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 120px;
    z-index: 3;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-header .content {
        padding-top: 60px; } }
    .module-01-header .content h1 {
      padding-bottom: 42px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header .content h1 {
          padding-bottom: 24px; } }
    .module-01-header .content .tag {
      color: var(--color-accent);
      font-size: 16px;
      text-transform: capitalize;
      margin-bottom: 22px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header .content .tag {
          font-size: 15px;
          margin-bottom: 20px; } }
    .module-01-header .content .description {
      max-width: 55vw;
      margin-bottom: 100px;
      font-size: 22px;
      line-height: 140%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header .content .description {
          max-width: 100%;
          margin-bottom: 22px;
          font-size: 20px; } }
    .module-01-header .content .block-text {
      margin-left: 70%;
      font-size: 14px;
      line-height: 160%;
      color: var(--grey);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header .content .block-text {
          margin-left: 0; } }
  .module-01-header.layout-classic .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 110px;
    gap: 110px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-header.layout-classic .content {
        grid-template-columns: 1fr;
        grid-template-areas: "image" "text";
        gap: 0;
        padding-top: 0; } }
    .module-01-header.layout-classic .content-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header.layout-classic .content-text {
          grid-areda: text; } }
      .module-01-header.layout-classic .content-text .title-h1 {
        padding-bottom: 32px;
        font-size: 112px;
        line-height: 100%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-header.layout-classic .content-text .title-h1 {
            font-size: 52px;
            padding-bottom: 16px; } }
      .module-01-header.layout-classic .content-text .description {
        font-size: 18px;
        line-height: 160%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-header.layout-classic .content-text .description {
            font-size: 14px;
            line-height: 160%;
            margin-bottom: 32px; } }
    .module-01-header.layout-classic .content-image {
      position: relative;
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      /* -- @include break(mobile)-- */ }
      .module-01-header.layout-classic .content-image::before {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .module-01-header.layout-classic .content-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header.layout-classic .content-image {
          grid-area: image;
          margin-bottom: 16px; } }
  .module-01-header.layout-background {
    padding: 0;
    padding-bottom: 80px;
    margin: 60px 0;
    margin-top: 100px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-header.layout-background {
        margin-top: 72px;
        min-height: 500px;
        padding-bottom: 0; } }
    .module-01-header.layout-background .bg {
      position: absolute;
      top: 0;
      left: 1%;
      width: 100%;
      max-width: 98%;
      height: 100%;
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header.layout-background .bg {
          max-width: 90%;
          left: 5%; } }
      .module-01-header.layout-background .bg .image {
        width: 100%;
        height: 100%;
        border-radius: 16px;
        overflow: hidden; }
        .module-01-header.layout-background .bg .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-filter: grayscale(1);
                  filter: grayscale(1); }
    .module-01-header.layout-background .container {
      position: relative;
      z-index: 2; }
    .module-01-header.layout-background .content {
      max-width: 35%;
      padding-top: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header.layout-background .content {
          max-width: 100%;
          padding: 22px; } }
      .module-01-header.layout-background .content .content-header .title-h1 {
        color: var(--white);
        font-size: 100px;
        line-height: 100%;
        padding-bottom: 0;
        margin-bottom: 32px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-header.layout-background .content .content-header .title-h1 {
            font-size: 44px;
            margin-bottom: 18px; } }
      .module-01-header.layout-background .content .content-header .description {
        color: var(--white);
        font-size: 18px;
        line-height: 160%;
        max-width: 600px;
        margin-bottom: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-header.layout-background .content .content-header .description {
            font-size: 17px; } }
    .module-01-header.layout-background::after {
      content: '';
      position: absolute;
      top: 0;
      left: 1%;
      width: 100%;
      max-width: 98%;
      height: 100%;
      border-radius: 16px;
      overflow: hidden;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header.layout-background::after {
          max-width: 90%;
          left: 5%; } }
  .module-01-header.layout-coaching .description {
    font-size: 18px;
    line-height: 160%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-header.layout-coaching .description {
        font-size: 17px; } }

.module-02-logo-banner {
  position: relative;
  overflow: hidden;
  background-color: var(--color-primary); }
  .module-02-logo-banner::before, .module-02-logo-banner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-02-logo-banner::before, .module-02-logo-banner::after {
        width: 60px; } }
  .module-02-logo-banner::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-primary)), to(transparent));
    background: linear-gradient(to right, var(--color-primary) 0%, transparent 100%); }
  .module-02-logo-banner::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(var(--color-primary)), to(transparent));
    background: linear-gradient(to left, var(--color-primary) 0%, transparent 100%); }
  .module-02-logo-banner .logo-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: scroll 30s linear infinite;
            animation: scroll 30s linear infinite;
    padding: 0;
    white-space: nowrap; }
    .module-02-logo-banner .logo-scroll:hover {
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
  .module-02-logo-banner .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    padding: 0 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-02-logo-banner .logo-container {
        gap: 40px;
        padding: 0 20px; } }
  .module-02-logo-banner .logo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .module-02-logo-banner .logo-item img {
      max-height: 60px;
      max-width: 150px;
      width: auto;
      -o-object-fit: contain;
         object-fit: contain;
      -webkit-filter: grayscale(1) brightness(100);
              filter: grayscale(1) brightness(100);
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      /* -- @include break(mobile)-- */ }
      .module-02-logo-banner .logo-item img:hover {
        -webkit-filter: none;
                filter: none; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-02-logo-banner .logo-item img {
          max-height: 40px; } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-100% / 2));
            transform: translateX(calc(-100% / 2)); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-100% / 2));
            transform: translateX(calc(-100% / 2)); } }

.module-03-podcast .podcast-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  grid-gap: 140px;
  gap: 140px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-podcast .podcast-grid {
      display: none; } }

.module-03-podcast .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  padding-top: 20vh;
  margin-top: -20vh;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-podcast .col-left {
      gap: 100px;
      padding: 40px 0;
      margin-top: 0; } }
  .module-03-podcast .col-left .podcast-image {
    position: relative;
    width: 340px;
    height: 323px;
    opacity: 0.4;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
    .module-03-podcast .col-left .podcast-image.active {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .module-03-podcast .col-left .podcast-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 8px; }
    .module-03-podcast .col-left .podcast-image .logo img {
      border-radius: 0;
      -o-object-fit: contain;
         object-fit: contain; }

.module-03-podcast .col-right {
  position: relative; }
  .module-03-podcast .col-right .sticky-wrapper {
    position: sticky;
    top: 20vh;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-podcast .col-right .sticky-wrapper {
        position: relative;
        top: 0; } }
  .module-03-podcast .col-right .podcast-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity; }
    .module-03-podcast .col-right .podcast-content.active {
      position: relative;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .module-03-podcast .col-right .podcast-content .description {
      font-family: "loos-wide", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 38px;
      line-height: 130%;
      margin-bottom: 42px;
      -webkit-transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
      .module-03-podcast .col-right .podcast-content .description .first-word {
        display: inline-block;
        margin-left: 10vw; }
    .module-03-podcast .col-right .podcast-content .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .module-03-podcast .col-right .podcast-content .buttons a {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        opacity: 0;
        -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
        .module-03-podcast .col-right .podcast-content .buttons a:nth-child(2) {
          -webkit-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
    .module-03-podcast .col-right .podcast-content.active .buttons a {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }

.module-03-podcast .podcast-mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-podcast .podcast-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 60px; } }
  .module-03-podcast .podcast-mobile .podcast-item .podcast-image {
    position: relative;
    width: 100%;
    height: 327px;
    margin-bottom: 20px; }
    .module-03-podcast .podcast-mobile .podcast-item .podcast-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 8px; }
    .module-03-podcast .podcast-mobile .podcast-item .podcast-image .logo img {
      border-radius: 0;
      -o-object-fit: contain;
         object-fit: contain; }
  .module-03-podcast .podcast-mobile .podcast-item .podcast-content .description {
    font-family: "loos-wide", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 28px; }
    .module-03-podcast .podcast-mobile .podcast-item .podcast-content .description .first-word {
      display: inline-block;
      margin-left: 10vw; }
  .module-03-podcast .podcast-mobile .podcast-item .podcast-content .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.module-03-podcast .title-small {
  color: var(--grey);
  margin-bottom: -20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-podcast .title-small {
      font-size: 15px; } }

.module-03-podcast .logo {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 70px;
  padding: 8px;
  border-radius: 4px;
  background: rgba(253, 254, 255, 0.2); }
  .module-03-podcast .logo img {
    border-radius: 0;
    -o-object-fit: contain;
       object-fit: contain; }

.module-04-steps {
  -webkit-transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  background-color: var(--white);
  color: var(--color-primary); }
  .module-04-steps .module-header {
    margin-bottom: 80px;
    max-width: 40vw;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-04-steps .module-header {
        margin-bottom: 24px;
        max-width: 100%; } }
    .module-04-steps .module-header .title {
      font-family: "loos-wide", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 56px;
      line-height: 100%;
      margin-bottom: 22px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-04-steps .module-header .title {
          font-size: 36px; } }
    .module-04-steps .module-header .description {
      line-height: 160%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-04-steps .module-header .description {
          font-size: 17px;
          margin-bottom: 20px; } }
  .module-04-steps .steps-grid {
    display: grid;
    grid-template-columns: 1fr 560px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-04-steps .steps-grid {
        grid-template-columns: 1fr;
        gap: 40px; } }
  .module-04-steps .col-left .sticky-wrapper {
    position: sticky;
    top: 20vh;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-04-steps .col-left .sticky-wrapper {
        position: static; } }
  .module-04-steps .col-left .steps-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-04-steps .col-left .steps-numbers {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .module-04-steps .col-left .steps-numbers .step-number {
      font-family: "loos-wide", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 100px;
      line-height: 100%;
      opacity: 0.3;
      -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      position: relative;
      padding-left: 0;
      text-decoration: none;
      color: inherit;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-04-steps .col-left .steps-numbers .step-number {
          font-size: 44px; } }
      .module-04-steps .col-left .steps-numbers .step-number::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0);
                transform: translateY(-50%) scale(0);
        width: 21px;
        height: 21px;
        background-color: var(--color-accent);
        border-radius: 50%;
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-04-steps .col-left .steps-numbers .step-number::before {
            width: 16px;
            height: 16px; } }
      .module-04-steps .col-left .steps-numbers .step-number:hover {
        opacity: 0.5; }
      .module-04-steps .col-left .steps-numbers .step-number.active {
        opacity: 1;
        padding-left: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-04-steps .col-left .steps-numbers .step-number.active {
            padding-left: 24px; } }
        .module-04-steps .col-left .steps-numbers .step-number.active::before {
          -webkit-transform: translateY(-50%) scale(1);
                  transform: translateY(-50%) scale(1); }
  .module-04-steps .col-right .step-content {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-04-steps .col-right .step-content {
        margin-bottom: 60px; } }
    .module-04-steps .col-right .step-content:last-child {
      margin-bottom: 0; }
    .module-04-steps .col-right .step-content.active {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .module-04-steps .col-right .step-content .step-title {
      font-family: "loos-wide", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 38px;
      line-height: 100%;
      margin-bottom: 42px;
      -webkit-transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-04-steps .col-right .step-content .step-title {
          font-size: 26px;
          margin-bottom: 28px; } }
    .module-04-steps .col-right .step-content .step-image {
      margin-bottom: 42px;
      border-radius: 16px;
      overflow: hidden;
      margin-bottom: 42px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-04-steps .col-right .step-content .step-image {
          margin-bottom: 28px; } }
      .module-04-steps .col-right .step-content .step-image img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 360px;
        -o-object-fit: cover;
           object-fit: cover;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-04-steps .col-right .step-content .step-image img {
            max-height: 225px; } }
    .module-04-steps .col-right .step-content .step-texts .text-block {
      margin-bottom: 42px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-04-steps .col-right .step-content .step-texts .text-block {
          margin-bottom: 28px; } }
      .module-04-steps .col-right .step-content .step-texts .text-block:last-child {
        margin-bottom: 0; }
      .module-04-steps .col-right .step-content .step-texts .text-block .subtitle {
        font-family: "loos-wide", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 100%;
        margin-bottom: 24px;
        -webkit-transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-04-steps .col-right .step-content .step-texts .text-block .subtitle {
            font-size: 22px;
            margin-bottom: 18px; } }
      .module-04-steps .col-right .step-content .step-texts .text-block .text {
        font-size: 16px;
        line-height: 160%;
        -webkit-transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
        .module-04-steps .col-right .step-content .step-texts .text-block .text p {
          margin-bottom: 20px; }
          .module-04-steps .col-right .step-content .step-texts .text-block .text p:last-child {
            margin-bottom: 0; }

.module-05-contact {
  position: relative;
  color: var(--white);
  background-color: var(--color-primary);
  height: 100%;
  min-height: 664px;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-05-contact {
      max-height: 664px;
      height: 664px; } }
  .module-05-contact .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .module-05-contact .bg::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(var(--color-primary)), color-stop(15%, rgba(var(--color-primary-rgb), 0.25)), color-stop(20%, rgba(var(--color-primary-rgb), 0)), color-stop(80%, rgba(var(--color-primary-rgb), 0)), color-stop(85%, rgba(var(--color-primary-rgb), 0.25)), to(var(--color-primary)));
      background: linear-gradient(180deg, var(--color-primary) 0%, rgba(var(--color-primary-rgb), 0.25) 15%, rgba(var(--color-primary-rgb), 0) 20%, rgba(var(--color-primary-rgb), 0) 80%, rgba(var(--color-primary-rgb), 0.25) 85%, var(--color-primary) 100%);
      z-index: 1; }
    .module-05-contact .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 0;
      position: relative; }
  .module-05-contact .container {
    position: relative;
    min-height: calc(664px - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-contact .container {
        height: calc(664px - 120px); } }
  .module-05-contact .contact-module {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-contact .contact-module {
        max-width: 231px;
        padding: 0;
        position: absolute;
        left: 70px;
        top: 220px;
        height: 318px; } }
    .module-05-contact .contact-module .title-h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      line-height: 100%;
      font-size: 40px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .module-05-contact .contact-module .title-h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-contact .contact-module .title-h2 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          font-size: 25px; } }
    .module-05-contact .contact-module .title-left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-contact .contact-module .title-left {
          width: 100%; } }
    .module-05-contact .contact-module .title-2 {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
      height: 60px;
      width: 100%;
      overflow: hidden;
      margin-left: 22px; }
      .module-05-contact .contact-module .title-2 .title-switch {
        position: absolute;
        width: 100%;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        opacity: 0;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
        .module-05-contact .contact-module .title-2 .title-switch.current {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
    .module-05-contact .contact-module .title-3 {
      margin-left: auto;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-contact .contact-module .title-3 {
          margin-left: 0; } }
    .module-05-contact .contact-module .words {
      position: relative;
      width: 100%;
      height: 4.2rem;
      line-height: 4rem;
      vertical-align: bottom;
      overflow: hidden;
      display: inline-block;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      margin-left: 22px;
      -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
      transition: opacity 0.7s, -webkit-transform 0.7s;
      transition: transform 0.7s, opacity 0.7s;
      transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
      will-change: transform, opacity;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-contact .contact-module .words {
          height: 3.2rem;
          line-height: 3rem;
          margin-left: 10px; } }
      .module-05-contact .contact-module .words .span-animated {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transition: inherit;
        transition: inherit;
        width: 100%; }
        .module-05-contact .contact-module .words .span-animated.current {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .module-05-contact .contact-module .words .span-animated.next {
          -webkit-transform: translateY(100%);
                  transform: translateY(100%); }
        .module-05-contact .contact-module .words .span-animated.fade-out {
          opacity: 0;
          -webkit-transform: translateY(-100%);
                  transform: translateY(-100%); }
  .module-05-contact .video-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 309px;
    height: 424px;
    border-radius: 16px;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    will-change: opacity;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-contact .video-container {
        width: 231px;
        height: 318px;
        top: 0;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    .module-05-contact .video-container .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0;
      -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.6s ease, transform 0.6s ease;
      transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
      will-change: opacity, transform; }
      .module-05-contact .video-container .video.current {
        opacity: 1; }
      .module-05-contact .video-container .video.fade-out {
        opacity: 0; }

.module-06-testimonial {
  position: relative;
  padding: 100px 0;
  background-color: var(--color-primary);
  border-top: 1px solid var(--color-secondary);
  border-bottom: 1px solid var(--color-secondary); }
  .module-06-testimonial .bg {
    display: block;
    width: 100%;
    height: 100%; }
    .module-06-testimonial .bg svg {
      position: absolute;
      left: 0;
      bottom: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-06-testimonial .bg svg {
          width: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  .module-06-testimonial .testimonial-grid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
    z-index: 1;
    color: var(--white); }
    @media (max-width: 991px) {
      .module-06-testimonial .testimonial-grid {
        display: none; } }
    .module-06-testimonial .testimonial-grid .col-left {
      width: 100%;
      max-width: 25%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px; }
      .module-06-testimonial .testimonial-grid .col-left .testimonial-card {
        padding: 12px 13px;
        border-radius: 8px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid transparent; }
        .module-06-testimonial .testimonial-grid .col-left .testimonial-card:hover, .module-06-testimonial .testimonial-grid .col-left .testimonial-card.active {
          color: var(--color-accent);
          background-color: var(--white); }
        .module-06-testimonial .testimonial-grid .col-left .testimonial-card .testimonial-info .name {
          font-family: "Instrument Sans", sans-serif;
          font-optical-sizing: auto;
          font-weight: 600;
          font-style: normal;
          font-variation-settings: "wdth" 600;
          font-size: 16px;
          margin-bottom: 5px; }
        .module-06-testimonial .testimonial-grid .col-left .testimonial-card .testimonial-info .job {
          font-family: "Instrument Sans", sans-serif;
          font-optical-sizing: auto;
          font-weight: 400;
          font-style: normal;
          font-variation-settings: "wdth" 400;
          font-size: 12px;
          margin: 0; }
    .module-06-testimonial .testimonial-grid .col-right {
      width: 100%;
      max-width: 60%;
      min-height: 350px;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-06-testimonial .testimonial-grid .col-right {
          min-height: 250px; } }
      .module-06-testimonial .testimonial-grid .col-right .testimonial-content {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        visibility: hidden;
        gap: 70px;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .module-06-testimonial .testimonial-grid .col-right .testimonial-content.active {
          visibility: visible;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .module-06-testimonial .testimonial-grid .col-right .testimonial-content .wrapper-quote {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          min-width: 0; }
        .module-06-testimonial .testimonial-grid .col-right .testimonial-content .testimonial-image {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 165px;
                  flex: 0 0 165px;
          width: 165px;
          height: 221px;
          border-radius: 8px;
          overflow: hidden; }
          .module-06-testimonial .testimonial-grid .col-right .testimonial-content .testimonial-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .module-06-testimonial .testimonial-grid .col-right .testimonial-content .testimonial-quote {
          font-size: 32px;
          line-height: 130%;
          margin-bottom: 42px; }
      .module-06-testimonial .testimonial-grid .col-right .btn {
        color: var(--white); }
  .module-06-testimonial .testimonial-mobile {
    display: none;
    color: var(--white); }
    @media (max-width: 991px) {
      .module-06-testimonial .testimonial-mobile {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        overflow: hidden; } }
    .module-06-testimonial .testimonial-mobile .testimonial-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      width: 100%; }
      .module-06-testimonial .testimonial-mobile .testimonial-slider .slide-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative; }
      .module-06-testimonial .testimonial-mobile .testimonial-slider .testimonial-item {
        width: 90%;
        padding: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .module-06-testimonial .testimonial-mobile .testimonial-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 8px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      padding: 0; }
      .module-06-testimonial .testimonial-mobile .testimonial-dots .dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
        padding: 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .module-06-testimonial .testimonial-mobile .testimonial-dots .dot.active {
          border-radius: 20px;
          width: 20px;
          background-color: var(--color-accent);
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); }
    .module-06-testimonial .testimonial-mobile .testimonial-item {
      margin-bottom: 60px;
      padding: 20px;
      border-radius: 8px;
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
      .module-06-testimonial .testimonial-mobile .testimonial-item .testimonial-card {
        margin-bottom: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        gap: 16px; }
        .module-06-testimonial .testimonial-mobile .testimonial-item .testimonial-card .testimonial-image {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 73px;
                  flex: 0 0 73px;
          width: 73px;
          height: 97px;
          border-radius: 8px;
          overflow: hidden; }
          .module-06-testimonial .testimonial-mobile .testimonial-item .testimonial-card .testimonial-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .module-06-testimonial .testimonial-mobile .testimonial-item .testimonial-card .testimonial-info {
          color: var(--white); }
          .module-06-testimonial .testimonial-mobile .testimonial-item .testimonial-card .testimonial-info .name {
            font-family: "Instrument Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal;
            font-variation-settings: "wdth" 600;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 6px; }
          .module-06-testimonial .testimonial-mobile .testimonial-item .testimonial-card .testimonial-info .job {
            font-family: "Instrument Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            font-variation-settings: "wdth" 400;
            font-size: 12px;
            margin: 0; }
      .module-06-testimonial .testimonial-mobile .testimonial-item .testimonial-content .testimonial-quote {
        font-size: 22px;
        line-height: 130%;
        margin-bottom: 28px; }

.module-07-slider-cards {
  position: relative;
  background-color: var(--color-primary); }
  .module-07-slider-cards .slider-cards-container {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: visible; }
    .module-07-slider-cards .slider-cards-container .slider-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      width: 100%;
      margin-bottom: 40px; }
      .module-07-slider-cards .slider-cards-container .slider-wrapper .slide-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        background-color: var(--white);
        border-radius: 12px;
        overflow: hidden;
        min-height: 653px;
        margin-bottom: 32px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "content image";
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-07-slider-cards .slider-cards-container .slider-wrapper .slide-item {
            grid-template-columns: 1fr;
            grid-template-areas: "image" "content"; } }
      .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-image {
        grid-area: image;
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 300px;
        overflow: hidden;
        /* -- @include break(mobile)-- */ }
        .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-image {
            min-height: 220px; } }
      .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-content {
        position: relative;
        grid-area: content;
        padding: 75px 60px 60px 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /* -- @include break(mobile)-- */ }
        .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-content.with-title {
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-content.with-title {
              padding-top: 42px; } }
        .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-content .title-small {
          position: absolute;
          top: 60px;
          left: 60px;
          z-index: 1;
          color: var(--grey);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-content .title-small {
              top: 26px;
              left: 30px;
              font-size: 15px; } }
        .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-content .title-h3 {
          color: var(--color-primary);
          font-size: 56px;
          line-height: 100%;
          margin-bottom: 22px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-content .title-h3 {
              font-size: 36px; } }
        .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-content .slider-description {
          color: var(--color-text);
          margin-bottom: 28px;
          line-height: 160%; }
        .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-content .btn {
          -ms-flex-item-align: start;
              align-self: flex-start; }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-07-slider-cards .slider-cards-container .slider-wrapper .slider-content {
            padding: 30px; } }
    .module-07-slider-cards .slider-cards-container .slider-steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 8px;
      position: absolute;
      bottom: -72px;
      left: 0;
      right: 0;
      z-index: 2;
      padding: 0; }
      .module-07-slider-cards .slider-cards-container .slider-steps .step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 14px 20px;
        min-width: 45px;
        max-height: 40px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        font-family: "Instrument Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-variation-settings: "wdth" 600;
        font-size: 16px;
        line-height: 160%;
        color: var(--white);
        border: 1px solid var(--white);
        border-radius: 30px;
        background-color: transparent;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .module-07-slider-cards .slider-cards-container .slider-steps .step.active {
          color: var(--color-accent);
          background-color: var(--white); }
    .module-07-slider-cards .slider-cards-container.no-slider .slider-wrapper,
    .module-07-slider-cards .slider-cards-container.no-slider .slide-item {
      margin-bottom: 0; }

.module-08-podcast-cards {
  position: relative; }
  .module-08-podcast-cards .content {
    position: relative; }
    .module-08-podcast-cards .content .title-h2,
    .module-08-podcast-cards .content > .description {
      text-align: center; }
    .module-08-podcast-cards .content .title-h2 {
      margin-bottom: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-podcast-cards .content .title-h2 {
          margin-bottom: 20px; } }
    .module-08-podcast-cards .content > .description {
      max-width: 40vw;
      margin: 0 auto;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-podcast-cards .content > .description {
          max-width: 100%; } }
    .module-08-podcast-cards .content .cards-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 30px;
      margin-top: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-podcast-cards .content .cards-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px;
          margin-top: 40px; } }
      .module-08-podcast-cards .content .cards-container .card-item {
        position: relative;
        width: 340px;
        height: 323px;
        border-radius: 8px;
        border: 1px solid var(--color-secondary);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: var(--white);
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-08-podcast-cards .content .cards-container .card-item {
            width: 100%;
            height: 100%;
            min-height: 350px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            padding: 32px 22px 18px 22px;
            gap: 18px; } }
        @media only screen and (min-width: 991px) {
          .module-08-podcast-cards .content .cards-container .card-item:hover .card-content {
            opacity: 1;
            visibility: visible; } }
        .module-08-podcast-cards .content .cards-container .card-item.card-item {
          -webkit-tap-highlight-color: transparent;
          text-decoration: none; }
          .module-08-podcast-cards .content .cards-container .card-item.card-item:link, .module-08-podcast-cards .content .cards-container .card-item.card-item:visited, .module-08-podcast-cards .content .cards-container .card-item.card-item:hover, .module-08-podcast-cards .content .cards-container .card-item.card-item:active {
            color: var(--white); }
        .module-08-podcast-cards .content .cards-container .card-item .card-image {
          max-width: 185px;
          color: var(--white); }
          .module-08-podcast-cards .content .cards-container .card-item .card-image img {
            -webkit-filter: none !important;
                    filter: none !important; }
          .module-08-podcast-cards .content .cards-container .card-item .card-image img {
            -webkit-user-select: none;
            -moz-user-select: none;
             -ms-user-select: none;
                 user-select: none;
            -webkit-touch-callout: none;
            -webkit-tap-highlight-color: transparent;
            mix-blend-mode: normal; }
          .module-08-podcast-cards .content .cards-container .card-item .card-image svg {
            fill: var(--white) !important;
            color: var(--white) !important; }
          .module-08-podcast-cards .content .cards-container .card-item .card-image svg {
            -webkit-tap-highlight-color: transparent; }
            .module-08-podcast-cards .content .cards-container .card-item .card-image svg path, .module-08-podcast-cards .content .cards-container .card-item .card-image svg rect, .module-08-podcast-cards .content .cards-container .card-item .card-image svg circle, .module-08-podcast-cards .content .cards-container .card-item .card-image svg polygon {
              fill: var(--white) !important;
              stroke: var(--white) !important; }
          @supports (-webkit-touch-callout: none) {
            .module-08-podcast-cards .content .cards-container .card-item .card-image svg {
              -webkit-filter: brightness(0) invert(1);
                      filter: brightness(0) invert(1); } }
        .module-08-podcast-cards .content .cards-container .card-item .card-content {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 32px 22px 20px 22px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          z-index: 1;
          background-color: var(--color-primary-accent);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-08-podcast-cards .content .cards-container .card-item .card-content {
              position: relative;
              opacity: 1;
              visibility: visible;
              background-color: transparent;
              padding: 0;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1; } }
          .module-08-podcast-cards .content .cards-container .card-item .card-content .description {
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-08-podcast-cards .content .cards-container .card-item .card-content .description {
                margin-bottom: 32px; } }

.module-09-content-introduction {
  position: relative; }
  .module-09-content-introduction .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-09-content-introduction .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px; } }
    .module-09-content-introduction .content-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      border-radius: 16px;
      overflow: hidden; }
      .module-09-content-introduction .content-image .image {
        height: 100%;
        width: 100%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-09-content-introduction .content-image .image {
            max-height: 330px; } }
        .module-09-content-introduction .content-image .image img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .module-09-content-introduction .content-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-09-content-introduction .content-text {
          gap: 20px; } }
    .module-09-content-introduction .content .subtitle {
      font-family: "loos-wide", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 48px;
      line-height: 130%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-09-content-introduction .content .subtitle {
          font-size: 26px; } }
      .module-09-content-introduction .content .subtitle .first-word {
        display: inline-block;
        margin-left: 10%; }
    .module-09-content-introduction .content .block-text {
      margin-left: 70%;
      font-size: 14px;
      line-height: 160%;
      color: var(--grey);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-09-content-introduction .content .block-text {
          margin-left: 0; } }

.module-10-content-text-2cols {
  position: relative; }
  .module-10-content-text-2cols .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-10-content-text-2cols .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px; } }
    .module-10-content-text-2cols .content-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      border-radius: 16px;
      overflow: hidden;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-10-content-text-2cols .content-image {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      .module-10-content-text-2cols .content-image .image {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-10-content-text-2cols .content-image .image {
            max-height: 330px; }
            .module-10-content-text-2cols .content-image .image img {
              -o-object-fit: cover;
                 object-fit: cover; } }
    .module-10-content-text-2cols .content-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-10-content-text-2cols .content-text {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .module-10-content-text-2cols .content .title-h2 {
      margin-bottom: 22px; }
    .module-10-content-text-2cols .content .subtitle {
      margin-bottom: 18px;
      line-height: 160%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-10-content-text-2cols .content .subtitle {
          font-size: 17px; } }
    .module-10-content-text-2cols .content .text {
      color: var(--grey);
      font-size: 14px;
      line-height: 160%; }

.module-11-content-text-3cols {
  position: relative; }
  .module-11-content-text-3cols .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-11-content-text-3cols .content {
        gap: 40px; } }
    .module-11-content-text-3cols .content-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 45%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-11-content-text-3cols .content-text {
          max-width: 100%; } }
      .module-11-content-text-3cols .content-text .title-h2 {
        margin-bottom: 32px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-11-content-text-3cols .content-text .title-h2 {
            margin-bottom: 20px; } }
      .module-11-content-text-3cols .content-text .subtitle {
        line-height: 160%; }
    .module-11-content-text-3cols .content-benefits {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 70px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-11-content-text-3cols .content-benefits {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 28px; } }
      .module-11-content-text-3cols .content-benefits .benefit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-11-content-text-3cols .content-benefits .benefit {
            gap: 16px; } }
        .module-11-content-text-3cols .content-benefits .benefit .percentage {
          color: var(--color-accent);
          font-family: "loos-wide", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 100px;
          line-height: 100%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-11-content-text-3cols .content-benefits .benefit .percentage {
              font-size: 72px; } }
        .module-11-content-text-3cols .content-benefits .benefit .percentage-sign {
          font-size: 56px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-11-content-text-3cols .content-benefits .benefit .percentage-sign {
              font-size: 36px; } }
        .module-11-content-text-3cols .content-benefits .benefit .description {
          font-size: 16px;
          line-height: 160%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-11-content-text-3cols .content-benefits .benefit .description {
              font-size: 15px; } }

.module-12-content-data {
  position: relative; }
  .module-12-content-data .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-12-content-data .content {
        gap: 40px; } }
    .module-12-content-data .content-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 45%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-12-content-data .content-text {
          max-width: 100%; } }
      .module-12-content-data .content-text .title-h2 {
        margin-bottom: 32px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-12-content-data .content-text .title-h2 {
            margin-bottom: 20px; } }
      .module-12-content-data .content-text .subtitle {
        line-height: 160%; }
    .module-12-content-data .content-dates {
      display: grid;
      grid-template-columns: 340px 1fr;
      grid-gap: 150px;
      gap: 150px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-12-content-data .content-dates {
          grid-template-columns: 1fr;
          gap: 60px; }
          .module-12-content-data .content-dates .col-left .date-image img {
            height: 323px; } }
      .module-12-content-data .content-dates .col-left {
        position: relative;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-12-content-data .content-dates .col-left {
            display: none; } }
        .module-12-content-data .content-dates .col-left .date-image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          max-width: 277px;
          max-height: 355px;
          border-radius: 16px;
          overflow: hidden;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
          .module-12-content-data .content-dates .col-left .date-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
          .module-12-content-data .content-dates .col-left .date-image.active {
            opacity: 1;
            visibility: visible; }
      .module-12-content-data .content-dates .col-right .date-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 140px;
        padding: 25px 0;
        cursor: pointer;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-12-content-data .content-dates .col-right .date-item {
            gap: 20px; } }
        .module-12-content-data .content-dates .col-right .date-item:hover {
          color: var(--color-accent); }
        .module-12-content-data .content-dates .col-right .date-item .title {
          display: block;
          font-family: "loos-wide", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 22px;
          line-height: 100%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-12-content-data .content-dates .col-right .date-item .title {
              font-size: 20px; } }
        .module-12-content-data .content-dates .col-right .date-item .date {
          display: block;
          width: 42px;
          max-width: 42px;
          line-height: 160%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-12-content-data .content-dates .col-right .date-item .date {
              font-size: 17px; } }

.module-13-content-accordion {
  position: relative; }
  .module-13-content-accordion .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-content-accordion .content {
        gap: 40px; } }
    .module-13-content-accordion .content-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 45%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-13-content-accordion .content-text {
          max-width: 100%; } }
      .module-13-content-accordion .content-text .title-h2 {
        margin-bottom: 32px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-13-content-accordion .content-text .title-h2 {
            margin-bottom: 20px; } }
      .module-13-content-accordion .content-text .subtitle {
        line-height: 160%; }
    .module-13-content-accordion .content-accordions {
      display: grid;
      grid-template-columns: 400px 1fr;
      grid-gap: 150px;
      gap: 150px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-13-content-accordion .content-accordions {
          grid-template-columns: 1fr;
          gap: 60px; } }
      .module-13-content-accordion .content-accordions .col-left {
        position: sticky;
        top: 20vh;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-13-content-accordion .content-accordions .col-left {
            display: none; } }
        .module-13-content-accordion .content-accordions .col-left .image {
          width: 100%;
          height: 100%;
          max-width: 400px;
          border-radius: 16px;
          overflow: hidden; }
          .module-13-content-accordion .content-accordions .col-left .image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
      .module-13-content-accordion .content-accordions .col-right .accordion-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 120px;
        cursor: pointer;
        border-bottom: 1px solid var(--color-secondary); }
        .module-13-content-accordion .content-accordions .col-right .accordion-item.active {
          border-bottom: 1px solid var(--color-accent); }
        .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content {
          padding: 16px 0; }
          .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3 {
            position: relative;
            padding: 10px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            font-size: 22px;
            line-height: 100%;
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3 {
                padding: 6px 0;
                font-size: 20px; } }
            .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3::before, .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3::after {
              content: "";
              position: absolute;
              background-color: currentColor;
              -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
              transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
              transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
              transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
            .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3::before {
              top: 50%;
              left: 0;
              width: 22px;
              height: 2px;
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
                .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3::before {
                  width: 16px;
                  margin-top: -1px; } }
            .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3::after {
              top: 50%;
              left: 9.5px;
              width: 2px;
              height: 22px;
              margin-top: -10px;
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
                .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3::after {
                  left: 7px;
                  height: 16px;
                  margin-top: -8px; } }
            .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3:hover {
              color: var(--color-accent); }
          .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .description {
            height: 0;
            overflow: hidden;
            -webkit-transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
            .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .description p {
              padding-top: calc(32px - 10px);
              font-size: 16px;
              line-height: 160%;
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
                .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .description p {
                  padding-top: calc(20px - 6px);
                  font-size: 15px; } }
          .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3,
          .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .description {
            padding-left: calc(120px + 16px);
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .title-h3,
              .module-13-content-accordion .content-accordions .col-right .accordion-item .accordion-content .description {
                padding-left: 53px; } }
        .module-13-content-accordion .content-accordions .col-right .accordion-item.active .title-h3 {
          color: var(--color-accent); }
          .module-13-content-accordion .content-accordions .col-right .accordion-item.active .title-h3::after {
            -webkit-transform: scaleY(0);
                    transform: scaleY(0); }

.module-14-blog-articles {
  position: relative; }
  .module-14-blog-articles .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-14-blog-articles .content {
        gap: 40px; } }
    .module-14-blog-articles .content-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .module-14-blog-articles .content-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 45%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-14-blog-articles .content-text {
          max-width: 100%; } }
      .module-14-blog-articles .content-text .title-h2 {
        margin-bottom: 32px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-14-blog-articles .content-text .title-h2 {
            margin-bottom: 20px; } }
      .module-14-blog-articles .content-text .subtitle {
        line-height: 160%; }
    .module-14-blog-articles .content-link.mobile {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-14-blog-articles .content-link.mobile {
          margin: 0 auto; } }
    .module-14-blog-articles .content .articles-grid--2cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 120px;
      padding: 0 2.5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-14-blog-articles .content .articles-grid--2cols {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 12px;
          padding: 0; } }
    .module-14-blog-articles .content .articles-grid--3cols {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 60px;
      gap: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-14-blog-articles .content .articles-grid--3cols {
          grid-template-columns: 1fr;
          gap: 12px; } }
    .module-14-blog-articles .content .articles-grid .article {
      border-radius: 16px;
      border: 1px solid var(--tiny-grey);
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .module-14-blog-articles .content .articles-grid .article:hover {
        background-color: var(--tiny-grey); }
      .module-14-blog-articles .content .articles-grid .article-image {
        padding: 20px;
        overflow: hidden; }
        .module-14-blog-articles .content .articles-grid .article-image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          border-radius: 6px; }
      .module-14-blog-articles .content .articles-grid .article-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 16px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-14-blog-articles .content .articles-grid .article-meta {
            margin-bottom: 12px; } }
        .module-14-blog-articles .content .articles-grid .article-meta .reading-time {
          color: var(--dark-grey);
          font-size: 16px;
          line-height: 100%;
          position: relative;
          padding-left: 15px;
          /* -- @include break(mobile)-- */ }
          .module-14-blog-articles .content .articles-grid .article-meta .reading-time::before {
            content: "";
            display: block;
            width: 3px;
            height: 3px;
            background-color: var(--color-secondary);
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-14-blog-articles .content .articles-grid .article-meta .reading-time {
              font-size: 14px;
              padding-left: 10px; } }
      .module-14-blog-articles .content .articles-grid .article-category {
        color: var(--color-primary);
        font-family: "Instrument Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-variation-settings: "wdth" 600;
        font-size: 16px;
        line-height: 100%;
        margin-right: 12px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-14-blog-articles .content .articles-grid .article-category {
            font-size: 14px;
            margin-right: 7px; } }
      .module-14-blog-articles .content .articles-grid .article-content {
        padding: 0 20px 28px 20px; }
        .module-14-blog-articles .content .articles-grid .article-content .title-h3 {
          font-size: 26px;
          line-height: 100%;
          margin-bottom: 12px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-14-blog-articles .content .articles-grid .article-content .title-h3 {
              font-size: 22px; } }
        .module-14-blog-articles .content .articles-grid .article-content .description {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 16px;
          line-height: 160%;
          margin-bottom: 20px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-14-blog-articles .content .articles-grid .article-content .description {
              font-size: 15px; } }
      .module-14-blog-articles .content .articles-grid .article.main-article {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 55%;
                flex: 0 0 55%; }

.module-15-spotify .title-small {
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-15-spotify .title-small {
      margin-bottom: 32px; } }

.module-15-spotify .podcast-featured {
  margin-bottom: 60px; }
  .module-15-spotify .podcast-featured .podcast-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    max-height: 574px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-spotify .podcast-featured .podcast-card {
        max-height: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-15-spotify .podcast-featured .podcast-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-featured .podcast-card::before {
          display: none; } }
    .module-15-spotify .podcast-featured .podcast-card .podcast-image {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-featured .podcast-card .podcast-image {
          padding-bottom: 0;
          height: 174px;
          border-radius: 16px;
          overflow: hidden; } }
      .module-15-spotify .podcast-featured .podcast-card .podcast-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-15-spotify .podcast-featured .podcast-card .podcast-image img {
            position: static; } }
    .module-15-spotify .podcast-featured .podcast-card .podcast-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 18px;
      z-index: 2;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-featured .podcast-card .podcast-content {
          position: static;
          height: auto;
          margin-top: 12px;
          padding: 0; } }
    .module-15-spotify .podcast-featured .podcast-card .title-h4 {
      margin-bottom: 12px;
      color: var(--white); }
    .module-15-spotify .podcast-featured .podcast-card .podcast-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      font-size: 16px;
      line-height: 160%;
      color: var(--grey);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-featured .podcast-card .podcast-meta {
          font-size: 15px;
          margin-bottom: 0; } }
    .module-15-spotify .podcast-featured .podcast-card .podcast-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      gap: 16px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-featured .podcast-card .podcast-actions {
          position: absolute;
          top: 20px;
          left: 18px;
          margin-top: auto; } }

.module-15-spotify .podcast-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 80px;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-15-spotify .podcast-list {
      gap: 20px;
      margin-top: 60px;
      margin-bottom: 80px; } }
  .module-15-spotify .podcast-list .podcast-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid var(--color-secondary);
    border-radius: 16px;
    padding: 12px;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-spotify .podcast-list .podcast-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .module-15-spotify .podcast-list .podcast-card:hover {
      background-color: var(--color-primary-accent); }
    .module-15-spotify .podcast-list .podcast-card .podcast-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 207px;
              flex: 0 0 207px;
      width: 207px;
      height: 207px;
      border-radius: 16px;
      overflow: hidden;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-list .podcast-card .podcast-image {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 152px;
                  flex: 0 0 152px;
          width: 152px;
          height: 152px;
          padding-bottom: 0; } }
      .module-15-spotify .podcast-list .podcast-card .podcast-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .module-15-spotify .podcast-list .podcast-card .podcast-content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 16px 50px 16px 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-list .podcast-card .podcast-content {
          margin-top: 20px;
          padding: 0; } }
    .module-15-spotify .podcast-list .podcast-card .title-h5 {
      line-height: 100%;
      margin-bottom: 8px;
      color: var(--white);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-list .podcast-card .title-h5 {
          margin-bottom: 12px; } }
    .module-15-spotify .podcast-list .podcast-card .podcast-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      margin-bottom: 16px;
      font-size: 16px;
      line-height: 160%;
      color: var(--grey);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-list .podcast-card .podcast-meta {
          font-size: 15px; } }
      .module-15-spotify .podcast-list .podcast-card .podcast-meta time,
      .module-15-spotify .podcast-list .podcast-card .podcast-meta .duration {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px; }
    .module-15-spotify .podcast-list .podcast-card .podcast-description {
      font-size: 16px;
      line-height: 1.5;
      color: var(--white);
      margin-bottom: 28px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-list .podcast-card .podcast-description {
          margin-bottom: 20px;
          -webkit-line-clamp: 5;
          line-clamp: 5; } }
    .module-15-spotify .podcast-list .podcast-card .podcast-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      margin-top: auto;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-spotify .podcast-list .podcast-card .podcast-actions {
          margin-bottom: calc(32px - 12px); } }

.module-15-spotify .play-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: "loos-wide", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-accent); }
  .module-15-spotify .play-button .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .module-15-spotify .play-button svg {
    width: 19px;
    height: 19px; }

.module-15-spotify .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }

.module-15-spotify .no-episodes {
  text-align: center;
  padding: 40px;
  background: rgba(var(--color-primary-accent), 0.5);
  border-radius: 12px; }
  .module-15-spotify .no-episodes p {
    margin: 0;
    color: var(--color-secondary); }

.module-15-spotify .podcast-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-15-spotify .podcast-meta {
      gap: 15px;
      margin-bottom: 12px; } }
  .module-15-spotify .podcast-meta time {
    position: relative; }
    .module-15-spotify .podcast-meta time::after {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      background-color: var(--grey);
      position: absolute;
      top: 50%;
      right: -10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.module-15-spotify .podcast-links {
  text-align: center; }
  .module-15-spotify .podcast-links .title-h4 {
    margin-bottom: 32px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-spotify .podcast-links .title-h4 {
        margin-bottom: 24px; } }
  .module-15-spotify .podcast-links .podcast-links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-spotify .podcast-links .podcast-links-list {
        gap: 32px; } }
    .module-15-spotify .podcast-links .podcast-links-list .podcast-links-item a {
      width: 45px;
      height: 45px;
      background-color: var(--color-accent);
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; }
      .module-15-spotify .podcast-links .podcast-links-list .podcast-links-item a:hover {
        background-color: var(--color-accent-hover); }
      .module-15-spotify .podcast-links .podcast-links-list .podcast-links-item a .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 23px;
        height: 23px; }
      .module-15-spotify .podcast-links .podcast-links-list .podcast-links-item a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }

.module-blog-01-content h1,
.module-blog-01-content h2,
.module-blog-01-content h3,
.module-blog-01-content h4,
.module-blog-01-content h5,
.module-blog-01-content h6 {
  font-family: "loos-wide", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 32px;
  padding-top: calc(40px - 1rem);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-01-content h1,
    .module-blog-01-content h2,
    .module-blog-01-content h3,
    .module-blog-01-content h4,
    .module-blog-01-content h5,
    .module-blog-01-content h6 {
      padding-top: 32px;
      margin-bottom: 20px; } }

.module-blog-01-content h1 {
  font-size: 38px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-01-content h1 {
      font-size: 26px; } }

.module-blog-01-content h2 {
  font-size: 26px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-01-content h2 {
      font-size: 22px; } }

.module-blog-01-content h3 {
  font-size: 22px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-01-content h3 {
      font-size: 20px; } }

.module-blog-01-content h4 {
  font-size: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-01-content h4 {
      font-size: 18px; } }

.module-blog-01-content h5 {
  font-size: 18px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-01-content h5 {
      font-size: 16px; } }

.module-blog-01-content h6 {
  font-size: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-01-content h6 {
      font-size: 14px; } }

.module-blog-01-content a {
  text-decoration: underline; }

.module-blog-01-content p {
  margin-bottom: 1rem; }

.module-blog-01-content.layout-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-01-content.layout-two {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; } }
  .module-blog-01-content.layout-two .module-content {
    max-width: 55%;
    /* -- @include break(mobile)-- */ }
    .module-blog-01-content.layout-two .module-content p:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-blog-01-content.layout-two .module-content {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        max-width: 100%; } }
  .module-blog-01-content.layout-two .module-image {
    border-radius: 16px;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-blog-01-content.layout-two .module-image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        max-height: 225px; } }
    .module-blog-01-content.layout-two .module-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.module-blog-02-quote .quote {
  border-top: 1px solid var(--color-accent);
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px; }

.module-blog-02-quote .quote-text {
  padding-left: 88px;
  padding-right: 88px;
  text-align: center;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 26px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-02-quote .quote-text {
      font-size: 22px;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 32px; } }

.module-blog-02-quote .quote-author {
  padding-bottom: 38px;
  border-bottom: 1px solid var(--color-accent);
  font-size: 16px;
  line-height: 160%;
  color: var(--color-secondary);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-02-quote .quote-author {
      font-size: 15px; } }
  .module-blog-02-quote .quote-author .name,
  .module-blog-02-quote .quote-author .job {
    text-align: center; }
  .module-blog-02-quote .quote-author .job {
    font-size: 12px; }

.module-blog-03-medias .module-image {
  width: 100%;
  height: 100%; }
  .module-blog-03-medias .module-image img {
    max-height: 520px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.module-blog-03-medias .module-legend {
  margin-top: 8px;
  color: var(--grey);
  font-size: 14px;
  line-height: 160%;
  padding-left: 10px;
  border-left: 1px solid var(--color-accent); }

.module-blog-03-medias.layout-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .module-blog-03-medias.layout-video video {
    max-height: 520px;
    width: 100%;
    height: 100%; }

.module-blog-04-cta .content {
  padding: 40px !important; }

.module-blog-04-cta .content {
  border-radius: 16px;
  background-color: rgba(var(--color-accent-rgb), 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-04-cta .content {
      padding: 24px !important; }
    .module-blog-04-cta .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 20px; } }

.module-blog-04-cta .title-h4 {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-04-cta .title-h4 {
      margin-bottom: 20px; } }

.module-blog-04-cta .newsletter {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-04-cta .newsletter {
      width: 100%; } }
  .module-blog-04-cta .newsletter .newsletter-input {
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid var(--color-accent);
    color: var(--dark); }
    .module-blog-04-cta .newsletter .newsletter-input::-webkit-input-placeholder {
      color: var(--color-secondary); }
    .module-blog-04-cta .newsletter .newsletter-input::-moz-placeholder {
      color: var(--color-secondary); }
    .module-blog-04-cta .newsletter .newsletter-input:-ms-input-placeholder {
      color: var(--color-secondary); }
    .module-blog-04-cta .newsletter .newsletter-input::-ms-input-placeholder {
      color: var(--color-secondary); }
    .module-blog-04-cta .newsletter .newsletter-input::placeholder {
      color: var(--color-secondary); }
    .module-blog-04-cta .newsletter .newsletter-input:focus {
      outline: none; }
  .module-blog-04-cta .newsletter .newsletter-submit {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M18.3681 22C18.885 20.906 19.3847 19.9487 19.8671 19.1282C20.384 18.3077 20.8836 17.6239 21.366 17.0769H6V14.9231H21.366C20.8836 14.3419 20.384 13.641 19.8671 12.8205C19.3847 12 18.885 11.0598 18.3681 10H20.1772C22.3481 12.4957 24.6224 14.3419 27 15.5385V16.4615C24.6224 17.6239 22.3481 19.4701 20.1772 22H18.3681Z' fill='%23FD470A'/%3E%3C/svg%3E"); }

.module-blog-04-cta.layout-news .title-h4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-blog-04-cta.layout-news .title-h4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.sup-view.template-blog .content-text {
  max-width: 50%;
  margin-bottom: 160px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sup-view.template-blog .content-text {
      max-width: 100%;
      margin-bottom: 90px; } }
  .sup-view.template-blog .content-text .title-h1 {
    margin-bottom: 46px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sup-view.template-blog .content-text .title-h1 {
        margin-bottom: 24px; } }
  .sup-view.template-blog .content-text .description {
    line-height: 160%; }

.sup-view.template-blog .last_post .container,
.sup-view.template-blog .archive .container {
  padding: 0 5%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sup-view.template-blog .last_post .container,
    .sup-view.template-blog .archive .container {
      padding: 0; } }

.sup-view.template-blog .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--tiny-grey);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sup-view.template-blog .article {
      padding: 15px; } }
  .sup-view.template-blog .article:hover {
    background-color: var(--tiny-grey); }
  .sup-view.template-blog .article-media {
    position: relative;
    height: 214px;
    max-width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px; }
    .sup-view.template-blog .article-media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .sup-view.template-blog .article-text .title-h3 {
    font-size: 1.44444rem;
    line-height: 100%;
    margin-bottom: 18px; }
  .sup-view.template-blog .article-text .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.88889rem;
    line-height: 160%;
    margin-bottom: 26px; }
  .sup-view.template-blog .article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 8px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sup-view.template-blog .article-meta {
        gap: 15px;
        margin-bottom: 12px; } }
    .sup-view.template-blog .article-meta .reading-time {
      color: var(--dark-grey);
      font-size: 0.88889rem;
      line-height: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .sup-view.template-blog .article-meta .reading-time {
          font-size: 0.77778rem; } }
  .sup-view.template-blog .article-category {
    font-family: "Instrument Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 600;
    font-size: 0.88889rem;
    line-height: 100%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sup-view.template-blog .article-category {
        font-size: 0.77778rem; } }
    .sup-view.template-blog .article-category::after {
      content: "";
      display: block;
      width: 3px;
      height: 3px;
      background-color: var(--color-secondary);
      position: absolute;
      top: 50%;
      right: -12px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .sup-view.template-blog .article-highlight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sup-view.template-blog .article-highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px; } }
    .sup-view.template-blog .article-highlight .article-media {
      height: 445px;
      max-width: 663px;
      aspect-ratio: 16 / 9;
      position: relative;
      margin-bottom: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .sup-view.template-blog .article-highlight .article-media {
          height: 210px;
          max-width: 100%; } }
    .sup-view.template-blog .article-highlight .article-text {
      width: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .sup-view.template-blog .article-highlight .article-text {
          width: 100%; } }

.sup-view.template-blog .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sup-view.template-blog .filters {
      overflow-x: scroll;
      white-space: nowrap;
      width: 100%;
      margin-bottom: 40px;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .sup-view.template-blog .filters::-webkit-scrollbar {
        display: none; } }

.sup-view.template-blog .archive {
  padding-top: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sup-view.template-blog .archive {
      padding-top: 80px; } }
  .sup-view.template-blog .archive .grid-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    gap: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sup-view.template-blog .archive .grid-blog {
        grid-template-columns: 1fr; } }

.template-contact {
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-contact {
      padding-bottom: 80px; } }
  .template-contact .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7.77778rem;
    gap: 7.77778rem;
    padding-bottom: 6.66667rem;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .content {
        grid-template-columns: 1fr;
        grid-template-areas: "header" "form" "links";
        gap: 0;
        padding-bottom: 0; } }
    .template-contact .content-text {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .content-text {
          display: contents; } }
      .template-contact .content-text .contact-header {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-contact .content-text .contact-header {
            grid-area: header; } }
      .template-contact .content-text .contact-links {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-contact .content-text .contact-links {
            grid-area: links; } }
    .template-contact .content-form {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .content-form {
          grid-area: form; } }
    .template-contact .content .contact-header {
      margin-bottom: 74px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .content .contact-header {
          margin-bottom: 52px; } }
    .template-contact .content .title-h1 {
      margin-bottom: 46px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .content .title-h1 {
          margin-bottom: 24px; } }
    .template-contact .content .description {
      line-height: 160%; }
    .template-contact .content .contact-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 22px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .content .contact-links {
          margin-top: 46px; } }
      .template-contact .content .contact-links .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 3px; }
        .template-contact .content .contact-links .links .links-text {
          color: var(--grey);
          font-size: 0.77778rem;
          line-height: 160%; }
        .template-contact .content .contact-links .links .links-link {
          font-family: "Instrument Sans", sans-serif;
          font-optical-sizing: auto;
          font-weight: 600;
          font-style: normal;
          font-variation-settings: "wdth" 600;
          font-size: 0.88889rem;
          line-height: 160%;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }

.single-news .content {
  padding: 0 3vw;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-news .content {
      padding: 0; } }

.single-news .divider {
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--light-grey);
  margin: 40px 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-news .divider {
      margin: 32px 0; } }

.single-news .article-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  text-align: center;
  z-index: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-news .article-header {
      margin-bottom: 32px; } }
  .single-news .article-header .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-news .article-header .breadcrumb {
        margin-bottom: 16px; } }

.single-news .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-news .article-meta {
      gap: 20px; } }
  .single-news .article-meta .reading-time {
    color: var(--dark-grey);
    font-size: 0.88889rem;
    line-height: 100%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-news .article-meta .reading-time {
        font-size: 0.77778rem; } }

.single-news .article-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 0.88889rem;
  border-radius: 30px;
  color: var(--color-accent);
  background-color: rgba(var(--color-accent-rgb), 0.2);
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-news .article-category {
      font-size: 0.83333rem; } }
  .single-news .article-category::after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: var(--color-secondary);
    position: absolute;
    top: 50%;
    right: -12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.single-news .article-intro .title-h2 {
  margin-bottom: 32px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-news .article-intro .title-h2 {
      margin-bottom: 26px; } }

.single-news .article-sidebar section {
  padding: 0; }

.single-news .article-sidebar .author-title,
.single-news .article-sidebar .share-title {
  color: var(--color-secondary);
  font-size: 0.77778rem;
  line-height: 160%; }

.single-news .article-sidebar .author-title {
  margin-bottom: 8px; }

.single-news .article-sidebar .author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }

.single-news .article-sidebar .author-image {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden; }
  .single-news .article-sidebar .author-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.single-news .article-sidebar .author-name {
  font-size: 0.88889rem;
  line-height: 160%; }

.single-news .article-sidebar .author-job {
  font-size: 0.77778rem;
  line-height: 160%; }

.single-news .article-sidebar .share-title {
  margin-bottom: 12px; }

.single-news .article-sidebar .share .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px; }
  .single-news .article-sidebar .share .socials-item a {
    max-height: 22px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .single-news .article-sidebar .share .socials-item a svg path {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      fill: var(--color-primary); }
  .single-news .article-sidebar .share .socials-item:nth-child(1) a:hover svg path {
    fill: #3b5998; }
  .single-news .article-sidebar .share .socials-item:nth-child(2) a:hover svg path {
    fill: #000000; }
  .single-news .article-sidebar .share .socials-item:nth-child(3) a:hover svg path {
    fill: #0E76A8; }

.single-news .hero-image {
  border-radius: 16px;
  overflow: hidden;
  max-height: 643px;
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-news .hero-image {
      margin-bottom: 32px; } }
  .single-news .hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.single-news .cols-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-news .cols-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 40px; } }
  .single-news .cols-content .article-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-news .cols-content .article-sidebar {
        display: none; } }
    .single-news .cols-content .article-sidebar .divider {
      margin: 20px 0; }
  .single-news .cols-content .article-content .content {
    padding: 0; }
  .single-news .cols-content .article-content .description {
    font-size: 1.22222rem;
    line-height: 140%; }
  .single-news .cols-content .article-content section {
    padding: 30px 0;
    /* -- @include break(mobile)-- */ }
    .single-news .cols-content .article-content section:first-child {
      padding-top: 0; }
    .single-news .cols-content .article-content section:last-child {
      padding-bottom: 0; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-news .cols-content .article-content section {
        padding: 32px 0; } }

.single-news .related-content {
  margin-top: 0; }
  .single-news .related-content .module-14-blog-articles {
    padding-bottom: 120px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-news .related-content .module-14-blog-articles {
        padding-bottom: 80px; } }
    .single-news .related-content .module-14-blog-articles .content {
      padding: 0; }
    .single-news .related-content .module-14-blog-articles .article-meta {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 20px; }
      .single-news .related-content .module-14-blog-articles .article-meta .article-category {
        background-color: transparent;
        padding: 0; }
        .single-news .related-content .module-14-blog-articles .article-meta .article-category::after {
          content: "";
          right: -12px; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }


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