/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */


/* Custom CSS START*/

.pink-btn {
    padding: 0 1rem;
    height: 2em;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eb0a6e;
    background: #eb0a6e;
    color: #fff;
    font-family: Brutal Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    justify-self: flex-end;
    text-decoration: none;
    -webkit-transition: border .2s ease, background .2s ease, color .2s ease;
    -o-transition: border .2s ease, background .2s ease, color .2s ease;
    transition: border .2s ease, background .2s ease, color .2s ease;
}

.pink-btn p {
    font-size: 30px;
}

.pink-btn:hover {
    background: transparent;
    color: #eb0a6e;
}


/* Custom CSS END */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    outline: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

body {
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img,
svg,
video {
    width: 100%;
    height: auto;
    vertical-align: top
}

@font-face {
    font-family: Brutal;
    src: url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/BrutalType.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Brutal Medium;
    font-style: normal;
    font-weight: 400;
    src: url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/BrutalType-Medium.woff2) format("woff2"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/BrutalType-Medium.woff) format("woff"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/BrutalType-Medium.otf) format("opentype"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/BrutalType-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Apercu Light;
    font-style: normal;
    font-weight: 400;
    src: url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Light.woff2) format("woff2"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Light.woff) format("woff"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Light.otf) format("opentype"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Light.ttf) format("truetype")
}

@font-face {
    font-family: Apercu;
    font-style: normal;
    font-weight: 400;
    src: url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Regular.woff2) format("woff2"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Regular.woff) format("woff"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Regular.otf) format("opentype"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Apercu Italic;
    font-style: italic;
    font-weight: 400;
    src: url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Italic.woff2) format("woff2"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Italic.woff) format("woff"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Italic.otf) format("opentype"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/Apercu-Italic.ttf) format("truetype")
}

@font-face {
    font-family: Apercu Medium;
    font-style: normal;
    font-weight: 400;
    src: url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/ApercuPro-Medium.woff2) format("woff2"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/ApercuPro-Medium.woff) format("woff"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/ApercuPro-Medium.otf) format("opentype"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/ApercuPro-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Apercu Bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/ApercuPro-Bold.woff2) format("woff2"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/ApercuPro-Bold.woff) format("woff"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/ApercuPro-Bold.otf) format("opentype"), url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/fonts/ApercuPro-Bold.ttf) format("truetype")
}

html {
    font-size: .78vw
}

body {
    font-size: 1vw
}

.header .menu {
    font-size: 1.25vw
}

h2 {
    font-size: 4.7vw
}

h3 {
    font-size: 3.7vw
}

.page-agenda #about .head,
h4 {
    font-size: 2.2vw
}

#sticker,
footer,
p {
    font-size: 1.25vw
}

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

.container {
    max-width: 485px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:1634px) {
    .container {
        max-width: 29.6817625459vw
    }
}

@media (max-width:812px) {
    .container {
        max-width: 59.7290640394vw
    }
}

@media (max-width:640px) {
    .container {
        max-width: 75.78125vw
    }
}

.image img {
    width: 100%;
    height: auto
}

.image.cover img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.image.contain img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

::-webkit-input-placeholder,
::-webkit-input-placeholder {
    color: #d3d3d3;
    line-height: normal!important;
    opacity: 1
}

::-webkit-input-placeholder,
::placeholder {
    color: #d3d3d3;
    line-height: normal!important;
    opacity: 1
}

:focus {
    outline: none!important
}

::-moz-focus-inner {
    border: none!important
}

::-webkit-scrollbar {
    display: none
}

::-moz-selection {
    background-color: transparent;
    color: #c91e6e
}

::selection {
    background-color: transparent;
    color: #c91e6e
}

html {
    scrollbar-width: none
}

body,
html {
    font-family: Neue Haas, Helvetica, Arial, sans-serif
}

body {
    width: 100%;
    height: auto;
    margin: auto;
    color: #000;
    line-height: normal;
    -webkit-font-feature-settings: "dlig";
    font-feature-settings: "dlig";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    overflow-x: hidden
}

section {
    width: 100vw;
    font-family: Apercu, sans-serif
}

h2 {
    font-family: Apercu Light, sans-serif
}

h2,
h3 {
    line-height: 1
}

h4 {
    line-height: 1.1
}

strong {
    font-family: Apercu Bold, sans-serif
}

b,
strong {
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

b {
    font-family: Apercu Medium, sans-serif
}

i {
    font-style: italic
}

a {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

a:active {
    color: #c91e6e
}

a.white-hover:hover {
    color: #fff
}

.desktop a:hover {
    color: #c91e6e
}

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    line-height: 0;
    font-size: 0
}

#header,
.page-agenda {
    background: #000
}

#header {
    width: 100%;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 20px 60px
}

@media (max-width:1634px) {
    #header {
        padding: 1.2239902081vw 3.6719706242vw
    }
}

@media (max-width:812px) {
    #header {
        padding: 0
    }
}

@media (max-width:640px) {
    #header {
        padding: 0
    }
}

@media (min-width:813px) {
    #header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#header .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

@media (max-width:1634px) {
    #header .header__container {
        padding: 0
    }
}

@media (max-width:812px) {
    #header .header__container {
        padding: 2.4630541872vw 2.9556650246vw
    }
}

@media (max-width:640px) {
    #header .header__container {
        padding: 3.125vw 3.75vw
    }
}

#header .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#header .logo {
    display: block;
    width: 130px;
    min-width: 130px;
    height: 38px;
    min-height: 38px;
    margin-right: 20px;
    overflow: visible
}

@media (max-width:1634px) {
    #header .logo {
        width: 7.9559363525vw
    }
}

@media (max-width:812px) {
    #header .logo {
        width: 16.0098522167vw
    }
}

@media (max-width:640px) {
    #header .logo {
        width: 20.3125vw
    }
}

@media (max-width:1634px) {
    #header .logo {
        min-width: 7.9559363525vw
    }
}

@media (max-width:812px) {
    #header .logo {
        min-width: 16.0098522167vw
    }
}

@media (max-width:640px) {
    #header .logo {
        min-width: 20.3125vw
    }
}

@media (max-width:1634px) {
    #header .logo {
        height: 2.3255813953vw
    }
}

@media (max-width:812px) {
    #header .logo {
        height: 4.6798029557vw
    }
}

@media (max-width:640px) {
    #header .logo {
        height: 5.9375vw
    }
}

@media (max-width:1634px) {
    #header .logo {
        min-height: 2.3255813953vw
    }
}

@media (max-width:812px) {
    #header .logo {
        min-height: 4.6798029557vw
    }
}

@media (max-width:640px) {
    #header .logo {
        min-height: 5.9375vw
    }
}

#header .logo svg {
    width: 100%;
    height: 100%
}

@media (max-width:1634px) {
    #header .logo {
        margin-right: 1.2239902081vw
    }
}

@media (max-width:812px) {
    #header .logo {
        margin-right: 2.4630541872vw
    }
}

@media (max-width:640px) {
    #header .logo {
        margin-right: 3.125vw
    }
}

#header .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#header .tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 38px
}

@media (max-width:1634px) {
    #header .tagline {
        height: 2.3255813953vw
    }
}

@media (max-width:812px) {
    #header .tagline {
        height: 4.6798029557vw
    }
}

@media (max-width:640px) {
    #header .tagline {
        height: 5.9375vw
    }
}

#header .tagline .claim,
#header .tagline .date {
    font-family: Brutal Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #header .tagline .claim,
    #header .tagline .date {
        font-size: .9791921665vw
    }
}

@media (max-width:812px) {
    #header .tagline .claim,
    #header .tagline .date {
        font-size: 1.9704433498vw
    }
}

@media (max-width:640px) {
    #header .tagline .claim,
    #header .tagline .date {
        font-size: 2.5vw
    }
}

@media (max-width:812px) {
    #header .tagline .claim,
    #header .tagline .date {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #header .tagline .claim,
    #header .tagline .date {
        line-height: 1;
        letter-spacing: 0
    }
}

#header a:active svg {
    fill: #c91e6e
}

#header span {
    opacity: .7
}

@media (min-width:813px) {
    #header .menu {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media (max-width:812px) {
    #header .menu {
        display: none
    }
}

#header .menu__container {
    padding: 0
}

@media (max-width:1634px) {
    #header .menu__container {
        padding: 0
    }
}

@media (max-width:812px) {
    #header .menu__container {
        padding: 4.9261083744vw 12.315270936vw 2.4630541872vw 31.5270935961vw
    }
}

@media (max-width:640px) {
    #header .menu__container {
        padding: 6.25vw 15.625vw 3.125vw 40vw
    }
}

@media (min-width:813px) {
    #header .menu__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#header .menu li {
    margin: 0 0 0 44px;
    font-family: Brutal Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #header .menu li {
        margin: 0 0 0 2.6927784578vw
    }
}

@media (max-width:812px) {
    #header .menu li {
        margin: 0 0 2.4630541872vw
    }
}

@media (max-width:640px) {
    #header .menu li {
        margin: 0 0 3.125vw
    }
}

@media (max-width:1634px) {
    #header .menu li {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #header .menu li {
        font-size: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #header .menu li {
        font-size: 3.75vw
    }
}

@media (max-width:812px) {
    #header .menu li {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #header .menu li {
        line-height: 1;
        letter-spacing: 0
    }
}

#header .menu a:not(.book-now):hover {
    color: #c91e6e
}

#header .book-now-wrapper {
    padding: 0
}

@media (max-width:1634px) {
    #header .book-now-wrapper {
        padding: 0
    }
}

@media (max-width:812px) {
    #header .book-now-wrapper {
        padding: 0 3.078817734vw 3.078817734vw
    }
}

@media (max-width:640px) {
    #header .book-now-wrapper {
        padding: 0 3.90625vw 3.90625vw
    }
}

#header .book-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 25px;
    margin-top: 0;
    margin-left: 25px;
    border: 1px solid #fff;
    font-family: Brutal Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: border .2s ease, background .2s ease, color .2s ease;
    -o-transition: border .2s ease, background .2s ease, color .2s ease;
    transition: border .2s ease, background .2s ease, color .2s ease
}

@media (max-width:1634px) {
    #header .book-now {
        height: 3.0599755202vw
    }
}

@media (max-width:812px) {
    #header .book-now {
        height: 6.157635468vw
    }
}

@media (max-width:640px) {
    #header .book-now {
        height: 7.8125vw
    }
}

@media (max-width:1634px) {
    #header .book-now {
        padding: 0 1.5299877601vw
    }
}

@media (max-width:812px) {
    #header .book-now {
        padding: 0 3.078817734vw
    }
}

@media (max-width:640px) {
    #header .book-now {
        padding: 0 3.90625vw
    }
}

@media (max-width:1634px) {
    #header .book-now {
        margin-top: 0
    }
}

@media (max-width:812px) {
    #header .book-now {
        margin-top: 4.9261083744vw
    }
}

@media (max-width:640px) {
    #header .book-now {
        margin-top: 6.25vw
    }
}

@media (max-width:1634px) {
    #header .book-now {
        margin-left: 1.5299877601vw
    }
}

@media (max-width:812px) {
    #header .book-now {
        margin-left: 0
    }
}

@media (max-width:640px) {
    #header .book-now {
        margin-left: 0
    }
}

@media (max-width:1634px) {
    #header .book-now {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #header .book-now {
        font-size: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #header .book-now {
        font-size: 3.75vw
    }
}

@media (max-width:812px) {
    #header .book-now {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #header .book-now {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:812px) {
    #header .book-now {
        width: 100%
    }
}

#header .book-now:hover {
    border: 1px solid #c91e6e;
    background: #c91e6e;
    color: #000
}

#header #burger {
    display: none;
    position: absolute;
    top: 20px;
    right: 24px;
    width: 60px;
    border: 1px solid #fff;
    border-radius: 6px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: background .1s linear;
    -o-transition: background .1s linear;
    transition: background .1s linear
}

@media (max-width:1634px) {
    #header #burger {
        top: 1.2239902081vw
    }
}

@media (max-width:812px) {
    #header #burger {
        top: 2.4630541872vw
    }
}

@media (max-width:640px) {
    #header #burger {
        top: 3.125vw
    }
}

@media (max-width:1634px) {
    #header #burger {
        right: 1.4687882497vw
    }
}

@media (max-width:812px) {
    #header #burger {
        right: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #header #burger {
        right: 3.75vw
    }
}

@media (max-width:1634px) {
    #header #burger {
        width: 3.6719706242vw
    }
}

@media (max-width:812px) {
    #header #burger {
        width: 7.3891625616vw
    }
}

@media (max-width:640px) {
    #header #burger {
        width: 9.375vw
    }
}

@media (max-width:1634px) {
    #header #burger {
        border-radius: .3671970624vw
    }
}

@media (max-width:812px) {
    #header #burger {
        border-radius: .7389162562vw
    }
}

@media (max-width:640px) {
    #header #burger {
        border-radius: .9375vw
    }
}

@media (max-width:1634px) {
    #header #burger {
        height: 2.4479804162vw
    }
}

@media (max-width:812px) {
    #header #burger {
        height: 4.9261083744vw
    }
}

@media (max-width:640px) {
    #header #burger {
        height: 6.25vw
    }
}

@media (max-width:812px) {
    #header #burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#header #burger .line {
    width: 40px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

@media (max-width:1634px) {
    #header #burger .line {
        width: 2.4479804162vw
    }
}

@media (max-width:812px) {
    #header #burger .line {
        width: 4.9261083744vw
    }
}

@media (max-width:640px) {
    #header #burger .line {
        width: 6.25vw
    }
}

#header #burger .line:first-child {
    margin-bottom: 10px
}

@media (max-width:1634px) {
    #header #burger .line:first-child {
        margin-bottom: .611995104vw
    }
}

@media (max-width:812px) {
    #header #burger .line:first-child {
        margin-bottom: 1.2315270936vw
    }
}

@media (max-width:640px) {
    #header #burger .line:first-child {
        margin-bottom: 1.5625vw
    }
}

#header #burger.active .line:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0
}

#header #burger.active .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.footer {
    background: #fff;
    color: #000
}

.footer__container {
    padding: 59px 319px 42px
}

@media (max-width:1634px) {
    .footer__container {
        padding: 3.6107711138vw 19.5226438188vw 2.570379437vw
    }
}

@media (max-width:812px) {
    .footer__container {
        padding: 7.2660098522vw 2.9556650246vw 5.1724137931vw
    }
}

@media (max-width:640px) {
    .footer__container {
        padding: 9.21875vw 3.75vw 6.5625vw
    }
}

@media (min-width:813px) {
    .footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1681px) {
    .footer__container {
        padding: 59px 419px 42px
    }
}

@media (min-width:1921px) {
    .footer__container {
        padding: 59px 519px 42px
    }
}

.footer .left {
    grid-column-gap: 100px;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px
}

@media (max-width:1634px) {
    .footer .left {
        grid-column-gap: 6.1199510404vw;
        -webkit-column-gap: 6.1199510404vw;
        -moz-column-gap: 6.1199510404vw;
        column-gap: 6.1199510404vw
    }
}

@media (max-width:812px) {
    .footer .left {
        grid-column-gap: 12.315270936vw;
        -webkit-column-gap: 12.315270936vw;
        -moz-column-gap: 12.315270936vw;
        column-gap: 12.315270936vw
    }
}

@media (max-width:640px) {
    .footer .left {
        grid-column-gap: 15.625vw;
        -webkit-column-gap: 15.625vw;
        -moz-column-gap: 15.625vw;
        column-gap: 15.625vw
    }
}

@media (min-width:813px) {
    .footer .left {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 75%
    }
}

.footer .title {
    font-family: Brutal Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.0666666667;
    letter-spacing: 0
}

@media (max-width:1634px) {
    .footer .title {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    .footer .title {
        font-size: 2.9556650246vw
    }
}

@media (max-width:640px) {
    .footer .title {
        font-size: 3.75vw
    }
}

@media (max-width:812px) {
    .footer .title {
        line-height: 1.25;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    .footer .title {
        line-height: 1.25;
        letter-spacing: 0
    }
}

.footer p {
    font-family: Brutal Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.0666666667;
    letter-spacing: 0;
    margin-bottom: .5em
}

@media (max-width:1634px) {
    .footer p {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    .footer p {
        font-size: 2.9556650246vw
    }
}

@media (max-width:640px) {
    .footer p {
        font-size: 3.75vw
    }
}

@media (max-width:812px) {
    .footer p {
        line-height: 1.25;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    .footer p {
        line-height: 1.25;
        letter-spacing: 0
    }
}

.footer li {
    font-family: Brutal Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.0666666667;
    letter-spacing: 0;
    margin-bottom: .5em
}

@media (max-width:1634px) {
    .footer li {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    .footer li {
        font-size: 2.9556650246vw
    }
}

@media (max-width:640px) {
    .footer li {
        font-size: 3.75vw
    }
}

@media (max-width:812px) {
    .footer li {
        line-height: 1.25;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    .footer li {
        line-height: 1.25;
        letter-spacing: 0
    }
}

.footer a {
    font: inherit;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.footer a:hover {
    color: #c91e6e
}

.footer .contact,
.footer .office,
.footer .quick-link {
    margin-bottom: 0
}

@media (max-width:1634px) {
    .footer .contact,
    .footer .office,
    .footer .quick-link {
        margin-bottom: 0
    }
}

@media (max-width:812px) {
    .footer .contact,
    .footer .office,
    .footer .quick-link {
        margin-bottom: 5.9113300493vw
    }
}

@media (max-width:640px) {
    .footer .contact,
    .footer .office,
    .footer .quick-link {
        margin-bottom: 7.5vw
    }
}

.footer .book-now {
    padding: 0 1rem;
    height: 2em;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    font-family: Brutal Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    justify-self: flex-end;
    text-decoration: none;
    -webkit-transition: border .2s ease, background .2s ease, color .2s ease;
    -o-transition: border .2s ease, background .2s ease, color .2s ease;
    transition: border .2s ease, background .2s ease, color .2s ease
}

@media (max-width:1634px) {
    .footer .book-now {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    .footer .book-now {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    .footer .book-now {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    .footer .book-now {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    .footer .book-now {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:812px) {
    .footer .book-now {
        width: 100%;
        text-align: center
    }
}

.footer .book-now:hover {
    border: 1px solid #c91e6e;
    background: #c91e6e;
    color: #fff
}

#intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #c91e6e
}

#intro .image {
    width: 684px;
    min-width: 684px;
    height: 122px;
    min-height: 122px
}

@media (max-width:1634px) {
    #intro .image {
        width: 41.8604651163vw
    }
}

@media (max-width:812px) {
    #intro .image {
        width: 84.236453202vw
    }
}

@media (max-width:640px) {
    #intro .image {
        width: 106.875vw
    }
}

@media (max-width:1634px) {
    #intro .image {
        min-width: 41.8604651163vw
    }
}

@media (max-width:812px) {
    #intro .image {
        min-width: 84.236453202vw
    }
}

@media (max-width:640px) {
    #intro .image {
        min-width: 106.875vw
    }
}

@media (max-width:1634px) {
    #intro .image {
        height: 7.4663402693vw
    }
}

@media (max-width:812px) {
    #intro .image {
        height: 15.0246305419vw
    }
}

@media (max-width:640px) {
    #intro .image {
        height: 19.0625vw
    }
}

@media (max-width:1634px) {
    #intro .image {
        min-height: 7.4663402693vw
    }
}

@media (max-width:812px) {
    #intro .image {
        min-height: 15.0246305419vw
    }
}

@media (max-width:640px) {
    #intro .image {
        min-height: 19.0625vw
    }
}

#intro .image svg {
    width: 100%;
    height: 100%
}

@media (max-width:812px) {
    #intro .image {
        width: 50vw;
        min-width: unset;
        height: auto;
        min-height: unset
    }
}

#intro .video,
#intro video {
    width: 100%
}

#strapline {
    background: #f2e7d8;
    padding-bottom: 75px
}

@media (max-width:1634px) {
    #strapline {
        padding-bottom: 4.5899632803vw
    }
}

@media (max-width:812px) {
    #strapline {
        padding-bottom: 0
    }
}

@media (max-width:640px) {
    #strapline {
        padding-bottom: 0
    }
}

#strapline .header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 166px 119px 0 219px
}

@media (max-width:1634px) {
    #strapline .header {
        padding: 10.1591187271vw 7.2827417381vw 0 13.4026927785vw
    }
}

@media (max-width:812px) {
    #strapline .header {
        padding: 8.8669950739vw 2.9556650246vw
    }
}

@media (max-width:640px) {
    #strapline .header {
        padding: 11.25vw 3.75vw
    }
}

@media (min-width:1681px) {
    #strapline .header {
        padding: 166px 119px 0 319px
    }
}

@media (min-width:1921px) {
    #strapline .header {
        padding: 166px 119px 0 419px
    }
}

#strapline .header .text {
    padding-left: 92px
}

@media (max-width:1634px) {
    #strapline .header .text {
        padding-left: 5.6303549572vw
    }
}

@media (max-width:812px) {
    #strapline .header .text {
        padding-left: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #strapline .header .text {
        padding-left: 3.75vw
    }
}

@media (min-width:813px) {
    #strapline .header .text {
        width: 50%
    }
}

#strapline .header .text h4 {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 98px
}

@media (max-width:1634px) {
    #strapline .header .text h4 {
        font-size: 2.4479804162vw
    }
}

@media (max-width:812px) {
    #strapline .header .text h4 {
        font-size: 4.9261083744vw
    }
}

@media (max-width:640px) {
    #strapline .header .text h4 {
        font-size: 6.25vw
    }
}

@media (max-width:812px) {
    #strapline .header .text h4 {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #strapline .header .text h4 {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:1634px) {
    #strapline .header .text h4 {
        margin-bottom: 5.9975520196vw
    }
}

@media (max-width:812px) {
    #strapline .header .text h4 {
        margin-bottom: 12.0689655172vw
    }
}

@media (max-width:640px) {
    #strapline .header .text h4 {
        margin-bottom: 15.3125vw
    }
}

@media (max-width:812px) {
    #strapline .header .text h4 br {
        display: none
    }
}

#strapline .header .text p {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #strapline .header .text p {
        font-size: 1.7135862913vw
    }
}

@media (max-width:812px) {
    #strapline .header .text p {
        font-size: 2.7586206897vw
    }
}

@media (max-width:640px) {
    #strapline .header .text p {
        font-size: 3.5vw
    }
}

@media (max-width:812px) {
    #strapline .header .text p {
        line-height: 1.2008928571;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #strapline .header .text p {
        line-height: 1.2008928571;
        letter-spacing: 0
    }
}

#strapline .header .image {
    top: -80px;
    width: 50%;
    position: relative
}

@media (max-width:1634px) {
    #strapline .header .image {
        top: -4.8959608323vw
    }
}

@media (max-width:812px) {
    #strapline .header .image {
        top: 0
    }
}

@media (max-width:640px) {
    #strapline .header .image {
        top: 0
    }
}

#strapline .header .image:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

#strapline .header .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width:812px) {
    #strapline .header .image {
        display: none
    }
}

#strapline .header .image img {
    -o-object-fit: contain;
    object-fit: contain;
    padding-left: 22px
}

@media (max-width:1634px) {
    #strapline .header .image img {
        padding-left: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #strapline .header .image img {
        padding-left: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #strapline .header .image img {
        padding-left: 3.4375vw
    }
}

.padding-top {
    padding-top: 188px;
    background: #f2e7d8
}

@media (max-width:1634px) {
    .padding-top {
        padding-top: 11.5055079559vw
    }
}

@media (max-width:812px) {
    .padding-top {
        padding-top: 14.7783251232vw
    }
}

@media (max-width:640px) {
    .padding-top {
        padding-top: 18.75vw
    }
}

@media (max-width:812px) {
    .padding-top {
        display: none
    }
}

#home_speakers {
    background: #f2e7d8;
    padding: 216px 309px 171px 219px
}

@media (max-width:1634px) {
    #home_speakers {
        padding: 13.2190942472vw 18.9106487148vw 10.4651162791vw 13.4026927785vw
    }
}

@media (max-width:812px) {
    #home_speakers {
        padding: 0 2.9556650246vw 10.4679802956vw
    }
}

@media (max-width:640px) {
    #home_speakers {
        padding: 0 3.75vw 13.28125vw
    }
}

@media (min-width:1681px) {
    #home_speakers {
        padding: 216px 409px 171px 319px
    }
}

@media (min-width:1921px) {
    #home_speakers {
        padding: 216px 509px 171px 419px
    }
}

.page-speakers #home_speakers {
    padding-top: 216px
}

@media (max-width:1634px) {
    .page-speakers #home_speakers {
        padding-top: 13.2190942472vw
    }
}

@media (max-width:812px) {
    .page-speakers #home_speakers {
        padding-top: 14.7783251232vw
    }
}

@media (max-width:640px) {
    .page-speakers #home_speakers {
        padding-top: 18.75vw
    }
}

#home_speakers .section-title {
    position: relative;
    z-index: 9;
    padding-left: 84px;
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 89px;
    line-height: 1.191011236;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #home_speakers .section-title {
        padding-left: 5.1407588739vw
    }
}

@media (max-width:812px) {
    #home_speakers .section-title {
        padding-left: 6.6502463054vw
    }
}

@media (max-width:640px) {
    #home_speakers .section-title {
        padding-left: 0
    }
}

@media (max-width:1634px) {
    #home_speakers .section-title {
        font-size: 5.4467564259vw
    }
}

@media (max-width:812px) {
    #home_speakers .section-title {
        font-size: 10.960591133vw
    }
}

@media (max-width:640px) {
    #home_speakers .section-title {
        font-size: 9.375vw
    }
}

@media (max-width:812px) {
    #home_speakers .section-title {
        line-height: 1.191011236;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #home_speakers .section-title {
        line-height: 1.1666666667;
        letter-spacing: 0
    }
}

#home_speakers .section__container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 138px 0 0;
    margin-top: -73px
}

@media (max-width:1634px) {
    #home_speakers .section__container {
        padding: 8.4455324357vw 0 0
    }
}

@media (max-width:812px) {
    #home_speakers .section__container {
        padding: 16.9950738916vw 0 0
    }
}

@media (max-width:640px) {
    #home_speakers .section__container {
        padding: 21.5625vw 0 0
    }
}

@media (max-width:1634px) {
    #home_speakers .section__container {
        margin-top: -4.4675642595vw
    }
}

@media (max-width:812px) {
    #home_speakers .section__container {
        margin-top: -8.9901477833vw
    }
}

@media (max-width:640px) {
    #home_speakers .section__container {
        margin-top: -11.40625vw
    }
}

#home_speakers .grid {
    position: relative;
    z-index: 9;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    grid-row-gap: 105px;
    row-gap: 105px
}

@media (max-width:1634px) {
    #home_speakers .grid {
        grid-column-gap: .7343941248vw;
        -webkit-column-gap: .7343941248vw;
        -moz-column-gap: .7343941248vw;
        column-gap: .7343941248vw
    }
}

@media (max-width:812px) {
    #home_speakers .grid {
        grid-column-gap: 1.4778325123vw;
        -webkit-column-gap: 1.4778325123vw;
        -moz-column-gap: 1.4778325123vw;
        column-gap: 1.4778325123vw
    }
}

@media (max-width:640px) {
    #home_speakers .grid {
        grid-column-gap: 1.875vw;
        -webkit-column-gap: 1.875vw;
        -moz-column-gap: 1.875vw;
        column-gap: 1.875vw
    }
}

@media (max-width:1634px) {
    #home_speakers .grid {
        grid-row-gap: 6.4259485924vw;
        row-gap: 6.4259485924vw
    }
}

@media (max-width:812px) {
    #home_speakers .grid {
        grid-row-gap: 12.9310344828vw;
        row-gap: 12.9310344828vw
    }
}

@media (max-width:640px) {
    #home_speakers .grid {
        grid-row-gap: 16.40625vw;
        row-gap: 16.40625vw;
        grid-template-columns: 1fr 1fr
    }
}

.page-speakers #home_speakers .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 84px;
    row-gap: 84px
}

@media (max-width:1634px) {
    .page-speakers #home_speakers .grid {
        grid-row-gap: 5.1407588739vw;
        row-gap: 5.1407588739vw
    }
}

@media (max-width:812px) {
    .page-speakers #home_speakers .grid {
        grid-row-gap: 5.9113300493vw;
        row-gap: 5.9113300493vw
    }
}

@media (max-width:640px) {
    .page-speakers #home_speakers .grid {
        grid-row-gap: 7.5vw;
        row-gap: 7.5vw;
        grid-template-columns: 1fr 1fr
    }
}

#home_speakers .speaker,
#home_speakers .speaker .image {
    position: relative
}

#home_speakers .speaker .image:before {
    content: "";
    display: block;
    padding-bottom: 120%
}

#home_speakers .speaker .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.page-home #home_speakers .speaker .image {
    height: 100%
}

#home_speakers .speaker .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#home_speakers .speaker .caption {
    width: 100%
}

#home_speakers .speaker .caption .name {
    font-family: Apercu Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.0888888889;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #home_speakers .speaker .caption .name {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #home_speakers .speaker .caption .name {
        font-size: 2.2167487685vw
    }
}

@media (max-width:640px) {
    #home_speakers .speaker .caption .name {
        font-size: 2.8125vw
    }
}

@media (max-width:812px) {
    #home_speakers .speaker .caption .name {
        line-height: 1.0888888889;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #home_speakers .speaker .caption .name {
        line-height: 1.0888888889;
        letter-spacing: 0
    }
}

.page-speakers #home_speakers .speaker .caption .name {
    margin-bottom: 1.09em
}

#home_speakers .speaker .caption .job {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.0888888889;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #home_speakers .speaker .caption .job {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #home_speakers .speaker .caption .job {
        font-size: 2.2167487685vw
    }
}

@media (max-width:640px) {
    #home_speakers .speaker .caption .job {
        font-size: 2.8125vw
    }
}

@media (max-width:812px) {
    #home_speakers .speaker .caption .job {
        line-height: 1.0888888889;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #home_speakers .speaker .caption .job {
        line-height: 1.0888888889;
        letter-spacing: 0
    }
}

.page-speakers #home_speakers .speaker .caption .job {
    margin-bottom: 1.09em
}

#home_speakers .speaker .caption .bio {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.0888888889;
    letter-spacing: 0;
    margin-bottom: 1.09em
}

@media (max-width:1634px) {
    #home_speakers .speaker .caption .bio {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #home_speakers .speaker .caption .bio {
        font-size: 2.2167487685vw
    }
}

@media (max-width:640px) {
    #home_speakers .speaker .caption .bio {
        font-size: 2.8125vw
    }
}

@media (max-width:812px) {
    #home_speakers .speaker .caption .bio {
        line-height: 1.0888888889;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #home_speakers .speaker .caption .bio {
        line-height: 1.0888888889;
        letter-spacing: 0
    }
}

#home_speakers .speaker .caption .bio:last-child {
    margin: 0
}

#home_speakers .speaker .caption .bio a {
    text-decoration: underline!important
}

.page-home #home_speakers .speaker .caption {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 16px 0 0 92px
}

@media (max-width:1634px) {
    .page-home #home_speakers .speaker .caption {
        padding: .9791921665vw 0 0 5.6303549572vw
    }
}

@media (max-width:812px) {
    .page-home #home_speakers .speaker .caption {
        padding: 1.4778325123vw 0 0
    }
}

@media (max-width:640px) {
    .page-home #home_speakers .speaker .caption {
        padding: 1.875vw 0 0
    }
}

.page-speakers #home_speakers .speaker .caption {
    position: relative;
    padding: 16px 91px 0 0
}

@media (max-width:1634px) {
    .page-speakers #home_speakers .speaker .caption {
        padding: .9791921665vw 5.5691554468vw 0 0
    }
}

@media (max-width:812px) {
    .page-speakers #home_speakers .speaker .caption {
        padding: 1.9704433498vw 0 0
    }
}

@media (max-width:640px) {
    .page-speakers #home_speakers .speaker .caption {
        padding: 2.5vw 0 0
    }
}

.page-home #home_speakers .speaker--3 {
    grid-column-start: span 2;
    grid-row-start: span 2
}

@media (max-width:640px) {
    .page-home #home_speakers .speaker--3 {
        grid-row-start: 1
    }
}

@media (min-width:813px) {
    .page-home #home_speakers .speaker--3 .caption {
        display: grid;
        grid-template-columns: repeat(6, 1fr)
    }
}

.page-home #home_speakers .speaker--3 .caption .job,
.page-home #home_speakers .speaker--3 .caption .name {
    padding-right: 53px
}

@media (min-width:813px) {
    .page-home #home_speakers .speaker--3 .caption .job,
    .page-home #home_speakers .speaker--3 .caption .name {
        grid-column-start: 4;
        grid-column-end: 7
    }
}

@media (max-width:1634px) {
    .page-home #home_speakers .speaker--3 .caption .job,
    .page-home #home_speakers .speaker--3 .caption .name {
        padding-right: 3.2435740514vw
    }
}

@media (max-width:812px) {
    .page-home #home_speakers .speaker--3 .caption .job,
    .page-home #home_speakers .speaker--3 .caption .name {
        padding-right: 0
    }
}

@media (max-width:640px) {
    .page-home #home_speakers .speaker--3 .caption .job,
    .page-home #home_speakers .speaker--3 .caption .name {
        padding-right: 0
    }
}

#home_speakers h4 {
    position: relative;
    z-index: 9;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 1.04;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #home_speakers h4 {
        grid-column-gap: .7343941248vw;
        -webkit-column-gap: .7343941248vw;
        -moz-column-gap: .7343941248vw;
        column-gap: .7343941248vw
    }
}

@media (max-width:812px) {
    #home_speakers h4 {
        grid-column-gap: 1.4778325123vw;
        -webkit-column-gap: 1.4778325123vw;
        -moz-column-gap: 1.4778325123vw;
        column-gap: 1.4778325123vw
    }
}

@media (max-width:640px) {
    #home_speakers h4 {
        grid-column-gap: 1.875vw;
        -webkit-column-gap: 1.875vw;
        -moz-column-gap: 1.875vw;
        column-gap: 1.875vw
    }
}

@media (max-width:1634px) {
    #home_speakers h4 {
        font-size: 2.7539779682vw
    }
}

@media (max-width:812px) {
    #home_speakers h4 {
        font-size: 5.5418719212vw
    }
}

@media (max-width:640px) {
    #home_speakers h4 {
        font-size: 7.03125vw
    }
}

@media (max-width:812px) {
    #home_speakers h4 {
        line-height: 1.04;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #home_speakers h4 {
        line-height: 1.04;
        letter-spacing: 0
    }
}

#home_speakers h4 a {
    grid-column-start: 7;
    grid-column-end: 13
}

#home_speakers .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 92px
}

@media (max-width:1634px) {
    #home_speakers .background {
        padding-top: 0
    }
}

@media (max-width:812px) {
    #home_speakers .background {
        padding-top: 0
    }
}

@media (max-width:640px) {
    #home_speakers .background {
        padding-top: 3.90625vw
    }
}

@media (max-width:1634px) {
    #home_speakers .background {
        padding-left: 5.6303549572vw
    }
}

@media (max-width:812px) {
    #home_speakers .background {
        padding-left: 7.6354679803vw
    }
}

@media (max-width:640px) {
    #home_speakers .background {
        padding-left: 9.6875vw
    }
}

#home_speakers .background__container {
    width: 100%;
    height: 100%;
    background: #fff
}

.sticker-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 190px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-right: 129px;
    pointer-events: none
}

@media (max-width:1634px) {
    .sticker-wrapper {
        top: 11.6279069767vw
    }
}

@media (max-width:812px) {
    .sticker-wrapper {
        top: 23.3990147783vw
    }
}

@media (max-width:640px) {
    .sticker-wrapper {
        top: 29.6875vw
    }
}

@media (max-width:1634px) {
    .sticker-wrapper {
        padding-right: 7.8947368421vw
    }
}

@media (max-width:812px) {
    .sticker-wrapper {
        padding-right: 15.8866995074vw
    }
}

@media (max-width:640px) {
    .sticker-wrapper {
        padding-right: 20.15625vw
    }
}

@media (max-width:812px) {
    .sticker-wrapper {
        display: none
    }
}

#sticker {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 216px;
    height: 216px;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 1px 0 0;
    font-family: Apercu Bold;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: color .1s linear, background .1s linear, border-color .1s linear;
    -o-transition: color .1s linear, background .1s linear, border-color .1s linear;
    transition: color .1s linear, background .1s linear, border-color .1s linear
}

@media (max-width:1634px) {
    #sticker {
        width: 13.2190942472vw
    }
}

@media (max-width:812px) {
    #sticker {
        width: 26.6009852217vw
    }
}

@media (max-width:640px) {
    #sticker {
        width: 33.75vw
    }
}

@media (max-width:1634px) {
    #sticker {
        height: 13.2190942472vw
    }
}

@media (max-width:812px) {
    #sticker {
        height: 26.6009852217vw
    }
}

@media (max-width:640px) {
    #sticker {
        height: 33.75vw
    }
}

@media (max-width:1634px) {
    #sticker {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #sticker {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #sticker {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #sticker {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #sticker {
        line-height: 1;
        letter-spacing: 0
    }
}

#sticker span {
    color: #000;
    -webkit-transition: color .1s linear, opacity .1s linear;
    -o-transition: color .1s linear, opacity .1s linear;
    transition: color .1s linear, opacity .1s linear
}

#sticker .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 174;
    min-width: 174;
    height: 71;
    min-height: 71;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .1s linear;
    -o-transition: opacity .1s linear;
    transition: opacity .1s linear
}

@media (max-width:1634px) {
    #sticker .icon {
        width: 174
    }
}

@media (max-width:812px) {
    #sticker .icon {
        width: 174
    }
}

@media (max-width:640px) {
    #sticker .icon {
        width: 174
    }
}

@media (max-width:1634px) {
    #sticker .icon {
        min-width: 174
    }
}

@media (max-width:812px) {
    #sticker .icon {
        min-width: 174
    }
}

@media (max-width:640px) {
    #sticker .icon {
        min-width: 174
    }
}

@media (max-width:1634px) {
    #sticker .icon {
        height: 71
    }
}

@media (max-width:812px) {
    #sticker .icon {
        height: 71
    }
}

@media (max-width:640px) {
    #sticker .icon {
        height: 71
    }
}

@media (max-width:1634px) {
    #sticker .icon {
        min-height: 71
    }
}

@media (max-width:812px) {
    #sticker .icon {
        min-height: 71
    }
}

@media (max-width:640px) {
    #sticker .icon {
        min-height: 71
    }
}

#sticker .icon svg {
    width: 100%;
    height: 100%
}

#sticker .icon .black {
    display: none
}

#sticker:hover {
    border: 1px solid #c91e6e;
    background: #c91e6e
}

#sticker:hover span {
    color: #fff
}

.sticker--1.sticker--2 #sticker,
.sticker--1.sticker--2.sticker--3.sticker--4 #sticker {
    border: 1px solid #000
}

.sticker--1.sticker--2 #sticker .icon,
.sticker--1.sticker--2.sticker--3.sticker--4 #sticker .icon {
    opacity: 0
}

.sticker--1.sticker--2 #sticker span,
.sticker--1.sticker--2.sticker--3.sticker--4 #sticker span {
    opacity: 1
}

.sticker--1.sticker--2 #sticker:hover,
.sticker--1.sticker--2.sticker--3.sticker--4 #sticker:hover {
    background: #000
}

.sticker--1.sticker--2 #sticker:hover span,
.sticker--1.sticker--2.sticker--3.sticker--4 #sticker:hover span {
    color: #fff
}

.sticker--1 #sticker,
.sticker--1.sticker--2.sticker--3 #sticker,
.sticker--1.sticker--2.sticker--3.sticker--4.sticker--5 #sticker {
    border-color: #c91e6e
}

.sticker--1 #sticker .icon,
.sticker--1.sticker--2.sticker--3 #sticker .icon,
.sticker--1.sticker--2.sticker--3.sticker--4.sticker--5 #sticker .icon {
    opacity: 1
}

.sticker--1 #sticker span,
.sticker--1.sticker--2.sticker--3 #sticker span,
.sticker--1.sticker--2.sticker--3.sticker--4.sticker--5 #sticker span {
    opacity: 0
}

.sticker--1 #sticker:hover,
.sticker--1.sticker--2.sticker--3 #sticker:hover,
.sticker--1.sticker--2.sticker--3.sticker--4.sticker--5 #sticker:hover {
    background: #c91e6e
}

.sticker--1 #sticker:hover .hover,
.sticker--1.sticker--2.sticker--3 #sticker:hover .hover,
.sticker--1.sticker--2.sticker--3.sticker--4.sticker--5 #sticker:hover .hover {
    display: none
}

.sticker--1 #sticker:hover .black,
.sticker--1.sticker--2.sticker--3 #sticker:hover .black,
.sticker--1.sticker--2.sticker--3.sticker--4.sticker--5 #sticker:hover .black {
    display: block
}

.section--mt {
    margin-top: -488px
}

@media (max-width:1634px) {
    .section--mt {
        margin-top: -29.8653610771vw
    }
}

@media (max-width:812px) {
    .section--mt {
        margin-top: -60.0985221675vw
    }
}

@media (max-width:640px) {
    .section--mt {
        margin-top: -76.25vw
    }
}

@media (max-width:812px) {
    .section--mt {
        margin-top: 0
    }
}

#highlights {
    background: #000;
    color: #fff
}

#highlights .section__container {
    padding: 144px 0 112px
}

@media (max-width:1634px) {
    #highlights .section__container {
        padding: 8.8127294982vw 0 6.8543451652vw
    }
}

@media (max-width:812px) {
    #highlights .section__container {
        padding: 8.8669950739vw 0
    }
}

@media (max-width:640px) {
    #highlights .section__container {
        padding: 11.25vw 0
    }
}

#highlights .header {
    padding: 0 319px;
    margin-bottom: 85px
}

@media (max-width:1634px) {
    #highlights .header {
        padding: 0 19.5226438188vw
    }
}

@media (max-width:812px) {
    #highlights .header {
        padding: 0 13.5467980296vw
    }
}

@media (max-width:640px) {
    #highlights .header {
        padding: 0 17.1875vw
    }
}

@media (max-width:1634px) {
    #highlights .header {
        margin-bottom: 5.2019583843vw
    }
}

@media (max-width:812px) {
    #highlights .header {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #highlights .header {
        margin-bottom: 11.25vw
    }
}

@media (min-width:813px) {
    #highlights .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width:1681px) {
    #highlights .header {
        padding: 0 419px
    }
}

@media (min-width:1921px) {
    #highlights .header {
        padding: 0 519px
    }
}

#highlights .section-title {
    margin-bottom: 0;
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1;
    letter-spacing: .021em
}

@media (max-width:1634px) {
    #highlights .section-title {
        margin-bottom: 0
    }
}

@media (max-width:812px) {
    #highlights .section-title {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #highlights .section-title {
        margin-bottom: 11.25vw
    }
}

@media (max-width:1634px) {
    #highlights .section-title {
        font-size: 2.2031823745vw
    }
}

@media (max-width:812px) {
    #highlights .section-title {
        font-size: 4.4334975369vw
    }
}

@media (max-width:640px) {
    #highlights .section-title {
        font-size: 5.625vw
    }
}

@media (max-width:812px) {
    #highlights .section-title {
        line-height: 1;
        letter-spacing: .021em
    }
}

@media (max-width:640px) {
    #highlights .section-title {
        line-height: 1;
        letter-spacing: .021em
    }
}

@media (max-width:812px) {
    #highlights .section-title br {
        display: none
    }
}

#highlights .watch-now {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: .9857142857;
    letter-spacing: 0;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

@media (max-width:1634px) {
    #highlights .watch-now {
        font-size: 1.7135862913vw
    }
}

@media (max-width:812px) {
    #highlights .watch-now {
        font-size: 3.4482758621vw
    }
}

@media (max-width:640px) {
    #highlights .watch-now {
        font-size: 4.375vw
    }
}

@media (max-width:812px) {
    #highlights .watch-now {
        line-height: .9857142857;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #highlights .watch-now {
        line-height: .9857142857;
        letter-spacing: 0
    }
}

#highlights .watch-now:hover {
    color: #c91e6e
}

#highlights .content {
    position: relative;
    padding-left: 319px
}

@media (max-width:1634px) {
    #highlights .content {
        padding-left: 19.5226438188vw
    }
}

@media (max-width:812px) {
    #highlights .content {
        padding-left: 0
    }
}

@media (max-width:640px) {
    #highlights .content {
        padding-left: 0
    }
}

@media (min-width:1681px) {
    #highlights .content {
        padding-left: 419px
    }
}

@media (min-width:1921px) {
    #highlights .content {
        padding-left: 519px
    }
}

#highlights .content .title {
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 902px;
    padding: 0;
    margin: -131px 0 165px;
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 66px;
    line-height: 1.1363636364;
    letter-spacing: 0;
    text-align: center
}

@media (max-width:1634px) {
    #highlights .content .title {
        max-width: 55.2019583843vw
    }
}

@media (max-width:812px) {
    #highlights .content .title {
        max-width: 111.0837438424vw
    }
}

@media (max-width:640px) {
    #highlights .content .title {
        max-width: 140.9375vw
    }
}

@media (max-width:1634px) {
    #highlights .content .title {
        padding: 0
    }
}

@media (max-width:812px) {
    #highlights .content .title {
        padding: 0 2.9556650246vw
    }
}

@media (max-width:640px) {
    #highlights .content .title {
        padding: 0 3.75vw
    }
}

@media (max-width:1634px) {
    #highlights .content .title {
        margin: -8.0171358629vw 0 10.0979192166vw
    }
}

@media (max-width:812px) {
    #highlights .content .title {
        margin: -4.0640394089vw 0 8.8669950739vw
    }
}

@media (max-width:640px) {
    #highlights .content .title {
        margin: -5.15625vw 0 11.25vw
    }
}

@media (max-width:1634px) {
    #highlights .content .title {
        font-size: 4.0391676867vw
    }
}

@media (max-width:812px) {
    #highlights .content .title {
        font-size: 4.0640394089vw
    }
}

@media (max-width:640px) {
    #highlights .content .title {
        font-size: 5.15625vw
    }
}

@media (max-width:812px) {
    #highlights .content .title {
        line-height: 1.3939393939;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #highlights .content .title {
        line-height: 1.3939393939;
        letter-spacing: 0
    }
}

@media (max-width:812px) {
    #highlights .content .title br {
        display: none
    }
}

#highlights .content a {
    display: block;
    position: relative;
    width: 100%
}

#highlights .content a:before {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

#highlights .content a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#highlights .clips {
    padding: 0 319px
}

@media (max-width:1634px) {
    #highlights .clips {
        padding: 0 19.5226438188vw
    }
}

@media (max-width:812px) {
    #highlights .clips {
        padding: 8.8669950739vw 2.9556650246vw
    }
}

@media (max-width:640px) {
    #highlights .clips {
        padding: 11.25vw 3.75vw
    }
}

@media (min-width:813px) {
    #highlights .clips {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media (min-width:1681px) {
    #highlights .clips {
        padding-left: 419px
    }
}

@media (min-width:1921px) {
    #highlights .clips {
        padding-left: 519px
    }
}

#highlights .clips .title-wrapper {
    margin-bottom: 0
}

@media (max-width:1634px) {
    #highlights .clips .title-wrapper {
        margin-bottom: 0
    }
}

@media (max-width:812px) {
    #highlights .clips .title-wrapper {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #highlights .clips .title-wrapper {
        margin-bottom: 11.25vw
    }
}

@media (min-width:813px) {
    #highlights .clips .title-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 31.1545%;
        height: 50%
    }
}

@media (min-width:813px) {
    #highlights .clips .title-wrapper:before {
        content: "";
        display: block;
        padding-bottom: 45.23077%
    }
}

@media (max-width:812px) {
    #highlights .clips .title-wrapper .title {
        position: relative
    }
}

#highlights .clips .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 24px;
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 29px;
    line-height: .9655172414;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #highlights .clips .title {
        padding-right: 1.4687882497vw
    }
}

@media (max-width:812px) {
    #highlights .clips .title {
        padding-right: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #highlights .clips .title {
        padding-right: 3.75vw
    }
}

@media (max-width:1634px) {
    #highlights .clips .title {
        font-size: 1.7747858017vw
    }
}

@media (max-width:812px) {
    #highlights .clips .title {
        font-size: 3.5714285714vw
    }
}

@media (max-width:640px) {
    #highlights .clips .title {
        font-size: 4.53125vw
    }
}

@media (max-width:812px) {
    #highlights .clips .title {
        line-height: .9655172414;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #highlights .clips .title {
        line-height: .9655172414;
        letter-spacing: 0
    }
}

#highlights .clips .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    grid-row-gap: 54px;
    row-gap: 54px
}

@media (max-width:1634px) {
    #highlights .clips .grid {
        grid-column-gap: .7343941248vw;
        -webkit-column-gap: .7343941248vw;
        -moz-column-gap: .7343941248vw;
        column-gap: .7343941248vw
    }
}

@media (max-width:812px) {
    #highlights .clips .grid {
        grid-column-gap: 2.9556650246vw;
        -webkit-column-gap: 2.9556650246vw;
        -moz-column-gap: 2.9556650246vw;
        column-gap: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #highlights .clips .grid {
        grid-column-gap: 3.75vw;
        -webkit-column-gap: 3.75vw;
        -moz-column-gap: 3.75vw;
        column-gap: 3.75vw
    }
}

@media (max-width:1634px) {
    #highlights .clips .grid {
        grid-row-gap: 3.3047735618vw;
        row-gap: 3.3047735618vw
    }
}

@media (max-width:812px) {
    #highlights .clips .grid {
        grid-row-gap: 6.6502463054vw;
        row-gap: 6.6502463054vw
    }
}

@media (max-width:640px) {
    #highlights .clips .grid {
        grid-row-gap: 8.4375vw;
        row-gap: 8.4375vw
    }
}

@media (min-width:813px) {
    #highlights .clips .grid {
        width: 68.93039%
    }
}

@media (max-width:812px) {
    #highlights .clips .grid {
        grid-template-columns: 1fr 1fr
    }
}

#highlights .clips .clip .image {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

#highlights .clips .clip .image:before {
    content: "";
    display: block;
    padding-bottom: 56.10687%
}

#highlights .clips .clip .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width:1634px) {
    #highlights .clips .clip .image {
        margin-bottom: .9179926561vw
    }
}

@media (max-width:812px) {
    #highlights .clips .clip .image {
        margin-bottom: 1.8472906404vw
    }
}

@media (max-width:640px) {
    #highlights .clips .clip .image {
        margin-bottom: 2.34375vw
    }
}

#highlights .clips .clip .clip-title {
    font-family: Apercu Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.3111111111;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #highlights .clips .clip .clip-title {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #highlights .clips .clip .clip-title {
        font-size: 2.2167487685vw
    }
}

@media (max-width:640px) {
    #highlights .clips .clip .clip-title {
        font-size: 2.8125vw
    }
}

@media (max-width:812px) {
    #highlights .clips .clip .clip-title {
        line-height: 1.3111111111;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #highlights .clips .clip .clip-title {
        line-height: 1.3111111111;
        letter-spacing: 0
    }
}

#highlights .clips .clip a {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#highlights .clips .clip:hover a {
    color: #c91e6e
}

#description {
    background: #c91e6e
}

#description .section__container {
    padding: 126px 0 0 319px
}

@media (max-width:1634px) {
    #description .section__container {
        padding: 7.7111383109vw 0 0 19.5226438188vw
    }
}

@media (max-width:812px) {
    #description .section__container {
        padding: 8.8669950739vw 0 0 10.5911330049vw
    }
}

@media (max-width:640px) {
    #description .section__container {
        padding: 11.25vw 0 0 13.4375vw
    }
}

@media (min-width:1680px) {
    #description .section__container {
        padding: 126px 0 0 419px
    }
}

@media (min-width:1920px) {
    #description .section__container {
        padding: 126px 0 0 519px
    }
}

#description .section-title {
    position: relative;
    z-index: 9;
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 72px;
    line-height: .9305555556;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #description .section-title {
        font-size: 4.4063647491vw
    }
}

@media (max-width:812px) {
    #description .section-title {
        font-size: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #description .section-title {
        font-size: 11.25vw
    }
}

@media (max-width:812px) {
    #description .section-title {
        line-height: .9305555556;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #description .section-title {
        line-height: .9305555556;
        letter-spacing: 0
    }
}

#description .content {
    position: relative;
    z-index: 999;
    padding-top: 75px;
    margin-top: -12px
}

@media (max-width:1634px) {
    #description .content {
        padding-top: 4.5899632803vw
    }
}

@media (max-width:812px) {
    #description .content {
        padding-top: 9.236453202vw
    }
}

@media (max-width:640px) {
    #description .content {
        padding-top: 11.71875vw
    }
}

@media (max-width:1634px) {
    #description .content {
        margin-top: -.7343941248vw
    }
}

@media (max-width:812px) {
    #description .content {
        margin-top: -1.4778325123vw
    }
}

@media (max-width:640px) {
    #description .content {
        margin-top: -1.875vw
    }
}

@media (min-width:813px) {
    #description .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

#description .image {
    position: relative;
    z-index: 9
}

@media (min-width:813px) {
    #description .image {
        width: 51.57593%
    }
}

#description .image img {
    position: relative;
    z-index: 9
}

@media (min-width:813px) {
    #description .image img {
        left: -15rem;
        width: 140%
    }
}

#description .text {
    position: relative;
    z-index: 9;
    padding: 0 0 0 96px
}

@media (max-width:1634px) {
    #description .text {
        padding: 0 0 0 5.8751529988vw
    }
}

@media (max-width:812px) {
    #description .text {
        padding: 8.8669950739vw 8.8669950739vw 0
    }
}

@media (max-width:640px) {
    #description .text {
        padding: 11.25vw 11.25vw 0
    }
}

@media (min-width:813px) {
    #description .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 47.99427%
    }
}

#description .text .top {
    width: 100%;
    max-width: 444px;
    margin-bottom: 0
}

@media (max-width:1634px) {
    #description .text .top {
        max-width: 27.1725826193vw
    }
}

@media (max-width:812px) {
    #description .text .top {
        max-width: 54.6798029557vw
    }
}

@media (max-width:640px) {
    #description .text .top {
        max-width: 69.375vw
    }
}

@media (max-width:1634px) {
    #description .text .top {
        margin-bottom: 0
    }
}

@media (max-width:812px) {
    #description .text .top {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #description .text .top {
        margin-bottom: 11.25vw
    }
}

@media (max-width:812px) {
    #description .text .top {
        max-width: none
    }
}

#description .text .top p {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3090909091;
    letter-spacing: 0;
    margin-bottom: 1em
}

@media (max-width:1634px) {
    #description .text .top p {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #description .text .top p {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #description .text .top p {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #description .text .top p {
        line-height: 1.3090909091;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #description .text .top p {
        line-height: 1.3090909091;
        letter-spacing: 0
    }
}

#description .text .top p:last-child {
    margin: 0
}

#description .text .top p span {
    font-family: Apercu Bold
}

#description .text .credit {
    width: 100%;
    max-width: 444px;
    padding-bottom: 90px;
    font-family: Apercu Bold;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #description .text .credit {
        max-width: 27.1725826193vw
    }
}

@media (max-width:812px) {
    #description .text .credit {
        max-width: 54.6798029557vw
    }
}

@media (max-width:640px) {
    #description .text .credit {
        max-width: 69.375vw
    }
}

@media (max-width:1634px) {
    #description .text .credit {
        padding-bottom: 5.5079559364vw
    }
}

@media (max-width:812px) {
    #description .text .credit {
        padding-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #description .text .credit {
        padding-bottom: 11.25vw
    }
}

@media (max-width:1634px) {
    #description .text .credit {
        font-size: .9791921665vw
    }
}

@media (max-width:812px) {
    #description .text .credit {
        font-size: 1.9704433498vw
    }
}

@media (max-width:640px) {
    #description .text .credit {
        font-size: 2.5vw
    }
}

@media (max-width:812px) {
    #description .text .credit {
        line-height: 1.4;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #description .text .credit {
        line-height: 1.4;
        letter-spacing: 0
    }
}

@media (max-width:812px) {
    #description .text .credit {
        max-width: none
    }
}

#description .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

#partners {
    background: #f2e7d8
}

#partners .section__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 104px;
    -webkit-column-gap: 104px;
    -moz-column-gap: 104px;
    column-gap: 104px;
    padding: 139px 227px 194px
}

@media (max-width:1634px) {
    #partners .section__container {
        grid-column-gap: 6.364749082vw;
        -webkit-column-gap: 6.364749082vw;
        -moz-column-gap: 6.364749082vw;
        column-gap: 6.364749082vw
    }
}

@media (max-width:812px) {
    #partners .section__container {
        grid-column-gap: 12.8078817734vw;
        -webkit-column-gap: 12.8078817734vw;
        -moz-column-gap: 12.8078817734vw;
        column-gap: 12.8078817734vw
    }
}

@media (max-width:640px) {
    #partners .section__container {
        grid-column-gap: 16.25vw;
        -webkit-column-gap: 16.25vw;
        -moz-column-gap: 16.25vw;
        column-gap: 16.25vw
    }
}

@media (max-width:1634px) {
    #partners .section__container {
        padding: 8.5067319461vw 13.8922888617vw 11.8727050184vw
    }
}

@media (max-width:812px) {
    #partners .section__container {
        padding: 8.8669950739vw 10.5911330049vw
    }
}

@media (max-width:640px) {
    #partners .section__container {
        padding: 11.25vw 13.4375vw
    }
}

@media (min-width:1681px) {
    #partners .section__container {
        padding: 139px 327px 194px
    }
}

@media (min-width:1921px) {
    #partners .section__container {
        padding: 139px 427px 194px
    }
}

@media (max-width:640px) {
    #partners .section__container {
        display: block
    }
}

#partners .section-title {
    margin-bottom: 40px;
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center
}

@media (max-width:1634px) {
    #partners .section-title {
        margin-bottom: 2.4479804162vw
    }
}

@media (max-width:812px) {
    #partners .section-title {
        margin-bottom: 4.9261083744vw
    }
}

@media (max-width:640px) {
    #partners .section-title {
        margin-bottom: 6.25vw
    }
}

@media (max-width:1634px) {
    #partners .section-title {
        font-size: 2.2031823745vw
    }
}

@media (max-width:812px) {
    #partners .section-title {
        font-size: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #partners .section-title {
        font-size: 3.75vw
    }
}

@media (max-width:812px) {
    #partners .section-title {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #partners .section-title {
        line-height: 1;
        letter-spacing: 0
    }
}

#partners .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    width: 100%
}

@media (max-width:1634px) {
    #partners .grid {
        grid-column-gap: .7343941248vw;
        -webkit-column-gap: .7343941248vw;
        -moz-column-gap: .7343941248vw;
        column-gap: .7343941248vw
    }
}

@media (max-width:812px) {
    #partners .grid {
        grid-column-gap: 2.9556650246vw;
        -webkit-column-gap: 2.9556650246vw;
        -moz-column-gap: 2.9556650246vw;
        column-gap: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #partners .grid {
        grid-column-gap: 3.75vw;
        -webkit-column-gap: 3.75vw;
        -moz-column-gap: 3.75vw;
        column-gap: 3.75vw
    }
}

#partners .center .partner {
    position: relative;
    left: 52%
}

@media (max-width:640px) {
    #partners .col:first-child {
        margin-bottom: 72px
    }
}

@media (max-width:640px) and (max-width:1634px) {
    #partners .col:first-child {
        margin-bottom: 4.4063647491vw
    }
}

@media (max-width:640px) and (max-width:812px) {
    #partners .col:first-child {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) and (max-width:640px) {
    #partners .col:first-child {
        margin-bottom: 11.25vw
    }
}

#partners .partner {
    position: relative;
    background: #fff
}

#partners .partner:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

#partners .partner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#partners .partner .image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#partners .partner .image img {
    width: 60%;
    height: 60%
}

#partners-text {
    background: #f2e7d8
}

#partners-text .section__container {
    padding: 139px 227px 194px
}

@media (max-width:1634px) {
    #partners-text .section__container {
        padding: 8.5067319461vw 13.8922888617vw 11.8727050184vw
    }
}

@media (max-width:812px) {
    #partners-text .section__container {
        padding: 8.8669950739vw 10.5911330049vw
    }
}

@media (max-width:640px) {
    #partners-text .section__container {
        padding: 11.25vw 13.4375vw
    }
}

@media (min-width:1681px) {
    #partners-text .section__container {
        padding: 139px 327px 194px
    }
}

@media (min-width:1921px) {
    #partners-text .section__container {
        padding: 139px 427px 194px
    }
}

@media (max-width:640px) {
    #partners-text .section__container {
        display: block
    }
}

#partners-text .section-title {
    margin-bottom: 40px;
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center
}

@media (max-width:1634px) {
    #partners-text .section-title {
        margin-bottom: 2.4479804162vw
    }
}

@media (max-width:812px) {
    #partners-text .section-title {
        margin-bottom: 4.9261083744vw
    }
}

@media (max-width:640px) {
    #partners-text .section-title {
        margin-bottom: 6.25vw
    }
}

@media (max-width:1634px) {
    #partners-text .section-title {
        font-size: 2.2031823745vw
    }
}

@media (max-width:812px) {
    #partners-text .section-title {
        font-size: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #partners-text .section-title {
        font-size: 3.75vw
    }
}

@media (max-width:812px) {
    #partners-text .section-title {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #partners-text .section-title {
        line-height: 1;
        letter-spacing: 0
    }
}

#partners-text .grid {
    grid-column-gap: 104px;
    -webkit-column-gap: 104px;
    -moz-column-gap: 104px;
    column-gap: 104px
}

@media (max-width:1634px) {
    #partners-text .grid {
        grid-column-gap: 6.364749082vw;
        -webkit-column-gap: 6.364749082vw;
        -moz-column-gap: 6.364749082vw;
        column-gap: 6.364749082vw
    }
}

@media (max-width:812px) {
    #partners-text .grid {
        grid-column-gap: 12.8078817734vw;
        -webkit-column-gap: 12.8078817734vw;
        -moz-column-gap: 12.8078817734vw;
        column-gap: 12.8078817734vw
    }
}

@media (max-width:640px) {
    #partners-text .grid {
        grid-column-gap: 16.25vw;
        -webkit-column-gap: 16.25vw;
        -moz-column-gap: 16.25vw;
        column-gap: 16.25vw
    }
}

@media (min-width:813px) {
    #partners-text .grid {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

#partners-text .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:812px) {
    #partners-text .col:first-child {
        margin-bottom: 72px
    }
}

@media (max-width:812px) and (max-width:1634px) {
    #partners-text .col:first-child {
        margin-bottom: 4.4063647491vw
    }
}

@media (max-width:812px) and (max-width:812px) {
    #partners-text .col:first-child {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:812px) and (max-width:640px) {
    #partners-text .col:first-child {
        margin-bottom: 11.25vw
    }
}

#partners-text .partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:641px) {
    #partners-text .partner {
        width: 50%
    }
}

#partners-text .partner .image {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    background: #fff
}

@media (max-width:1634px) {
    #partners-text .partner .image {
        margin-bottom: 1.4687882497vw
    }
}

@media (max-width:812px) {
    #partners-text .partner .image {
        margin-bottom: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #partners-text .partner .image {
        margin-bottom: 3.75vw
    }
}

#partners-text .partner .image:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

#partners-text .partner .image a {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#partners-text .partner .image img {
    width: 60%;
    height: 60%
}

#partners-text .partner .text p {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.0888888889;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #partners-text .partner .text p {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #partners-text .partner .text p {
        font-size: 2.2167487685vw
    }
}

@media (max-width:640px) {
    #partners-text .partner .text p {
        font-size: 2.8125vw
    }
}

@media (max-width:812px) {
    #partners-text .partner .text p {
        line-height: 1.0888888889;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #partners-text .partner .text p {
        line-height: 1.0888888889;
        letter-spacing: 0
    }
}

#partners-complex {
    background: #c91e6e
}

#partners-complex .section__container {
    grid-column-gap: 104px;
    -webkit-column-gap: 104px;
    -moz-column-gap: 104px;
    column-gap: 104px;
    padding: 139px 227px 194px
}

@media (max-width:1634px) {
    #partners-complex .section__container {
        grid-column-gap: 6.364749082vw;
        -webkit-column-gap: 6.364749082vw;
        -moz-column-gap: 6.364749082vw;
        column-gap: 6.364749082vw
    }
}

@media (max-width:812px) {
    #partners-complex .section__container {
        grid-column-gap: 12.8078817734vw;
        -webkit-column-gap: 12.8078817734vw;
        -moz-column-gap: 12.8078817734vw;
        column-gap: 12.8078817734vw
    }
}

@media (max-width:640px) {
    #partners-complex .section__container {
        grid-column-gap: 16.25vw;
        -webkit-column-gap: 16.25vw;
        -moz-column-gap: 16.25vw;
        column-gap: 16.25vw
    }
}

@media (max-width:1634px) {
    #partners-complex .section__container {
        padding: 8.5067319461vw 13.8922888617vw 11.8727050184vw
    }
}

@media (max-width:812px) {
    #partners-complex .section__container {
        padding: 8.8669950739vw 10.5911330049vw
    }
}

@media (max-width:640px) {
    #partners-complex .section__container {
        padding: 11.25vw 13.4375vw
    }
}

@media (min-width:813px) {
    #partners-complex .section__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1681px) {
    #partners-complex .section__container {
        padding: 139px 327px 194px
    }
}

@media (min-width:1921px) {
    #partners-complex .section__container {
        padding: 139px 427px 194px
    }
}

@media (max-width:640px) {
    #partners-complex .section__container {
        display: block
    }
}

#partners-complex .section-title {
    margin-bottom: 40px;
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center
}

@media (max-width:1634px) {
    #partners-complex .section-title {
        margin-bottom: 2.4479804162vw
    }
}

@media (max-width:812px) {
    #partners-complex .section-title {
        margin-bottom: 4.9261083744vw
    }
}

@media (max-width:640px) {
    #partners-complex .section-title {
        margin-bottom: 6.25vw
    }
}

@media (max-width:1634px) {
    #partners-complex .section-title {
        font-size: 2.2031823745vw
    }
}

@media (max-width:812px) {
    #partners-complex .section-title {
        font-size: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #partners-complex .section-title {
        font-size: 3.75vw
    }
}

@media (max-width:812px) {
    #partners-complex .section-title {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #partners-complex .section-title {
        line-height: 1;
        letter-spacing: 0
    }
}

@media (max-width:812px) {
    #partners-complex .col:first-child {
        margin-bottom: 72px
    }
}

@media (max-width:812px) and (max-width:1634px) {
    #partners-complex .col:first-child {
        margin-bottom: 4.4063647491vw
    }
}

@media (max-width:812px) and (max-width:812px) {
    #partners-complex .col:first-child {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:812px) and (max-width:640px) {
    #partners-complex .col:first-child {
        margin-bottom: 11.25vw
    }
}

@media (min-width:813px) {
    #partners-complex .col--headline {
        width: 57.3%
    }
}

#partners-complex .col--headline .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    width: 100%
}

@media (max-width:1634px) {
    #partners-complex .col--headline .grid {
        grid-column-gap: .7343941248vw;
        -webkit-column-gap: .7343941248vw;
        -moz-column-gap: .7343941248vw;
        column-gap: .7343941248vw
    }
}

@media (max-width:812px) {
    #partners-complex .col--headline .grid {
        grid-column-gap: 2.9556650246vw;
        -webkit-column-gap: 2.9556650246vw;
        -moz-column-gap: 2.9556650246vw;
        column-gap: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #partners-complex .col--headline .grid {
        grid-column-gap: 3.75vw;
        -webkit-column-gap: 3.75vw;
        -moz-column-gap: 3.75vw;
        column-gap: 3.75vw
    }
}

@media (min-width:813px) {
    #partners-complex .col--media {
        width: 57.3%
    }
}

#partners-complex .col--media .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    width: 100%
}

@media (max-width:1634px) {
    #partners-complex .col--media .grid {
        grid-gap: .7343941248vw
    }
}

@media (max-width:812px) {
    #partners-complex .col--media .grid {
        grid-gap: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #partners-complex .col--media .grid {
        grid-gap: 3.75vw
    }
}

#partners-complex .partner {
    position: relative;
    background: #fff
}

#partners-complex .partner:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

#partners-complex .partner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#partners-complex .partner .image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

#partners-complex .partner .image img {
    width: 60%;
    height: 60%
}

#pricing {
    color: #fff;
    background: #000
}

#pricing .section__container {
    padding: 160px 319px 127px
}

@media (max-width:1634px) {
    #pricing .section__container {
        padding: 9.7919216646vw 19.5226438188vw 7.7723378213vw
    }
}

@media (max-width:812px) {
    #pricing .section__container {
        padding: 8.8669950739vw 2.9556650246vw
    }
}

@media (max-width:640px) {
    #pricing .section__container {
        padding: 11.25vw 3.75vw
    }
}

@media (min-width:1681px) {
    #pricing .section__container {
        padding: 160px 419px 127px
    }
}

@media (min-width:1921px) {
    #pricing .section__container {
        padding: 160px 519px 127px
    }
}

.page-agenda #pricing .section__container {
    padding-top: 0
}

#pricing .header {
    margin-bottom: 133px
}

@media (max-width:1634px) {
    #pricing .header {
        margin-bottom: 8.1395348837vw
    }
}

@media (max-width:812px) {
    #pricing .header {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #pricing .header {
        margin-bottom: 11.25vw
    }
}

#pricing .header h4 {
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1.1111111111;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #pricing .header h4 {
        font-size: 2.2031823745vw
    }
}

@media (max-width:812px) {
    #pricing .header h4 {
        font-size: 4.4334975369vw
    }
}

@media (max-width:640px) {
    #pricing .header h4 {
        font-size: 5.625vw
    }
}

@media (max-width:812px) {
    #pricing .header h4 {
        line-height: 1.1111111111;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #pricing .header h4 {
        line-height: 1.1111111111;
        letter-spacing: 0
    }
}

#pricing .content wrap {
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: 4rem;
    padding: 92px;
    color: #000;
    background: #f2e7d8
}

@media (max-width:1634px) {
    #pricing .content wrap {
        padding: 5.6303549572vw
    }
}

@media (max-width:812px) {
    #pricing .content wrap {
        padding: 10.5911330049vw
    }
}

@media (max-width:640px) {
    #pricing .content wrap {
        padding: 13.4375vw
    }
}

#pricing .content wrap:first-of-type {
    padding-bottom: 0
}

#pricing .content wrap .row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-gap: 3rem;
    text-align: center;
    min-height: 6rem
}

#pricing .content wrap .row:last-of-type {
    min-height: 0
}

#pricing .content wrap .row svg {
    width: 100%;
    height: 40px;
    display: block;
    stroke: #000;
    stroke-width: 3px;
    stroke-linecap: round;
    overflow: visible
}

@media (max-width:1634px) {
    #pricing .content wrap .row svg {
        height: 2.4479804162vw
    }
}

@media (max-width:812px) {
    #pricing .content wrap .row svg {
        height: 4.9261083744vw
    }
}

@media (max-width:640px) {
    #pricing .content wrap .row svg {
        height: 6.25vw
    }
}

#pricing .content wrap .row .price-bottom {
    width: 100%;
    max-width: none
}

#pricing .content h3 {
    padding: 32px 92px;
    line-height: normal;
    background: #fff;
    color: #000;
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    line-height: 1.1071428571;
    letter-spacing: 0;
    -webkit-transition: background .1s linear;
    -o-transition: background .1s linear;
    transition: background .1s linear
}

@media (max-width:1634px) {
    #pricing .content h3 {
        padding: 1.9583843329vw 5.6303549572vw
    }
}

@media (max-width:812px) {
    #pricing .content h3 {
        padding: 3.9408866995vw 11.3300492611vw
    }
}

@media (max-width:640px) {
    #pricing .content h3 {
        padding: 5vw 14.375vw
    }
}

@media (max-width:1634px) {
    #pricing .content h3 {
        font-size: 3.4271725826vw
    }
}

@media (max-width:812px) {
    #pricing .content h3 {
        font-size: 4.9261083744vw
    }
}

@media (max-width:640px) {
    #pricing .content h3 {
        font-size: 6.25vw
    }
}

@media (max-width:812px) {
    #pricing .content h3 {
        line-height: 1.2;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #pricing .content h3 {
        line-height: 1.2;
        letter-spacing: 0
    }
}

#pricing .content h3:hover {
    background: #c91e6e
}

#pricing .content .row div:first-of-type {
    text-align: left
}

#pricing .content .row div p {
    font-family: Apercu Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.0909090909;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #pricing .content .row div p {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #pricing .content .row div p {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #pricing .content .row div p {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #pricing .content .row div p {
        line-height: 1.0909090909;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #pricing .content .row div p {
        line-height: 1.0909090909;
        letter-spacing: 0
    }
}

#pricing #price-header {
    padding-bottom: 0
}

@media (max-width:812px) {
    #pricing #price-header {
        padding: 0
    }
}

@media (max-width:812px) {
    #pricing #price-header .row {
        grid-column-gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

@media (max-width:812px) {
    #pricing #price-header .row div {
        display: none
    }
}

#pricing .tab {
    padding-right: 0;
    padding-left: 0;
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.0909090909;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #pricing .tab {
        padding-right: 0
    }
}

@media (max-width:812px) {
    #pricing .tab {
        padding-right: 1.2315270936vw
    }
}

@media (max-width:640px) {
    #pricing .tab {
        padding-right: 1.5625vw
    }
}

@media (max-width:1634px) {
    #pricing .tab {
        padding-left: 0
    }
}

@media (max-width:812px) {
    #pricing .tab {
        padding-left: 1.2315270936vw
    }
}

@media (max-width:640px) {
    #pricing .tab {
        padding-left: 1.5625vw
    }
}

@media (max-width:1634px) {
    #pricing .tab {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #pricing .tab {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #pricing .tab {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #pricing .tab {
        line-height: 1.0909090909;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #pricing .tab {
        line-height: 1.0909090909;
        letter-spacing: 0
    }
}

@media (min-width:813px) {
    #pricing .tab {
        pointer-events: none
    }
}

@media (max-width:812px) {
    #pricing .tab {
        padding-top: 5rem;
        padding-bottom: 5rem;
        background: #fff
    }
}

#pricing .tab.active {
    background: #f2e7d8
}

#pricing .type {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2777777778;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #pricing .type {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #pricing .type {
        font-size: 2.2167487685vw
    }
}

@media (max-width:640px) {
    #pricing .type {
        font-size: 2.8125vw
    }
}

@media (max-width:812px) {
    #pricing .type {
        line-height: 1.2777777778;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #pricing .type {
        line-height: 1.2777777778;
        letter-spacing: 0
    }
}

#pricing .price-bottom {
    display: none
}

#pricing .pricing__footer {
    padding-top: 133px;
    color: #fff
}

@media (max-width:1634px) {
    #pricing .pricing__footer {
        padding-top: 8.1395348837vw
    }
}

@media (max-width:812px) {
    #pricing .pricing__footer {
        padding-top: 16.3793103448vw
    }
}

@media (max-width:640px) {
    #pricing .pricing__footer {
        padding-top: 20.78125vw
    }
}

@media (min-width:813px) {
    #pricing .pricing__footer {
        display: grid;
        grid-template-columns: calc((100vw - 6rem)/17) 1fr;
        grid-gap: 1rem
    }
}

#pricing .pricing__footer div {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2777777778;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #pricing .pricing__footer div {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #pricing .pricing__footer div {
        font-size: 2.2167487685vw
    }
}

@media (max-width:640px) {
    #pricing .pricing__footer div {
        font-size: 2.8125vw
    }
}

@media (max-width:812px) {
    #pricing .pricing__footer div {
        line-height: 1.2777777778;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #pricing .pricing__footer div {
        line-height: 1.2777777778;
        letter-spacing: 0
    }
}

#pricing .pricing__footer strong {
    font-size: 2rem
}

#pricing .book {
    height: 55px;
    width: 100%;
    background: url(https://cnda.condenast.co.uk/wired/WIRED%202021/Innovate%202021/assets/img/startups/book-now.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    background-position: 50%;
    margin-left: calc((100vw - 6rem)/30);
    position: relative
}

#pricing .book a {
    display: block;
    position: relative;
    width: 390px;
    height: 100%;
    margin: auto
}

@media (max-width:812px) {
    #pricing .row.hide {
        display: none!important
    }
}

#pricing .row.hide p {
    font-family: Apercu Bold;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.0909090909;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #pricing .row.hide p {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #pricing .row.hide p {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #pricing .row.hide p {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #pricing .row.hide p {
        line-height: 1.0909090909;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #pricing .row.hide p {
        line-height: 1.0909090909;
        letter-spacing: 0
    }
}

.page-agenda #pricing {
    background: #000
}

@media (min-width:813px) {
    #pricing .price-1,
    #pricing .price-2,
    #pricing .price-3 {
        display: block!important
    }
}

@media (max-width:812px) {
    #pricing .price-1,
    #pricing .price-2,
    #pricing .price-3 {
        display: none!important
    }
}

@media (max-width:812px) {
    #pricing .price-1.active,
    #pricing .price-2.active,
    #pricing .price-3.active {
        display: block!important
    }
}

@media (max-width:812px) {
    #pricing .price-bottom {
        display: none!important
    }
}

@media (max-width:812px) {
    #pricing .price-bottom.active {
        display: inline!important
    }
}

#agenda {
    position: relative
}

#agenda .section-title {
    position: relative;
    z-index: 9;
    display: block;
    padding: 120px 319px 0;
    margin-bottom: 120px;
    color: #fff;
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 90px;
    line-height: 1.3333333333;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #agenda .section-title {
        padding: 7.3439412485vw 19.5226438188vw 0
    }
}

@media (max-width:812px) {
    #agenda .section-title {
        padding: 14.7783251232vw 2.9556650246vw 0
    }
}

@media (max-width:640px) {
    #agenda .section-title {
        padding: 18.75vw 3.75vw 0
    }
}

@media (max-width:1634px) {
    #agenda .section-title {
        margin-bottom: 7.3439412485vw
    }
}

@media (max-width:812px) {
    #agenda .section-title {
        margin-bottom: 14.7783251232vw
    }
}

@media (max-width:640px) {
    #agenda .section-title {
        margin-bottom: 18.75vw
    }
}

@media (max-width:1634px) {
    #agenda .section-title {
        font-size: 5.5079559364vw
    }
}

@media (max-width:812px) {
    #agenda .section-title {
        font-size: 11.0837438424vw
    }
}

@media (max-width:640px) {
    #agenda .section-title {
        font-size: 9.375vw
    }
}

@media (max-width:812px) {
    #agenda .section-title {
        line-height: 1.3333333333;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #agenda .section-title {
        line-height: 1.1666666667;
        letter-spacing: 0
    }
}

@media (min-width:1681px) {
    #agenda .section-title {
        padding: 120px 419px 0
    }
}

@media (min-width:1921px) {
    #agenda .section-title {
        padding: 120px 519px 0
    }
}

#agenda .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000
}

#agenda .background:before {
    content: "";
    display: block;
    padding-bottom: 80%
}

#agenda .section__container {
    background: #f2e7d8;
    padding: 0 310px
}

@media (max-width:1634px) {
    #agenda .section__container {
        padding: 0 18.9718482252vw
    }
}

@media (max-width:812px) {
    #agenda .section__container {
        padding: 0 2.9556650246vw
    }
}

@media (max-width:640px) {
    #agenda .section__container {
        padding: 0 3.75vw
    }
}

@media (min-width:1681px) {
    #agenda .section__container {
        padding: 0 410px
    }
}

@media (min-width:1921px) {
    #agenda .section__container {
        padding: 0 510px
    }
}

#agenda .content {
    position: relative;
    z-index: 9;
    padding: 108px 92px 170px;
    background: #fff
}

@media (max-width:1634px) {
    #agenda .content {
        padding: 6.6095471236vw 5.6303549572vw 10.4039167687vw
    }
}

@media (max-width:812px) {
    #agenda .content {
        padding: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #agenda .content {
        padding: 11.25vw
    }
}

#agenda .content a {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#agenda .content a:hover {
    color: #c91e6e
}

#agenda .content .text {
    padding-right: 92px
}

@media (max-width:1634px) {
    #agenda .content .text {
        padding-right: 5.6303549572vw
    }
}

@media (max-width:812px) {
    #agenda .content .text {
        padding-right: 10.5911330049vw
    }
}

@media (max-width:640px) {
    #agenda .content .text {
        padding-right: 13.4375vw
    }
}

#agenda .content .text p {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3636363636;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #agenda .content .text p {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #agenda .content .text p {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #agenda .content .text p {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #agenda .content .text p {
        line-height: 1.3636363636;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #agenda .content .text p {
        line-height: 1.3636363636;
        letter-spacing: 0
    }
}

#agenda .content .text p:last-child {
    margin: 0
}

#agenda .content .text a {
    font-family: Apercu Bold;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3636363636;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #agenda .content .text a {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #agenda .content .text a {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #agenda .content .text a {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #agenda .content .text a {
        line-height: 1.3636363636;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #agenda .content .text a {
        line-height: 1.3636363636;
        letter-spacing: 0
    }
}

#agenda .image-wrapper {
    position: relative;
    margin-bottom: 169px
}

@media (max-width:1634px) {
    #agenda .image-wrapper {
        margin-bottom: 10.3427172583vw
    }
}

@media (max-width:812px) {
    #agenda .image-wrapper {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #agenda .image-wrapper {
        margin-bottom: 11.25vw
    }
}

#agenda .image-wrapper .image {
    position: relative;
    z-index: 9;
    padding: 0 219px 0 0
}

@media (max-width:1634px) {
    #agenda .image-wrapper .image {
        padding: 0 13.4026927785vw 0 0
    }
}

@media (max-width:812px) {
    #agenda .image-wrapper .image {
        padding: 0 2.9556650246vw
    }
}

@media (max-width:640px) {
    #agenda .image-wrapper .image {
        padding: 0 3.75vw
    }
}

@media (min-width:1681px) {
    #agenda .image-wrapper .image {
        padding: 0 319px 0 0
    }
}

@media (min-width:1921px) {
    #agenda .image-wrapper .image {
        padding: 0 419px 0 0
    }
}

#knowledge .intro {
    position: relative
}

#knowledge .intro:before {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

#knowledge .intro img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#knowledge .intro .image img,
#knowledge .intro img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#knowledge .intro .section-title {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    padding: 0 0 84px 219px;
    color: #fff;
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 90px;
    line-height: 1.3333333333;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #knowledge .intro .section-title {
        padding: 0 0 5.1407588739vw 13.4026927785vw
    }
}

@media (max-width:812px) {
    #knowledge .intro .section-title {
        padding: 0 0 2.9556650246vw 8.8669950739vw
    }
}

@media (max-width:640px) {
    #knowledge .intro .section-title {
        padding: 0 0 3.75vw 11.25vw
    }
}

@media (max-width:1634px) {
    #knowledge .intro .section-title {
        font-size: 5.5079559364vw
    }
}

@media (max-width:812px) {
    #knowledge .intro .section-title {
        font-size: 11.0837438424vw
    }
}

@media (max-width:640px) {
    #knowledge .intro .section-title {
        font-size: 9.375vw
    }
}

@media (max-width:812px) {
    #knowledge .intro .section-title {
        line-height: 1.3333333333;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #knowledge .intro .section-title {
        line-height: 1.1666666667;
        letter-spacing: 0
    }
}

@media (min-width:1681px) {
    #knowledge .intro .section-title {
        padding: 0 0 84px 319px
    }
}

@media (min-width:1921px) {
    #knowledge .intro .section-title {
        padding: 0 0 84px 419px
    }
}

#knowledge .section__container {
    padding: 0 319px 169px 219px;
    background: #c91e6e
}

@media (max-width:1634px) {
    #knowledge .section__container {
        padding: 0 19.5226438188vw 10.3427172583vw 13.4026927785vw
    }
}

@media (max-width:812px) {
    #knowledge .section__container {
        padding: 0 10.5911330049vw 8.8669950739vw
    }
}

@media (max-width:640px) {
    #knowledge .section__container {
        padding: 0 13.4375vw 11.25vw
    }
}

@media (min-width:1681px) {
    #knowledge .section__container {
        padding: 0 419px 169px
    }
}

@media (min-width:1921px) {
    #knowledge .section__container {
        padding: 0 419px 169px
    }
}

#knowledge .content {
    background: #fff;
    padding: 72px 90px 100px 36px
}

@media (max-width:1634px) {
    #knowledge .content {
        padding: 4.4063647491vw 5.5079559364vw 6.1199510404vw 2.2031823745vw
    }
}

@media (max-width:812px) {
    #knowledge .content {
        padding: 8.8669950739vw 2.9556650246vw
    }
}

@media (max-width:640px) {
    #knowledge .content {
        padding: 11.25vw 3.75vw
    }
}

#knowledge .partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

@media (max-width:1634px) {
    #knowledge .partner {
        margin-bottom: 4.8959608323vw
    }
}

@media (max-width:812px) {
    #knowledge .partner {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #knowledge .partner {
        margin-bottom: 11.25vw
    }
}

#knowledge .partner:last-child {
    margin: 0
}

#knowledge .partner .image {
    width: 22.2973%
}

#knowledge .partner .text {
    width: 77.7027%;
    padding: 0 0 0 107px
}

@media (max-width:1634px) {
    #knowledge .partner .text {
        padding: 0 0 0 6.5483476132vw
    }
}

@media (max-width:812px) {
    #knowledge .partner .text {
        padding: 0 8.8669950739vw 0 2.9556650246vw
    }
}

@media (max-width:640px) {
    #knowledge .partner .text {
        padding: 0 11.25vw 0 3.75vw
    }
}

#knowledge .partner .text p {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3636363636;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #knowledge .partner .text p {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #knowledge .partner .text p {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #knowledge .partner .text p {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #knowledge .partner .text p {
        line-height: 1.3636363636;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #knowledge .partner .text p {
        line-height: 1.3636363636;
        letter-spacing: 0
    }
}

#media {
    background: #f2e7d8
}

#media .section__container {
    padding: 161px 319px 161px 219px
}

@media (max-width:1634px) {
    #media .section__container {
        padding: 9.853121175vw 19.5226438188vw 9.853121175vw 13.4026927785vw
    }
}

@media (max-width:812px) {
    #media .section__container {
        padding: 8.8669950739vw 10.5911330049vw
    }
}

@media (max-width:640px) {
    #media .section__container {
        padding: 11.25vw 13.4375vw
    }
}

@media (min-width:1681px) {
    #media .section__container {
        padding: 161px 419px
    }
}

@media (min-width:1921px) {
    #media .section__container {
        padding: 161px 419px
    }
}

#media .row {
    margin-bottom: 168px
}

@media (max-width:1634px) {
    #media .row {
        margin-bottom: 10.2815177479vw
    }
}

@media (max-width:812px) {
    #media .row {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #media .row {
        margin-bottom: 11.25vw
    }
}

#media .row:last-child {
    margin: 0
}

#media .section-title {
    margin-bottom: 127px;
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1.1111111111;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #media .section-title {
        margin-bottom: 7.7723378213vw
    }
}

@media (max-width:812px) {
    #media .section-title {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #media .section-title {
        margin-bottom: 11.25vw
    }
}

@media (max-width:1634px) {
    #media .section-title {
        font-size: 2.2031823745vw
    }
}

@media (max-width:812px) {
    #media .section-title {
        font-size: 4.4334975369vw
    }
}

@media (max-width:640px) {
    #media .section-title {
        font-size: 5.625vw
    }
}

@media (max-width:812px) {
    #media .section-title {
        line-height: 1.1111111111;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #media .section-title {
        line-height: 1.1111111111;
        letter-spacing: 0
    }
}

#media .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 103px;
    -webkit-column-gap: 103px;
    -moz-column-gap: 103px;
    column-gap: 103px;
    grid-row-gap: 156px;
    row-gap: 156px;
    padding-left: 100px
}

@media (max-width:1634px) {
    #media .grid {
        grid-column-gap: 6.3035495716vw;
        -webkit-column-gap: 6.3035495716vw;
        -moz-column-gap: 6.3035495716vw;
        column-gap: 6.3035495716vw
    }
}

@media (max-width:812px) {
    #media .grid {
        grid-column-gap: 2.9556650246vw;
        -webkit-column-gap: 2.9556650246vw;
        -moz-column-gap: 2.9556650246vw;
        column-gap: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #media .grid {
        grid-column-gap: 3.75vw;
        -webkit-column-gap: 3.75vw;
        -moz-column-gap: 3.75vw;
        column-gap: 3.75vw
    }
}

@media (max-width:1634px) {
    #media .grid {
        grid-row-gap: 9.547123623vw;
        row-gap: 9.547123623vw
    }
}

@media (max-width:812px) {
    #media .grid {
        grid-row-gap: 5.9113300493vw;
        row-gap: 5.9113300493vw
    }
}

@media (max-width:640px) {
    #media .grid {
        grid-row-gap: 7.5vw;
        row-gap: 7.5vw
    }
}

@media (max-width:1634px) {
    #media .grid {
        padding-left: 6.1199510404vw
    }
}

@media (max-width:812px) {
    #media .grid {
        padding-left: 0
    }
}

@media (max-width:640px) {
    #media .grid {
        padding-left: 0
    }
}

@media (min-width:1681px) {
    #media .grid {
        padding-left: 100px
    }
}

@media (min-width:1921px) {
    #media .grid {
        padding-left: 100px
    }
}

#media .partner .image {
    position: relative;
    margin-bottom: 35px;
    background: #fff
}

@media (max-width:1634px) {
    #media .partner .image {
        margin-bottom: 2.1419828641vw
    }
}

@media (max-width:812px) {
    #media .partner .image {
        margin-bottom: 4.3103448276vw
    }
}

@media (max-width:640px) {
    #media .partner .image {
        margin-bottom: 5.46875vw
    }
}

#media .partner .text .name {
    margin-bottom: 1.2em;
    font-family: Apercu Medium;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2222222222;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #media .partner .text .name {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #media .partner .text .name {
        font-size: 2.2167487685vw
    }
}

@media (max-width:640px) {
    #media .partner .text .name {
        font-size: 2.8125vw
    }
}

@media (max-width:812px) {
    #media .partner .text .name {
        line-height: 1.2222222222;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #media .partner .text .name {
        line-height: 1.2222222222;
        letter-spacing: 0
    }
}

#media .partner .text .description {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2222222222;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #media .partner .text .description {
        font-size: 1.1015911873vw
    }
}

@media (max-width:812px) {
    #media .partner .text .description {
        font-size: 2.2167487685vw
    }
}

@media (max-width:640px) {
    #media .partner .text .description {
        font-size: 2.8125vw
    }
}

@media (max-width:812px) {
    #media .partner .text .description {
        line-height: 1.2222222222;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #media .partner .text .description {
        line-height: 1.2222222222;
        letter-spacing: 0
    }
}

#team {
    background: #f2e7d8
}

#team .section__container {
    padding: 170px 128px 109px 319px
}

@media (max-width:1634px) {
    #team .section__container {
        padding: 10.4039167687vw 7.8335373317vw 6.670746634vw 19.5226438188vw
    }
}

@media (max-width:812px) {
    #team .section__container {
        padding: 8.8669950739vw 2.9556650246vw 8.8669950739vw 10.5911330049vw
    }
}

@media (max-width:640px) {
    #team .section__container {
        padding: 11.25vw 3.75vw 11.25vw 13.4375vw
    }
}

@media (min-width:1681px) {
    #team .section__container {
        padding: 170px 228px 109px 419px
    }
}

@media (min-width:1921px) {
    #team .section__container {
        padding: 170px 328px 109px 519px
    }
}

#team .section-title {
    margin-bottom: 98px;
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: .021em
}

@media (max-width:1634px) {
    #team .section-title {
        margin-bottom: 5.9975520196vw
    }
}

@media (max-width:812px) {
    #team .section-title {
        margin-bottom: 12.0689655172vw
    }
}

@media (max-width:640px) {
    #team .section-title {
        margin-bottom: 15.3125vw
    }
}

@media (max-width:1634px) {
    #team .section-title {
        font-size: 2.2031823745vw
    }
}

@media (max-width:812px) {
    #team .section-title {
        font-size: 4.4334975369vw
    }
}

@media (max-width:640px) {
    #team .section-title {
        font-size: 5.625vw
    }
}

@media (max-width:812px) {
    #team .section-title {
        line-height: 1.2;
        letter-spacing: .021em
    }
}

@media (max-width:640px) {
    #team .section-title {
        line-height: 1.2;
        letter-spacing: .021em
    }
}

#team .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 73px;
    -webkit-column-gap: 73px;
    -moz-column-gap: 73px;
    column-gap: 73px;
    grid-row-gap: 53px;
    row-gap: 53px;
    margin-bottom: 170px
}

@media (max-width:1634px) {
    #team .grid {
        grid-column-gap: 4.4675642595vw;
        -webkit-column-gap: 4.4675642595vw;
        -moz-column-gap: 4.4675642595vw;
        column-gap: 4.4675642595vw
    }
}

@media (max-width:812px) {
    #team .grid {
        grid-column-gap: 2.9556650246vw;
        -webkit-column-gap: 2.9556650246vw;
        -moz-column-gap: 2.9556650246vw;
        column-gap: 2.9556650246vw
    }
}

@media (max-width:640px) {
    #team .grid {
        grid-column-gap: 3.75vw;
        -webkit-column-gap: 3.75vw;
        -moz-column-gap: 3.75vw;
        column-gap: 3.75vw
    }
}

@media (max-width:1634px) {
    #team .grid {
        grid-row-gap: 3.2435740514vw;
        row-gap: 3.2435740514vw
    }
}

@media (max-width:812px) {
    #team .grid {
        grid-row-gap: 5.9113300493vw;
        row-gap: 5.9113300493vw
    }
}

@media (max-width:640px) {
    #team .grid {
        grid-row-gap: 7.5vw;
        row-gap: 7.5vw
    }
}

@media (max-width:1634px) {
    #team .grid {
        margin-bottom: 10.4039167687vw
    }
}

@media (max-width:812px) {
    #team .grid {
        margin-bottom: 8.8669950739vw
    }
}

@media (max-width:640px) {
    #team .grid {
        margin-bottom: 11.25vw
    }
}

@media (max-width:812px) {
    #team .grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:640px) {
    #team .grid {
        grid-template-columns: 1fr
    }
}

#team .member .name {
    font-family: Apercu Bold;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #team .member .name {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #team .member .name {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #team .member .name {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #team .member .name {
        line-height: 1.2727272727;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #team .member .name {
        line-height: 1.2727272727;
        letter-spacing: 0
    }
}

#team .member .phone {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #team .member .phone {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #team .member .phone {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #team .member .phone {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #team .member .phone {
        line-height: 1.2727272727;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #team .member .phone {
        line-height: 1.2727272727;
        letter-spacing: 0
    }
}

#team .member a {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#team .member a:hover {
    color: #c91e6e
}

#team .emails {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 53px
}

@media (max-width:1634px) {
    #team .emails {
        grid-gap: 3.2435740514vw
    }
}

@media (max-width:812px) {
    #team .emails {
        grid-gap: 6.5270935961vw
    }
}

@media (max-width:640px) {
    #team .emails {
        grid-gap: 8.28125vw;
        grid-template-columns: 1fr
    }
}

#team .emails p {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: 0
}

@media (max-width:1634px) {
    #team .emails p {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #team .emails p {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #team .emails p {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #team .emails p {
        line-height: 1.2727272727;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #team .emails p {
        line-height: 1.2727272727;
        letter-spacing: 0
    }
}

#team .emails a {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#team .emails a:hover {
    color: #c91e6e
}

#team .subscribe {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 53px;
    padding-top: 100px
}

@media (max-width:1634px) {
    #team .subscribe {
        grid-gap: 3.2435740514vw
    }
}

@media (max-width:812px) {
    #team .subscribe {
        grid-gap: 6.5270935961vw
    }
}

@media (max-width:640px) {
    #team .subscribe {
        grid-gap: 8.28125vw
    }
}

@media (max-width:1634px) {
    #team .subscribe {
        padding-top: 6.1199510404vw
    }
}

@media (max-width:812px) {
    #team .subscribe {
        padding-top: 12.315270936vw
    }
}

@media (max-width:640px) {
    #team .subscribe {
        padding-top: 15.625vw;
        grid-template-columns: 1fr
    }
}

#team .subscribe p {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2727272727;
    letter-spacing: 0;
    margin-bottom: 1.4em
}

@media (max-width:1634px) {
    #team .subscribe p {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #team .subscribe p {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #team .subscribe p {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #team .subscribe p {
        line-height: 1.2727272727;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #team .subscribe p {
        line-height: 1.2727272727;
        letter-spacing: 0
    }
}

#team .subscribe p:last-child {
    margin: 0
}

#team .subscribe a {
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#team .subscribe a:hover {
    color: #c91e6e
}

#learn {
    background: #c91e6e
}

#learn .section__container {
    padding: 0 0 176px 319px
}

@media (max-width:1634px) {
    #learn .section__container {
        padding: 0 0 10.7711138311vw 19.5226438188vw
    }
}

@media (max-width:812px) {
    #learn .section__container {
        padding: 0 0 10.5911330049vw 10.5911330049vw
    }
}

@media (max-width:640px) {
    #learn .section__container {
        padding: 0 0 13.4375vw 13.4375vw
    }
}

@media (min-width:1680px) {
    #learn .section__container {
        padding: 0 0 176px 419px
    }
}

@media (min-width:1920px) {
    #learn .section__container {
        padding: 0 0 176px 519px
    }
}

#learn .content {
    background: #fff;
    padding: 170px 127px 170px 91px
}

@media (max-width:1634px) {
    #learn .content {
        padding: 10.4039167687vw 7.7723378213vw 10.4039167687vw 5.5691554468vw
    }
}

@media (max-width:812px) {
    #learn .content {
        padding: 10.4679802956vw 8.8669950739vw
    }
}

@media (max-width:640px) {
    #learn .content {
        padding: 13.28125vw 11.25vw
    }
}

#learn .section-title {
    margin-bottom: 98px;
    font-family: Apercu Light;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: .021em
}

@media (max-width:1634px) {
    #learn .section-title {
        margin-bottom: 5.9975520196vw
    }
}

@media (max-width:812px) {
    #learn .section-title {
        margin-bottom: 6.0344827586vw
    }
}

@media (max-width:640px) {
    #learn .section-title {
        margin-bottom: 7.65625vw
    }
}

@media (max-width:1634px) {
    #learn .section-title {
        font-size: 2.2031823745vw
    }
}

@media (max-width:812px) {
    #learn .section-title {
        font-size: 4.4334975369vw
    }
}

@media (max-width:640px) {
    #learn .section-title {
        font-size: 5.625vw
    }
}

@media (max-width:812px) {
    #learn .section-title {
        line-height: 1.2;
        letter-spacing: .021em
    }
}

@media (max-width:640px) {
    #learn .section-title {
        line-height: 1.2;
        letter-spacing: .021em
    }
}

#learn .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 98px
}

@media (max-width:1634px) {
    #learn .article {
        margin-bottom: 5.9975520196vw
    }
}

@media (max-width:812px) {
    #learn .article {
        margin-bottom: 6.0344827586vw
    }
}

@media (max-width:640px) {
    #learn .article {
        margin-bottom: 7.65625vw
    }
}

#learn .article:last-child {
    margin: 0
}

#learn .image {
    width: 30.16949%;
    max-width: 354px
}

@media (max-width:1634px) {
    #learn .image {
        max-width: 21.664626683vw
    }
}

@media (max-width:812px) {
    #learn .image {
        max-width: 43.5960591133vw
    }
}

@media (max-width:640px) {
    #learn .image {
        max-width: 55.3125vw
    }
}

#learn .text {
    width: 69.83051%;
    padding-left: 98px
}

@media (max-width:1634px) {
    #learn .text {
        padding-left: 5.9975520196vw
    }
}

@media (max-width:812px) {
    #learn .text {
        padding-left: 12.0689655172vw
    }
}

@media (max-width:640px) {
    #learn .text {
        padding-left: 15.3125vw
    }
}

#learn .text a,
#learn .text p {
    font-family: Apercu;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3090909091;
    letter-spacing: 0;
    margin-bottom: 1.4em
}

@media (max-width:1634px) {
    #learn .text a,
    #learn .text p {
        font-size: 1.3463892289vw
    }
}

@media (max-width:812px) {
    #learn .text a,
    #learn .text p {
        font-size: 2.7093596059vw
    }
}

@media (max-width:640px) {
    #learn .text a,
    #learn .text p {
        font-size: 3.4375vw
    }
}

@media (max-width:812px) {
    #learn .text a,
    #learn .text p {
        line-height: 1.3090909091;
        letter-spacing: 0
    }
}

@media (max-width:640px) {
    #learn .text a,
    #learn .text p {
        line-height: 1.3090909091;
        letter-spacing: 0
    }
}

#learn .text a:last-child,
#learn .text p:last-child {
    margin: 0
}

#learn .text a {
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#learn .text a:hover {
    color: #c91e6e
}