/*!
Theme Name: Patrick Bet-David
Theme URI: https://patrickbetdavid.com
Author: Patrick Bet-David
Description: Custom WordPress theme for Patrick Bet-David
Version: 4.0.0
Text Domain: patrickbetdavid
*/
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Grid
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  list-style: none;
  margin-left: -20px;
}
.row:not(.row--flex):before, .row:not(.row--flex):after {
  content: " ";
  display: table;
}
.row:not(.row--flex):after {
  clear: both;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.col {
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.row--gutterless .col {
  padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--lg-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--lg-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--lg-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .row--flex .col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--lg-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--lg-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--lg-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .row--flex .col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--lg-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--lg-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--lg-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .row--flex .col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--lg-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--lg-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--lg-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .row--flex .col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--lg-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--md-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--md-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--md-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .row--flex .col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--md-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--md-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--md-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .row--flex .col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--md-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--md-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--md-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .row--flex .col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--md-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--md-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--md-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .row--flex .col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--md-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (min-width: 516px) and (max-width:768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--sm-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--sm-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--sm-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .row--flex .col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--sm-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--sm-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--sm-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .row--flex .col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--sm-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--sm-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--sm-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .row--flex .col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--sm-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--sm-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--sm-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .row--flex .col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--sm-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
@media only screen and (max-width: 515px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .row--reverse .col--xs-offset-0 {
    margin-left: 0;
    margin-right: 0%;
  }
  .col--xs-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row--reverse .col--xs-offset-1 {
    margin-left: 0;
    margin-right: 8.3333333333%;
  }
  .col--xs-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row--reverse .col--xs-offset-2 {
    margin-left: 0;
    margin-right: 16.6666666667%;
  }
  .col--xs-3 {
    width: 25%;
  }
  .row--flex .col--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .row--reverse .col--xs-offset-3 {
    margin-left: 0;
    margin-right: 25%;
  }
  .col--xs-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row--reverse .col--xs-offset-4 {
    margin-left: 0;
    margin-right: 33.3333333333%;
  }
  .col--xs-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row--reverse .col--xs-offset-5 {
    margin-left: 0;
    margin-right: 41.6666666667%;
  }
  .col--xs-6 {
    width: 50%;
  }
  .row--flex .col--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .row--reverse .col--xs-offset-6 {
    margin-left: 0;
    margin-right: 50%;
  }
  .col--xs-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row--reverse .col--xs-offset-7 {
    margin-left: 0;
    margin-right: 58.3333333333%;
  }
  .col--xs-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row--reverse .col--xs-offset-8 {
    margin-left: 0;
    margin-right: 66.6666666667%;
  }
  .col--xs-9 {
    width: 75%;
  }
  .row--flex .col--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .row--reverse .col--xs-offset-9 {
    margin-left: 0;
    margin-right: 75%;
  }
  .col--xs-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row--reverse .col--xs-offset-10 {
    margin-left: 0;
    margin-right: 83.3333333333%;
  }
  .col--xs-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row--reverse .col--xs-offset-11 {
    margin-left: 0;
    margin-right: 91.6666666667%;
  }
  .col--xs-12 {
    width: 100%;
  }
  .row--flex .col--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
  .row--reverse .col--xs-offset-12 {
    margin-left: 0;
    margin-right: 100%;
  }
}
* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

.visible-lg {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-md {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-sm {
  display: none;
}
@media only screen and (min-width: 516px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 516px) and (max-width:768px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media only screen and (max-width: 515px) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 515px) {
  .hidden-xs {
    display: none !important;
  }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
  float: left;
}
img .alignleft,
img .float-left {
  margin-right: 20px;
}

.alignright,
.float-right {
  float: right;
}
img .alignright,
img .float-right {
  margin-left: 20px;
}

.aligncenter,
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .aligncenter,
img .float-center {
  margin-bottom: 20px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/**
* Text aligments
*/
.align-text-left {
  text-align: left;
}

.align-text-right {
  text-align: right;
}

.align-text-center {
  text-align: center;
}

/**
* Aligments
*/
.items-center {
  align-items: center;
}

/**
 * Elements visibility
 */
.visible-on-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .visible-on-mobile {
    display: block !important;
  }
}

.visible-on-tablet {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .visible-on-tablet {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .visible-on-desktop {
    display: none !important;
  }
}

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

/**
 * Breakpoints
 */
/**
 * Spacing
 */
.py-xl {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-xl {
  padding-top: 80px;
}

.pb-xl {
  padding-bottom: 80px;
}

.px-xl {
  padding-left: 80px;
  padding-right: 80px;
}

.pl-xl {
  padding-left: 80px;
}

.pr-xl {
  padding-right: 80px;
}

.my-xl {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt-xl {
  margin-top: 80px;
}

.mb-xl {
  margin-bottom: 80px;
}

.mx-xl {
  margin-left: 80px;
  margin-right: 80px;
}

.ml-xl {
  margin-left: 80px;
}

.mr-xl {
  margin-right: 80px;
}

.py-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-lg {
  padding-top: 60px;
}

.pb-lg {
  padding-bottom: 60px;
}

.px-lg {
  padding-left: 60px;
  padding-right: 60px;
}

.pl-lg {
  padding-left: 60px;
}

.pr-lg {
  padding-right: 60px;
}

.my-lg {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-lg {
  margin-top: 60px;
}

.mb-lg {
  margin-bottom: 60px;
}

.mx-lg {
  margin-left: 60px;
  margin-right: 60px;
}

.ml-lg {
  margin-left: 60px;
}

.mr-lg {
  margin-right: 60px;
}

.py-md {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-md {
  padding-top: 40px;
}

.pb-md {
  padding-bottom: 40px;
}

.px-md {
  padding-left: 40px;
  padding-right: 40px;
}

.pl-md {
  padding-left: 40px;
}

.pr-md {
  padding-right: 40px;
}

.my-md {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-md {
  margin-top: 40px;
}

.mb-md {
  margin-bottom: 40px;
}

.mx-md {
  margin-left: 40px;
  margin-right: 40px;
}

.ml-md {
  margin-left: 40px;
}

.mr-md {
  margin-right: 40px;
}

.py-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-sm {
  padding-top: 20px;
}

.pb-sm {
  padding-bottom: 20px;
}

.px-sm {
  padding-left: 20px;
  padding-right: 20px;
}

.pl-sm {
  padding-left: 20px;
}

.pr-sm {
  padding-right: 20px;
}

.my-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-sm {
  margin-top: 20px;
}

.mb-sm {
  margin-bottom: 20px;
}

.mx-sm {
  margin-left: 20px;
  margin-right: 20px;
}

.ml-sm {
  margin-left: 20px;
}

.mr-sm {
  margin-right: 20px;
}

.py-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-xs {
  padding-top: 10px;
}

.pb-xs {
  padding-bottom: 10px;
}

.px-xs {
  padding-left: 10px;
  padding-right: 10px;
}

.pl-xs {
  padding-left: 10px;
}

.pr-xs {
  padding-right: 10px;
}

.my-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-xs {
  margin-top: 10px;
}

.mb-xs {
  margin-bottom: 10px;
}

.mx-xs {
  margin-left: 10px;
  margin-right: 10px;
}

.ml-xs {
  margin-left: 10px;
}

.mr-xs {
  margin-right: 10px;
}

.py-none {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-none {
  padding-top: 0;
}

.pb-none {
  padding-bottom: 0;
}

.px-none {
  padding-left: 0;
  padding-right: 0;
}

.pl-none {
  padding-left: 0;
}

.pr-none {
  padding-right: 0;
}

.my-none {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-none {
  margin-top: 0;
}

.mb-none {
  margin-bottom: 0;
}

.mx-none {
  margin-left: 0;
  margin-right: 0;
}

.ml-none {
  margin-left: 0;
}

.mr-none {
  margin-right: 0;
}

/**
 * Fonts
 */
.font-base {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-alt {
  font-family: "Georgia", "Times New Roman", Times, serif;
}

/**
 * Font Sizes
 */
.text-2xl {
  font-size: 32px;
  font-size: 2rem;
}

.text-xl {
  font-size: 24px;
  font-size: 1.5rem;
}

.text-lg {
  font-size: 22px;
  font-size: 1.375rem;
}

.text-md {
  font-size: 18px;
  font-size: 1.125rem;
}

.text-sm {
  font-size: 16px;
  font-size: 1rem;
}

.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
}

/**
 * Colors
 */
.text-base {
  color: #444;
}

.bg-base {
  background-color: #444;
}

.text-background {
  color: #fff;
}

.bg-background {
  background-color: #fff;
}

.text-brand {
  color: #444;
}

.bg-brand {
  background-color: #444;
}

.text-success {
  color: #5CB85C;
}

.bg-success {
  background-color: #5CB85C;
}

.text-info {
  color: #444;
}

.bg-info {
  background-color: #444;
}

.text-warning {
  color: #F0AD4E;
}

.bg-warning {
  background-color: #F0AD4E;
}

.text-danger {
  color: #D9534F;
}

.bg-danger {
  background-color: #D9534F;
}

body {
  color: #444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 16px;
  font-size: 1rem;
}
body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 20px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #444;
  text-decoration: none;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #444;
}

.grid {
  display: grid;
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-gap: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .grid.grid--lg-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--lg-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--lg-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--lg-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--lg-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--lg-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--md-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--md-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--md-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--md-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--md-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--md-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 516px) and (max-width:768px) {
  .grid.grid--sm-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--sm-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--sm-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--sm-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--sm-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--sm-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 515px) {
  .grid.grid--xs-1x {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid.grid--xs-2x {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid.grid--xs-3x {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.grid--xs-4x {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.grid--xs-5x {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.grid--xs-6x {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/**
 * This file contains all @font-face declarations, if any.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #fff;
  border: solid 1px #444;
  border-radius: 0;
  color: #444;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 5px 10px;
}

input[type=submit] {
  border-radius: 0;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 10px;
}

textarea {
  min-height: 80px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 20px;
}
.form .form__group .form__label {
  display: block;
  margin-bottom: 10px;
}

ul,
ol {
  margin-left: 10px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.list--unstyled {
  margin-left: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

article {
  padding-top: 40px;
  padding-bottom: 40px;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 24px !important;
}
article h1 {
  font-size: 48px;
}
article h2 {
  font-size: 36px;
}
article h3 {
  font-size: 24px;
}
article h4 {
  font-size: 20px;
}
article h5 {
  font-size: 18px;
}
article h6 {
  font-size: 16px;
}
article p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
article ul {
  list-style: disc;
  margin-bottom: 24px;
}
article ol {
  list-style: decimal;
  margin-bottom: 24px;
}
article li {
  margin-bottom: 12px;
}
article a {
  color: #1b2125;
  text-decoration: underline;
}
article a:hover {
  color: #1b2125;
  text-decoration: none;
}

@media screen and (max-width: 1025px) {
  main {
    padding-top: 80px;
  }
}

.header {
  background-color: #030501;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 48px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1025px) {
  .header {
    padding: 0 20px;
    position: fixed;
    width: 100%;
    transition: background-color 300ms ease;
  }
  .header.is-scrolled {
    background-color: rgba(3, 5, 1, 0.5);
  }
  .header:has(.header__navigation.open) {
    background-color: #030501;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
}
.header__inner a {
  text-decoration: none;
}
.header__inner a:hover {
  text-decoration: none;
}

.header__logo {
  flex-shrink: 0;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 18px;
  line-height: 0.9;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.header__logo:hover {
  color: #fff;
}
.header__logo h1 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  display: inline;
}

.header__logo-first {
  font-weight: 500;
}

.header__logo-last {
  font-weight: 700;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__navigation {
  display: flex;
}
@media screen and (max-width: 1025px) {
  .header__navigation {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    background-color: #030501;
  }
  .header__navigation.open {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 0;
    margin-top: 80px;
  }
  .header__navigation .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .header__navigation .nav > li > a {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 8px 20px 20px;
    justify-content: space-between;
  }
}
.header__navigation nav {
  width: 100%;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav > li {
  position: relative;
}
@media screen and (max-width: 1025px) {
  .nav > li {
    border-bottom: 1px solid #525252;
    width: 100%;
  }
}
.nav > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 250ms ease-in-out;
  position: relative;
}
.nav > li > a:hover {
  color: #fff;
}
.nav > li.menu-item-has-children > a {
  letter-spacing: 2.25px;
}
.nav > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15.4L6 9.4L7.4 8L12 12.6L16.6 8L18 9.4L12 15.4Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.nav > li > .sub-menu {
  display: none;
}
@media (min-width: 1026px) {
  .nav > li:hover > .sub-menu,
  .nav > li:focus-within > .sub-menu {
    display: block;
  }
}
.nav > li.is-sub-open > .sub-menu {
  display: block;
}

.sub-menu {
  background-color: #030501;
  padding: 30px 15px 0;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1025px) {
  .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    white-space: normal;
    padding: 8px 0 8px 16px;
  }
}
.sub-menu li {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.sub-menu li a {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: capitalize;
  color: #A3A3A3;
  text-decoration: none;
  letter-spacing: -0.48px;
}

.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1025px) {
  .nav-burger {
    display: flex;
    position: relative;
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.nav-burger__line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 250ms ease-in-out;
  transform-origin: center;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

.footer {
  background: #171717;
  padding: 100px 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 515px) {
  .footer {
    padding: 40px 0;
  }
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: -24px;
}

.footer__logo a:hover {
  text-decoration: none;
}

.footer__logo-link {
  display: inline-block;
  font-family: "Zalando Sans Expanded", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0.44px;
}
.footer__logo-link:hover {
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.footer__logo-first {
  display: block;
  font-weight: 500;
  font-size: 29px;
  letter-spacing: 0.58px;
}

.footer__logo-last {
  display: block;
  font-weight: 700;
  font-size: 22px;
}

.footer__links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 0;
  border-top: 1px solid #262626;
}
@media screen and (max-width: 1024px) {
  .footer__links {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 515px) {
  .footer__links {
    margin-bottom: -40px;
  }
}

.footer__links-columns {
  display: flex;
  gap: 18px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .footer__links-columns {
    flex-wrap: wrap;
    gap: 32px 40px;
  }
}
@media screen and (max-width: 515px) {
  .footer__links-columns {
    gap: 32px 85px;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 28px;
  flex: 1;
}
@media screen and (max-width: 515px) {
  .footer__col {
    flex-basis: 32%;
  }
}

.footer__col-title {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}

.footer__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__col-list a {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.45px;
  color: #a3a3a3;
  text-decoration: none;
  transition: color 200ms ease;
}
.footer__col-list a:hover {
  color: #fff;
}

.footer__social {
  display: grid;
  grid-template-columns: repeat(3, 38px);
  gap: 12px 18px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .footer__social {
    align-self: flex-start;
  }
}
@media screen and (max-width: 515px) {
  .footer__social {
    grid-template-columns: repeat(6, 38px);
    gap: 12px;
  }
}

.footer__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  overflow: hidden;
  transition: opacity 200ms ease;
}
.footer__social-icon img {
  width: 38px;
  height: 38px;
  display: block;
}
.footer__social-icon:hover {
  opacity: 0.7;
}

.footer__bottom {
  border-top: 1px solid #262626;
  padding-top: 33px;
  text-align: left;
}

.footer__copyright {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #737373;
  padding-top: 24px;
}

.btn {
  background-color: #444;
  color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: auto;
  transition: all 0.5s;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #444;
  border-color: #444;
}
.btn.is-disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn--inverse {
  background-color: #fff;
  color: #444;
  border: 1px solid #444;
}
.btn--inverse:hover {
  background-color: #444;
  color: #fff;
  border-color: transparent;
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 5px;
}

.btn--link {
  background-color: transparent;
  color: #444;
}

.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 20px;
}
.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}
.alert.alert--info {
  color: #444;
  border-color: #444;
}
.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}
.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}

.home-page {
  --font-display: Zalando Sans Expanded, sans-serif;
  --font-body: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-card-title: Inter Tight, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-btn: Inter Tight, Helvetica Neue, Helvetica, Arial, sans-serif;
  --c-dark: #1b2125;
  --c-dark-mid: #4a555d;
  --c-body: #171717;
  --c-accent-light: #aac1cc;
  --c-accent-muted: #9dbcd1;
}

.h-hero {
  position: relative;
  width: 100%;
  height: 95vh;
  overflow: hidden;
  background: rgb(12, 14, 12) var(--bg-image) center/cover no-repeat;
}
.h-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 27, 36, 0.8) 0%, transparent 73%);
}
@media screen and (max-width: 768px) {
  .h-hero::before {
    background: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  .h-hero {
    background-position-x: 80%;
  }
}
@media only screen and (max-width: 870px) {
  .h-hero {
    background-position-x: 70%;
  }
}
@media screen and (max-width: 768px) {
  .h-hero {
    background-image: url("/wp-content/uploads/2026/05/Hero-banner-mobile.jpg");
  }
}
@media only screen and (min-width: 1920px) {
  .h-hero {
    background-position-y: 30%;
  }
}
@media screen and (max-width: 400px) {
  .h-hero {
    height: 120vh;
		height: calc(100vh - 78px);
  }
}

.h-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 86px;
}
@media screen and (min-width: 2400px) {
  .h-hero__inner {
    max-width: 2200px;
  }
}
@media screen and (min-width: 1920px) {
  .h-hero__inner {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1024px) {
  .h-hero__inner {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .h-hero__inner {
    align-items: flex-start;
    padding-top: 48px;
    justify-content: center;
  }
}

.h-hero__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 625px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .h-hero__content {
    align-items: center;
  }
}

.h-hero__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: 84px;
  line-height: 0.9;
  letter-spacing: -1.68px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .h-hero__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .h-hero__title {
    font-size: 48px;
    text-align: center;
  }
}

.h-hero__subtitle {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .h-hero__subtitle {
    font-size: 22px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
        font-size: 18px;
        max-width: 340px;
  }
}

.h-hero__play {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 18px;
  text-decoration: none;
  transition: opacity 200ms ease;
  position: relative;
  left: 15px;
}
@media screen and (max-width: 515px) {
  .h-hero__play {
    gap: 40px;
        gap: 24px;
  }
}
.h-hero__play:hover {
  opacity: 0.85;
  text-decoration: none;
}

.h-hero__play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(75, 75, 75, 0.8));
}
.h-hero__play-btn::after {
  content: "";
  position: absolute;
  border-radius: 100px;
  border: 1px solid #5D5C63;
  height: 110px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .h-hero__play-btn::after {
    height: 83px;
    width: 83px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  }
}
.h-hero__play-btn img {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .h-hero__play-btn {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.05), 0 0 0 13px rgba(255, 255, 255, 0.25);
  }
}

.h-hero__play-text {
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 133%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}
.h-hero__play-text:hover {
  text-decoration: none;
}

.h-quote {
  background: radial-gradient(ellipse at center, #ebeff3 0%, #c7cdd5 100%);
  padding: 100px 0px 120px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .h-quote {
    padding: 80px 24px;
  }
}
@media screen and (max-width: 768px) {
  .h-quote {
    padding: 60px 20px;
  }
}

.h-quote__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 632px;
}

.h-quote__mark {
  width: 52px;
  height: 41px;
}

.h-quote__text {
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(35deg, rgba(138, 41, 34, 0.5) 15%, rgba(138, 41, 34, 0) 70%), linear-gradient(116deg, #4a555d 41%, #1b2125 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 1024px) {
  .h-quote__text {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .h-quote__text {
    font-size: 48px;
    line-height: 1.1;
  }
}

.h-quote__attribution {
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #171717;
}

.h-story {
  background: rgba(239, 244, 248, 0.5);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .h-story {
    padding: 60px 0;
  }
}

.h-story__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  color: #171717;
  margin: 0 0 12px;
}
@media screen and (max-width: 1024px) {
  .h-story__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .h-story__title {
    font-size: 34px;
    text-align: center;
  }
}

.h-story__slider {
  position: relative;
  min-height: 470px;
}
@media screen and (max-width: 1024px) {
  .h-story__slider {
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .h-story__slider {
    min-height: auto;
  }
}

.h-story__slide {
  display: none;
}
.h-story__slide.is-active {
  display: block;
}

.h-story__content {
  display: flex;
  gap: 48px;
  align-items: center;
  position: relative;
  background-image: var(--bg-image);
  background-size: 350px auto;
  background-position-x: 25%;
  background-position-y: 15%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .h-story__content {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 515px) {
  .h-story__content {
    gap: 20px;
  }
}

.h-story__text {
  flex: 1;
}

.h-story__image {
  flex: 1.2;
}
@media screen and (max-width: 768px) {
  .h-story__image {
    padding: 48px 0 0;
  }
}
@media screen and (max-width: 515px) {
  .h-story__image {
    padding: 20px 0 0;
  }
}

.h-story__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 495px;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .h-story__text {
    order: 2;
  }
}
@media screen and (max-width: 515px) {
  .h-story__text {
    gap: 8px;
  }
}

.h-story__year {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  color: #171717;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .h-story__year {
    font-size: 34px;
  }
}

.h-story__label {
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 133%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #171717;
  margin: 0;
}

.h-story__body {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.54px;
  color: #171717;
  margin: 0;
}

.h-story__image img {
  width: 100%;
  height: auto;
  display: block;
}

.h-story__nav {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 0px;
  min-height: 95px;
}

.h-story__arrow {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #c7d5dc;
  background: #f7f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #171717;
  transition: background 200ms ease, border-color 200ms ease;
}
@media only screen and (max-width: 1024px) {
  .h-story__arrow {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }
}
.h-story__arrow:hover:not(.is-disabled) {
  background: #e8eef3;
  border-color: #a0b4c0;
}
.h-story__arrow.is-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.h-story__arrow svg {
  width: 10px;
  height: 16px;
}

.h-story__arrow-year {
  display: none;
}

@media screen and (max-width: 768px) {
  .h-story__arrow {
    display: none;
  }
}
.h-story__timeline {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
  padding-top: 22px;
}

.h-story__timeline-line {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  height: 2px;
  background: #c7d5dc;
}
@media screen and (max-width: 1024px) {
  .h-story__timeline-line {
    top: 30px;
  }
}

.h-story__dots {
  display: flex;
  justify-content: flex-start;
  position: relative;
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-top: 26px;
  margin-top: -26px;
}
.h-story__dots.fade-left {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%);
}
.h-story__dots.fade-right {
  -webkit-mask-image: linear-gradient(to left, transparent 0%, black 1%);
  mask-image: linear-gradient(to left, transparent 0%, black 1%);
}
.h-story__dots.fade-left.fade-right {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 92%, transparent 100%);
}
@media only screen and (max-width: 768px) {
  .h-story__dots {
    justify-content: center;
  }
}
.h-story__dots::-webkit-scrollbar {
  display: none;
}
.h-story__dots.is-dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.h-story__dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex: 0 0 12.5%;
  min-width: 0;
  transform: translateY(-11px);
}
.h-story__dot.is-active {
  margin-top: -11px;
}
@media screen and (max-width: 1024px) {
  .h-story__dot.is-active {
    margin-top: -7px;
  }
}
@media only screen and (max-width: 768px) {
  .h-story__dot.is-active {
    margin-top: -3px;
  }
}

.h-story__dot-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #c1d0d8;
  background: #f7f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease;
}
@media only screen and (max-width: 1024px) {
  .h-story__dot-circle {
    width: 40px;
    height: 40px;
  }
}
.h-story__dot-circle::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c1d0d8;
  transition: all 200ms ease;
}

.h-story__dot.is-active .h-story__dot-circle {
  width: 58px;
  height: 58px;
  border-color: #c1d0d8;
  background: #f7f9fb;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .h-story__dot.is-active .h-story__dot-circle {
    width: 50px;
    height: 50px;
  }
}
.h-story__dot.is-active .h-story__dot-circle::after {
  width: 18px;
  height: 18px;
  background: #171717;
}

.h-story__dot-label {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #808489;
  white-space: nowrap;
  transition: color 200ms ease, font-weight 200ms ease;
}

.h-story__dot.is-active .h-story__dot-label {
  font-weight: 600;
  font-size: 16px;
  color: #171717;
}

@media screen and (max-width: 768px) {
  .h-story__nav {
    margin: 20px -20px 0;
  }
  .h-story__dots {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 75px;
    padding: 26px 20px 0;
    cursor: grab;
  }
  .h-story__dots::-webkit-scrollbar {
    display: none;
  }
  .h-story__dot {
    display: flex;
    flex: 0 0 auto;
    min-width: 80px;
  }
}
.h-companies {
  background: linear-gradient(180deg, #D3DAE5 13.57%, #EDF0F5 100%);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .h-companies {
    padding: 60px 0;
  }
}
@media screen and (max-width: 515px) {
  .h-companies {
    padding: 40px 0;
  }
}

.h-companies__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #171717;
  margin: 0 0 48px;
}
@media screen and (max-width: 1024px) {
  .h-companies__title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .h-companies__title {
    text-align: left;
  }
}

.h-companies__subtitle {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 200%;
  text-transform: uppercase;
  color: #171717;
  margin: 0 0 12px;
}
@media screen and (max-width: 1024px) {
  .h-companies__subtitle {
    font-size: 22px;
    line-height: 1.4;
  }
}

.h-companies__logos-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 12px;
  justify-content: center;
}
.h-companies__logos-row:last-child {
  margin-bottom: 0;
}

.h-companies__logo-card {
  flex: 1 1 calc(25% - 14px);
  min-width: 0;
  background: rgba(252, 252, 252, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5px 24px 24px;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
}
@media screen and (max-width: 515px) {
  .h-companies__logo-card {
    padding: 24px;
  }
}
.h-companies__logo-card img {
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.h-companies__logo-card .h-companies__logo-text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 600ms ease-in-out, opacity 600ms ease-in-out, margin 400ms ease-in-out;
  margin-top: 0;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 110%;
  color: #171717;
}
@media (hover: hover) {
  .h-companies__logo-card:hover .h-companies__logo-text {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px;
    cursor: pointer;
  }
}
.h-companies__logo-card .h-companies__logo-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h-companies__logo-card {
    flex: 1 1 calc(50% - 9px);
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: auto;
    min-height: 180px;
  }
  .h-companies__logo-card .h-companies__logo-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #fff;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
    transition: transform 300ms ease;
  }
  .h-companies__logo-card.is-expanded .h-companies__logo-toggle {
    display: none;
  }
  .h-companies__logo-card .h-companies__logo-text {
    flex: 0 0 100%;
  }
  .h-companies__logo-card.is-expanded .h-companies__logo-text {
    max-height: 200px;
    opacity: 1;
    margin-top: 12px;
  }
}
@media screen and (max-width: 515px) {
  .h-companies__logo-card {
    min-height: -moz-fit-content;
    min-height: fit-content;
    flex: 1 1 calc(100% - 9px);
  }
}

.h-companies__logos-row--3col .h-companies__logo-card {
  flex: 1 1 calc(33.333% - 12px);
}
@media screen and (max-width: 1024px) {
  .h-companies__logos-row--3col .h-companies__logo-card {
    flex: 1 1 calc(50% - 9px);
  }
  .h-companies__logos-row--3col .h-companies__logo-card:last-of-type {
    flex: unset;
    width: 50%;
  }
}

.h-companies__logos-section {
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .h-companies__logo-card--investor {
    flex: 1 1 calc(50% - 9px);
    min-height: 140px;
    justify-content: center;
    align-items: flex-end;
  }
}

.h-flywheel {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .h-flywheel {
    margin-bottom: 80px;
  }
}

.h-flywheel__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 12px;
  background: linear-gradient(69deg, rgba(138, 41, 34, 0.5) 15.44%, rgba(138, 41, 34, 0) 70.42%), linear-gradient(98deg, #4A555D 40.6%, #1B2125 87.44%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .h-flywheel__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .h-flywheel__title {
    text-align: left;
  }
}

.h-flywheel__text {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.54px;
  color: #171717;
  max-width: 794px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 768px) {
  .h-flywheel__text {
    text-align: left;
    margi-bottom: 50px;
  }
}

.h-flywheel__image {
  max-width: 693px;
  margin: 0 auto;
  position: relative;
}
.h-flywheel__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .h-flywheel__image {
    cursor: zoom-in;
  }
}

.h-flywheel__zoom-hint {
  display: none;
}
@media screen and (max-width: 768px) {
  .h-flywheel__zoom-hint {
    display: block;
    margin-top: 50px;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #171717;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
  }
}

.flywheel-zoom {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(220, 225, 230, 0.95);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.flywheel-zoom.is-open {
  display: block;
}

.flywheel-zoom__close {
  position: fixed;
  top: 12px;
  left: 44%;
  right: 44%;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
}
.flywheel-zoom__close::before, .flywheel-zoom__close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #171717;
}
.flywheel-zoom__close::before {
  transform: rotate(45deg);
}
.flywheel-zoom__close::after {
  transform: rotate(-45deg);
}

.flywheel-zoom__img {
  width: 150vw;
  max-width: none;
  display: block;
  padding: 80px 20px 20px;
}

.h-companies__investor-section .h-companies__logos-row {
  margin-top: 0;
}

.h-companies__investor-text {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.54px;
  color: #171717;
  margin: 0 0 12px;
}

.h-books {
  background: var(--Gradient-Dark, radial-gradient(88.04% 88.04% at 50.23% 99.98%, #979A9F 0%, #1B2125 100%));
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .h-books {
    padding: 60px 0;
  }
}
@media screen and (max-width: 515px) {
  .h-books {
    padding: 40px 0;
  }
}

.h-books__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 515px) {
  .h-books__inner {
    padding: 0 10px;
  }
}

.h-books__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to top, #466173 7%, #9dbcd1 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 48px;
}
@media screen and (max-width: 1024px) {
  .h-books__title {
    font-size: 36px;
  }
}

.h-books__grid {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .h-books__grid {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-right: -40px;
    padding-right: 10px;
    gap: 16px;
  }
  .h-books__grid::-webkit-scrollbar {
    display: none;
  }
}

.h-book-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  max-width: 385px;
}
@media screen and (max-width: 768px) {
  .h-book-card {
    flex: 0 0 55%;
  }
}
@media only screen and (max-width: 515px) {
  .h-book-card {
    flex: 0 0 85%;
  }
}
.h-book-card {
  background: linear-gradient(52deg, rgba(70, 113, 154, 0.4) 3%, rgba(70, 113, 154, 0) 65%), linear-gradient(138deg, #4a555d 31%, #1b2125 97%);
}
@media only screen and (min-width: 768px) {
  .h-book-card:hover {
    box-shadow: 0 0 40px 0 #418BD1;
    transition: all 0.6s ease;
  }
}
.h-book-card:nth-child(2) {
  background: linear-gradient(66deg, rgba(138, 41, 34, 0.4) 2.93%, rgba(138, 41, 34, 0) 64.52%), linear-gradient(122deg, #4A555D 30.76%, #1B2125 97.4%);
}
.h-book-card:nth-child(2):hover {
  box-shadow: 0 0 40px 0 #B70D01;
  transition: all 0.6s ease;
}
.h-book-card:nth-child(3) {
  background: linear-gradient(66deg, rgba(154, 118, 70, 0.4) 2.93%, rgba(154, 118, 70, 0) 64.52%), linear-gradient(122deg, #4A555D 30.76%, #1B2125 97.4%);
}
.h-book-card:nth-child(3):hover {
  box-shadow: 0 0 40px 0 #BC8101;
  transition: all 0.6s ease;
}

.h-book-card__image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media only screen and (max-width: 515px) {
  .h-book-card__image img {
    max-height: 240px;
  }
}

.h-book-card__body {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.h-book-card__title {
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}

.h-book-card__desc {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.54px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 515px) {
  .h-book-card__desc {
    font-size: 16px;
    line-height: 140%;
  }
}

.h-book-card__buttons {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .h-book-card__buttons {
    flex-direction: column;
  }
  .h-book-card__buttons.c-btn {
    width: 100%;
  }
}
.h-book-card__buttons .c-btn {
  padding: 6px 12px;
}
@media screen and (max-width: 515px) {
  .h-book-card__buttons .c-btn {
    padding: 6px 24px;
  }
}

.h-events {
  background: linear-gradient(to bottom, #dee4ed, #fff);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .h-events {
    padding: 60px 0;
  }
}
@media screen and (max-width: 515px) {
  .h-events {
    padding: 40px 0;
  }
}

.h-events__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .h-events__inner {
    align-items: flex-start;
  }
}

.h-events__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(27deg, rgba(138, 41, 34, 0.5) 15%, rgba(138, 41, 34, 0) 70%), linear-gradient(124deg, #4a555d 41%, #1b2125 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 12px;
}
@media screen and (max-width: 1024px) {
  .h-events__title {
    font-size: 34px;
  }
}

.h-events__subtitle {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.54px;
  color: #171717;
  text-align: center;
  max-width: 790px;
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .h-events__subtitle {
    text-align: left;
  }
}

.h-events__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
}

.h-event-card {
  flex: 1 1 calc(50% - 7px);
  position: relative;
  height: 320px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: var(--bg) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .h-event-card {
    flex: 1 1 100%;
    padding: 16px;
    height: 340px;
  }
  .h-event-card:nth-child(1) {
    background-position: left center;
  }
  .h-event-card:nth-child(2) {
    background-position: 80% 0%;
  }
  .h-event-card:nth-child(3) {
    background-position: 80% 50%;
  }
  .h-event-card:nth-child(4) {
    background-position: center center;
  }
}
.h-event-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(209deg, transparent 41%, var(--event-accent) 100%), linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.8) 92%);
}

.h-event-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.h-event-card__badges {
  display: flex;
  gap: 8px;
}

.h-event-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #fff;
  align-self: flex-start;
}

.h-event-card__title {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  letter-spacing: -0.72px;
  color: #fff;
  margin: 0;
}

.h-event-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.45px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 515px) {
  .h-event-card__meta {
    font-size: 12px;
  }
}

.h-event-card__divider {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
}

.h-event-card__buttons {
  display: flex;
  gap: 12px;
  margin-top: 4px;
  flex-wrap: wrap;
}
@media screen and (max-width: 515px) {
  .h-event-card__buttons {
    flex-direction: column;
  }
}

.h-consulting {
  position: relative;
  padding: 80px 100px 0;
  overflow: hidden;
  background: linear-gradient(to top, #c7cdd5, #ebeff3 97%);
}
.h-consulting::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-image) center/cover no-repeat;
  opacity: 0.15;
  mix-blend-mode: luminosity;
}
@media screen and (max-width: 1024px) {
  .h-consulting {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 515px) {
  .h-consulting {
    padding: 40px 0 0;
  }
}

.h-consulting__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .h-consulting__inner {
    flex-direction: column;
  }
}

.h-consulting__image {
  flex-shrink: 0;
  width: 48%;
  margin-right: 6px;
}
.h-consulting__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .h-consulting__image {
    width: 100%;
    max-width: 500px;
    order: 2;
  }
}

.h-consulting__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .h-consulting__text {
    width: 100%;
    order: 1;
    padding-bottom: 24px;
  }
}

.h-consulting__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(46deg, rgba(138, 41, 34, 0.5) 15%, rgba(138, 41, 34, 0) 70%), linear-gradient(108deg, #4a555d 41%, #1b2125 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  max-width: 590px;
}
@media screen and (max-width: 1024px) {
  .h-consulting__title {
    font-size: 34px;
    max-width: 450px;
  }
}

.h-consulting__body {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.54px;
  color: #171717;
  margin: 0;
}

.h-podcast__hero {
  position: relative;
  padding: 64px 0 80px;
  min-height: 800px;
  display: flex;
  align-items: flex-start;
  background-image: var(--bg-desktop);
  background-position-x: 30%;
  background-position-y: 20%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .h-podcast__hero {
    background-position-x: 60%;
  }
}
@media screen and (max-width: 768px) {
  .h-podcast__hero {
    background-image: var(--bg-mobile);
    min-height: 1100px;
    background-position-y: 100%;
  }
}
.h-podcast__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
}

#h-podcast__blue {
  position: absolute;
  bottom: 0;
  left: 0;
}

#h-podcast__red {
  position: absolute;
  bottom: 0;
  right: 0;
}

.h-podcast__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 45%;
}
@media screen and (max-width: 1280px) {
  .h-podcast__hero-inner {
    width: 51%;
  }
}
@media screen and (max-width: 1024px) {
  .h-podcast__hero-inner {
    padding: 0 12px;
    margin-left: 0;
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .h-podcast__hero-inner {
    padding: 0;
  }
}
@media only screen and (max-width: 630px) {
  .h-podcast__hero-inner {
    width: 70%;
  }
}
@media screen and (max-width: 515px) {
  .h-podcast__hero-inner {
    width: 96%;
  }
}

.h-podcast__logo {
  width: 147px;
  height: auto;
}

.h-podcast__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .h-podcast__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 515px) {
  .h-podcast__title {
    font-size: 34px;
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .h-podcast__title {
    font-size: 32px;
  }
}

.h-podcast__buttons {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .h-podcast__buttons {
    flex-wrap: wrap;
  }
}

.h-podcast__social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.h-podcast__social-label {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.h-podcast__social-icons {
  display: flex;
  gap: 12px;
}
.h-podcast__social-icons .footer__social-icon {
  background: rgba(255, 255, 255, 0.15);
}

.h-podcast__cards {
  margin: -170px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  position: relative;
  z-index: 2;
  padding: 0 12px;
}
@media screen and (max-width: 1024px) {
  .h-podcast__cards {
    padding: 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .h-podcast__cards {
    padding: 0 8px 0 48px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    gap: 16px;
    margin: -100px 0 0 20px;
  }
  .h-podcast__cards::-webkit-scrollbar {
    display: none;
  }
}

.h-podcast-card {
  flex: 1;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  background: var(--bg) center/cover no-repeat;
}
.h-podcast-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(232deg, rgba(3, 140, 178, 0) 41%, rgba(3, 140, 178, 0.7) 100%), linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.95) 92%);
}
@media screen and (max-width: 768px) {
  .h-podcast-card {
    height: 480px;
    flex: 0 0 45%;
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 515px) {
  .h-podcast-card {
    flex: 0 0 90%;
  }
}

.h-podcast-card__text {
  position: relative;
  z-index: 1;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 127%;
  letter-spacing: -0.66px;
  color: #fff;
  margin: 0;
}

.h-vt {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(to top, #d3dbe5, #eef2f7 88%);
  overflow: hidden;
}
.h-vt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-image) center/cover no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .h-vt {
    padding: 60px 0;
  }
}
@media screen and (max-width: 515px) {
  .h-vt {
    padding: 40px 0;
  }
}

.h-vt__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .h-vt__top {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .h-vt__top {
    gap: 10px;
  }
}

.h-vt__header {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.h-vt__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 515px) {
  .h-vt__brand {
    justify-content: center;
    margin-bottom: 14px;
  }
}

.h-vt__logo {
  width: 87px;
  height: 109px;
}

.h-vt__name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
  color: #ea2127;
}
@media screen and (max-width: 1024px) {
  .h-vt__name {
    font-size: 48px;
  }
}

.h-vt__tagline {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #171717;
  margin: 0;
}

.h-vt__stats {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .h-vt__stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
  }
  .h-vt__stats::before, .h-vt__stats::after {
    display: none;
  }
}

.h-vt__stats-row {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .h-vt__stats-row {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .h-vt__stats-row-first {
    display: flex;
  }
}

.h-vt__stat {
  flex: 1;
  background: rgba(236, 241, 246, 0.75);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .h-vt__stat {
    flex: 0 0 calc(50% - 5px);
    min-height: 100px;
    padding: 16px;
  }
}

.h-vt__stat.stat-first {
  display: block;
}

.h-vt__stat--accent {
  flex: 1;
  max-width: 580px;
  height: 364px;
  position: relative;
  margin-left: 14px;
}
@media screen and (max-width: 1024px) {
  .h-vt__stat--accent {
    width: 100%;
    max-width: 100%;
  }
}

.h-vt__stat-map {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  margin-left: -127px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .h-vt__stat-map {
    margin-left: 0px;
    position: relative;
  }
}

.h-vt__stat-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.h-vt__stat-text.stat-map {
  align-self: flex-end;
}

.h-vt__stat-flex {
  display: flex;
  justify-content: space-between;
}

.h-vt__stat-number {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
  color: #171717;
}

.h-vt__stat-unit {
  font-size: 28px;
  font-weight: 700;
}

.h-vt__stat-label {
  font-family: "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #171717;
}

.guests-label {
  max-width: 180px;
}

.label-map {
  max-width: 190px;
}
@media screen and (max-width: 1024px) {
  .label-map {
    max-width: unset;
  }
}

.h-vt__stat-icon {
  max-height: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.h-vt__stat-icon.stat-guests {
  width: 180px;
  position: absolute;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .h-vt__stat-icon.stat-guests {
    width: 140px;
  }
}

.h-vt__stat-icon--wide {
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .h-vt__stat-icon--wide {
    max-width: 160px;
  }
}

.h-vt__stat-mobile {
  display: none;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .h-vt__stat-mobile {
    display: block;
    padding: 24px;
  }
  .h-vt__stat-text,
  .h-vt__stat-icon,
  .h-vt__stat-label,
  .h-vt__stat-map {
    display: none;
  }
  .h-vt__stat {
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 515px) {
  .h-vt__stat-mobile {
    padding: 18px;
  }
}
.h-leaders {
  background: radial-gradient(86.56% 86.56% at 50.23% 85.68%, #979A9F 0%, #1B2125 100%);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .h-leaders {
    padding: 40px 0;
  }
}
@media screen and (max-width: 515px) {
  .h-leaders {
    padding: 20px 0 10px;
  }
}

.h-leaders__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.h-leaders__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .h-leaders__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 515px) {
  .h-leaders__title {
    font-size: 24px;
    text-align: left;
  }
}

.h-leaders__carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
  scrollbar-width: none;
}
@media screen and (max-width: 1024px) {
  .h-leaders__carousel {
    margin-right: -20px;
    padding-right: 20px;
  }
}
.h-leaders__carousel::-webkit-scrollbar {
  display: none;
}

.h-leaders__nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 515px) {
  .h-leaders__nav {
    display: none;
  }
}

.h-leaders__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: background 200ms ease, border-color 200ms ease;
}
.h-leaders__arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
.h-leaders__arrow svg {
  width: 10px;
  height: 16px;
}

.h-leader-card {
  flex-shrink: 0;
  width: 390px;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  scroll-snap-align: start;
  background: var(--bg) center/cover no-repeat;
}
.h-leader-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(232deg, transparent 41%, var(--accent) 100%), linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.95) 92%);
}
@media screen and (max-width: 768px) {
  .h-leader-card {
    width: 310px;
    height: 480px;
  }
}

.h-leader-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.h-leader-card__name {
  font-family: "Manrope", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 15.5px;
  color: #fff;
  margin: 0;
}

.h-leader-card__role {
  font-family: "Manrope", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14.2px;
  color: #fff;
  margin: 0;
}

.h-leader-card__quote {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 127%;
  letter-spacing: -0.66px;
  color: #fff;
  margin: 0;
}

.h-minnect {
  background: linear-gradient(to top, #c7cdd5, #ebeff3 97%);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .h-minnect {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 515px) {
  .h-minnect {
    padding: 0 0 40px;
  }
}

.h-minnect__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  /*   background-image: url('/wp-content/uploads/2026/05/minnect-logo.svg');
     background-position-x: 0%;
     background-position-y: 70%;
     background-repeat: no-repeat;
     background-size: contain; */
}
@media screen and (max-width: 768px) {
  .h-minnect__top {
    flex-direction: column;
    padding: 0 48px;
    gap: 32px;
  }
}
@media screen and (max-width: 515px) {
  .h-minnect__top {
    padding: 0 20px;
    gap: 24px;
  }
}

.h-minnect__mockup {
  position: relative;
}
.h-minnect__mockup img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .h-minnect__mockup {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .h-minnect__mockup {
    order: 2;
    margin: 0 auto;
    width: 100%;
  }
}

.h-minnect__mockup-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #171717;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.54px;
}
@media screen and (max-width: 1024px) {
  .h-minnect__mockup-buttons {
    right: -20px;
    bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  .h-minnect__mockup-buttons {
    right: 0;
    bottom: -20px;
  }
}
@media screen and (max-width: 515px) {
  .h-minnect__mockup-buttons {
    position: relative;
  }
}

.h-minnect__mockup-buttons-inner {
  display: flex;
  gap: 16px;
}

.h-minnect__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 590px;
}
@media screen and (max-width: 1024px) {
  .h-minnect__text {
    max-width: 450px;
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .h-minnect__text {
    order: 1;
    max-width: unset;
    width: 100%;
  }
}

.h-minnect__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(39deg, rgba(138, 41, 34, 0.5) 15%, rgba(138, 41, 34, 0) 70%), linear-gradient(113deg, #4a555d 41%, #1b2125 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  width: 429px;
}
@media screen and (max-width: 1024px) {
  .h-minnect__title {
    font-size: 34px;
    width: 100%;
  }
}
@media screen and (max-width: 515px) {
  .h-minnect__title {
    width: 83%;
  }
}

.h-minnect__body {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.54px;
  color: #171717;
  margin: 0;
}

.h-minnect__circles {
  margin: 100px auto 0;
}
@media screen and (max-width: 515px) {
  .h-minnect__circles {
    margin-top: 32px;
  }
}

.h-minnect__circles-card {
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 32px 48px;
  background: center/cover no-repeat;
  min-height: 300px;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .h-minnect__circles-card {
    flex-direction: column;
    padding: 32px 24px;
  }
}

.h-minnect__circles-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 462px;
}
@media screen and (max-width: 1024px) {
  .h-minnect__circles-text {
    max-width: 600px;
  }
}

.h-minnect__circles-title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 515px) {
  .h-minnect__circles-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 515px) {
  .h-minnect__circles-title {
    font-size: 24px;
  }
}

.h-minnect__circles-body {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.54px;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 515px) {
  .h-minnect__circles-body {
    line-height: 140%;
  }
}

.h-minnect__circles-items {
  display: flex;
  gap: 16px;
  margin-top: -80px;
}
@media screen and (max-width: 1024px) {
  .h-minnect__circles-items {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .h-minnect__circles-items {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.h-minnect__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}
.h-minnect__circle img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.h-minnect__circle .c-btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .h-minnect__circle img {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 515px) {
  .h-minnect__circle img {
    width: 240px;
    height: 240px;
  }
}

.h-quiz {
  background: var(--Gradient-Dark, radial-gradient(88.04% 88.04% at 50.23% 99.98%, #979A9F 0%, #1B2125 100%));
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .h-quiz {
    padding: 60px 0;
  }
}
@media screen and (max-width: 515px) {
  .h-quiz {
    padding: 40px 0;
  }
}

.h-quiz__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .h-quiz__inner {
    flex-direction: column;
  }
}

.h-quiz__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .h-quiz__text {
    padding-bottom: 24px;
    width: 100%;
  }
}

.h-quiz__title {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  max-width: 470px;
}
@media screen and (max-width: 1024px) {
  .h-quiz__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .h-quiz__title {
    max-width: unset;
  }
}

.h-quiz__body {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.54px;
  color: #fff;
  margin: 0;
  max-width: 490px;
}
@media screen and (max-width: 768px) {
  .h-quiz__body {
    max-width: unset;
  }
}

.h-quiz__images {
  display: flex;
  gap: 12px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .h-quiz__images {
    width: 100%;
  }
}
@media screen and (max-width: 515px) {
  .h-quiz__images {
    gap: 6px;
  }
}

.h-quiz__img {
  flex: 1;
  height: 420px;
  background: var(--bg) center/cover no-repeat;
  position: relative;
}
.h-quiz__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 65%, var(--accent) 100%);
}
@media screen and (max-width: 1024px) {
  .h-quiz__img {
    height: 300px;
  }
}

.h-gallery {
  padding: 40px 0;
  background: #ffffff;
}

.h-gallery__mosaic {
  display: flex;
  gap: 14px;
  height: 405px;
}
@media screen and (max-width: 1024px) {
  .h-gallery__mosaic {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .h-gallery__mosaic {
    height: auto;
    flex-wrap: wrap;
  }
}

.h-gallery__col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .h-gallery__col {
    flex: 0 0 calc(50% - 7px);
  }
}

.h-gallery__item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.h-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .h-gallery__col--1 {
    order: 2;
  }
}
.h-gallery__col--1 .h-gallery__item--a {
  flex: 225;
}
.h-gallery__col--1 .h-gallery__item--a img {
  -o-object-position: 80% 20%;
     object-position: 80% 20%;
}
.h-gallery__col--1 .h-gallery__item--b {
  flex: 166;
}

@media screen and (max-width: 768px) {
  .h-gallery__col--2 {
    order: 1;
  }
}
.h-gallery__col--2 .h-gallery__item--c {
  flex: 1;
}
.h-gallery__col--2 .h-gallery__item--c img {
  -o-object-position: 80% 0%;
     object-position: 80% 0%;
}

@media screen and (max-width: 768px) {
  .h-gallery__col--3 {
    order: 3;
    flex: 0 0 calc(100% - 0px);
    height: 100% !important;
  }
}
.h-gallery__col--3 .h-gallery__item--d {
  flex: 134;
}
.h-gallery__col--3 .h-gallery__item--d img {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
@media screen and (max-width: 768px) {
  .h-gallery__col--3 .h-gallery__item--d img {
    height: 130px;
  }
}
.h-gallery__col--3 .h-gallery__item--e {
  flex: 240;
}
.h-gallery__col--3 .h-gallery__item--e img {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
@media screen and (max-width: 768px) {
  .h-gallery__col--3 .h-gallery__item--e img {
    height: 250px;
    -o-object-position: 43% 10%;
       object-position: 43% 10%;
  }
}
@media screen and (max-width: 768px) {
  .h-gallery__col--3 .h-gallery__item--e {
    position: absolute;
    top: 142px;
    left: 52%;
  }
}

@media screen and (max-width: 768px) {
  .h-gallery__col--4 {
    order: 4;
  }
}
.h-gallery__col--4 .h-gallery__item--f {
  flex: 70;
}
.h-gallery__col--4 .h-gallery__item--f img {
  -o-object-position: 100% 5%;
     object-position: 100% 5%;
}
@media screen and (max-width: 768px) {
  .h-gallery__col--4 .h-gallery__item--f {
    flex: 180;
  }
}
.h-gallery__col--4 .h-gallery__item--g {
  flex: 40;
}
@media screen and (max-width: 515px) {
  .h-gallery__col--4 .h-gallery__item--g {
    flex: 170;
  }
}
.h-gallery__col--4 .h-gallery__item--g img {
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

@media screen and (max-width: 768px) {
  .h-gallery__mosaic {
    height: auto;
  }
  .h-gallery__col {
    height: 250px;
  }
}
body.lightbox-open {
  overflow: hidden;
}

.video-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.video-lightbox.is-active {
  display: flex;
}

.video-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}

.video-lightbox__wrap {
  position: relative;
  width: 90vw;
  max-width: 960px;
}

.video-lightbox__close {
  position: absolute;
  top: -48px;
  right: 0;
  background: none;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 200ms ease;
}
.video-lightbox__close:hover {
  opacity: 1;
}

.video-lightbox__frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.video-lightbox__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.consulting-page {
  --font-display: Zalando Sans Expanded, sans-serif;
  --font-body: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-card-title: Inter Tight, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-btn: Inter Tight, Helvetica Neue, Helvetica, Arial, sans-serif;
  --c-dark: #1b2125;
  --c-dark-mid: #4a555d;
  --c-body: #171717;
  --c-accent-light: #aac1cc;
  --c-accent-muted: #9dbcd1;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 36px;
  padding: 6px 24px;
  border-radius: 5px;
  font-family: var(--font-btn);
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 200ms ease;
  cursor: pointer;
  border: none;
}
.c-btn:hover {
  opacity: 0.85;
  color: inherit;
  text-decoration: none;
}
.c-btn--white {
  background: #fff;
  color: var(--c-body);
}
.c-btn--dark {
  background: var(--c-body);
  color: #fff;
}
.c-btn--dark:hover {
  color: #fff;
}

.c-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 9999px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align: center;
}
.c-badge--dark {
  background: var(--c-dark-mid);
  color: var(--c-accent-light);
}
.c-badge--light {
  background: var(--c-accent-light);
  color: #fff;
}

.c-hero {
  position: relative;
  width: 100%;
  height: 83vh;
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/04/pbd-consulting-hero.jpg");
  background-size: cover;
}
.c-hero::before, .c-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media screen and (min-width: 1920px) {
  .c-hero {
    height: 90vh;
  }
}
@media screen and (max-width: 1024px) {
  .c-hero {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .c-hero {
    height: 480px;
  }
}
@media screen and (max-width: 515px) {
  .c-hero {
    background-image: url("/wp-content/uploads/2026/05/consulting-Herobanner.jpg");
    height: 84vh;
    margin-top: -70px;
  }
}
@media screen and (max-width: 400px) {
  .c-hero {
    height: 90vh;
  }
}
@media screen and (max-width: 515px) {
  .c-hero .c-btn--white {
    margin: 0 auto;
  }
}

.c-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 86px;
}
@media screen and (min-width: 2400px) {
  .c-hero__inner {
    max-width: 2200px;
  }
}
@media screen and (min-width: 1920px) {
  .c-hero__inner {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1024px) {
  .c-hero__inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 515px) {
  .c-hero__inner {
    padding-bottom: 80px;
  }
}

.c-hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 640px;
}

.c-hero__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 515px) {
  .c-hero__text {
    text-align: center;
  }
}

.c-hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 60px;
  line-height: 0.9;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-hero__title {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .c-hero__title {
    font-size: 42px;
  }
}

.c-hero__subtitle {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-hero__subtitle {
    font-size: 22px;
  }
}

.c-hero__body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.54px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-hero__body {
    font-size: 16px;
    padding: 0 16px;
  }
}

.c-about {
  background: linear-gradient(to top, #c7cdd5, #ebeff3 96.7%);
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .c-about {
    padding: 48px 0 0;
  }
}
@media screen and (max-width: 515px) {
  .c-about {
    padding: 40px 0 0;
  }
}

.c-about__content {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1248px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-about__content {
    flex-direction: column-reverse;
    gap: 32px;
  }
}

.c-about__image {
  flex-shrink: 0;
  width: 520px;
}
.c-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 515px) {
  .c-about__image img {
    margin-bottom: -90px;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 1024px) {
  .c-about__image {
    width: 100%;
    max-width: 470px;
    height: 100%;
  }
}

.c-about__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 592px;
}
@media screen and (max-width: 1024px) {
  .c-about__text {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-about__text a {
    margin: 0 auto;
  }
}

.c-about__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 46px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(22deg, rgba(138, 41, 34, 0.5) 15.4%, rgba(138, 41, 34, 0) 70.4%), linear-gradient(129deg, rgb(74, 85, 93) 40.6%, rgb(27, 33, 37) 87.4%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .c-about__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-about__title {
    font-size: 34px;
    padding-right: 110px;
  }
}
@media screen and (max-width: 515px) {
  .c-about__title {
    padding-right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .c-about__title {
    padding-right: 60px;
  }
}

.c-about__body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: var(--c-body);
}

.c-engagements {
  background: var(--Gradient-Dark, radial-gradient(88.04% 88.04% at 50.23% 99.98%, #979A9F 0%, #1B2125 100%));
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-engagements {
    padding: 60px 0;
  }
}
@media screen and (max-width: 515px) {
  .c-engagements {
    padding: 40px 0;
  }
}

.c-engagements__header {
  text-align: center;
  margin-bottom: 84px;
}
@media screen and (max-width: 768px) {
  .c-engagements__header {
    margin-bottom: 48px;
    text-align: left;
  }
}

.c-engagements__header-text {
  max-width: 806px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-engagements__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(to top, #466173 7.1%, #9dbcd1 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .c-engagements__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .c-engagements__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 515px) {
  .c-engagements__title {
    font-size: 34px;
    margin-bottom: 0px;
  }
}

.c-engagements__subtitle {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: #fff;
}

.c-track__header {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .c-track__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 515px) {
  .c-track__header {
    margin-bottom: 28px;
  }
}

.c-track__heading {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media screen and (max-width: 515px) {
  .c-track__heading {
    padding-right: 20px;
  }
}

.c-track__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}
.c-track__title--light {
  color: #fff;
}
.c-track__title--gradient {
  background: linear-gradient(29deg, rgba(138, 41, 34, 0.5) 5.8%, rgba(138, 41, 34, 0) 55.9%), linear-gradient(126deg, rgb(74, 85, 93) 31.3%, rgb(27, 33, 37) 65.3%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .c-track__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-track__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 515px) {
  .c-track__title {
    font-size: 24px;
  }
}

.c-track__body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: var(--c-body);
  max-width: 600px;
  margin-bottom: 0px;
}
.c-track__body--light {
  color: #fff;
}

.c-track__body-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-events {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .c-events {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    padding-right: 20px;
    margin-right: -20px;
  }
  .c-events::-webkit-scrollbar {
    display: none;
  }
}

.c-event-card {
  position: relative;
  flex: 1;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: var(--bg) center/cover no-repeat;
  text-decoration: none;
  color: #fff;
}
.c-event-card:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-event-card {
    flex: 0 0 45%;
    scroll-snap-align: start;
    height: 400px;
    background-position-y: 5%;
  }
}
@media screen and (max-width: 515px) {
  .c-event-card {
    flex: 0 0 76%;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .c-event-card:hover {
    box-shadow: 0 0 40px 0 rgba(156, 112, 10, 0.8);
    transition: all 0.3s ease;
  }
  .c-event-card:nth-child(2):hover {
    box-shadow: 0 0 40px 0 rgba(177, 15, 3, 0.7);
    transition: all 0.3s ease;
  }
  .c-event-card:nth-child(3):hover {
    box-shadow: 0 0 40px 0 rgba(112, 10, 156, 0.7);
    transition: all 0.3s ease;
  }
  .c-event-card:nth-child(4):hover {
    box-shadow: 0 0 40px 0 rgba(3, 140, 178, 0.7);
    transition: all 0.3s ease;
  }
}

.c-event-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(241deg, transparent 41.1%, var(--event-accent) 100%), linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

.c-event-card__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.c-event-card__title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.9px;
  margin-bottom: 14px;
  text-decoration: none;
}
@media screen and (max-width: 515px) {
  .c-event-card__title {
    font-size: 24px;
  }
}
.c-event-card__title:hover {
  text-decoration: none;
}

.c-event-card__date,
.c-event-card__location {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.45px;
  margin-bottom: 0px;
}

.c-masterminds {
  background: linear-gradient(180deg, rgba(211, 219, 229, 0) 39%, rgb(211, 219, 229) 98%), linear-gradient(0deg, rgb(211, 219, 229), rgb(238, 242, 247) 88%);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .c-masterminds {
    padding: 48px 0;
  }
}
@media screen and (max-width: 515px) {
  .c-masterminds {
    padding: 40px 0;
  }
}

.c-mastermind-cards {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .c-mastermind-cards {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    padding-right: 20px;
    margin-right: -20px;
  }
  .c-mastermind-cards::-webkit-scrollbar {
    display: none;
  }
}

.c-mastermind-card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 665px;
}
@media screen and (max-width: 1024px) {
  .c-mastermind-card {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-mastermind-card {
    flex: 0 0 55%;
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 515px) {
  .c-mastermind-card {
    flex: 0 0 80%;
  }
}

.c-mastermind-card__image {
  position: relative;
  height: 240px;
  background: radial-gradient(ellipse at center bottom, rgb(151, 154, 159) 0%, rgb(27, 33, 37) 100%);
}
.c-mastermind-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-mastermind-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}
@media screen and (max-width: 515px) {
  .c-mastermind-card__body {
    padding: 24px;
  }
}

.c-mastermind-card__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-mastermind-card__title {
  font-family: var(--font-card-title);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--c-body);
  margin-bottom: 0px;
}
@media screen and (max-width: 515px) {
  .c-mastermind-card__title {
    font-size: 18px;
  }
}

.c-mastermind-card__desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: var(--c-body);
  padding-bottom: 16px;
}
@media screen and (max-width: 515px) {
  .c-mastermind-card__desc {
    font-size: 16px;
  }
}

.c-courses {
  background: var(--Gradient-Dark, radial-gradient(88.04% 88.04% at 50.23% 99.98%, #979A9F 0%, #1B2125 100%));
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-courses {
    padding: 60px 0;
  }
}
@media screen and (max-width: 515px) {
  .c-courses {
    padding: 40px 0;
  }
}

.c-course-cards {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .c-course-cards {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    padding-right: 20px;
    margin-right: -20px;
  }
  .c-course-cards::-webkit-scrollbar {
    display: none;
  }
}

.c-course-card {
  position: relative;
  flex: 1;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .c-course-card:hover {
    box-shadow: 0 0 40px 0 var(--event-accent);
  }
}
@media screen and (max-width: 768px) {
  .c-course-card {
    flex: 0 0 65%;
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 515px) {
  .c-course-card {
    flex: 0 0 80%;
    height: 380px;
  }
}
.c-course-card a {
  text-decoration: none;
}
.c-course-card a:hover {
  text-decoration: none;
}

.c-course-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

.c-course-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(226deg, transparent 41.1%, var(--event-accent) 100%), linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.8) 92%);
  transition: opacity 0.3s ease;
}
.c-course-card:hover .c-course-card__overlay {
  opacity: 0.85;
}

.c-course-card__content {
  position: relative;
  z-index: 1;
  text-align: left;
}
.c-course-card__content:hover {
  text-decoration: none;
}

.c-course-card__title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.9px;
  color: #fff;
}
@media screen and (max-width: 515px) {
  .c-course-card__title {
    font-size: 24px;
  }
}
.c-course-card__title:hover {
  text-decoration: none;
}

.c-community {
  background: linear-gradient(180deg, rgba(211, 219, 229, 0) 39%, rgb(211, 219, 229) 98%), linear-gradient(0deg, rgb(211, 219, 229), rgb(238, 242, 247) 88%);
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-community {
    padding: 48px 0;
  }
}
@media screen and (max-width: 515px) {
  .c-community {
    padding: 40px 0;
  }
}

.c-community__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-community__inner {
    flex-direction: column;
  }
}

.c-community__text {
  flex-shrink: 0;
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-community__text {
    width: 100%;
  }
}

.c-community__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.c-community__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: var(--c-body);
}

.c-community__image {
  width: 55%;
  margin-right: -80px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-community__image {
    width: 100%;
    margin-right: -40px;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 515px) {
  .c-community__image {
    width: 110%;
    margin-right: -40px;
    padding-top: 30px;
    padding-left: 0px;
  }
}
.c-community__image img {
  width: 100%;
  height: auto;
}

.c-community__social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
@media screen and (max-width: 515px) {
  .c-community__social {
    margin-top: 0px;
  }
}

.c-community__social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.35);
  transition: background 200ms ease, color 200ms ease;
}
.c-community__social-icon:hover {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.55);
}

.contact-page {
  --font-display: Zalando Sans Expanded, sans-serif;
  --font-body: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-btn: Inter Tight, Helvetica Neue, Helvetica, Arial, sans-serif;
  --c-dark: #1b2125;
  --c-dark-mid: #4a555d;
  --c-body: #171717;
}

.ct-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 6px 24px;
  border-radius: 5px;
  font-family: var(--font-btn);
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 200ms ease;
  cursor: pointer;
  border: none;
}
.ct-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}
.ct-btn--dark {
  background: var(--c-body);
  color: #fff;
}
.ct-btn--dark:hover {
  color: #fff;
}
.ct-btn--white {
  background: #fff;
  color: var(--c-body);
}
.ct-btn--white:hover {
  color: var(--c-body);
}

.ct-hero {
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  background: linear-gradient(224deg, rgba(27, 33, 37, 0) 18%, rgb(27, 33, 37) 59%), var(--hero-bg) center right/80% auto no-repeat, linear-gradient(119deg, rgb(74, 85, 93) 40.6%, rgb(27, 33, 37) 87.4%);
  background-position-y: 18%;
}
@media only screen and (min-width: 1920px) {
  .ct-hero {
    background-position-y: 14%;
  }
}
@media screen and (max-width: 1024px) {
  .ct-hero {
    height: 280px;
    background-size: auto, 90% auto, auto;
  }
}
@media screen and (max-width: 768px) {
  .ct-hero {
    height: 240px;
    background-size: auto, 100% auto, auto;
  }
}
@media screen and (max-width: 515px) {
  .ct-hero {
    height: 490px;
    background: var(--hero-bg-mobile) center bottom/cover no-repeat;
  }
}

.ct-hero__inner {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 86px;
}
@media screen and (min-width: 2400px) {
  .ct-hero__inner {
    max-width: 2200px;
  }
}
@media screen and (min-width: 1920px) {
  .ct-hero__inner {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1024px) {
  .ct-hero__inner {
    padding-bottom: 60px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .ct-hero__inner {
    padding-bottom: 80px;
  }
}

.ct-hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 60px;
  line-height: 0.9;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .ct-hero__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .ct-hero__title {
    font-size: 40px;
  }
}

.ct-form-section {
  background: linear-gradient(to bottom, #fff, #c7cdd5);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .ct-form-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 515px) {
  .ct-form-section {
    padding: 40px 0 20px;
  }
}

.ct-form__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .ct-form__inner {
    flex-direction: column;
  }
}

.ct-form__intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .ct-form__intro {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.ct-form__heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(35deg, rgba(138, 41, 34, 0.5) 15.4%, rgba(138, 41, 34, 0) 70.4%), linear-gradient(116deg, rgb(74, 85, 93) 40.6%, rgb(27, 33, 37) 87.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 1024px) {
  .ct-form__heading {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .ct-form__heading {
    font-size: 32px;
  }
}

.ct-form__subtext {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: var(--c-body);
}
@media screen and (max-width: 768px) {
  .ct-form__subtext {
    font-size: 16px;
    line-height: 24px;
  }
}

.ct-form {
  flex-shrink: 0;
  width: 800px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 0 48px 48px;
  border-radius: 16px;
}
@media screen and (max-width: 1280px) {
  .ct-form {
    width: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .ct-form {
    width: 100%;
    padding: 0;
  }
}

.ct-form__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.ct-form__field {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
}

.ct-form__label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  color: var(--c-body);
}

.ct-form__row {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ct-form__row {
    flex-direction: column;
    gap: 12px;
  }
}

.ct-form__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ct-form__sublabel {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: var(--c-body);
}

.ct-form__input {
  flex: 1;
  height: 44px;
  padding: 12px 12px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  background: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  letter-spacing: -0.45px;
  color: var(--c-body);
  outline: none;
  transition: border-color 200ms ease;
}
.ct-form__input::-moz-placeholder {
  color: #5c6165;
}
.ct-form__input::placeholder {
  color: #5c6165;
}
.ct-form__input:focus {
  border-color: var(--c-dark-mid);
}

.ct-form__select-wrap {
  position: relative;
}
.ct-form__select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 60%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5c6165;
  pointer-events: none;
}

.ct-form__select {
  width: 100%;
  height: 44px;
  padding: 0 36px 0 12px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  background: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  letter-spacing: -0.45px;
  color: #5c6165;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 200ms ease;
}
.ct-form__select:focus {
  border-color: var(--c-dark-mid);
}

.ct-form__textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px 12px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  background: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  letter-spacing: -0.45px;
  color: var(--c-body);
  outline: none;
  resize: vertical;
  transition: border-color 200ms ease;
}
.ct-form__textarea:focus {
  border-color: var(--c-dark-mid);
}

.ct-form-section .wpcf7 {
  flex-shrink: 0;
  width: 800px;
}
@media screen and (max-width: 1280px) {
  .ct-form-section .wpcf7 {
    width: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .ct-form-section .wpcf7 {
    width: 100%;
  }
}

.ct-form-section .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 0 48px 48px;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .ct-form-section .wpcf7-form {
    padding: 0;
  }
}
.ct-form-section .wpcf7-form .ct-form__field p {
  margin: 0;
}
.ct-form-section .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 12px;
}
.ct-form-section .wpcf7-form input[type=text],
.ct-form-section .wpcf7-form input[type=email],
.ct-form-section .wpcf7-form input[type=tel] {
  width: 100%;
  height: 44px;
  padding: 12px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  background: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  letter-spacing: -0.45px;
  color: var(--c-body);
  outline: none;
  transition: border-color 200ms ease;
}
.ct-form-section .wpcf7-form input[type=text]::-moz-placeholder, .ct-form-section .wpcf7-form input[type=email]::-moz-placeholder, .ct-form-section .wpcf7-form input[type=tel]::-moz-placeholder {
  color: #5c6165;
}
.ct-form-section .wpcf7-form input[type=text]::placeholder,
.ct-form-section .wpcf7-form input[type=email]::placeholder,
.ct-form-section .wpcf7-form input[type=tel]::placeholder {
  color: #5c6165;
}
.ct-form-section .wpcf7-form input[type=text]:focus,
.ct-form-section .wpcf7-form input[type=email]:focus,
.ct-form-section .wpcf7-form input[type=tel]:focus {
  border-color: var(--c-dark-mid);
}
.ct-form-section .wpcf7-form select {
  width: 100%;
  height: 44px;
  padding: 0 36px 0 12px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  background: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  letter-spacing: -0.45px;
  color: #5c6165;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 200ms ease;
}
.ct-form-section .wpcf7-form select:focus {
  border-color: var(--c-dark-mid);
}
.ct-form-section .wpcf7-form textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px 12px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  background: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  letter-spacing: -0.45px;
  color: var(--c-body);
  outline: none;
  resize: vertical;
  transition: border-color 200ms ease;
}
.ct-form-section .wpcf7-form textarea:focus {
  border-color: var(--c-dark-mid);
}
.ct-form-section .wpcf7-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 6px 24px;
  border-radius: 5px;
  font-family: var(--font-btn);
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: var(--c-body);
  color: #fff;
  transition: opacity 200ms ease;
}
.ct-form-section .wpcf7-form input[type=submit]:hover {
  opacity: 0.85;
}
.ct-form-section .wpcf7-form .wpcf7-not-valid-tip {
  font-family: var(--font-body);
  font-size: 13px;
  color: #c0392b;
  margin-top: 4px;
}
.ct-form-section .wpcf7-form .wpcf7-response-output {
  font-family: var(--font-body);
  font-size: 15px;
  padding: 12px 16px;
  border-radius: 5px;
  margin: 0;
  text-align: center;
}
.ct-form-section .wpcf7-form.sent .wpcf7-response-output {
  border-color: #27ae60;
  color: #27ae60;
}
.ct-form-section .wpcf7-form.failed .wpcf7-response-output, .ct-form-section .wpcf7-form.invalid .wpcf7-response-output {
  border-color: #c0392b;
  color: #c0392b;
}

.ct-press {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(211, 219, 229, 0) 39%, rgb(211, 219, 229) 98%), linear-gradient(0deg, rgb(211, 219, 229) 0%, rgb(238, 242, 247) 88%);
}
@media screen and (max-width: 768px) {
  .ct-press {
    padding: 40px 0;
  }
}

.ct-press__inner {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .ct-press__inner {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 515px) {
  .ct-press__inner {
    gap: 22px;
  }
}

.ct-press__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 570px;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .ct-press__text {
    width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .ct-press__text {
    width: 100%;
    align-items: center;
  }
}

.ct-press__heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(32deg, rgba(138, 41, 34, 0.5) 15.4%, rgba(138, 41, 34, 0) 70.4%), linear-gradient(119deg, rgb(74, 85, 93) 40.6%, rgb(27, 33, 37) 87.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 1024px) {
  .ct-press__heading {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .ct-press__heading {
    font-size: 34px;
    text-align: left;
  }
}

.ct-press__image {
  flex: 1;
  min-width: 0;
}
.ct-press__image img {
  width: 100%;
  height: auto;
  display: block;
}

.ct-press__btn-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .ct-press__btn-mobile {
    display: inline-flex;
    align-self: center;
  }
}

@media screen and (max-width: 768px) {
  .ct-press__text .ct-btn {
    display: none;
  }
}

.ct-careers {
  padding: 50px 0;
  background: radial-gradient(ellipse at center bottom, rgb(151, 154, 159) 0%, rgb(120, 124, 129) 25%, rgb(89, 94, 98) 50%, rgb(58, 63, 68) 75%, rgb(43, 48, 52) 87.5%, rgb(27, 33, 37) 100%);
}
@media screen and (max-width: 768px) {
  .ct-careers {
    padding: 20px 0;
  }
}
@media screen and (max-width: 515px) {
  .ct-careers {
    padding: 10px 0 20px;
  }
}

.ct-careers__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
@media screen and (max-width: 515px) {
  .ct-careers__inner {
    gap: 32px;
  }
}

.ct-careers__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 515px) {
  .ct-careers__content {
    align-items: flex-start;
    text-align: left;
  }
}

.ct-careers__heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(to top, #466173 7.1%, #9dbcd1 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 1024px) {
  .ct-careers__heading {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .ct-careers__heading {
    font-size: 30px;
  }
}

.ct-careers__body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: #fff;
  max-width: 796px;
}
@media screen and (max-width: 768px) {
  .ct-careers__body {
    font-size: 16px;
    line-height: 24px;
  }
}

.ct-careers__gallery {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ct-careers__gallery {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.ct-gallery__row {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .ct-gallery__row {
    display: contents;
  }
}

.ct-gallery__col {
  display: flex;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.ct-gallery__item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.ct-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.ct-gallery__col--a {
  flex: 100;
}

.ct-gallery__col--b {
  flex: 290;
}

.ct-gallery__col--c {
  flex: 220;
}

.ct-gallery__col--d {
  flex: 391;
}

.ct-gallery__col--e {
  flex: 391;
}

.ct-gallery__col--f {
  flex: 290;
}

.ct-gallery__item--a {
  flex: 1;
}

.ct-gallery__item--b {
  flex: 162;
}
@media screen and (max-width: 768px) {
  .ct-gallery__item--b {
    flex: unset;
  }
}

.ct-gallery__item--c {
  flex: 155;
}
@media screen and (max-width: 768px) {
  .ct-gallery__item--c {
    flex: unset;
  }
}

.ct-gallery__item--d {
  flex: 1;
}

.ct-gallery__item--e {
  flex: 138;
}
@media screen and (max-width: 768px) {
  .ct-gallery__item--e {
    flex: unset;
  }
}

.ct-gallery__item--f {
  flex: 136;
}

.ct-gallery__item--g {
  flex: 1;
}

.ct-gallery__item--h {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .ct-gallery__col {
    flex: 0 0 calc(50% - 7px);
    /*    height: 300px; */
    flex-wrap: wrap;
  }
  .ct-gallery__col--c {
    flex: 0 0 100%;
    order: 8;
  }
  .ct-gallery__col--e {
    flex: 0 0 48%;
    order: 6;
  }
  .ct-gallery__col--f {
    flex: 0 0 100%;
    order: 9;
  }
}
.ct-form__thankyou {
  text-align: center;
  padding: 80px 24px;
}
.ct-form__thankyou .ct-form__thankyou-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(35deg, rgba(138, 41, 34, 0.5) 15.4%, rgba(138, 41, 34, 0) 70.4%), linear-gradient(116deg, rgb(74, 85, 93) 40.6%, rgb(27, 33, 37) 87.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ct-form__thankyou .ct-form__thankyou-title {
    font-size: 36px;
  }
}
.ct-form__thankyou .ct-form__thankyou-text {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.54px;
  color: var(--c-body);
}/*# sourceMappingURL=style.css.map */