/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  outline: none !important; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px;
  outline: none; }

body {
  color: #25347C;
  background: #fff;
  font: 18px/1.5 "CircularSpotifyText-Book", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 40px; }
  @media (max-width: 479px) {
    h1, .h1 {
      font: 30px CircularSpotifyHead-Bold !important;
      line-height: 1.3 !important; } }

h2, .h2 {
  font-size: 32px;
  margin: 1rem 0 0.5rem;
  font-family: CircularSpotifyHead-Bold !important; }
  @media (max-width: 479px) {
    h2, .h2 {
      font: 28px CircularSpotifyHead-Bold !important;
      line-height: 1.3 !important; } }

h3, .h3 {
  font-size: 24px;
  margin: 1rem 0 0.5rem; }
  @media (max-width: 479px) {
    h3, .h3 {
      font: 24px CircularSpotifyHead-Bold !important;
      line-height: 1.3 !important; } }

h4, .h4 {
  font-size: 21px;
  margin: 1rem 0 0.5rem; }
  @media (max-width: 479px) {
    h4, .h4 {
      font: 21px CircularSpotifyHead-Bold !important;
      line-height: 1.3 !important; } }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #AF2896;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #C430AF; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  border: 1px solid #ccc;
  padding: 0.4em 0.7em;
  box-sizing: border-box; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #25347C; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #8E8080; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #8E8080; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #8E8080; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #8E8080; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #8E8080; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  cursor: pointer; }

@font-face {
  font-family: 'CircularSpotifyHead-Black';
  src: url("../fonts/CircularSpotifyHead-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyHead-Black.otf") format("opentype"), url("../fonts/CircularSpotifyHead-Black.woff") format("woff"), url("../fonts/CircularSpotifyHead-Black.ttf") format("truetype"), url("../fonts/CircularSpotifyHead-Black.svg#CircularSpotifyHead-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularSpotifyHead-Bold';
  src: url("../fonts/CircularSpotifyHead-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyHead-Bold.otf") format("opentype"), url("../fonts/CircularSpotifyHead-Bold.woff") format("woff"), url("../fonts/CircularSpotifyHead-Bold.ttf") format("truetype"), url("../fonts/CircularSpotifyHead-Bold.svg#CircularSpotifyHead-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularSpotifyText-Black';
  src: url("../fonts/CircularSpotifyText-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyText-Black.otf") format("opentype"), url("../fonts/CircularSpotifyText-Black.woff") format("woff"), url("../fonts/CircularSpotifyText-Black.ttf") format("truetype"), url("../fonts/CircularSpotifyText-Black.svg#CircularSpotifyText-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularSpotifyText-Bold';
  src: url("../fonts/CircularSpotifyText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyText-Bold.otf") format("opentype"), url("../fonts/CircularSpotifyText-Bold.woff") format("woff"), url("../fonts/CircularSpotifyText-Bold.ttf") format("truetype"), url("../fonts/CircularSpotifyText-Bold.svg#CircularSpotifyText-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularSpotifyText-Book';
  src: url("../fonts/CircularSpotifyText-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyText-Book.otf") format("opentype"), url("../fonts/CircularSpotifyText-Book.woff") format("woff"), url("../fonts/CircularSpotifyText-Book.ttf") format("truetype"), url("../fonts/CircularSpotifyText-Book.svg#CircularSpotifyText-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CircularSpotifyText-Medium';
  src: url("../fonts/CircularSpotifyText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularSpotifyText-Medium.otf") format("opentype"), url("../fonts/CircularSpotifyText-Medium.woff") format("woff"), url("../fonts/CircularSpotifyText-Medium.ttf") format("truetype"), url("../fonts/CircularSpotifyText-Medium.svg#CircularSpotifyText-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  padding-top: 50px;
  background: #F7F9FC; }
  @media (max-width: 479px) {
    body {
      padding-top: 0; } }
  body#home-page .logo:after {
    display: none; }
  body#home-page .logo img {
    top: 0; }
  body#home-page #main {
    padding-top: 0;
    padding-bottom: 0; }

#wrapper {
  position: relative;
  width: 100%;
  z-index: 1; }

#main {
  padding-top: 45px;
  padding-bottom: 15px; }
  @media (max-width: 479px) {
    #main {
      padding-top: 80px; } }

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px; }
  .container:after {
    clear: both;
    display: block;
    content: ''; }

.container-small {
  max-width: 960px; }

.info-btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 17px;
  font-size: 11px;
  line-height: 1.9;
  padding: 3px 12px 0;
  color: #25347C;
  text-decoration: none;
  transition: background .25s;
  background: rgba(175, 40, 150, 0.2); }
  .info-btn:hover {
    background: rgba(175, 40, 150, 0.3);
    text-decoration: none;
    color: #25347C; }
  @media (max-width: 479px) {
    .info-btn {
      border: 0;
      background: none;
      padding: 0;
      color: #2D46B9;
      font-size: 14px; }
      .info-btn:hover {
        background: none;
        color: inherit;
        text-decoration: none; } }

.primary-btn {
  display: inline-block;
  vertical-align: top;
  min-width: 210px;
  border-radius: 25px;
  text-align: center;
  font: 18px/27px CircularSpotifyText-Bold;
  padding: 10px 18px;
  color: white;
  text-decoration: none !important;
  background: #509AF4; }
  .primary-btn:hover {
    background: #2D46B9; }

.btn-list {
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: -.32em; }
  .btn-list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 8px 8px 0 0; }

.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .page-heading h1 {
    margin-bottom: 10px !important; }
  .page-heading .article-counter {
    font-size: 15px;
    color: #8E8080; }

figure.is-type-video {
  margin: 30px 0 !important; }
  figure.is-type-video .wp-block-embed__wrapper iframe {
    width: 100%; }
    @media (max-width: 479px) {
      figure.is-type-video .wp-block-embed__wrapper iframe {
        height: 217px; } }

.wp-block-image figcaption {
  font-size: 14px;
  color: grey;
  font-weight: 500;
  text-align: center;
  font-style: italic; }

.border {
  border: 1px solid #707070; }

.error404 {
  background: #2D46B9; }
  .error404 .container {
    color: white;
    text-align: center; }
    .error404 .container #post-404 {
      height: calc(100vh - 354px);
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .error404 .container #post-404 h1 {
        font-size: 120px;
        padding: 0;
        margin: 0; }
      .error404 .container #post-404 p {
        font-size: 24px; }
      .error404 .container #post-404 .button {
        background: #509AF4;
        color: white;
        text-decoration: none;
        border-radius: 50px;
        font-size: 18px;
        align-self: center;
        padding: 15px 100px;
        margin-top: 20px; }

.pagination {
  text-align: center;
  padding: 10px; }
  .pagination .page-numbers {
    margin: 0 5px;
    display: inline-block; }

.subscribe {
  background: #1E3264;
  padding: 50px 0 50px; }
  .subscribe .col-6 {
    float: left;
    width: 50%;
    box-sizing: border-box; }
    @media (max-width: 479px) {
      .subscribe .col-6 {
        width: 100%;
        margin-bottom: 20px; } }
    .subscribe .col-6 h2 {
      font-size: 30px;
      color: white !important;
      margin-top: 0; }
      @media (max-width: 479px) {
        .subscribe .col-6 h2 {
          font-size: 18px !important; } }
    .subscribe .col-6 small {
      margin: auto;
      width: 100%;
      font-size: 12px;
      color: #7682B2;
      white-space: normal;
      max-width: 300px;
      display: inline-block; }
  .subscribe #mc_embed_signup {
    margin: auto; }
    @media (max-width: 479px) {
      .subscribe #mc_embed_signup form {
        padding: 0; } }
    .subscribe #mc_embed_signup .mc-field-group {
      padding: 0;
      width: 100%;
      max-width: 438px;
      float: right;
      text-align: right;
      margin-right: -4px; }
      @media (max-width: 979px) {
        .subscribe #mc_embed_signup .mc-field-group {
          max-width: 100%; } }
      @media (max-width: 479px) {
        .subscribe #mc_embed_signup .mc-field-group {
          max-width: none;
          margin-right: 0; } }
    .subscribe #mc_embed_signup #mce-EMAIL {
      display: inline-block;
      max-width: 336px;
      font-size: 16px;
      border: 0;
      border-radius: 0;
      outline: 0px;
      height: 44px;
      line-height: 44px;
      padding: 0 10px;
      box-sizing: border-box; }
      @media (max-width: 979px) {
        .subscribe #mc_embed_signup #mce-EMAIL {
          margin-bottom: 20px;
          max-width: calc(100% - 94px); } }
      @media (max-width: 479px) {
        .subscribe #mc_embed_signup #mce-EMAIL {
          margin-bottom: 30px;
          width: calc(100%  - 94px); } }
    .subscribe #mc_embed_signup #mc-embedded-subscribe {
      display: inline-block;
      width: 90px;
      border-radius: 0;
      background: #D5DAF3;
      color: #1E3264;
      height: 44px;
      line-height: 44px;
      margin-left: -6px;
      padding: 0; }
  .subscribe #mce-responses {
    float: none !important;
    text-align: center !important; }
    .subscribe #mce-responses .response {
      float: none !important;
      text-align: center !important;
      margin: auto !important; }
  @media (max-width: 479px) {
    .subscribe {
      padding: 30px 0 0;
      margin-bottom: -10px; } }

.category-page .asidebar .sub-nav ul {
  letter-spacing: 0; }
  .category-page .asidebar .sub-nav ul li {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 2; }
    .category-page .asidebar .sub-nav ul li a {
      color: #25347C; }
@media (max-width: 479px) {
  .category-page {
    display: flex;
    flex-direction: column-reverse; }
    .category-page .content .page-heading {
      margin: 0 0 10px; }
      .category-page .content .page-heading h1 {
        display: none; }
    .category-page .asidebar .sub-nav {
      border: 0;
      margin-bottom: 10px; }
      .category-page .asidebar .sub-nav h2 {
        display: none; }
      .category-page .asidebar .sub-nav ul {
        top: calc(100% - 3px);
        border: 1px solid #707070;
        box-shadow: none; }
        .category-page .asidebar .sub-nav ul li {
          margin-left: 10px; }
      .category-page .asidebar .sub-nav .field-label {
        border: 1px solid #707070;
        font-size: 18px;
        background-color: white;
        line-height: 42px; } }

.wp-caption-text {
  font-size: 14px;
  color: grey;
  font-weight: 500;
  text-align: center;
  font-style: italic; }

#archive-list ul {
  padding: 0;
  margin: 10px 0 20px 0;
  list-style: none; }
  #archive-list ul li {
    line-height: 2; }
    #archive-list ul li a[aria-current="page"] {
      border-bottom: 3px solid #CDF564;
      display: inline-block; }
#archive-list .year-block .year {
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
  font-weight: bold;
  padding: 10px 0 5px;
  line-height: 2;
  margin-top: -1px; }
#archive-list .year-block ul {
  padding: 0;
  margin: 10px 0 20px 0;
  list-style: none;
  display: none; }
  #archive-list .year-block ul li {
    line-height: 2; }
#archive-list .year-block.show ul {
  display: block; }

.push-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px; }

.push-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.show-on-mobile {
  display: none; }
  @media (max-width: 479px) {
    .show-on-mobile {
      display: block; } }

.show-on-desktop {
  display: block; }
  @media (max-width: 479px) {
    .show-on-desktop {
      display: none; } }

.loadmore {
  padding: 10px 50px;
  background: #D4DAF3;
  display: none;
  margin: 20px auto 50px;
  border-radius: 50px;
  max-width: 210px;
  width: 80%;
  text-align: center;
  color: #2D46B9;
  text-decoration: none; }
  .loadmore:hover, .loadmore:focus {
    color: #2D46B9; }

.bg-gray {
  background-color: #F7F9FC !important; }

.person-info .static-content {
  margin-bottom: 45px; }

.sidebar-widget {
  margin-bottom: 70px !important; }

#header {
  width: 100%;
  position: relative;
  background: white;
  padding: 10px 0;
  position: fixed;
  height: 50px;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  @media (max-width: 479px) {
    #header {
      height: 55px; } }
  #header .mobile-search {
    display: none; }
    @media (max-width: 479px) {
      #header .mobile-search {
        position: fixed;
        top: 15px;
        left: 15px;
        display: inline-block; }
        #header .mobile-search img {
          opacity: 1;
          transition: 0.5s; }
        #header .mobile-search .span-holder {
          position: absolute;
          top: 0;
          opacity: 0;
          transition: 0.5s; }
          #header .mobile-search .span-holder span {
            display: block;
            height: 3px;
            width: 26px;
            border-radius: 5px;
            margin-bottom: 5px;
            background: #191414;
            position: relative;
            transition: 0.35s; } }
    #header .mobile-search.open img {
      opacity: 0; }
    #header .mobile-search.open .span-holder {
      opacity: 1; }
      #header .mobile-search.open .span-holder span:nth-child(1) {
        transform: rotate(45deg);
        top: 8px; }
      #header .mobile-search.open .span-holder span:nth-child(2) {
        transform: rotate(-45deg); }

.form-holder {
  display: none; }
  @media (max-width: 479px) {
    .form-holder {
      background: white;
      padding: 100px 0 10px;
      position: fixed;
      top: -150px;
      transition: 0.5s;
      width: 100%;
      z-index: 2;
      display: block; }
      .form-holder .header-form {
        display: block;
        width: calc(100% - 30px);
        float: none;
        margin: 0 auto; } }
  .form-holder.show {
    top: -10px; }

.logo {
  float: left;
  position: relative; }
  .logo:after {
    position: absolute;
    background: #2D46B9;
    top: -25px;
    bottom: -25px;
    left: -25px;
    right: -25px;
    content: ""; }
  .logo img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    top: 9px;
    height: 27px;
    margin: auto; }
  @media (max-width: 479px) {
    .logo {
      float: none;
      margin: auto;
      top: -5px; }
      .logo img {
        top: 13px; }
      .logo:after {
        left: 40px;
        right: 40px;
        bottom: -30px; } }

.nav {
  float: right; }
  .nav ul {
    padding: 4px 0 0;
    margin: 0 0 -5px;
    list-style: none;
    letter-spacing: -0.32em; }
    .nav ul li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      font: 16px/20px CircularSpotifyText-Medium;
      margin: 0 0 0 40px; }
      .nav ul li a {
        display: block;
        color: #25347c;
        text-decoration: none;
        border-bottom: 3px solid transparent; }
        .nav ul li a:hover {
          border-color: #AF2896; }
      .nav ul li.current_page_item a {
        border-color: #AF2896; }
  @media (max-width: 479px) {
    .nav {
      z-index: 9;
      position: absolute;
      width: 100%;
      left: 0;
      top: 55px;
      background: white;
      max-height: 0;
      overflow: hidden;
      transition: 0.35s; }
      .nav ul {
        margin: 0; }
        .nav ul li {
          display: block;
          text-align: right;
          margin: 20px; }
          .nav ul li a {
            padding-bottom: 8px; } }
  .nav.open {
    max-height: 300px; }

.burger-menu {
  width: 26px;
  display: none;
  position: fixed;
  right: 20px;
  top: 18px; }
  .burger-menu span {
    display: block;
    height: 3px;
    width: 26px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #25347C;
    position: relative;
    transition: 0.35s; }
    .burger-menu span:last-child {
      margin-bottom: 0; }
  .burger-menu.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px; }
  .burger-menu.open span:nth-child(2) {
    transform: rotate(-45deg); }
  .burger-menu.open span:last-child {
    opacity: 0; }
  @media (max-width: 479px) {
    .burger-menu {
      display: block; } }

.podcast-header {
  padding: 70px 0;
  margin-bottom: 50px; }
  .podcast-header .container {
    display: flex;
    align-items: center; }
    .podcast-header .container .banner-image {
      margin-right: 40px; }
    .podcast-header .container .banner-content h1 {
      font-size: 46px;
      line-height: normal;
      margin-bottom: 10px; }
    .podcast-header .container .banner-content p {
      max-width: 632px; }
    .podcast-header .container .banner-content .btn-primary {
      display: inline-block;
      vertical-align: top;
      padding: 14px 60px;
      border-radius: 50px;
      background: #526ace;
      color: white;
      font-weight: 500;
      text-decoration: none;
      font-size: 18px;
      margin-top: 25px;
      transition: 0.35s; }
      .podcast-header .container .banner-content .btn-primary:hover {
        background: #2D46B9;
        color: white; }
    @media (max-width: 479px) {
      .podcast-header .container {
        flex-direction: column; }
        .podcast-header .container .banner-image {
          margin: 0 auto 20px; }
          .podcast-header .container .banner-image img {
            width: 200px;
            height: auto; }
        .podcast-header .container .banner-content {
          text-align: center; }
          .podcast-header .container .banner-content p,
          .podcast-header .container .banner-content h1 {
            text-align: left; }
          .podcast-header .container .banner-content .link {
            background-color: black;
            text-align: center;
            border-radius: 5px;
            display: block; }
            .podcast-header .container .banner-content .link img {
              vertical-align: top; } }

.header-banner {
  padding: 60px 0 40px;
  background-image: linear-gradient(to right, #2d46b9 0%, #af2896 100%);
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  z-index: 9; }
  .header-banner--open-source {
    background-image: none; }
    .header-banner--open-source .container {
      max-width: 960px;
      margin-bottom: 15px; }
    @media (max-width: 479px) {
      .header-banner--open-source h1 {
        font-size: 40px !important; }
      .header-banner--open-source p {
        font-size: 20px;
        line-height: 1.4; } }

.page-title {
  font-family: CircularSpotifyHead-Bold;
  background: linear-gradient(to right, #2d46b9 0%, #af2896 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 60px !important;
  margin-top: 30px !important; }
  .page-title.podcast-title {
    margin-top: 10px !important;
    margin-bottom: 0 !important; }
  .page-title.opensource-title {
    margin-top: 10px !important;
    margin-bottom: 0; }
  .page-title.jobs-title {
    margin-top: 55px !important;
    margin-bottom: 3px !important; }
  @media (max-width: 479px) {
    .page-title {
      font-size: 40px !important;
      margin-top: 60px !important; }
      .page-title.opensource-title {
        margin-top: 70px !important;
        margin-bottom: 20px; }
      .page-title.jobs-title {
        margin-top: 40px !important;
        margin-bottom: 10px !important; } }

.page-sub-title {
  font-size: 22px;
  line-height: 1.45; }
  .page-sub-title.podcast-sub-title {
    margin-bottom: 50px; }
  .page-sub-title.opensource-sub-title {
    margin-bottom: 50px; }
  @media (max-width: 479px) {
    .page-sub-title {
      font-size: 20px; } }

#footer {
  background: #1E3264;
  color: white; }
  #footer .container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 0 60px; }
    @media (max-width: 479px) {
      #footer .container {
        padding: 30px 0; } }
  #footer .copyrights {
    float: right;
    display: block;
    clear: right;
    margin-top: -18px;
    color: #7682B2;
    font-size: 12px;
    text-decoration: none; }
  @media (max-width: 479px) {
    #footer {
      padding: 30px 0; }
      #footer .copyrights {
        margin-top: 10px;
        float: none; } }

.footer-lft {
  float: left;
  width: 100%; }
  @media (max-width: 979px) {
    .footer-lft {
      float: none;
      width: auto;
      overflow: hidden;
      padding-left: 10px; } }
  .footer-lft .col-1 {
    float: left;
    padding: 0 13px 0 0;
    width: 25%;
    box-sizing: border-box; }
  .footer-lft .col-2 {
    float: left;
    padding: 0 13px 0 0;
    width: 75%;
    box-sizing: border-box; }
  .footer-lft h2 {
    margin: 6px 0 14px;
    font: 13px/24px CircularSpotifyText-Bold;
    color: #929496;
    text-transform: uppercase; }
  @media (max-width: 479px) {
    .footer-lft {
      width: 100%; }
      .footer-lft .col-1, .footer-lft .col-2 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }

.footer-logo a {
  display: inline-block; }
  .footer-logo a img {
    display: block;
    width: 225px;
    max-width: none; }
    @media (max-width: 479px) {
      .footer-logo a img {
        width: 175px;
        margin-bottom: 30px; } }
@media (max-width: 479px) {
  .footer-logo {
    display: none; } }
.footer-logo.mobile {
  display: none; }
  @media (max-width: 479px) {
    .footer-logo.mobile {
      display: block;
      margin-bottom: 15px; } }

.footer-nav {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-nav li {
    font: 13px/24px CircularSpotifyText-Bold;
    margin: 0 0 17px; }
    .footer-nav li a {
      color: white;
      text-decoration: none; }
      .footer-nav li a:hover {
        color: #2D46B9; }

.social-networks {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: -.32em; }
  @media (max-width: 979px) {
    .social-networks {
      float: none; } }
  .social-networks li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 20px; }
    @media (max-width: 479px) {
      .social-networks li {
        margin: 0 20px 10px 0; } }
    .social-networks li a {
      display: block;
      border: 1px solid white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-decoration: none;
      transition: .5s;
      position: relative; }
      .social-networks li a:hover {
        opacity: .7; }
      .social-networks li a img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        object-fit: contain; }

.footer-main-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 15px;
  letter-spacing: .3px; }
  @media (max-width: 479px) {
    .footer-main-links {
      display: block;
      margin-bottom: 10px; } }
  .footer-main-links li {
    display: block;
    margin-right: 80px; }
    @media (max-width: 479px) {
      .footer-main-links li {
        margin-right: 6px;
        font-size: 14px;
        display: inline-block; } }
    .footer-main-links li a {
      color: white;
      transition: .35s;
      text-decoration: none;
      font: 16px/2 "CircularSpotifyText-Book", sans-serif !important;
      font-weight: normal !important; }
      .footer-main-links li a:hover {
        color: #1ED760; }
      @media (max-width: 479px) {
        .footer-main-links li a {
          font-size: 14px !important;
          font-family: CircularSpotifyText-Book; } }
    .footer-main-links li:last-child {
      margin-right: 0; }

.footer-links {
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
  text-align: left; }
  .footer-links li {
    display: inline-block;
    margin-right: 20px; }
    .footer-links li a, .footer-links li button {
      color: #7682B2 !important;
      font-size: 12px !important;
      text-decoration: none !important;
      transition: .35s !important;
      background: none !important;
      border: 0 !important;
      padding: 0 !important; }
      .footer-links li a:hover, .footer-links li button:hover {
        color: #1ED760 !important; }
    .footer-links li#cookie-policy #ot-sdk-btn,
    .footer-links li#cookie-policy #policy {
      display: none; }
    .footer-links li#cookie-policy #ot-sdk-btn.show {
      display: block; }
    .footer-links li#cookie-policy #policy.show {
      display: block; }
  @media (max-width: 479px) {
    .footer-links {
      margin: 30px 0;
      width: 100%; } }

.intro {
  padding-top: 28px;
  padding-bottom: 84px; }
  .intro:after {
    display: block;
    content: '';
    clear: both; }
  .intro:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 254px;
    content: '';
    background: linear-gradient(36deg, #2d46b9 20%, #af2896 100%);
    z-index: -1; }
  .intro .intro-info {
    color: white;
    max-width: 540px;
    float: left;
    font: 500 17px/20px CircularSpotifyText-Medium; }
    .intro .intro-info h1 {
      margin: 0;
      font: 700 80px/96px CircularSpotifyHead-Bold; }
    .intro .intro-info p {
      margin: 0;
      font: 16px/1.5 "CircularSpotifyText-Book", sans-serif; }
  @media (max-width: 479px) {
    .intro {
      padding-top: 70px;
      padding-bottom: 25px; }
      .intro .intro-info h1 {
        font-size: 40px;
        line-height: 1.5; }
      .intro::before {
        bottom: -65px; } }
  .intro .intro-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 254px;
    background: url("../images/header-bg.png") no-repeat right bottom;
    background-size: contain;
    z-index: -1; }

.search-form {
  float: right;
  width: 190px;
  overflow: hidden;
  background: white;
  height: 26px;
  margin-left: 30px;
  border: 1px solid #b5b5b5;
  border-radius: 3px !important; }
  @media (max-width: 979px) {
    .search-form {
      display: none; } }
  .search-form input[type="search"] {
    height: 26px;
    border: none;
    padding: 10px;
    line-height: 23px;
    font-size: 12px;
    color: #25347C;
    outline: none;
    width: calc(100% - 32px);
    float: left;
    background: transparent;
    display: block;
    margin-right: 4px; }
  .search-form .submit {
    padding: 0;
    border: none;
    margin: 0;
    padding-top: 4px;
    height: 26px;
    float: left;
    outline: none;
    background: none; }
    .search-form .submit img {
      width: 62%;
      height: auto;
      opacity: .5;
      transition: .35s; }
    .search-form .submit:hover img {
      opacity: 1; }

.main-post {
  display: flex;
  margin: -51px 0 67px;
  box-shadow: 2px 3px 21px 1px rgba(0, 0, 0, 0.15); }
  .main-post .img-holder {
    width: calc(100% - 390px);
    position: relative;
    height: 360px; }
    .main-post .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main-post .main-post-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 390px;
    background: white;
    padding: 19px 30px 21px; }
    .main-post .main-post-info .date {
      display: block;
      font: 12px/14px CircularSpotifyText-Medium;
      padding: 0 0 10px;
      margin: 0 0 8px;
      border-bottom: 1px solid #d6cbcb; }
    .main-post .main-post-info h2 {
      margin: 0 0 8px;
      font: 28px/34px CircularSpotifyHead-Black; }
      .main-post .main-post-info h2 a {
        color: #25347C;
        text-decoration: none; }
        .main-post .main-post-info h2 a:hover {
          color: #2D46B9; }
    .main-post .main-post-info p {
      margin: 0;
      font-size: 16px; }
  @media (max-width: 479px) {
    .main-post {
      margin: 10px 0 30px;
      display: none; } }

.main-post-wrapper {
  display: flex;
  flex-direction: column; }
  @media (max-width: 479px) {
    .main-post-wrapper {
      flex-direction: column-reverse; } }

.sub-nav {
  padding: 11px 0 35px; }
  .sub-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    letter-spacing: -.32em; }
    .sub-nav ul li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      font: 14px/19px CircularSpotifyText-Bold;
      margin: 0 18px; }
      @media (max-width: 979px) {
        .sub-nav ul li {
          margin: 0 12px; } }
      .sub-nav ul li a {
        display: block;
        color: #191414;
        text-decoration: none;
        border-bottom: 3px solid transparent; }
        .sub-nav ul li a:hover {
          border-color: #1ED760; }
      .sub-nav ul li.active a {
        border-color: #1ED760; }
  @media (max-width: 479px) {
    .sub-nav {
      background: white;
      width: 100%;
      height: 40px;
      position: relative;
      z-index: 999;
      padding: 0;
      margin-bottom: 50px;
      pointer-events: auto; }
      .sub-nav ul {
        background: white;
        position: absolute;
        width: 100%;
        top: 100%;
        transition: .35s;
        overflow: auto;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
        max-height: 0; }
        .sub-nav ul li {
          display: block;
          padding: 10px 0;
          font: 15px/26px;
          font-weight: normal; }
          .sub-nav ul li a {
            color: black;
            font-weight: normal; }
        .sub-nav ul.open {
          max-height: 300px; } }

.field-label {
  display: none;
  height: 39px;
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 40px;
  padding: 0 10px;
  z-index: 9999;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0; }
  .field-label:after, .field-label:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 16px;
    display: inline-block;
    background-color: #000000;
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(45deg);
    transition: .35s; }
  .field-label:before {
    transform: rotate(-45deg);
    right: 30px; }
  @media (max-width: 479px) {
    .field-label {
      display: block; } }
  .field-label.open:after {
    transform: rotate(-45deg); }
  .field-label.open:before {
    transform: rotate(45deg); }

.posts-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  letter-spacing: -.32em;
  display: flex;
  flex-wrap: wrap; }
  .posts-list > li {
    padding: 0 15px 30px;
    letter-spacing: normal;
    width: 33.33%; }
    @media (max-width: 979px) {
      .posts-list > li {
        width: 50%; } }
    @media (max-width: 479px) {
      .posts-list > li {
        width: 100%; } }
    .posts-list > li article {
      display: flex;
      height: 100%; }
      .posts-list > li article .post-holder {
        border-radius: 6px;
        background: white;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        box-shadow: 1px 7px 10px 0px rgba(0, 0, 0, 0.15);
        width: 100%; }
      .posts-list > li article .btn-list {
        padding: 0 19px 15px; }
      .posts-list > li article .image-holder {
        height: 173px; }
        .posts-list > li article .image-holder img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .posts-list > li .info {
      padding: 15px 20px 0; }
      .posts-list > li .info .date {
        display: block;
        font: 12px/14px CircularSpotifyText-Medium;
        padding: 0 0 10px;
        margin: 0 0 13px;
        border-bottom: 1px solid #d6cbcb; }
      .posts-list > li .info h2 {
        margin: 0 0 8px;
        font: 20px/26px CircularSpotifyHead-Black; }
        .posts-list > li .info h2 a {
          color: #25347C;
          text-decoration: none;
          transition: color .75s; }
          .posts-list > li .info h2 a:hover {
            color: #2D46B9; }
      .posts-list > li .info p {
        margin: 0;
        word-break: break-word;
        font-size: 16px; }
    .posts-list > li.sticky {
      display: none; }
      @media (max-width: 479px) {
        .posts-list > li.sticky {
          display: block; } }

.search-post {
  padding-bottom: 15px !important; }
  .search-post .info {
    padding-bottom: 0px !important; }

.asidebar {
  float: right;
  width: 330px; }
  @media (max-width: 979px) {
    .asidebar {
      width: 250px; } }
  @media (max-width: 479px) {
    .asidebar {
      width: 100%;
      z-index: 0; } }
  .asidebar .widget {
    margin: 0 0 49px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
    padding: 27px 20px 20px;
    border-radius: 3px; }
    @media (max-width: 479px) {
      .asidebar .widget {
        box-shadow: none;
        margin: 50px -15px -15px !important;
        border-radius: 0; } }
    @media (max-width: 479px) {
      .asidebar .widget.twitter {
        display: none; } }
  .asidebar h2 {
    font: 24px/32px CircularSpotifyHead-Bold;
    margin: 0 0 12px; }
  .asidebar h3 {
    font: 16px/20px CircularSpotifyText-Bold;
    margin: 0; }
  .asidebar a {
    color: #25347C;
    text-decoration: none;
    display: block; }
    .asidebar a:hover {
      color: #2D46B9; }
    .asidebar a .image-holder {
      height: 132px;
      border: 1px solid #d6cbcb; }
      .asidebar a .image-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  @media (max-width: 479px) {
    .asidebar .articles-post {
      background-color: white;
      padding: 12px;
      box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
      border-radius: 3px;
      margin-bottom: 20px; }
      .asidebar .articles-post .image-holder {
        height: 160px; }
      .asidebar .articles-post .articles-post {
        margin-bottom: 0; } }
  .asidebar .cat-item a {
    background-color: white;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
    border-bottom: 3px solid white;
    display: inline-block;
    line-height: 1; }
  .asidebar .cat-item.current-cat a {
    border-bottom: 3px solid #1ED760; }
  .asidebar .date {
    display: block;
    font-size: 11px;
    line-height: 13px;
    margin: 12px 0 5px;
    display: inline-block; }

.articles-post {
  margin: 0 0 25px; }
  .articles-post img {
    display: block;
    width: 100%;
    margin: 0 0 11px; }

.years-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none; }
  .years-list a {
    color: #25347C;
    text-decoration: none; }
    .years-list a:hover {
      color: #2D46B9; }
  .years-list > li {
    padding: 10px 0 0;
    border-bottom: 1px solid #707070;
    font: 16px/24px CircularSpotifyText-Bold; }
    .years-list > li:first-child {
      border-top: 1px solid #707070; }
    .years-list > li > a {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 10px; }
    .years-list > li ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      .years-list > li ul li {
        margin: 0 0 10px;
        font-family: CircularSpotifyText-Book; }

.categories-list h2 {
  margin-top: 8px; }
.categories-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .categories-list ul li a {
    line-height: 2;
    font-weight: bold; }

.content {
  float: left;
  width: calc(100% - 387px); }
  @media (max-width: 979px) {
    .content {
      width: calc(100% - 270px); } }
  @media (max-width: 479px) {
    .content {
      width: 100%; } }
  .content h1 {
    font: 40px CircularSpotifyHead-Bold;
    margin: 10px 0 30px; }
  .content h3 {
    font-family: CircularSpotifyText-Bold;
    margin: 1rem 0 0.5rem; }
  .content h4 {
    font-family: CircularSpotifyText-Bold;
    margin: 1rem 0 0.5rem; }
  .content p {
    margin: 0 0 16px; }
    .content p strong {
      font-weight: CircularSpotifyText-Bold; }
      .content p strong.title {
        font: 14px/17px CircularSpotifyText-Bold; }
  .content .img-holder,
  .content .wp-block-image {
    margin: 0 0 19px; }
    .content .img-holder a,
    .content .wp-block-image a {
      display: block;
      aspect-ratio: 2.084; }
      .content .img-holder a img,
      .content .wp-block-image a img {
        display: block;
        width: 100%;
        height: auto; }
    .content .img-holder img,
    .content .wp-block-image img {
      display: block;
      width: 100%;
      height: auto; }
    .content .img-holder.labs,
    .content .wp-block-image.labs {
      width: 356px;
      height: 240px;
      display: inline-block; }
      .content .img-holder.labs img,
      .content .wp-block-image.labs img {
        display: block;
        width: 100%;
        height: 100%;
        float: none;
        object-fit: cover; }
      @media (max-width: 479px) {
        .content .img-holder.labs,
        .content .wp-block-image.labs {
          width: 100%; } }
    .content .img-holder.no-resize,
    .content .wp-block-image.no-resize {
      margin: 0 0 19px; }
      .content .img-holder.no-resize img,
      .content .wp-block-image.no-resize img {
        display: block;
        margin: auto;
        width: auto;
        height: auto; }
  .content .type-news .wp-caption {
    width: 100% !important; }
  .content .type-news img.size-full {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
  .content a:hover {
    text-decoration: underline; }
  .content .btn-list {
    margin-bottom: 13px; }
  .content .info-btn {
    text-decoration: none; }
    .content .info-btn:hover {
      text-decoration: none; }

.posted-by {
  overflow: hidden;
  margin: 0 0 23px; }
  .posted-by.border {
    padding: 0 0 15px;
    margin: 0 0 16px;
    border-bottom: 1px solid #707070; }
  .posted-by img {
    float: left;
    width: 35px;
    height: auto;
    margin: 0 14px 0 0;
    border-radius: 50%; }
  .posted-by .info {
    overflow: hidden;
    font-size: 12px;
    margin: 4px 0; }
    .posted-by .info span {
      display: block; }

.share-block {
  padding: 20px 0 30px; }
  .share-block .title {
    display: block;
    font: 14px/16px CircularSpotifyHead-Bold;
    padding: 0 0 10px;
    border-bottom: 1px solid #707070;
    margin: 0 0 30px; }
  .share-block .share-link {
    padding: 0;
    margin: 0;
    list-style: none;
    letter-spacing: -0.32em; }
    .share-block .share-link li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: top; }
    .share-block .share-link a {
      display: block;
      max-width: 86px;
      background: #25347C;
      height: 26px;
      text-align: center;
      white-space: nowrap;
      margin-right: 10px;
      width: 80px; }
      .share-block .share-link a:after {
        display: inline-block;
        vertical-align: middle;
        height: 26px;
        width: 1px;
        margin: 0 0 0 -1px;
        content: ""; }
      .share-block .share-link a:hover {
        background: #1ED760; }
      .share-block .share-link a img {
        display: inline-block;
        vertical-align: middle; }
    @media (max-width: 479px) {
      .share-block .share-link {
        text-align: center; } }

.comment-block {
  padding: 20px 0 30px; }
  .comment-block .title {
    display: block;
    font: 14px/16px CircularSpotifyHead-Bold;
    padding: 0 0 10px;
    border-bottom: 1px solid #707070;
    margin: 0 0 30px; }

.heading-area {
  background: url(../images/banner-bg.jpg) no-repeat;
  background-size: cover;
  padding: 41px 20px 50px;
  margin: -45px 0 16px; }
  .heading-area h1 {
    font-size: 55px;
    line-height: 60px;
    margin: 0; }
  @media (max-width: 479px) {
    .heading-area {
      background-size: contain;
      margin: -25px -14px 16px;
      padding: 20px 15px 30px; } }

.sub-heading {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  margin: 0 0 16px; }
  .sub-heading h2 {
    font: 43px/44px CircularSpotifyHead-Bold;
    margin: 0;
    background: #25347C;
    color: white;
    display: inline-block;
    vertical-align: top;
    padding: 16px 20px; }

.person-info {
  overflow: hidden;
  padding: 10px 0 40px; }
  .person-info img {
    float: left;
    width: 50%;
    margin: 0 30px 0 0; }
  .person-info .info {
    overflow: hidden;
    width: calc(100% - 380px);
    display: inline-block;
    margin-left: 15px;
    vertical-align: top; }
    @media (max-width: 479px) {
      .person-info .info {
        width: 100%;
        margin: 0; } }
  .person-info h2 {
    font: 24px/32px CircularSpotifyHead-Bold;
    margin: 0 0 10px; }

.time-title {
  display: block;
  background: #25347C;
  color: white;
  padding: 8px 14px 12px;
  font: 20px/24px CircularSpotifyText-Medium;
  margin: 0 0 10px; }

.category-my-beat .wp-block-quote {
  background-color: black;
  color: white;
  margin: 0 0 15px;
  padding: 10px; }
  .category-my-beat .wp-block-quote p {
    margin: 4px 0 0; }

.wpcc-pushdown-wrap {
  background: #af2896;
  color: white;
  position: relative;
  z-index: 9; }
  .wpcc-pushdown-wrap .wpcc-privacy {
    display: none; }
  .wpcc-pushdown-wrap .wpcc-banner {
    max-width: 1140px;
    margin: auto !important; }
  .wpcc-pushdown-wrap .wpcc-message a {
    color: white; }
  @media (max-width: 479px) {
    .wpcc-pushdown-wrap .wpcc-message {
      padding-top: 40px; } }

.episode {
  padding: 35px 0;
  border-bottom: 1px solid #dedede; }
  .episode__title {
    font-size: 24px;
    font-weight: bold; }
  .episode__description {
    margin: 0 0 15px; }
  .episode__date-time {
    display: flex;
    align-items: center;
    color: #7682b2; }
    .episode__date-time a {
      display: flex;
      align-items: center;
      color: inherit;
      text-decoration: none; }
    .episode__date-time p {
      margin: 5px 0 0 20px; }
  @media (max-width: 479px) {
    .episode {
      border-radius: 6px;
      background: white;
      box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin-bottom: 15px; }
      .episode__title {
        font-size: 20px;
        line-height: 1.3;
        font-family: CircularSpotifyHead-Bold; } }
  @media (max-width: 479px) {
    .episode--cs {
      background: transparent;
      box-shadow: none;
      border: 1px solid #dadfe6; } }
  .episode:last-child {
    border: none; }
    @media (max-width: 479px) {
      .episode:last-child {
        margin-bottom: -20px;
        border: 1px solid #dadfe6; } }

.ceo-message {
  background: white;
  padding: 100px 0; }
  .ceo-message .container {
    display: flex; }
    .ceo-message .container .ceo-content h2 {
      margin-top: 0; }
    .ceo-message .container .ceo-image {
      margin-right: 30px;
      margin-bottom: 24px; }
      .ceo-message .container .ceo-image img {
        width: 372px;
        height: auto;
        max-width: none; }
  @media (max-width: 979px) {
    .ceo-message {
      padding: 50px 0; }
      .ceo-message .container {
        flex-direction: column; }
        .ceo-message .container .ceo-image {
          text-align: center;
          margin-right: 0; }
          .ceo-message .container .ceo-image img {
            width: 40%;
            height: auto; } }
  @media (max-width: 479px) {
    .ceo-message {
      margin-top: 30px; }
      .ceo-message .container .ceo-image img {
        width: 60%; } }

.podcast h1 {
  color: #25347c !important; }
.podcast .asidebar {
  padding-left: 20px; }
@media (max-width: 979px) {
  .podcast .asidebar {
    padding-left: 10px; } }
@media (max-width: 479px) {
  .podcast .asidebar {
    border-left: 0;
    padding-left: 0; }
    .podcast .asidebar .latest {
      display: none; } }

.tag-wrapped21 .my-beat-content .person-info .img-holder.labs {
  height: 175px; }

.news-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none; }
  .news-list li {
    padding: 25px 0;
    border-bottom: 1px solid #707070;
    display: flex; }
    .news-list li:first-child {
      padding-top: 0; }
    .news-list li article {
      display: flex; }
      .news-list li article .img-holder {
        width: 232px;
        margin: 0 26px 0 0;
        position: relative;
        min-height: 100px; }
        .news-list li article .img-holder img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .news-list li .info {
      width: calc(100% - 258px);
      padding: 0 20px 0 0; }
      .news-list li .info .date, .news-list li .info .by {
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 2px; }
      .news-list li .info .by {
        margin: 0; }
      .news-list li .info h2 {
        font: 20px/24px CircularSpotifyText-Bold;
        margin: 0 0 -8px;
        min-height: 72px; }
        .news-list li .info h2 a {
          color: #25347C;
          text-decoration: none; }
          .news-list li .info h2 a:hover {
            color: #2D46B9; }

.posts-list-view {
  padding: 0;
  margin: 0 0 20px;
  list-style: none; }
  .posts-list-view li {
    padding: 25px 0;
    border-bottom: 1px solid #B7B7B7;
    display: flex; }
    .posts-list-view li:first-child {
      padding-top: 0; }
    .posts-list-view li article {
      display: flex; }
      .posts-list-view li article .img-holder {
        width: 350px;
        margin: 0 15px 0 0;
        position: relative;
        height: 150px;
        border: 1px solid #707070; }
        .posts-list-view li article .img-holder img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .posts-list-view li article .info {
        width: calc(100% - 258px); }
        .posts-list-view li article .info p {
          margin-bottom: 0; }
        .posts-list-view li article .info .date,
        .posts-list-view li article .info .by {
          display: block;
          font-size: 12px;
          line-height: 16px;
          margin: 0 0 5px; }
        .posts-list-view li article .info .by {
          margin-top: 10px;
          margin-bottom: 0; }
        .posts-list-view li article .info h2 {
          font: 20px/24px CircularSpotifyText-Bold;
          margin: 0 0 8px; }
          .posts-list-view li article .info h2 a {
            color: #25347C;
            text-decoration: none; }
            .posts-list-view li article .info h2 a:hover {
              color: #2D46B9; }
  @media (max-width: 479px) {
    .posts-list-view li article {
      display: block; }
      .posts-list-view li article .img-holder {
        width: 100%;
        margin: 0 0 15px; }
      .posts-list-view li article .info {
        width: 100%; }
        .posts-list-view li article .info .by {
          display: none; } }

.page-template-template-open-source {
  background: url("../images/open-source-bg.svg") no-repeat #F7F9FC;
  background-position: center -150px; }

.open-source-projects {
  max-width: 960px;
  margin: auto; }
  .open-source-projects .project {
    display: flex;
    border: 1px solid #D5DAF3;
    border-radius: 12px;
    background-color: white;
    max-width: 960px;
    margin: 0 auto 30px;
    box-sizing: border-box; }
    .open-source-projects .project__image-holder {
      flex: .3;
      display: flex;
      align-items: center;
      justify-content: center; }
      .open-source-projects .project__image-holder .mobile-logo {
        display: none; }
    .open-source-projects .project__content-holder {
      flex: .7;
      padding: 45px 45px 45px 0; }
      .open-source-projects .project__content-holder__title {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 1.2; }
      .open-source-projects .project__content-holder__content {
        margin-bottom: 40px; }
        .open-source-projects .project__content-holder__content p {
          font-size: 16px; }
      .open-source-projects .project__content-holder__links {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap; }
        .open-source-projects .project__content-holder__links li {
          margin-bottom: 20px; }
          .open-source-projects .project__content-holder__links li a {
            background: white;
            text-decoration: none;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
            padding: 5px 15px;
            border-radius: 4px;
            margin-right: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #2D46B9;
            transition: .35s; }
            .open-source-projects .project__content-holder__links li a svg {
              margin-right: 5px;
              transition: .35s;
              fill: #D5DAF3; }
            .open-source-projects .project__content-holder__links li a:hover {
              background: #E8ECF9; }
              .open-source-projects .project__content-holder__links li a:hover svg {
                fill: #2D46B9; }
          .open-source-projects .project__content-holder__links li.project__content-holder__links__website a svg {
            margin-left: 5px;
            margin-right: 0; }
  .open-source-projects .btn-holder {
    text-align: center;
    margin-top: 90px; }
    .open-source-projects .btn-holder .btn-primary {
      background-color: #526ACE !important;
      color: white !important;
      display: inline-block;
      vertical-align: top;
      padding: 14px 60px;
      border-radius: 25px;
      color: #2d46b9;
      background: #d5daf3;
      font-weight: 500;
      text-decoration: none;
      font-size: 18px;
      line-height: 22px; }
      .open-source-projects .btn-holder .btn-primary:hover {
        background-color: #2D46B9 !important; }
  @media (max-width: 479px) {
    .open-source-projects {
      margin: 0 -15px; }
      .open-source-projects .project {
        flex-direction: column; }
        .open-source-projects .project__image-holder {
          margin-top: 50px; }
          .open-source-projects .project__image-holder .desktop-logo {
            display: none; }
          .open-source-projects .project__image-holder .mobile-logo {
            display: block; }
        .open-source-projects .project__content-holder {
          padding: 10px 15px 50px; }
      .open-source-projects .btn-holder {
        margin-top: 60px;
        margin-bottom: 60px; }
        .open-source-projects .btn-holder .btn-primary {
          padding: 14px 20px !important;
          font-size: 16px !important; } }

.more-projects {
  background-color: white;
  padding: 150px 0; }
  .more-projects h1 {
    text-align: center;
    margin-bottom: 50px; }
  .more-projects .project-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap; }
    .more-projects .project-list li {
      width: 25%;
      padding: 15px;
      margin-bottom: 20px;
      display: flex; }
      .more-projects .project-list li a {
        box-shadow: 1px 7px 10px 0px rgba(0, 0, 0, 0.15);
        background: white;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        border-radius: 8px;
        overflow: hidden;
        text-decoration: none !important;
        transition: .35s; }
        .more-projects .project-list li a .image-holder {
          margin: -10px; }
          .more-projects .project-list li a .image-holder img {
            width: 100%;
            height: 121px;
            object-fit: cover; }
        .more-projects .project-list li a h3 {
          font-size: 18px;
          color: #25347C;
          margin-bottom: 0;
          line-height: 1.2; }
        .more-projects .project-list li a:hover {
          box-shadow: 2px 5px 5px 5px rgba(0, 0, 0, 0.15); }
  @media (max-width: 479px) {
    .more-projects {
      padding-top: 20px;
      padding-bottom: 50px;
      margin-top: -50px;
      background-color: transparent; }
      .more-projects h1 {
        text-align: left;
        font-size: 22px !important;
        margin-bottom: 20px; }
      .more-projects .project-list {
        flex-wrap: nowrap;
        flex-direction: row;
        overflow-x: scroll;
        margin-left: -15px;
        margin-right: -15px; }
        .more-projects .project-list li {
          width: auto;
          padding: 0; }
          .more-projects .project-list li a {
            width: 250px;
            margin-right: 15px; }
            .more-projects .project-list li a h3 {
              font-size: 18px !important; }
          .more-projects .project-list li:first-child a {
            margin-left: 15px; } }

.about {
  background-color: white; }
  .about .about-heading {
    background: linear-gradient(to right, #2d46b9 0%, #af2896 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 60px;
    margin-top: 30px; }
  .about .about-content {
    max-width: 570px;
    font-size: 22px;
    line-height: 1.45; }
  @media (max-width: 979px) {
    .about .content {
      max-width: none;
      width: 80%; }
      .about .content .about-content {
        max-width: none; } }
  @media (max-width: 479px) {
    .about .content {
      width: 100%; }
      .about .content .about-heading {
        margin-top: 70px;
        font-size: 40px !important;
        margin-bottom: 10px; }
      .about .content .about-content {
        font-size: 16px;
        line-height: normal; } }
  @media (max-width: 979px) {
    .about {
      background: #f7f9fc; } }

.about-illustration {
  position: relative;
  z-index: 3; }
  .about-illustration .illustration {
    text-align: center; }
    .about-illustration .illustration canvas {
      margin-top: -150px;
      width: 100%;
      max-width: 1250px;
      height: auto; }
    .about-illustration .illustration .image-mobile {
      display: none; }
  @media (max-width: 979px) {
    .about-illustration .illustration .image-mobile {
      display: block;
      margin: 10px auto 0; }
    .about-illustration .illustration .image-desktop {
      display: none; } }

.collaboration {
  background: linear-gradient(to right, #6938a8 0%, #2d46b9 100%);
  transform: skewY(-9deg);
  color: white;
  margin-top: -128px;
  position: relative;
  z-index: 2; }
  .collaboration .container {
    padding: 210px 15px 150px;
    transform: skewY(9deg);
    display: flex;
    justify-content: space-between; }
    .collaboration .container .collaboration__text {
      max-width: 675px; }
      .collaboration .container .collaboration__text h2 {
        font-size: 30px;
        margin-bottom: 8px;
        margin-top: 0; }
      .collaboration .container .collaboration__text p {
        font-size: 20px;
        margin-bottom: 44px;
        max-width: 550px; }
    .collaboration .container .collaboration__image canvas {
      margin-left: 20px;
      margin-top: -60px; }
    @media (max-width: 479px) {
      .collaboration .container .collaboration__image {
        display: flex;
        justify-content: center; } }
    .collaboration .container .button {
      display: inline-block;
      vertical-align: top;
      padding: 10px 60px;
      border-radius: 25px;
      color: #2d46b9;
      background-color: #d4daf3;
      font-weight: 500;
      text-decoration: none;
      font-size: 18px;
      line-height: 22px;
      transition: background-color 0.5s; }
      .collaboration .container .button:hover {
        background-color: white; }
  @media (max-width: 979px) {
    .collaboration {
      margin-top: 0; }
      .collaboration .container {
        flex-direction: column-reverse;
        padding: 70px 15px 100px; }
        .collaboration .container .collaboration__text {
          margin: auto; }
        .collaboration .container .collaboration__image {
          text-align: center; }
          .collaboration .container .collaboration__image canvas {
            margin: -40px 0 20px 0; } }
  @media (max-width: 479px) {
    .collaboration {
      background: linear-gradient(60deg, #6938a8 0%, #2d46b9 100%); }
      .collaboration .container .collaboration__image img {
        width: 50%; }
      .collaboration .container .collaboration__text h2 {
        font-size: 24px !important; }
      .collaboration .container .collaboration__text p {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 27px; }
      .collaboration .container .button {
        margin: 0 auto 10px;
        display: block;
        max-width: 70%;
        text-align: center; } }

.spotify-story {
  position: relative;
  z-index: 1; }
  .spotify-story .container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .spotify-story .container .spotify-story__text {
      width: 50%;
      margin-top: 60px; }
      .spotify-story .container .spotify-story__text p {
        margin-bottom: 44px;
        max-width: 550px;
        font-size: 20px; }
      .spotify-story .container .spotify-story__text .button {
        display: inline-block;
        vertical-align: top;
        padding: 10px 60px;
        border-radius: 25px;
        background-color: #526ace;
        color: white;
        font-weight: 500;
        text-decoration: none;
        font-size: 18px;
        line-height: 22px;
        transition: background-color 0.5s; }
        .spotify-story .container .spotify-story__text .button:hover {
          background-color: #2d46b9; }
    .spotify-story .container .spotify-story__image {
      width: 50%;
      position: relative;
      display: flex;
      justify-content: center;
      margin-top: 20px; }
      .spotify-story .container .spotify-story__image img {
        vertical-align: top;
        position: relative;
        z-index: 3;
        width: 385px; }
      .spotify-story .container .spotify-story__image .story-bg {
        position: absolute;
        top: -525px;
        left: 105px;
        bottom: 0;
        z-index: 1;
        width: 50vw;
        background: #bfc7ea;
        clip-path: polygon(350px 0, 100% 0%, 100% 100%, 0% 100%); }
  @media (max-width: 979px) {
    .spotify-story .container {
      flex-direction: column; }
      .spotify-story .container .spotify-story__text {
        margin-top: 150px;
        width: auto; }
      .spotify-story .container .spotify-story__image {
        width: 100%;
        margin-top: 30px;
        text-align: center; }
        .spotify-story .container .spotify-story__image .story-bg {
          top: auto;
          height: 225px;
          left: -15px;
          right: -15px;
          transform: skewY(-8deg);
          bottom: 0; }
          .spotify-story .container .spotify-story__image .story-bg img {
            display: none; }
          .spotify-story .container .spotify-story__image .story-bg:before {
            content: "";
            display: inline-block;
            background: #2d46b9;
            opacity: 0.3;
            height: 100%;
            width: 100%; }
        .spotify-story .container .spotify-story__image:after {
          content: "";
          display: inline-block;
          background: #f7f9fc;
          width: calc(100% + 30px);
          left: -15px;
          height: 100px;
          position: absolute;
          bottom: -55px;
          z-index: 22;
          transform: skewY(-8deg); } }
  @media (max-width: 479px) {
    .spotify-story {
      margin-bottom: 150px; }
      .spotify-story .container .spotify-story__text {
        margin-top: 60px;
        width: auto; }
        .spotify-story .container .spotify-story__text h2 {
          font-size: 24px !important; }
        .spotify-story .container .spotify-story__text p {
          font-size: 16px;
          line-height: normal;
          margin-top: 10px;
          margin-bottom: 27px; }
        .spotify-story .container .spotify-story__text .button {
          max-width: 70%;
          display: block;
          margin: auto;
          text-align: center; }
      .spotify-story .container .spotify-story__image {
        text-align: center; }
        .spotify-story .container .spotify-story__image img {
          margin-bottom: -23px;
          width: 70%; } }

.related-posts {
  background-color: #f7f9fc !important;
  padding: 100px 0; }
  .related-posts .container > h3 {
    margin-bottom: 20px; }
  .related-posts .container .row {
    margin-left: -15px;
    margin-right: -15px; }
  @media (max-width: 479px) {
    .related-posts {
      padding: 0 15px 60px !important;
      position: relative;
      z-index: 2; }
      .related-posts .container > h3 {
        margin-top: 10px;
        margin-left: -15px;
        margin-bottom: 30px; } }

.collaboration-image-animation {
  position: relative; }
  @media (max-width: 479px) {
    .collaboration-image-animation {
      transform: scale(0.65); } }

.svg-holder {
  position: relative;
  z-index: 3; }

.content-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  pointer-events: none; }
  .content-holder .svg-text {
    color: #1ED760;
    font-size: 12px;
    text-align: center;
    position: absolute;
    line-height: 14px;
    opacity: 0;
    transform: translateY(20px); }
  .content-holder #textlogo1 {
    width: 178px;
    bottom: 162px;
    right: 4px; }
  .content-holder #textlogo2 {
    width: 121px;
    top: 47px;
    right: -22px; }
  .content-holder #textlogo3 {
    width: 98px;
    top: 9px;
    right: 100px; }
  .content-holder #textlogo4 {
    width: 123px;
    top: -58px;
    left: 186px; }
  .content-holder #textlogo5 {
    width: 122px;
    top: 11px;
    left: 10px; }
  .content-holder #textlogo6 {
    width: 127px;
    top: 116px;
    left: 102px; }
  .content-holder #textlogo7 {
    width: 120px;
    top: 212px;
    left: -21px; }

.jobs .jobs__header {
  margin-top: -45px;
  padding-bottom: 25px;
  position: relative; }
  .jobs .jobs__header .jobs__header__image {
    position: absolute;
    left: calc(51% - 5px);
    right: 0;
    height: 765px;
    clip-path: polygon(200px 0%, 100% 0, 100% 100%, 200px 100%, 0% 50%);
    transition: 0.5s; }
    .jobs .jobs__header .jobs__header__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.5s; }
    .jobs .jobs__header .jobs__header__image:hover {
      clip-path: polygon(20% 0%, 100% 0, 100% 100%, 20% 100%, 0% 50%); }
  .jobs .jobs__header .jobs__header__title {
    background: linear-gradient(to right, #2d46b9 0%, #af2896 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 60px;
    margin-top: 56px;
    font-weight: bold;
    font-family: "CircularSpotifyHead-Bold";
    line-height: normal;
    margin-bottom: -4px; }
  .jobs .jobs__header .jobs__header__content {
    font-size: 22px;
    max-width: 510px; }
  .jobs .jobs__header .jobs__header__hexagones {
    font-size: 20px;
    height: 405px;
    top: 71px;
    position: relative; }
    .jobs .jobs__header .jobs__header__hexagones .hexagone {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 220px;
      height: 192px;
      background: #2D46B9;
      color: white;
      transition: 0.5s;
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); }
      .jobs .jobs__header .jobs__header__hexagones .hexagone .content {
        font-size: 22px;
        width: 70%;
        font-weight: bold;
        text-align: center;
        line-height: 25px; }
        .jobs .jobs__header .jobs__header__hexagones .hexagone .content span {
          margin-top: 5px;
          color: #92a0da;
          display: block;
          font-size: 20px; }
      .jobs .jobs__header .jobs__header__hexagones .hexagone--1 {
        top: 110px; }
      .jobs .jobs__header .jobs__header__hexagones .hexagone--2 {
        top: 12px;
        left: 172px; }
        .jobs .jobs__header .jobs__header__hexagones .hexagone--2 .content {
          font-size: 31px;
          line-height: 33px; }
      .jobs .jobs__header .jobs__header__hexagones .hexagone--3 {
        top: 211px;
        left: 172px; }
      .jobs .jobs__header .jobs__header__hexagones .hexagone--4 {
        top: 111px;
        left: 343px; }
      .jobs .jobs__header .jobs__header__hexagones .hexagone--5 {
        top: 12px;
        left: 515px; }
  .jobs .jobs__header:before {
    content: "";
    display: block;
    width: 100%;
    height: 120%;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: auto;
    background: url("../images/jobs-bg-patten.png");
    background-repeat: no-repeat;
    background-position: 76px 84px;
    z-index: -1; }
  .jobs .jobs__header:after {
    content: "";
    width: 20%;
    height: 1px;
    background: #af2896;
    display: inline-block;
    transform: rotate(-9deg);
    position: absolute;
    bottom: 43px;
    right: 0; }
  @media (max-width: 479px) {
    .jobs .jobs__header {
      margin-top: 40px; }
      .jobs .jobs__header .jobs__header__image {
        width: 100%;
        left: 0;
        right: 0;
        height: 420px;
        clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 0% 0);
        margin-top: 235px; }
      .jobs .jobs__header .jobs__header__title {
        font-size: 40px; }
      .jobs .jobs__header .jobs__header__content {
        font-size: 16px; }
      .jobs .jobs__header .jobs__header__hexagones {
        width: 345px;
        left: 0;
        right: 0;
        margin: auto;
        top: 222px; }
        .jobs .jobs__header .jobs__header__hexagones .hexagone {
          width: 135px;
          height: 118px;
          z-index: 2; }
          .jobs .jobs__header .jobs__header__hexagones .hexagone .content {
            font-size: 14px;
            line-height: 1.2; }
            .jobs .jobs__header .jobs__header__hexagones .hexagone .content span {
              margin-top: 5px;
              color: #92a0da;
              display: block;
              font-size: 14px; }
          .jobs .jobs__header .jobs__header__hexagones .hexagone--1 {
            top: 61px;
            left: 105px; }
          .jobs .jobs__header .jobs__header__hexagones .hexagone--2 {
            top: 0;
            left: 0; }
            .jobs .jobs__header .jobs__header__hexagones .hexagone--2 .content {
              font-size: 18px; }
          .jobs .jobs__header .jobs__header__hexagones .hexagone--3 {
            left: 0;
            top: 122px; }
          .jobs .jobs__header .jobs__header__hexagones .hexagone--4 {
            top: 183px;
            left: 104px; }
          .jobs .jobs__header .jobs__header__hexagones .hexagone--5 {
            top: 123px;
            left: 209px; } }
.jobs .jobs__list {
  margin-top: 70px;
  background: #2d46b9;
  background: linear-gradient(54deg, #2d46b9 0%, #af2896 100%);
  transform: skewY(-9deg);
  color: white; }
  .jobs .jobs__list__holder {
    padding: 150px 0 100px;
    transform: skewY(9deg); }
  .jobs .jobs__list__heading, .jobs .jobs__list__content, .jobs .jobs__list__link {
    max-width: 950px;
    margin: auto;
    text-align: center; }
  .jobs .jobs__list__heading {
    font-size: 30px;
    font-weight: bold; }
  .jobs .jobs__list__carousel {
    display: flex;
    padding: 50px 0 30px;
    display: none; }
    .jobs .jobs__list__carousel .job-card {
      margin-right: 185px;
      background: white;
      padding: 25px 35px;
      border-radius: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: 0.35s;
      text-decoration: none; }
      .jobs .jobs__list__carousel .job-card .upper-part {
        width: 358px; }
      .jobs .jobs__list__carousel .job-card__location {
        font-size: 16px;
        color: #7682b2;
        margin-bottom: 15px; }
      .jobs .jobs__list__carousel .job-card__title {
        font-size: 22px;
        color: #2D46B9; }
      .jobs .jobs__list__carousel .job-card__link {
        text-align: right;
        display: none; }
        .jobs .jobs__list__carousel .job-card__link img {
          position: relative;
          display: inline-block;
          transition: 0.15s;
          top: 0; }
      .jobs .jobs__list__carousel .job-card:hover {
        box-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
        transform: scale(1.02); }
        .jobs .jobs__list__carousel .job-card:hover .job-card__title {
          color: #25347c; }
        .jobs .jobs__list__carousel .job-card:hover .job-card__link img {
          top: -5px; }
    .jobs .jobs__list__carousel .buttons-holder {
      position: absolute;
      display: flex;
      width: 580px;
      justify-content: space-between;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      transform: translateY(-80%);
      pointer-events: none; }
    .jobs .jobs__list__carousel .embla__button {
      border: 1px solid white;
      width: 52px;
      height: 52px;
      border-radius: 52px;
      background-color: rgba(255, 255, 255, 0);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color 0.35s;
      pointer-events: fill; }
      .jobs .jobs__list__carousel .embla__button--next img {
        transform: rotate(180deg); }
      .jobs .jobs__list__carousel .embla__button:hover {
        background-color: rgba(255, 255, 255, 0.1); }
      .jobs .jobs__list__carousel .embla__button:disabled {
        opacity: 0; }
  .jobs .jobs__list__content {
    margin-top: 20px; }
    .jobs .jobs__list__content p {
      font-size: 20px;
      max-width: 800px;
      display: block;
      margin: auto; }
  .jobs .jobs__list__link {
    margin-top: 20px; }
    .jobs .jobs__list__link a {
      display: inline-block;
      vertical-align: top;
      padding: 10px 60px;
      border-radius: 25px;
      color: #2d46b9;
      background: linear-gradient(90deg, #e7bedf 0%, #efd4ea 100%);
      font-weight: 500;
      text-decoration: none;
      font-size: 18px;
      line-height: 22px; }
      .jobs .jobs__list__link a:hover {
        background: #e0abd6; }
  .jobs .jobs__list:before {
    content: "";
    width: 27%;
    height: 1px;
    background: #d5daf3;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0; }
  .jobs .jobs__list:after {
    content: "";
    width: 37%;
    height: 1px;
    background: #d5daf3;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 0; }
  @media (max-width: 479px) {
    .jobs .jobs__list {
      margin-top: -35px;
      position: relative;
      z-index: 1; }
      .jobs .jobs__list__heading {
        font-size: 22px;
        font-weight: bold;
        text-align: left;
        margin: 0 20px; }
      .jobs .jobs__list__carousel {
        padding: 25px 0; }
        .jobs .jobs__list__carousel .job-card {
          padding: 15px;
          margin-right: 105px; }
          .jobs .jobs__list__carousel .job-card .upper-part {
            width: 200px; }
          .jobs .jobs__list__carousel .job-card__location {
            font-size: 16px; }
          .jobs .jobs__list__carousel .job-card__title {
            font-size: 20px; }
      .jobs .jobs__list__content p {
        margin: 0 20px;
        font-size: 15px;
        text-align: left; }
      .jobs .jobs__list .buttons-holder {
        width: calc(100% - 20px);
        right: 10px;
        left: 10px; } }
.jobs .jobs__mission {
  padding-top: 120px;
  height: 430px;
  box-sizing: border-box;
  position: relative; }
  .jobs .jobs__mission .container {
    max-width: 950px;
    margin: auto;
    position: relative; }
  .jobs .jobs__mission__image {
    position: absolute;
    width: calc((100vw - 950px) / 2 + 202px);
    left: 200px;
    top: -134px;
    height: 580px;
    transform: translateX(-100%);
    clip-path: polygon(0 0, 75% 0%, 100% 50%, 75% 100%, 0 100%); }
    .jobs .jobs__mission__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right; }
  .jobs .jobs__mission__content {
    margin-left: 250px; }
  .jobs .jobs__mission__heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px; }
  .jobs .jobs__mission__text {
    font-size: 20px;
    line-height: 28px; }
  .jobs .jobs__mission__link {
    margin-top: 57px;
    font-size: 16px;
    color: #2d46b9;
    text-decoration: none;
    display: flex;
    align-items: center; }
    .jobs .jobs__mission__link .arrow-button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px;
      border-radius: 20px;
      background: #af2896;
      background: linear-gradient(90deg, #af2896 0%, #d692c9 100%);
      margin-right: 13px; }
      .jobs .jobs__mission__link .arrow-button img {
        vertical-align: top;
        position: relative;
        left: 0;
        transition: 0.15s; }
    .jobs .jobs__mission__link:hover {
      color: #25347c; }
      .jobs .jobs__mission__link:hover .arrow-button {
        background: #af2896; }
        .jobs .jobs__mission__link:hover .arrow-button img {
          left: 2px; }
  .jobs .jobs__mission:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: -206px;
    z-index: -1;
    bottom: -137px;
    background: #d5daf3; }
  .jobs .jobs__mission:before {
    content: "";
    width: 27%;
    height: 1px;
    background: #526ace;
    display: inline-block;
    position: absolute;
    top: 80px;
    left: 10%;
    transform: rotate(-9deg);
    z-index: 11; }
  @media (max-width: 979px) {
    .jobs .jobs__mission__image {
      width: 241px;
      left: 240px; } }
  @media (max-width: 479px) {
    .jobs .jobs__mission {
      height: auto;
      padding-top: 0;
      margin-top: -50px;
      position: relative;
      z-index: 0; }
      .jobs .jobs__mission__image {
        clip-path: polygon(0 0, 0 0%, 100% 0, 100% 100%, 0 100%);
        position: static;
        height: 415px;
        width: auto;
        transform: none;
        margin-left: -15px;
        margin-right: -15px; }
        .jobs .jobs__mission__image img {
          vertical-align: top;
          object-position: 100% 50%; }
      .jobs .jobs__mission__content {
        margin: 50px 0 0; }
      .jobs .jobs__mission__heading {
        font-size: 22px; }
      .jobs .jobs__mission__text {
        font-size: 15px;
        line-height: 1.5; }
      .jobs .jobs__mission__link {
        justify-content: center; }
      .jobs .jobs__mission:after {
        display: none; } }

.embla {
  overflow: hidden; }

.embla__container {
  display: flex;
  margin: 0 20px;
  padding-bottom: 25px;
  padding-top: 25px; }

.related-jobs {
  border-bottom: 1px solid #dadfe6 !important; }
  @media (max-width: 479px) {
    .related-jobs {
      padding-bottom: 50px !important;
      border-top: 0 !important;
      border-bottom: 0 !important; } }

.job-card--related {
  padding: 10px 0;
  border-top: 1px solid #dadfe6; }
  .job-card--related__title {
    font-size: 16px;
    font-weight: bold;
    font-family: CircularSpotifyHead-Bold !important; }
  .job-card--related__location {
    font-size: 11px;
    opacity: 0.65;
    text-transform: uppercase;
    margin-top: 10px; }

.card-no-jobs {
  padding: 15px 0;
  margin-bottom: 15px;
  text-align: left; }

.page-template-template-podcast {
  background: url("../images/open-source-bg.svg") no-repeat #f7f9fc;
  background-position: center -150px; }

.podcast-external-links {
  margin-top: 20px;
  border-top: 1px solid #d0d6ea;
  padding-top: 20px;
  display: flex;
  align-items: center; }
  .podcast-external-links .e-link {
    margin: 0;
    padding: 0;
    list-style: none; }
    .podcast-external-links .e-link li {
      display: inline-block;
      margin-left: 15px; }
      .podcast-external-links .e-link li img {
        vertical-align: top;
        width: 25px;
        height: 25px;
        object-fit: contain; }
  @media (max-width: 767px) {
    .podcast-external-links {
      flex-direction: column;
      margin-top: 0;
      border: none; }
      .podcast-external-links .e-link {
        margin: 15px auto 15px; } }

.podcast-page-header {
  margin-top: 60px;
  margin-bottom: 70px; }
  .podcast-page-header__title {
    background: linear-gradient(to right, #2d46b9 0%, #af2896 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    font-size: 60px;
    font-family: CircularSpotifyHead-Bold;
    font-weight: bold; }
  .podcast-page-header__content {
    font-size: 22px;
    color: #25347c;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.45; }
  @media (max-width: 767px) {
    .podcast-page-header {
      margin-top: 70px;
      margin-bottom: 40px; }
      .podcast-page-header__title {
        font-size: 40px; }
      .podcast-page-header__content {
        font-size: 16px; } }

.podcast-card {
  border: 1px solid #d5daf3;
  border-radius: 12px;
  background-color: white;
  max-width: 960px;
  margin: 0 auto 30px;
  padding: 30px;
  box-sizing: border-box;
  display: flex; }
  .podcast-card__image-holder img {
    vertical-align: top; }
  .podcast-card__content {
    padding-left: 50px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .podcast-card__content__title {
      font-size: 28px;
      margin-bottom: 10px;
      font-family: CircularSpotifyHead-Bold;
      font-weight: bold; }
    .podcast-card__content__description {
      font-size: 16px;
      margin-bottom: 30px; }
    .podcast-card__content__external-links {
      font-size: 14px; }
  .podcast-card:last-child {
    margin-bottom: 200px; }
  @media (max-width: 979px) {
    .podcast-card {
      padding: 15px; }
      .podcast-card__content {
        padding-left: 30px; }
      .podcast-card:last-child {
        margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .podcast-card {
      flex-direction: column;
      margin: 0 -15px 30px;
      border-radius: 0;
      border: 0; }
      .podcast-card__image-holder {
        margin-top: 30px; }
        .podcast-card__image-holder img {
          max-width: 200px;
          height: auto; }
      .podcast-card__content {
        padding-left: 0;
        margin-top: 30px; }
        .podcast-card__content__link {
          background-color: black;
          text-align: center;
          border-radius: 5px; }
          .podcast-card__content__link img {
            vertical-align: top; } }

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