@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Rubik+Mono+One&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/icomoon.eot?pytt4q");
  src: url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/icomoon.eot?pytt4q#iefix") format("embedded-opentype"), url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/icomoon.ttf?pytt4q") format("truetype"), url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/icomoon.woff?pytt4q") format("woff"), url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/icomoon.svg?pytt4q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-play:before {
  content: "\e901";
}

.ico-facebook:before {
  content: "\ea90";
}

.ico-instagram:before {
  content: "\ea92";
}

.ico-twitter:before {
  content: "\ea96";
}

.ico-youtube:before {
  content: "\ea9d";
}

.ico-linkedin:before {
  content: "\eaca";
}

@font-face {
  font-family: "Be Vietnam";
  src: url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-light.woff2") format("woff2"), url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Be Vietnam";
  src: url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-lightitalic.woff2") format("woff2"), url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Be Vietnam";
  src: url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-regular.woff2") format("woff2"), url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Be Vietnam";
  src: url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-italic.woff2") format("woff2"), url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Be Vietnam";
  src: url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-bold.woff2") format("woff2"), url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Be Vietnam";
  src: url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-bolditalic.woff2") format("woff2"), url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/fonts/bevietnam-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
#footer .nav-list, .signin-section .list-block .logo-list, .partners-section .partners-list, .events-section .speakers-box .photo-list, .section #nav-bar .mobile-nav, .banner-section #nav-bar .mobile-nav, .articles-section #nav-bar .mobile-nav, .hero-section #nav-bar .mobile-nav, #footer #nav-bar .mobile-nav, .signin-section #nav-bar .mobile-nav, .speakers-section #nav-bar .mobile-nav, .post-section #nav-bar .mobile-nav, .partners-section #nav-bar .mobile-nav, .title-section #nav-bar .mobile-nav, .events-section #nav-bar .mobile-nav, .intro-section #nav-bar .mobile-nav, #header #nav-bar .mobile-nav, .section .socials-list, .banner-section .socials-list, .articles-section .socials-list, .hero-section .socials-list, #footer .socials-list, .signin-section .socials-list, .speakers-section .socials-list, .post-section .socials-list, .partners-section .socials-list, .title-section .socials-list, .events-section .socials-list, .intro-section .socials-list, #header .socials-list, .section .btn-list, .banner-section .btn-list, .articles-section .btn-list, .hero-section .btn-list, #footer .btn-list, .signin-section .btn-list, .speakers-section .btn-list, .post-section .btn-list, .partners-section .btn-list, .title-section .btn-list, .events-section .btn-list, .intro-section .btn-list, #header .btn-list, .hs-form .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #1A1A1A;
  background: #78CBFA;
  font: 16px/1.75 "Be Vietnam", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Rubik Mono One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

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

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

p {
  margin: 0 0 1em;
}

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

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  max-width: none !important;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
select {
  -webkit-appearance: none;
  box-sizing: border-box;
  background: none;
  padding: 7px 0;
  width: 100% !important;
  font: 700 14px/1.43 "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #361292;
  letter-spacing: 0.1em;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #361292;
  outline: none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #1A1A1A;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #7158B2;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: #7158B2;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #7158B2;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #7158B2;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder,
select.placeholder {
  color: #7158B2;
}

select {
  -webkit-border-radius: 0;
  padding-right: 20px;
  background: url("https://f.hubspotusercontent20.net/hubfs/7809126/Seon%20Landing%20Pages%2015.02.2021/ico-arrow.svg") no-repeat right center;
  cursor: pointer;
}

textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 60px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.hs-form .hs-form-field {
  position: relative;
}
.hs-form .hs-form-field > label {
  display: none;
}
.hs-form .input,
.hs-form .hs-richtext {
  margin: 0 !important;
  padding: 0 15px 30px;
}
.hs-form .input .error,
.hs-form .hs-richtext .error {
  border-color: red;
}
.hs-form .hs-error-msgs {
  padding: 0 15px;
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  font: 700 9px/1.43 "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: red;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
}
.hs-form .hs_error_rollup {
  display: none !important;
}
.hs-form .hs-richtext {
  font-size: 12px;
  text-align: left;
  margin: 0 0 -1em !important;
}
.hs-form .hs-submit {
  padding: 10px 30px 0;
  text-align: center;
}
.hs-form .hs-submit .hs-button {
  display: none !important;
}

.hbspt-form .submitted-message {
  padding: 0 15px;
}

.inline-form input[type=text],
.inline-form input[type=tel],
.inline-form input[type=email],
.inline-form input[type=search],
.inline-form input[type=password],
.inline-form textarea {
  background: #fff;
  border: 2px solid #361292;
  border-radius: 6px;
  padding: 13px 20px;
}
.inline-form input[type=text]::-webkit-input-placeholder,
.inline-form input[type=tel]::-webkit-input-placeholder,
.inline-form input[type=email]::-webkit-input-placeholder,
.inline-form input[type=search]::-webkit-input-placeholder,
.inline-form input[type=password]::-webkit-input-placeholder,
.inline-form textarea::-webkit-input-placeholder {
  color: #9E9E9E;
}
.inline-form input[type=text]::-moz-placeholder,
.inline-form input[type=tel]::-moz-placeholder,
.inline-form input[type=email]::-moz-placeholder,
.inline-form input[type=search]::-moz-placeholder,
.inline-form input[type=password]::-moz-placeholder,
.inline-form textarea::-moz-placeholder {
  opacity: 1;
  color: #9E9E9E;
}
.inline-form input[type=text]:-moz-placeholder,
.inline-form input[type=tel]:-moz-placeholder,
.inline-form input[type=email]:-moz-placeholder,
.inline-form input[type=search]:-moz-placeholder,
.inline-form input[type=password]:-moz-placeholder,
.inline-form textarea:-moz-placeholder {
  color: #9E9E9E;
}
.inline-form input[type=text]:-ms-input-placeholder,
.inline-form input[type=tel]:-ms-input-placeholder,
.inline-form input[type=email]:-ms-input-placeholder,
.inline-form input[type=search]:-ms-input-placeholder,
.inline-form input[type=password]:-ms-input-placeholder,
.inline-form textarea:-ms-input-placeholder {
  color: #9E9E9E;
}
.inline-form input[type=text].placeholder,
.inline-form input[type=tel].placeholder,
.inline-form input[type=email].placeholder,
.inline-form input[type=search].placeholder,
.inline-form input[type=password].placeholder,
.inline-form textarea.placeholder {
  color: #9E9E9E;
}
.inline-form .hs-form .hs-form-field {
  flex: 1;
}
.inline-form .hs-form .hs-error-msgs {
  padding: 0;
  position: relative;
  margin-top: 5px;
}
.inline-form .hs-form .hs-submit {
  padding: 0;
  margin: 17px 0 0;
}
.inline-form .hs-form .input {
  padding: 0;
}

body {
  position: relative;
  background: none;
  background-image: radial-gradient(105.6% 310.31% at 39.69% 62.93%, #FFFFFF 0%, #9ED9FA 0.01%, #5BA8D4 72.55%, #3860A3 145.92%);
}
body:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/images/bg-01-m.svg");
  background-position: right -340px top 0;
  background-repeat: repeat-y;
  background-size: 1050px auto;
  opacity: 0.75;
}
body p, body ul {
  font-weight: 300;
}

.section, .banner-section, .articles-section, .hero-section, #footer, .signin-section, .speakers-section, .post-section, .partners-section, .title-section, .events-section, .intro-section, #header {
  position: relative;
}
.section h1, .banner-section h1, .articles-section h1, .hero-section h1, #footer h1, .signin-section h1, .speakers-section h1, .post-section h1, .partners-section h1, .title-section h1, .events-section h1, .intro-section h1, #header h1, .section h2, .banner-section h2, .articles-section h2, .hero-section h2, #footer h2, .signin-section h2, .speakers-section h2, .post-section h2, .partners-section h2, .title-section h2, .events-section h2, .intro-section h2, #header h2, .section h3, .banner-section h3, .articles-section h3, .hero-section h3, #footer h3, .signin-section h3, .speakers-section h3, .post-section h3, .partners-section h3, .title-section h3, .events-section h3, .intro-section h3, #header h3, .section h4, .banner-section h4, .articles-section h4, .hero-section h4, #footer h4, .signin-section h4, .speakers-section h4, .post-section h4, .partners-section h4, .title-section h4, .events-section h4, .intro-section h4, #header h4, .section h5, .banner-section h5, .articles-section h5, .hero-section h5, #footer h5, .signin-section h5, .speakers-section h5, .post-section h5, .partners-section h5, .title-section h5, .events-section h5, .intro-section h5, #header h5, .section h6, .banner-section h6, .articles-section h6, .hero-section h6, #footer h6, .signin-section h6, .speakers-section h6, .post-section h6, .partners-section h6, .title-section h6, .events-section h6, .intro-section h6, #header h6 {
  font-weight: 400;
}
.section h1, .banner-section h1, .articles-section h1, .hero-section h1, #footer h1, .signin-section h1, .speakers-section h1, .post-section h1, .partners-section h1, .title-section h1, .events-section h1, .intro-section h1, #header h1 {
  font-size: 32px;
  line-height: 1.16;
  color: #fff;
  margin: 0 0 0.95em;
  word-break: break-word;
  text-shadow: -1px -1px 0 #361292, 1px -1px 0 #361292, -1px 1px 0 #361292, 1px 1px 0 #361292, 0.08em 0.08em 0 #361292;
}
.section h2, .banner-section h2, .articles-section h2, .hero-section h2, #footer h2, .signin-section h2, .speakers-section h2, .post-section h2, .partners-section h2, .title-section h2, .events-section h2, .intro-section h2, #header h2 {
  font-size: 32px;
  line-height: 1.16;
  color: #fff;
  margin: 0 0 0.95em;
  word-break: break-word;
  text-shadow: -1px -1px 0 #361292, 1px -1px 0 #361292, -1px 1px 0 #361292, 1px 1px 0 #361292, 0.08em 0.08em 0 #361292;
}
.section h3, .banner-section h3, .articles-section h3, .hero-section h3, #footer h3, .signin-section h3, .speakers-section h3, .post-section h3, .partners-section h3, .title-section h3, .events-section h3, .intro-section h3, #header h3 {
  font-size: 26px;
  line-height: 1.16;
  color: #fff;
  margin: 0 0 0.95em;
  word-break: break-word;
  text-shadow: -1px -1px 0 #361292, 1px -1px 0 #361292, -1px 1px 0 #361292, 1px 1px 0 #361292, 0.08em 0.08em 0 #361292;
}
.section h4, .banner-section h4, .articles-section h4, .hero-section h4, #footer h4, .signin-section h4, .speakers-section h4, .post-section h4, .partners-section h4, .title-section h4, .events-section h4, .intro-section h4, #header h4 {
  font: 700 24px/1.43 "Be Vietnam", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #361292;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1.8em;
}
.section h5, .banner-section h5, .articles-section h5, .hero-section h5, #footer h5, .signin-section h5, .speakers-section h5, .post-section h5, .partners-section h5, .title-section h5, .events-section h5, .intro-section h5, #header h5 {
  font: 700 14px/1.43 "Be Vietnam", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #361292;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1.8em;
}
.section h6, .banner-section h6, .articles-section h6, .hero-section h6, #footer h6, .signin-section h6, .speakers-section h6, .post-section h6, .partners-section h6, .title-section h6, .events-section h6, .intro-section h6, #header h6 {
  font: 700 14px/1.43 "Be Vietnam", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #361292;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1.8em;
}
.section img, .banner-section img, .articles-section img, .hero-section img, #footer img, .signin-section img, .speakers-section img, .post-section img, .partners-section img, .title-section img, .events-section img, .intro-section img, #header img {
  width: 100%;
}
.section ul:not([class]), .banner-section ul:not([class]), .articles-section ul:not([class]), .hero-section ul:not([class]), #footer ul:not([class]), .signin-section ul:not([class]), .speakers-section ul:not([class]), .post-section ul:not([class]), .partners-section ul:not([class]), .title-section ul:not([class]), .events-section ul:not([class]), .intro-section ul:not([class]), #header ul:not([class]) {
  padding: 0 0 0 15px;
  margin: 0 0 1em;
}
.section ul:not([class]) li, .banner-section ul:not([class]) li, .articles-section ul:not([class]) li, .hero-section ul:not([class]) li, #footer ul:not([class]) li, .signin-section ul:not([class]) li, .speakers-section ul:not([class]) li, .post-section ul:not([class]) li, .partners-section ul:not([class]) li, .title-section ul:not([class]) li, .events-section ul:not([class]) li, .intro-section ul:not([class]) li, #header ul:not([class]) li {
  padding: 0 0 0 5px;
}
.section ul:not([class]) li::marker, .banner-section ul:not([class]) li::marker, .articles-section ul:not([class]) li::marker, .hero-section ul:not([class]) li::marker, #footer ul:not([class]) li::marker, .signin-section ul:not([class]) li::marker, .speakers-section ul:not([class]) li::marker, .post-section ul:not([class]) li::marker, .partners-section ul:not([class]) li::marker, .title-section ul:not([class]) li::marker, .events-section ul:not([class]) li::marker, .intro-section ul:not([class]) li::marker, #header ul:not([class]) li::marker {
  font-size: 8px;
}
.section .container, .banner-section .container, .articles-section .container, .hero-section .container, #footer .container, .signin-section .container, .speakers-section .container, .post-section .container, .partners-section .container, .title-section .container, .events-section .container, .intro-section .container, #header .container {
  padding: 0 20px;
}
.section .cta, .banner-section .cta, .articles-section .cta, .hero-section .cta, #footer .cta, .signin-section .cta, .speakers-section .cta, .post-section .cta, .partners-section .cta, .title-section .cta, .events-section .cta, .intro-section .cta, #header .cta {
  font: bold 18px/22px "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #361292;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.section .btn, .banner-section .btn, .articles-section .btn, .hero-section .btn, #footer .btn, .signin-section .btn, .speakers-section .btn, .post-section .btn, .partners-section .btn, .title-section .btn, .events-section .btn, .intro-section .btn, #header .btn, .section button, .banner-section button, .articles-section button, .hero-section button, #footer button, .signin-section button, .speakers-section button, .post-section button, .partners-section button, .title-section button, .events-section button, .intro-section button, #header button,
.section input[type=button],
.banner-section input[type=button],
.articles-section input[type=button],
.hero-section input[type=button],
#footer input[type=button],
.signin-section input[type=button],
.speakers-section input[type=button],
.post-section input[type=button],
.partners-section input[type=button],
.title-section input[type=button],
.events-section input[type=button],
.intro-section input[type=button],
#header input[type=button],
.section input[type=reset],
.banner-section input[type=reset],
.articles-section input[type=reset],
.hero-section input[type=reset],
#footer input[type=reset],
.signin-section input[type=reset],
.speakers-section input[type=reset],
.post-section input[type=reset],
.partners-section input[type=reset],
.title-section input[type=reset],
.events-section input[type=reset],
.intro-section input[type=reset],
#header input[type=reset],
.section input[type=file],
.banner-section input[type=file],
.articles-section input[type=file],
.hero-section input[type=file],
#footer input[type=file],
.signin-section input[type=file],
.speakers-section input[type=file],
.post-section input[type=file],
.partners-section input[type=file],
.title-section input[type=file],
.events-section input[type=file],
.intro-section input[type=file],
#header input[type=file],
.section input[type=submit],
.banner-section input[type=submit],
.articles-section input[type=submit],
.hero-section input[type=submit],
#footer input[type=submit],
.signin-section input[type=submit],
.speakers-section input[type=submit],
.post-section input[type=submit],
.partners-section input[type=submit],
.title-section input[type=submit],
.events-section input[type=submit],
.intro-section input[type=submit],
#header input[type=submit] {
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font: 700 16px/20px "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #361292;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: #CCF29B;
  border: 2px solid #361292;
  border-radius: 5px;
  padding: 12px 15px;
  box-shadow: 6px 6px 0 #361292;
}
.section .btn:hover, .banner-section .btn:hover, .articles-section .btn:hover, .hero-section .btn:hover, #footer .btn:hover, .signin-section .btn:hover, .speakers-section .btn:hover, .post-section .btn:hover, .partners-section .btn:hover, .title-section .btn:hover, .events-section .btn:hover, .intro-section .btn:hover, #header .btn:hover, .section button:hover, .banner-section button:hover, .articles-section button:hover, .hero-section button:hover, #footer button:hover, .signin-section button:hover, .speakers-section button:hover, .post-section button:hover, .partners-section button:hover, .title-section button:hover, .events-section button:hover, .intro-section button:hover, #header button:hover,
.section input[type=button]:hover,
.banner-section input[type=button]:hover,
.articles-section input[type=button]:hover,
.hero-section input[type=button]:hover,
#footer input[type=button]:hover,
.signin-section input[type=button]:hover,
.speakers-section input[type=button]:hover,
.post-section input[type=button]:hover,
.partners-section input[type=button]:hover,
.title-section input[type=button]:hover,
.events-section input[type=button]:hover,
.intro-section input[type=button]:hover,
#header input[type=button]:hover,
.section input[type=reset]:hover,
.banner-section input[type=reset]:hover,
.articles-section input[type=reset]:hover,
.hero-section input[type=reset]:hover,
#footer input[type=reset]:hover,
.signin-section input[type=reset]:hover,
.speakers-section input[type=reset]:hover,
.post-section input[type=reset]:hover,
.partners-section input[type=reset]:hover,
.title-section input[type=reset]:hover,
.events-section input[type=reset]:hover,
.intro-section input[type=reset]:hover,
#header input[type=reset]:hover,
.section input[type=file]:hover,
.banner-section input[type=file]:hover,
.articles-section input[type=file]:hover,
.hero-section input[type=file]:hover,
#footer input[type=file]:hover,
.signin-section input[type=file]:hover,
.speakers-section input[type=file]:hover,
.post-section input[type=file]:hover,
.partners-section input[type=file]:hover,
.title-section input[type=file]:hover,
.events-section input[type=file]:hover,
.intro-section input[type=file]:hover,
#header input[type=file]:hover,
.section input[type=submit]:hover,
.banner-section input[type=submit]:hover,
.articles-section input[type=submit]:hover,
.hero-section input[type=submit]:hover,
#footer input[type=submit]:hover,
.signin-section input[type=submit]:hover,
.speakers-section input[type=submit]:hover,
.post-section input[type=submit]:hover,
.partners-section input[type=submit]:hover,
.title-section input[type=submit]:hover,
.events-section input[type=submit]:hover,
.intro-section input[type=submit]:hover,
#header input[type=submit]:hover {
  box-shadow: 0 0 0 #361292;
  text-decoration: none;
}
.section .btn:before, .banner-section .btn:before, .articles-section .btn:before, .hero-section .btn:before, #footer .btn:before, .signin-section .btn:before, .speakers-section .btn:before, .post-section .btn:before, .partners-section .btn:before, .title-section .btn:before, .events-section .btn:before, .intro-section .btn:before, #header .btn:before, .section button:before, .banner-section button:before, .articles-section button:before, .hero-section button:before, #footer button:before, .signin-section button:before, .speakers-section button:before, .post-section button:before, .partners-section button:before, .title-section button:before, .events-section button:before, .intro-section button:before, #header button:before,
.section input[type=button]:before,
.banner-section input[type=button]:before,
.articles-section input[type=button]:before,
.hero-section input[type=button]:before,
#footer input[type=button]:before,
.signin-section input[type=button]:before,
.speakers-section input[type=button]:before,
.post-section input[type=button]:before,
.partners-section input[type=button]:before,
.title-section input[type=button]:before,
.events-section input[type=button]:before,
.intro-section input[type=button]:before,
#header input[type=button]:before,
.section input[type=reset]:before,
.banner-section input[type=reset]:before,
.articles-section input[type=reset]:before,
.hero-section input[type=reset]:before,
#footer input[type=reset]:before,
.signin-section input[type=reset]:before,
.speakers-section input[type=reset]:before,
.post-section input[type=reset]:before,
.partners-section input[type=reset]:before,
.title-section input[type=reset]:before,
.events-section input[type=reset]:before,
.intro-section input[type=reset]:before,
#header input[type=reset]:before,
.section input[type=file]:before,
.banner-section input[type=file]:before,
.articles-section input[type=file]:before,
.hero-section input[type=file]:before,
#footer input[type=file]:before,
.signin-section input[type=file]:before,
.speakers-section input[type=file]:before,
.post-section input[type=file]:before,
.partners-section input[type=file]:before,
.title-section input[type=file]:before,
.events-section input[type=file]:before,
.intro-section input[type=file]:before,
#header input[type=file]:before,
.section input[type=submit]:before,
.banner-section input[type=submit]:before,
.articles-section input[type=submit]:before,
.hero-section input[type=submit]:before,
#footer input[type=submit]:before,
.signin-section input[type=submit]:before,
.speakers-section input[type=submit]:before,
.post-section input[type=submit]:before,
.partners-section input[type=submit]:before,
.title-section input[type=submit]:before,
.events-section input[type=submit]:before,
.intro-section input[type=submit]:before,
#header input[type=submit]:before, .section .btn:after, .banner-section .btn:after, .articles-section .btn:after, .hero-section .btn:after, #footer .btn:after, .signin-section .btn:after, .speakers-section .btn:after, .post-section .btn:after, .partners-section .btn:after, .title-section .btn:after, .events-section .btn:after, .intro-section .btn:after, #header .btn:after, .section button:after, .banner-section button:after, .articles-section button:after, .hero-section button:after, #footer button:after, .signin-section button:after, .speakers-section button:after, .post-section button:after, .partners-section button:after, .title-section button:after, .events-section button:after, .intro-section button:after, #header button:after,
.section input[type=button]:after,
.banner-section input[type=button]:after,
.articles-section input[type=button]:after,
.hero-section input[type=button]:after,
#footer input[type=button]:after,
.signin-section input[type=button]:after,
.speakers-section input[type=button]:after,
.post-section input[type=button]:after,
.partners-section input[type=button]:after,
.title-section input[type=button]:after,
.events-section input[type=button]:after,
.intro-section input[type=button]:after,
#header input[type=button]:after,
.section input[type=reset]:after,
.banner-section input[type=reset]:after,
.articles-section input[type=reset]:after,
.hero-section input[type=reset]:after,
#footer input[type=reset]:after,
.signin-section input[type=reset]:after,
.speakers-section input[type=reset]:after,
.post-section input[type=reset]:after,
.partners-section input[type=reset]:after,
.title-section input[type=reset]:after,
.events-section input[type=reset]:after,
.intro-section input[type=reset]:after,
#header input[type=reset]:after,
.section input[type=file]:after,
.banner-section input[type=file]:after,
.articles-section input[type=file]:after,
.hero-section input[type=file]:after,
#footer input[type=file]:after,
.signin-section input[type=file]:after,
.speakers-section input[type=file]:after,
.post-section input[type=file]:after,
.partners-section input[type=file]:after,
.title-section input[type=file]:after,
.events-section input[type=file]:after,
.intro-section input[type=file]:after,
#header input[type=file]:after,
.section input[type=submit]:after,
.banner-section input[type=submit]:after,
.articles-section input[type=submit]:after,
.hero-section input[type=submit]:after,
#footer input[type=submit]:after,
.signin-section input[type=submit]:after,
.speakers-section input[type=submit]:after,
.post-section input[type=submit]:after,
.partners-section input[type=submit]:after,
.title-section input[type=submit]:after,
.events-section input[type=submit]:after,
.intro-section input[type=submit]:after,
#header input[type=submit]:after {
  width: 16px;
  height: 16px;
  transition: background 0.2s ease-in-out;
  content: "";
  background: #361292;
  display: none;
}
.section .btn:after, .banner-section .btn:after, .articles-section .btn:after, .hero-section .btn:after, #footer .btn:after, .signin-section .btn:after, .speakers-section .btn:after, .post-section .btn:after, .partners-section .btn:after, .title-section .btn:after, .events-section .btn:after, .intro-section .btn:after, #header .btn:after, .section button:after, .banner-section button:after, .articles-section button:after, .hero-section button:after, #footer button:after, .signin-section button:after, .speakers-section button:after, .post-section button:after, .partners-section button:after, .title-section button:after, .events-section button:after, .intro-section button:after, #header button:after,
.section input[type=button]:after,
.banner-section input[type=button]:after,
.articles-section input[type=button]:after,
.hero-section input[type=button]:after,
#footer input[type=button]:after,
.signin-section input[type=button]:after,
.speakers-section input[type=button]:after,
.post-section input[type=button]:after,
.partners-section input[type=button]:after,
.title-section input[type=button]:after,
.events-section input[type=button]:after,
.intro-section input[type=button]:after,
#header input[type=button]:after,
.section input[type=reset]:after,
.banner-section input[type=reset]:after,
.articles-section input[type=reset]:after,
.hero-section input[type=reset]:after,
#footer input[type=reset]:after,
.signin-section input[type=reset]:after,
.speakers-section input[type=reset]:after,
.post-section input[type=reset]:after,
.partners-section input[type=reset]:after,
.title-section input[type=reset]:after,
.events-section input[type=reset]:after,
.intro-section input[type=reset]:after,
#header input[type=reset]:after,
.section input[type=file]:after,
.banner-section input[type=file]:after,
.articles-section input[type=file]:after,
.hero-section input[type=file]:after,
#footer input[type=file]:after,
.signin-section input[type=file]:after,
.speakers-section input[type=file]:after,
.post-section input[type=file]:after,
.partners-section input[type=file]:after,
.title-section input[type=file]:after,
.events-section input[type=file]:after,
.intro-section input[type=file]:after,
#header input[type=file]:after,
.section input[type=submit]:after,
.banner-section input[type=submit]:after,
.articles-section input[type=submit]:after,
.hero-section input[type=submit]:after,
#footer input[type=submit]:after,
.signin-section input[type=submit]:after,
.speakers-section input[type=submit]:after,
.post-section input[type=submit]:after,
.partners-section input[type=submit]:after,
.title-section input[type=submit]:after,
.events-section input[type=submit]:after,
.intro-section input[type=submit]:after,
#header input[type=submit]:after {
  width: 20px;
  height: 20px;
  display: block;
  clip-path: polygon(60.669% 85.669%, 91.919% 54.419%, 91.919% 54.419%, 92.578% 53.645%, 93.091% 52.797%, 93.457% 51.895%, 93.677% 50.957%, 93.75% 50%, 93.677% 49.043%, 93.457% 48.105%, 93.091% 47.203%, 92.578% 46.355%, 91.919% 45.58%, 60.669% 14.33%, 60.669% 14.33%, 59.895% 13.672%, 59.047% 13.159%, 58.145% 12.793%, 57.207% 12.573%, 56.25% 12.5%, 55.293% 12.573%, 54.355% 12.793%, 53.453% 13.159%, 52.605% 13.672%, 51.83% 14.33%, 51.83% 14.33%, 51.171% 15.105%, 50.659% 15.953%, 50.293% 16.855%, 50.073% 17.793%, 50% 18.75%, 50.073% 19.707%, 50.293% 20.645%, 50.659% 21.547%, 51.171% 22.395%, 51.83% 23.169%, 72.411% 43.75%, 12.5% 43.75%, 12.5% 43.75%, 11.486% 43.832%, 10.525% 44.069%, 9.628% 44.448%, 8.809% 44.956%, 8.081% 45.581%, 7.456% 46.309%, 6.948% 47.128%, 6.569% 48.025%, 6.332% 48.986%, 6.25% 50%, 6.25% 50%, 6.332% 51.014%, 6.569% 51.975%, 6.948% 52.872%, 7.456% 53.691%, 8.081% 54.419%, 8.809% 55.044%, 9.628% 55.552%, 10.525% 55.931%, 11.486% 56.168%, 12.5% 56.25%, 72.411% 56.25%, 51.83% 76.831%, 51.83% 76.831%, 51.483% 77.208%, 51.172% 77.605%, 50.897% 78.021%, 50.659% 78.453%, 50.458% 78.898%, 50.293% 79.355%, 50.165% 79.821%, 50.073% 80.293%, 50.018% 80.771%, 50% 81.25%, 50% 81.25%, 50.018% 81.729%, 50.073% 82.207%, 50.165% 82.679%, 50.293% 83.145%, 50.458% 83.602%, 50.659% 84.047%, 50.897% 84.479%, 51.172% 84.895%, 51.483% 85.292%, 51.83% 85.669%, 51.83% 85.669%, 52.605% 86.328%, 53.453% 86.841%, 54.355% 87.207%, 55.293% 87.427%, 56.25% 87.5%, 57.207% 87.427%, 58.145% 87.207%, 59.047% 86.841%, 59.895% 86.328%, 60.669% 85.669%);
}
.section .btn.download:before, .banner-section .btn.download:before, .articles-section .btn.download:before, .hero-section .btn.download:before, #footer .btn.download:before, .signin-section .btn.download:before, .speakers-section .btn.download:before, .post-section .btn.download:before, .partners-section .btn.download:before, .title-section .btn.download:before, .events-section .btn.download:before, .intro-section .btn.download:before, #header .btn.download:before, .section button.download:before, .banner-section button.download:before, .articles-section button.download:before, .hero-section button.download:before, #footer button.download:before, .signin-section button.download:before, .speakers-section button.download:before, .post-section button.download:before, .partners-section button.download:before, .title-section button.download:before, .events-section button.download:before, .intro-section button.download:before, #header button.download:before,
.section input.download[type=button]:before,
.banner-section input.download[type=button]:before,
.articles-section input.download[type=button]:before,
.hero-section input.download[type=button]:before,
#footer input.download[type=button]:before,
.signin-section input.download[type=button]:before,
.speakers-section input.download[type=button]:before,
.post-section input.download[type=button]:before,
.partners-section input.download[type=button]:before,
.title-section input.download[type=button]:before,
.events-section input.download[type=button]:before,
.intro-section input.download[type=button]:before,
#header input.download[type=button]:before,
.section input.download[type=reset]:before,
.banner-section input.download[type=reset]:before,
.articles-section input.download[type=reset]:before,
.hero-section input.download[type=reset]:before,
#footer input.download[type=reset]:before,
.signin-section input.download[type=reset]:before,
.speakers-section input.download[type=reset]:before,
.post-section input.download[type=reset]:before,
.partners-section input.download[type=reset]:before,
.title-section input.download[type=reset]:before,
.events-section input.download[type=reset]:before,
.intro-section input.download[type=reset]:before,
#header input.download[type=reset]:before,
.section input.download[type=file]:before,
.banner-section input.download[type=file]:before,
.articles-section input.download[type=file]:before,
.hero-section input.download[type=file]:before,
#footer input.download[type=file]:before,
.signin-section input.download[type=file]:before,
.speakers-section input.download[type=file]:before,
.post-section input.download[type=file]:before,
.partners-section input.download[type=file]:before,
.title-section input.download[type=file]:before,
.events-section input.download[type=file]:before,
.intro-section input.download[type=file]:before,
#header input.download[type=file]:before,
.section input.download[type=submit]:before,
.banner-section input.download[type=submit]:before,
.articles-section input.download[type=submit]:before,
.hero-section input.download[type=submit]:before,
#footer input.download[type=submit]:before,
.signin-section input.download[type=submit]:before,
.speakers-section input.download[type=submit]:before,
.post-section input.download[type=submit]:before,
.partners-section input.download[type=submit]:before,
.title-section input.download[type=submit]:before,
.events-section input.download[type=submit]:before,
.intro-section input.download[type=submit]:before,
#header input.download[type=submit]:before {
  display: block;
  clip-path: polygon(30% 0%, 70% 0%, 70% 50%, 100% 50%, 50% 100%, 0% 50%, 30% 50%);
  margin-left: 5px;
}
.section .btn.download:after, .banner-section .btn.download:after, .articles-section .btn.download:after, .hero-section .btn.download:after, #footer .btn.download:after, .signin-section .btn.download:after, .speakers-section .btn.download:after, .post-section .btn.download:after, .partners-section .btn.download:after, .title-section .btn.download:after, .events-section .btn.download:after, .intro-section .btn.download:after, #header .btn.download:after, .section button.download:after, .banner-section button.download:after, .articles-section button.download:after, .hero-section button.download:after, #footer button.download:after, .signin-section button.download:after, .speakers-section button.download:after, .post-section button.download:after, .partners-section button.download:after, .title-section button.download:after, .events-section button.download:after, .intro-section button.download:after, #header button.download:after,
.section input.download[type=button]:after,
.banner-section input.download[type=button]:after,
.articles-section input.download[type=button]:after,
.hero-section input.download[type=button]:after,
#footer input.download[type=button]:after,
.signin-section input.download[type=button]:after,
.speakers-section input.download[type=button]:after,
.post-section input.download[type=button]:after,
.partners-section input.download[type=button]:after,
.title-section input.download[type=button]:after,
.events-section input.download[type=button]:after,
.intro-section input.download[type=button]:after,
#header input.download[type=button]:after,
.section input.download[type=reset]:after,
.banner-section input.download[type=reset]:after,
.articles-section input.download[type=reset]:after,
.hero-section input.download[type=reset]:after,
#footer input.download[type=reset]:after,
.signin-section input.download[type=reset]:after,
.speakers-section input.download[type=reset]:after,
.post-section input.download[type=reset]:after,
.partners-section input.download[type=reset]:after,
.title-section input.download[type=reset]:after,
.events-section input.download[type=reset]:after,
.intro-section input.download[type=reset]:after,
#header input.download[type=reset]:after,
.section input.download[type=file]:after,
.banner-section input.download[type=file]:after,
.articles-section input.download[type=file]:after,
.hero-section input.download[type=file]:after,
#footer input.download[type=file]:after,
.signin-section input.download[type=file]:after,
.speakers-section input.download[type=file]:after,
.post-section input.download[type=file]:after,
.partners-section input.download[type=file]:after,
.title-section input.download[type=file]:after,
.events-section input.download[type=file]:after,
.intro-section input.download[type=file]:after,
#header input.download[type=file]:after,
.section input.download[type=submit]:after,
.banner-section input.download[type=submit]:after,
.articles-section input.download[type=submit]:after,
.hero-section input.download[type=submit]:after,
#footer input.download[type=submit]:after,
.signin-section input.download[type=submit]:after,
.speakers-section input.download[type=submit]:after,
.post-section input.download[type=submit]:after,
.partners-section input.download[type=submit]:after,
.title-section input.download[type=submit]:after,
.events-section input.download[type=submit]:after,
.intro-section input.download[type=submit]:after,
#header input.download[type=submit]:after {
  display: none;
}
.section .btn.blue, .banner-section .btn.blue, .articles-section .btn.blue, .hero-section .btn.blue, #footer .btn.blue, .signin-section .btn.blue, .speakers-section .btn.blue, .post-section .btn.blue, .partners-section .btn.blue, .title-section .btn.blue, .events-section .btn.blue, .intro-section .btn.blue, #header .btn.blue, .section button.blue, .banner-section button.blue, .articles-section button.blue, .hero-section button.blue, #footer button.blue, .signin-section button.blue, .speakers-section button.blue, .post-section button.blue, .partners-section button.blue, .title-section button.blue, .events-section button.blue, .intro-section button.blue, #header button.blue,
.section input.blue[type=button],
.banner-section input.blue[type=button],
.articles-section input.blue[type=button],
.hero-section input.blue[type=button],
#footer input.blue[type=button],
.signin-section input.blue[type=button],
.speakers-section input.blue[type=button],
.post-section input.blue[type=button],
.partners-section input.blue[type=button],
.title-section input.blue[type=button],
.events-section input.blue[type=button],
.intro-section input.blue[type=button],
#header input.blue[type=button],
.section input.blue[type=reset],
.banner-section input.blue[type=reset],
.articles-section input.blue[type=reset],
.hero-section input.blue[type=reset],
#footer input.blue[type=reset],
.signin-section input.blue[type=reset],
.speakers-section input.blue[type=reset],
.post-section input.blue[type=reset],
.partners-section input.blue[type=reset],
.title-section input.blue[type=reset],
.events-section input.blue[type=reset],
.intro-section input.blue[type=reset],
#header input.blue[type=reset],
.section input.blue[type=file],
.banner-section input.blue[type=file],
.articles-section input.blue[type=file],
.hero-section input.blue[type=file],
#footer input.blue[type=file],
.signin-section input.blue[type=file],
.speakers-section input.blue[type=file],
.post-section input.blue[type=file],
.partners-section input.blue[type=file],
.title-section input.blue[type=file],
.events-section input.blue[type=file],
.intro-section input.blue[type=file],
#header input.blue[type=file],
.section input.blue[type=submit],
.banner-section input.blue[type=submit],
.articles-section input.blue[type=submit],
.hero-section input.blue[type=submit],
#footer input.blue[type=submit],
.signin-section input.blue[type=submit],
.speakers-section input.blue[type=submit],
.post-section input.blue[type=submit],
.partners-section input.blue[type=submit],
.title-section input.blue[type=submit],
.events-section input.blue[type=submit],
.intro-section input.blue[type=submit],
#header input.blue[type=submit] {
  padding: 6px 15px 8px;
  background: #361292;
  border-radius: 6px;
  color: #fff;
  letter-spacing: 0.1em;
  box-shadow: none;
}
.section .btn.blue:hover, .banner-section .btn.blue:hover, .articles-section .btn.blue:hover, .hero-section .btn.blue:hover, #footer .btn.blue:hover, .signin-section .btn.blue:hover, .speakers-section .btn.blue:hover, .post-section .btn.blue:hover, .partners-section .btn.blue:hover, .title-section .btn.blue:hover, .events-section .btn.blue:hover, .intro-section .btn.blue:hover, #header .btn.blue:hover, .section button.blue:hover, .banner-section button.blue:hover, .articles-section button.blue:hover, .hero-section button.blue:hover, #footer button.blue:hover, .signin-section button.blue:hover, .speakers-section button.blue:hover, .post-section button.blue:hover, .partners-section button.blue:hover, .title-section button.blue:hover, .events-section button.blue:hover, .intro-section button.blue:hover, #header button.blue:hover,
.section input.blue[type=button]:hover,
.banner-section input.blue[type=button]:hover,
.articles-section input.blue[type=button]:hover,
.hero-section input.blue[type=button]:hover,
#footer input.blue[type=button]:hover,
.signin-section input.blue[type=button]:hover,
.speakers-section input.blue[type=button]:hover,
.post-section input.blue[type=button]:hover,
.partners-section input.blue[type=button]:hover,
.title-section input.blue[type=button]:hover,
.events-section input.blue[type=button]:hover,
.intro-section input.blue[type=button]:hover,
#header input.blue[type=button]:hover,
.section input.blue[type=reset]:hover,
.banner-section input.blue[type=reset]:hover,
.articles-section input.blue[type=reset]:hover,
.hero-section input.blue[type=reset]:hover,
#footer input.blue[type=reset]:hover,
.signin-section input.blue[type=reset]:hover,
.speakers-section input.blue[type=reset]:hover,
.post-section input.blue[type=reset]:hover,
.partners-section input.blue[type=reset]:hover,
.title-section input.blue[type=reset]:hover,
.events-section input.blue[type=reset]:hover,
.intro-section input.blue[type=reset]:hover,
#header input.blue[type=reset]:hover,
.section input.blue[type=file]:hover,
.banner-section input.blue[type=file]:hover,
.articles-section input.blue[type=file]:hover,
.hero-section input.blue[type=file]:hover,
#footer input.blue[type=file]:hover,
.signin-section input.blue[type=file]:hover,
.speakers-section input.blue[type=file]:hover,
.post-section input.blue[type=file]:hover,
.partners-section input.blue[type=file]:hover,
.title-section input.blue[type=file]:hover,
.events-section input.blue[type=file]:hover,
.intro-section input.blue[type=file]:hover,
#header input.blue[type=file]:hover,
.section input.blue[type=submit]:hover,
.banner-section input.blue[type=submit]:hover,
.articles-section input.blue[type=submit]:hover,
.hero-section input.blue[type=submit]:hover,
#footer input.blue[type=submit]:hover,
.signin-section input.blue[type=submit]:hover,
.speakers-section input.blue[type=submit]:hover,
.post-section input.blue[type=submit]:hover,
.partners-section input.blue[type=submit]:hover,
.title-section input.blue[type=submit]:hover,
.events-section input.blue[type=submit]:hover,
.intro-section input.blue[type=submit]:hover,
#header input.blue[type=submit]:hover {
  text-decoration: none;
  border-color: rgb(65.3926829268, 21.7975609756, 176.8024390244);
  background: rgb(65.3926829268, 21.7975609756, 176.8024390244);
}
.section .btn.blue:before, .banner-section .btn.blue:before, .articles-section .btn.blue:before, .hero-section .btn.blue:before, #footer .btn.blue:before, .signin-section .btn.blue:before, .speakers-section .btn.blue:before, .post-section .btn.blue:before, .partners-section .btn.blue:before, .title-section .btn.blue:before, .events-section .btn.blue:before, .intro-section .btn.blue:before, #header .btn.blue:before, .section button.blue:before, .banner-section button.blue:before, .articles-section button.blue:before, .hero-section button.blue:before, #footer button.blue:before, .signin-section button.blue:before, .speakers-section button.blue:before, .post-section button.blue:before, .partners-section button.blue:before, .title-section button.blue:before, .events-section button.blue:before, .intro-section button.blue:before, #header button.blue:before,
.section input.blue[type=button]:before,
.banner-section input.blue[type=button]:before,
.articles-section input.blue[type=button]:before,
.hero-section input.blue[type=button]:before,
#footer input.blue[type=button]:before,
.signin-section input.blue[type=button]:before,
.speakers-section input.blue[type=button]:before,
.post-section input.blue[type=button]:before,
.partners-section input.blue[type=button]:before,
.title-section input.blue[type=button]:before,
.events-section input.blue[type=button]:before,
.intro-section input.blue[type=button]:before,
#header input.blue[type=button]:before,
.section input.blue[type=reset]:before,
.banner-section input.blue[type=reset]:before,
.articles-section input.blue[type=reset]:before,
.hero-section input.blue[type=reset]:before,
#footer input.blue[type=reset]:before,
.signin-section input.blue[type=reset]:before,
.speakers-section input.blue[type=reset]:before,
.post-section input.blue[type=reset]:before,
.partners-section input.blue[type=reset]:before,
.title-section input.blue[type=reset]:before,
.events-section input.blue[type=reset]:before,
.intro-section input.blue[type=reset]:before,
#header input.blue[type=reset]:before,
.section input.blue[type=file]:before,
.banner-section input.blue[type=file]:before,
.articles-section input.blue[type=file]:before,
.hero-section input.blue[type=file]:before,
#footer input.blue[type=file]:before,
.signin-section input.blue[type=file]:before,
.speakers-section input.blue[type=file]:before,
.post-section input.blue[type=file]:before,
.partners-section input.blue[type=file]:before,
.title-section input.blue[type=file]:before,
.events-section input.blue[type=file]:before,
.intro-section input.blue[type=file]:before,
#header input.blue[type=file]:before,
.section input.blue[type=submit]:before,
.banner-section input.blue[type=submit]:before,
.articles-section input.blue[type=submit]:before,
.hero-section input.blue[type=submit]:before,
#footer input.blue[type=submit]:before,
.signin-section input.blue[type=submit]:before,
.speakers-section input.blue[type=submit]:before,
.post-section input.blue[type=submit]:before,
.partners-section input.blue[type=submit]:before,
.title-section input.blue[type=submit]:before,
.events-section input.blue[type=submit]:before,
.intro-section input.blue[type=submit]:before,
#header input.blue[type=submit]:before, .section .btn.blue:after, .banner-section .btn.blue:after, .articles-section .btn.blue:after, .hero-section .btn.blue:after, #footer .btn.blue:after, .signin-section .btn.blue:after, .speakers-section .btn.blue:after, .post-section .btn.blue:after, .partners-section .btn.blue:after, .title-section .btn.blue:after, .events-section .btn.blue:after, .intro-section .btn.blue:after, #header .btn.blue:after, .section button.blue:after, .banner-section button.blue:after, .articles-section button.blue:after, .hero-section button.blue:after, #footer button.blue:after, .signin-section button.blue:after, .speakers-section button.blue:after, .post-section button.blue:after, .partners-section button.blue:after, .title-section button.blue:after, .events-section button.blue:after, .intro-section button.blue:after, #header button.blue:after,
.section input.blue[type=button]:after,
.banner-section input.blue[type=button]:after,
.articles-section input.blue[type=button]:after,
.hero-section input.blue[type=button]:after,
#footer input.blue[type=button]:after,
.signin-section input.blue[type=button]:after,
.speakers-section input.blue[type=button]:after,
.post-section input.blue[type=button]:after,
.partners-section input.blue[type=button]:after,
.title-section input.blue[type=button]:after,
.events-section input.blue[type=button]:after,
.intro-section input.blue[type=button]:after,
#header input.blue[type=button]:after,
.section input.blue[type=reset]:after,
.banner-section input.blue[type=reset]:after,
.articles-section input.blue[type=reset]:after,
.hero-section input.blue[type=reset]:after,
#footer input.blue[type=reset]:after,
.signin-section input.blue[type=reset]:after,
.speakers-section input.blue[type=reset]:after,
.post-section input.blue[type=reset]:after,
.partners-section input.blue[type=reset]:after,
.title-section input.blue[type=reset]:after,
.events-section input.blue[type=reset]:after,
.intro-section input.blue[type=reset]:after,
#header input.blue[type=reset]:after,
.section input.blue[type=file]:after,
.banner-section input.blue[type=file]:after,
.articles-section input.blue[type=file]:after,
.hero-section input.blue[type=file]:after,
#footer input.blue[type=file]:after,
.signin-section input.blue[type=file]:after,
.speakers-section input.blue[type=file]:after,
.post-section input.blue[type=file]:after,
.partners-section input.blue[type=file]:after,
.title-section input.blue[type=file]:after,
.events-section input.blue[type=file]:after,
.intro-section input.blue[type=file]:after,
#header input.blue[type=file]:after,
.section input.blue[type=submit]:after,
.banner-section input.blue[type=submit]:after,
.articles-section input.blue[type=submit]:after,
.hero-section input.blue[type=submit]:after,
#footer input.blue[type=submit]:after,
.signin-section input.blue[type=submit]:after,
.speakers-section input.blue[type=submit]:after,
.post-section input.blue[type=submit]:after,
.partners-section input.blue[type=submit]:after,
.title-section input.blue[type=submit]:after,
.events-section input.blue[type=submit]:after,
.intro-section input.blue[type=submit]:after,
#header input.blue[type=submit]:after {
  display: none;
}
.section .btn.transparent, .banner-section .btn.transparent, .articles-section .btn.transparent, .hero-section .btn.transparent, #footer .btn.transparent, .signin-section .btn.transparent, .speakers-section .btn.transparent, .post-section .btn.transparent, .partners-section .btn.transparent, .title-section .btn.transparent, .events-section .btn.transparent, .intro-section .btn.transparent, #header .btn.transparent, .section button.transparent, .banner-section button.transparent, .articles-section button.transparent, .hero-section button.transparent, #footer button.transparent, .signin-section button.transparent, .speakers-section button.transparent, .post-section button.transparent, .partners-section button.transparent, .title-section button.transparent, .events-section button.transparent, .intro-section button.transparent, #header button.transparent,
.section input.transparent[type=button],
.banner-section input.transparent[type=button],
.articles-section input.transparent[type=button],
.hero-section input.transparent[type=button],
#footer input.transparent[type=button],
.signin-section input.transparent[type=button],
.speakers-section input.transparent[type=button],
.post-section input.transparent[type=button],
.partners-section input.transparent[type=button],
.title-section input.transparent[type=button],
.events-section input.transparent[type=button],
.intro-section input.transparent[type=button],
#header input.transparent[type=button],
.section input.transparent[type=reset],
.banner-section input.transparent[type=reset],
.articles-section input.transparent[type=reset],
.hero-section input.transparent[type=reset],
#footer input.transparent[type=reset],
.signin-section input.transparent[type=reset],
.speakers-section input.transparent[type=reset],
.post-section input.transparent[type=reset],
.partners-section input.transparent[type=reset],
.title-section input.transparent[type=reset],
.events-section input.transparent[type=reset],
.intro-section input.transparent[type=reset],
#header input.transparent[type=reset],
.section input.transparent[type=file],
.banner-section input.transparent[type=file],
.articles-section input.transparent[type=file],
.hero-section input.transparent[type=file],
#footer input.transparent[type=file],
.signin-section input.transparent[type=file],
.speakers-section input.transparent[type=file],
.post-section input.transparent[type=file],
.partners-section input.transparent[type=file],
.title-section input.transparent[type=file],
.events-section input.transparent[type=file],
.intro-section input.transparent[type=file],
#header input.transparent[type=file],
.section input.transparent[type=submit],
.banner-section input.transparent[type=submit],
.articles-section input.transparent[type=submit],
.hero-section input.transparent[type=submit],
#footer input.transparent[type=submit],
.signin-section input.transparent[type=submit],
.speakers-section input.transparent[type=submit],
.post-section input.transparent[type=submit],
.partners-section input.transparent[type=submit],
.title-section input.transparent[type=submit],
.events-section input.transparent[type=submit],
.intro-section input.transparent[type=submit],
#header input.transparent[type=submit] {
  background: unset;
  box-shadow: none;
}
.section .btn.transparent:hover, .banner-section .btn.transparent:hover, .articles-section .btn.transparent:hover, .hero-section .btn.transparent:hover, #footer .btn.transparent:hover, .signin-section .btn.transparent:hover, .speakers-section .btn.transparent:hover, .post-section .btn.transparent:hover, .partners-section .btn.transparent:hover, .title-section .btn.transparent:hover, .events-section .btn.transparent:hover, .intro-section .btn.transparent:hover, #header .btn.transparent:hover, .section button.transparent:hover, .banner-section button.transparent:hover, .articles-section button.transparent:hover, .hero-section button.transparent:hover, #footer button.transparent:hover, .signin-section button.transparent:hover, .speakers-section button.transparent:hover, .post-section button.transparent:hover, .partners-section button.transparent:hover, .title-section button.transparent:hover, .events-section button.transparent:hover, .intro-section button.transparent:hover, #header button.transparent:hover,
.section input.transparent[type=button]:hover,
.banner-section input.transparent[type=button]:hover,
.articles-section input.transparent[type=button]:hover,
.hero-section input.transparent[type=button]:hover,
#footer input.transparent[type=button]:hover,
.signin-section input.transparent[type=button]:hover,
.speakers-section input.transparent[type=button]:hover,
.post-section input.transparent[type=button]:hover,
.partners-section input.transparent[type=button]:hover,
.title-section input.transparent[type=button]:hover,
.events-section input.transparent[type=button]:hover,
.intro-section input.transparent[type=button]:hover,
#header input.transparent[type=button]:hover,
.section input.transparent[type=reset]:hover,
.banner-section input.transparent[type=reset]:hover,
.articles-section input.transparent[type=reset]:hover,
.hero-section input.transparent[type=reset]:hover,
#footer input.transparent[type=reset]:hover,
.signin-section input.transparent[type=reset]:hover,
.speakers-section input.transparent[type=reset]:hover,
.post-section input.transparent[type=reset]:hover,
.partners-section input.transparent[type=reset]:hover,
.title-section input.transparent[type=reset]:hover,
.events-section input.transparent[type=reset]:hover,
.intro-section input.transparent[type=reset]:hover,
#header input.transparent[type=reset]:hover,
.section input.transparent[type=file]:hover,
.banner-section input.transparent[type=file]:hover,
.articles-section input.transparent[type=file]:hover,
.hero-section input.transparent[type=file]:hover,
#footer input.transparent[type=file]:hover,
.signin-section input.transparent[type=file]:hover,
.speakers-section input.transparent[type=file]:hover,
.post-section input.transparent[type=file]:hover,
.partners-section input.transparent[type=file]:hover,
.title-section input.transparent[type=file]:hover,
.events-section input.transparent[type=file]:hover,
.intro-section input.transparent[type=file]:hover,
#header input.transparent[type=file]:hover,
.section input.transparent[type=submit]:hover,
.banner-section input.transparent[type=submit]:hover,
.articles-section input.transparent[type=submit]:hover,
.hero-section input.transparent[type=submit]:hover,
#footer input.transparent[type=submit]:hover,
.signin-section input.transparent[type=submit]:hover,
.speakers-section input.transparent[type=submit]:hover,
.post-section input.transparent[type=submit]:hover,
.partners-section input.transparent[type=submit]:hover,
.title-section input.transparent[type=submit]:hover,
.events-section input.transparent[type=submit]:hover,
.intro-section input.transparent[type=submit]:hover,
#header input.transparent[type=submit]:hover {
  background: #361292;
  color: #fff;
}
.section .btn.transparent:hover:before, .banner-section .btn.transparent:hover:before, .articles-section .btn.transparent:hover:before, .hero-section .btn.transparent:hover:before, #footer .btn.transparent:hover:before, .signin-section .btn.transparent:hover:before, .speakers-section .btn.transparent:hover:before, .post-section .btn.transparent:hover:before, .partners-section .btn.transparent:hover:before, .title-section .btn.transparent:hover:before, .events-section .btn.transparent:hover:before, .intro-section .btn.transparent:hover:before, #header .btn.transparent:hover:before, .section button.transparent:hover:before, .banner-section button.transparent:hover:before, .articles-section button.transparent:hover:before, .hero-section button.transparent:hover:before, #footer button.transparent:hover:before, .signin-section button.transparent:hover:before, .speakers-section button.transparent:hover:before, .post-section button.transparent:hover:before, .partners-section button.transparent:hover:before, .title-section button.transparent:hover:before, .events-section button.transparent:hover:before, .intro-section button.transparent:hover:before, #header button.transparent:hover:before,
.section input.transparent[type=button]:hover:before,
.banner-section input.transparent[type=button]:hover:before,
.articles-section input.transparent[type=button]:hover:before,
.hero-section input.transparent[type=button]:hover:before,
#footer input.transparent[type=button]:hover:before,
.signin-section input.transparent[type=button]:hover:before,
.speakers-section input.transparent[type=button]:hover:before,
.post-section input.transparent[type=button]:hover:before,
.partners-section input.transparent[type=button]:hover:before,
.title-section input.transparent[type=button]:hover:before,
.events-section input.transparent[type=button]:hover:before,
.intro-section input.transparent[type=button]:hover:before,
#header input.transparent[type=button]:hover:before,
.section input.transparent[type=reset]:hover:before,
.banner-section input.transparent[type=reset]:hover:before,
.articles-section input.transparent[type=reset]:hover:before,
.hero-section input.transparent[type=reset]:hover:before,
#footer input.transparent[type=reset]:hover:before,
.signin-section input.transparent[type=reset]:hover:before,
.speakers-section input.transparent[type=reset]:hover:before,
.post-section input.transparent[type=reset]:hover:before,
.partners-section input.transparent[type=reset]:hover:before,
.title-section input.transparent[type=reset]:hover:before,
.events-section input.transparent[type=reset]:hover:before,
.intro-section input.transparent[type=reset]:hover:before,
#header input.transparent[type=reset]:hover:before,
.section input.transparent[type=file]:hover:before,
.banner-section input.transparent[type=file]:hover:before,
.articles-section input.transparent[type=file]:hover:before,
.hero-section input.transparent[type=file]:hover:before,
#footer input.transparent[type=file]:hover:before,
.signin-section input.transparent[type=file]:hover:before,
.speakers-section input.transparent[type=file]:hover:before,
.post-section input.transparent[type=file]:hover:before,
.partners-section input.transparent[type=file]:hover:before,
.title-section input.transparent[type=file]:hover:before,
.events-section input.transparent[type=file]:hover:before,
.intro-section input.transparent[type=file]:hover:before,
#header input.transparent[type=file]:hover:before,
.section input.transparent[type=submit]:hover:before,
.banner-section input.transparent[type=submit]:hover:before,
.articles-section input.transparent[type=submit]:hover:before,
.hero-section input.transparent[type=submit]:hover:before,
#footer input.transparent[type=submit]:hover:before,
.signin-section input.transparent[type=submit]:hover:before,
.speakers-section input.transparent[type=submit]:hover:before,
.post-section input.transparent[type=submit]:hover:before,
.partners-section input.transparent[type=submit]:hover:before,
.title-section input.transparent[type=submit]:hover:before,
.events-section input.transparent[type=submit]:hover:before,
.intro-section input.transparent[type=submit]:hover:before,
#header input.transparent[type=submit]:hover:before, .section .btn.transparent:hover:after, .banner-section .btn.transparent:hover:after, .articles-section .btn.transparent:hover:after, .hero-section .btn.transparent:hover:after, #footer .btn.transparent:hover:after, .signin-section .btn.transparent:hover:after, .speakers-section .btn.transparent:hover:after, .post-section .btn.transparent:hover:after, .partners-section .btn.transparent:hover:after, .title-section .btn.transparent:hover:after, .events-section .btn.transparent:hover:after, .intro-section .btn.transparent:hover:after, #header .btn.transparent:hover:after, .section button.transparent:hover:after, .banner-section button.transparent:hover:after, .articles-section button.transparent:hover:after, .hero-section button.transparent:hover:after, #footer button.transparent:hover:after, .signin-section button.transparent:hover:after, .speakers-section button.transparent:hover:after, .post-section button.transparent:hover:after, .partners-section button.transparent:hover:after, .title-section button.transparent:hover:after, .events-section button.transparent:hover:after, .intro-section button.transparent:hover:after, #header button.transparent:hover:after,
.section input.transparent[type=button]:hover:after,
.banner-section input.transparent[type=button]:hover:after,
.articles-section input.transparent[type=button]:hover:after,
.hero-section input.transparent[type=button]:hover:after,
#footer input.transparent[type=button]:hover:after,
.signin-section input.transparent[type=button]:hover:after,
.speakers-section input.transparent[type=button]:hover:after,
.post-section input.transparent[type=button]:hover:after,
.partners-section input.transparent[type=button]:hover:after,
.title-section input.transparent[type=button]:hover:after,
.events-section input.transparent[type=button]:hover:after,
.intro-section input.transparent[type=button]:hover:after,
#header input.transparent[type=button]:hover:after,
.section input.transparent[type=reset]:hover:after,
.banner-section input.transparent[type=reset]:hover:after,
.articles-section input.transparent[type=reset]:hover:after,
.hero-section input.transparent[type=reset]:hover:after,
#footer input.transparent[type=reset]:hover:after,
.signin-section input.transparent[type=reset]:hover:after,
.speakers-section input.transparent[type=reset]:hover:after,
.post-section input.transparent[type=reset]:hover:after,
.partners-section input.transparent[type=reset]:hover:after,
.title-section input.transparent[type=reset]:hover:after,
.events-section input.transparent[type=reset]:hover:after,
.intro-section input.transparent[type=reset]:hover:after,
#header input.transparent[type=reset]:hover:after,
.section input.transparent[type=file]:hover:after,
.banner-section input.transparent[type=file]:hover:after,
.articles-section input.transparent[type=file]:hover:after,
.hero-section input.transparent[type=file]:hover:after,
#footer input.transparent[type=file]:hover:after,
.signin-section input.transparent[type=file]:hover:after,
.speakers-section input.transparent[type=file]:hover:after,
.post-section input.transparent[type=file]:hover:after,
.partners-section input.transparent[type=file]:hover:after,
.title-section input.transparent[type=file]:hover:after,
.events-section input.transparent[type=file]:hover:after,
.intro-section input.transparent[type=file]:hover:after,
#header input.transparent[type=file]:hover:after,
.section input.transparent[type=submit]:hover:after,
.banner-section input.transparent[type=submit]:hover:after,
.articles-section input.transparent[type=submit]:hover:after,
.hero-section input.transparent[type=submit]:hover:after,
#footer input.transparent[type=submit]:hover:after,
.signin-section input.transparent[type=submit]:hover:after,
.speakers-section input.transparent[type=submit]:hover:after,
.post-section input.transparent[type=submit]:hover:after,
.partners-section input.transparent[type=submit]:hover:after,
.title-section input.transparent[type=submit]:hover:after,
.events-section input.transparent[type=submit]:hover:after,
.intro-section input.transparent[type=submit]:hover:after,
#header input.transparent[type=submit]:hover:after {
  background: #fff;
}
.section .btn-list, .banner-section .btn-list, .articles-section .btn-list, .hero-section .btn-list, #footer .btn-list, .signin-section .btn-list, .speakers-section .btn-list, .post-section .btn-list, .partners-section .btn-list, .title-section .btn-list, .events-section .btn-list, .intro-section .btn-list, #header .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section .logo, .banner-section .logo, .articles-section .logo, .hero-section .logo, #footer .logo, .signin-section .logo, .speakers-section .logo, .post-section .logo, .partners-section .logo, .title-section .logo, .events-section .logo, .intro-section .logo, #header .logo {
  display: block;
}
.section .logo a, .banner-section .logo a, .articles-section .logo a, .hero-section .logo a, #footer .logo a, .signin-section .logo a, .speakers-section .logo a, .post-section .logo a, .partners-section .logo a, .title-section .logo a, .events-section .logo a, .intro-section .logo a, #header .logo a, .section .logo img, .banner-section .logo img, .articles-section .logo img, .hero-section .logo img, #footer .logo img, .signin-section .logo img, .speakers-section .logo img, .post-section .logo img, .partners-section .logo img, .title-section .logo img, .events-section .logo img, .intro-section .logo img, #header .logo img {
  width: 100%;
  display: block;
}
.section .socials-list, .banner-section .socials-list, .articles-section .socials-list, .hero-section .socials-list, #footer .socials-list, .signin-section .socials-list, .speakers-section .socials-list, .post-section .socials-list, .partners-section .socials-list, .title-section .socials-list, .events-section .socials-list, .intro-section .socials-list, #header .socials-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
}
.section .socials-list a, .banner-section .socials-list a, .articles-section .socials-list a, .hero-section .socials-list a, #footer .socials-list a, .signin-section .socials-list a, .speakers-section .socials-list a, .post-section .socials-list a, .partners-section .socials-list a, .title-section .socials-list a, .events-section .socials-list a, .intro-section .socials-list a, #header .socials-list a {
  width: 60px;
  height: 60px;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 28px;
  text-decoration: none;
}
.section .socials-list a:hover, .banner-section .socials-list a:hover, .articles-section .socials-list a:hover, .hero-section .socials-list a:hover, #footer .socials-list a:hover, .signin-section .socials-list a:hover, .speakers-section .socials-list a:hover, .post-section .socials-list a:hover, .partners-section .socials-list a:hover, .title-section .socials-list a:hover, .events-section .socials-list a:hover, .intro-section .socials-list a:hover, #header .socials-list a:hover {
  background: #fff;
  color: #361292;
  text-decoration: none;
}
.section .white-box, .banner-section .white-box, .articles-section .white-box, .hero-section .white-box, #footer .white-box, .signin-section .white-box, .speakers-section .white-box, .post-section .white-box, .partners-section .white-box, .title-section .white-box, .events-section .white-box, .intro-section .white-box, #header .white-box {
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  position: relative;
  background: #F7F9FD;
  padding: 50px 10px;
  border: 2px solid #361292;
  border-radius: 8px;
  box-shadow: 6px 6px 0 #361292;
  overflow: hidden;
}
.section .white-box--static:hover, .banner-section .white-box--static:hover, .articles-section .white-box--static:hover, .hero-section .white-box--static:hover, #footer .white-box--static:hover, .signin-section .white-box--static:hover, .speakers-section .white-box--static:hover, .post-section .white-box--static:hover, .partners-section .white-box--static:hover, .title-section .white-box--static:hover, .events-section .white-box--static:hover, .intro-section .white-box--static:hover, #header .white-box--static:hover {
  box-shadow: 6px 6px 0 #361292;
}
.section .form-block, .banner-section .form-block, .articles-section .form-block, .hero-section .form-block, #footer .form-block, .signin-section .form-block, .speakers-section .form-block, .post-section .form-block, .partners-section .form-block, .title-section .form-block, .events-section .form-block, .intro-section .form-block, #header .form-block {
  max-width: 490px;
  margin: 0 auto;
}
.section .form-block .hs_cos_wrapper > .form-title, .banner-section .form-block .hs_cos_wrapper > .form-title, .articles-section .form-block .hs_cos_wrapper > .form-title, .hero-section .form-block .hs_cos_wrapper > .form-title, #footer .form-block .hs_cos_wrapper > .form-title, .signin-section .form-block .hs_cos_wrapper > .form-title, .speakers-section .form-block .hs_cos_wrapper > .form-title, .post-section .form-block .hs_cos_wrapper > .form-title, .partners-section .form-block .hs_cos_wrapper > .form-title, .title-section .form-block .hs_cos_wrapper > .form-title, .events-section .form-block .hs_cos_wrapper > .form-title, .intro-section .form-block .hs_cos_wrapper > .form-title, #header .form-block .hs_cos_wrapper > .form-title {
  display: none;
}
.section .form-block .form-title, .banner-section .form-block .form-title, .articles-section .form-block .form-title, .hero-section .form-block .form-title, #footer .form-block .form-title, .signin-section .form-block .form-title, .speakers-section .form-block .form-title, .post-section .form-block .form-title, .partners-section .form-block .form-title, .title-section .form-block .form-title, .events-section .form-block .form-title, .intro-section .form-block .form-title, #header .form-block .form-title {
  padding: 0 15px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 70px;
}
.section .form-block .form-title h4, .banner-section .form-block .form-title h4, .articles-section .form-block .form-title h4, .hero-section .form-block .form-title h4, #footer .form-block .form-title h4, .signin-section .form-block .form-title h4, .speakers-section .form-block .form-title h4, .post-section .form-block .form-title h4, .partners-section .form-block .form-title h4, .title-section .form-block .form-title h4, .events-section .form-block .form-title h4, .intro-section .form-block .form-title h4, #header .form-block .form-title h4, .section .form-block .form-title h5, .banner-section .form-block .form-title h5, .articles-section .form-block .form-title h5, .hero-section .form-block .form-title h5, #footer .form-block .form-title h5, .signin-section .form-block .form-title h5, .speakers-section .form-block .form-title h5, .post-section .form-block .form-title h5, .partners-section .form-block .form-title h5, .title-section .form-block .form-title h5, .events-section .form-block .form-title h5, .intro-section .form-block .form-title h5, #header .form-block .form-title h5, .section .form-block .form-title h6, .banner-section .form-block .form-title h6, .articles-section .form-block .form-title h6, .hero-section .form-block .form-title h6, #footer .form-block .form-title h6, .signin-section .form-block .form-title h6, .speakers-section .form-block .form-title h6, .post-section .form-block .form-title h6, .partners-section .form-block .form-title h6, .title-section .form-block .form-title h6, .events-section .form-block .form-title h6, .intro-section .form-block .form-title h6, #header .form-block .form-title h6 {
  margin: 0 0 0.22em;
}
.section .video-block, .banner-section .video-block, .articles-section .video-block, .hero-section .video-block, #footer .video-block, .signin-section .video-block, .speakers-section .video-block, .post-section .video-block, .partners-section .video-block, .title-section .video-block, .events-section .video-block, .intro-section .video-block, #header .video-block {
  position: relative;
  padding-top: 56.25%;
  border: 1px solid #361292;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(26, 26, 26, 0.25);
  overflow: hidden;
}
.section .video-block iframe, .banner-section .video-block iframe, .articles-section .video-block iframe, .hero-section .video-block iframe, #footer .video-block iframe, .signin-section .video-block iframe, .speakers-section .video-block iframe, .post-section .video-block iframe, .partners-section .video-block iframe, .title-section .video-block iframe, .events-section .video-block iframe, .intro-section .video-block iframe, #header .video-block iframe,
.section .video-block video,
.banner-section .video-block video,
.articles-section .video-block video,
.hero-section .video-block video,
#footer .video-block video,
.signin-section .video-block video,
.speakers-section .video-block video,
.post-section .video-block video,
.partners-section .video-block video,
.title-section .video-block video,
.events-section .video-block video,
.intro-section .video-block video,
#header .video-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 6px;
  z-index: 1;
}
.section .video-block .play-button, .banner-section .video-block .play-button, .articles-section .video-block .play-button, .hero-section .video-block .play-button, #footer .video-block .play-button, .signin-section .video-block .play-button, .speakers-section .video-block .play-button, .post-section .video-block .play-button, .partners-section .video-block .play-button, .title-section .video-block .play-button, .events-section .video-block .play-button, .intro-section .video-block .play-button, #header .video-block .play-button {
  transition: transform 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.section .video-block .play-button .ico-play, .banner-section .video-block .play-button .ico-play, .articles-section .video-block .play-button .ico-play, .hero-section .video-block .play-button .ico-play, #footer .video-block .play-button .ico-play, .signin-section .video-block .play-button .ico-play, .speakers-section .video-block .play-button .ico-play, .post-section .video-block .play-button .ico-play, .partners-section .video-block .play-button .ico-play, .title-section .video-block .play-button .ico-play, .events-section .video-block .play-button .ico-play, .intro-section .video-block .play-button .ico-play, #header .video-block .play-button .ico-play {
  transition: color 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #361292;
  font-size: 80px;
}
.section .video-block .play-button .preview-image, .banner-section .video-block .play-button .preview-image, .articles-section .video-block .play-button .preview-image, .hero-section .video-block .play-button .preview-image, #footer .video-block .play-button .preview-image, .signin-section .video-block .play-button .preview-image, .speakers-section .video-block .play-button .preview-image, .post-section .video-block .play-button .preview-image, .partners-section .video-block .play-button .preview-image, .title-section .video-block .play-button .preview-image, .events-section .video-block .play-button .preview-image, .intro-section .video-block .play-button .preview-image, #header .video-block .play-button .preview-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.section .video-block .play-button:hover .ico-play, .banner-section .video-block .play-button:hover .ico-play, .articles-section .video-block .play-button:hover .ico-play, .hero-section .video-block .play-button:hover .ico-play, #footer .video-block .play-button:hover .ico-play, .signin-section .video-block .play-button:hover .ico-play, .speakers-section .video-block .play-button:hover .ico-play, .post-section .video-block .play-button:hover .ico-play, .partners-section .video-block .play-button:hover .ico-play, .title-section .video-block .play-button:hover .ico-play, .events-section .video-block .play-button:hover .ico-play, .intro-section .video-block .play-button:hover .ico-play, #header .video-block .play-button:hover .ico-play {
  color: #78CBFA;
}
.section .video-block .play-button.active, .banner-section .video-block .play-button.active, .articles-section .video-block .play-button.active, .hero-section .video-block .play-button.active, #footer .video-block .play-button.active, .signin-section .video-block .play-button.active, .speakers-section .video-block .play-button.active, .post-section .video-block .play-button.active, .partners-section .video-block .play-button.active, .title-section .video-block .play-button.active, .events-section .video-block .play-button.active, .intro-section .video-block .play-button.active, #header .video-block .play-button.active {
  transform: translateY(-100%);
}
.section .heading-block, .banner-section .heading-block, .articles-section .heading-block, .hero-section .heading-block, #footer .heading-block, .signin-section .heading-block, .speakers-section .heading-block, .post-section .heading-block, .partners-section .heading-block, .title-section .heading-block, .events-section .heading-block, .intro-section .heading-block, #header .heading-block {
  margin: 0 0 30px;
  text-align: center;
}
.section #nav-bar, .banner-section #nav-bar, .articles-section #nav-bar, .hero-section #nav-bar, #footer #nav-bar, .signin-section #nav-bar, .speakers-section #nav-bar, .post-section #nav-bar, .partners-section #nav-bar, .title-section #nav-bar, .events-section #nav-bar, .intro-section #nav-bar, #header #nav-bar {
  position: relative;
}
.section #nav-bar.nav-active .nav-opener:before, .banner-section #nav-bar.nav-active .nav-opener:before, .articles-section #nav-bar.nav-active .nav-opener:before, .hero-section #nav-bar.nav-active .nav-opener:before, #footer #nav-bar.nav-active .nav-opener:before, .signin-section #nav-bar.nav-active .nav-opener:before, .speakers-section #nav-bar.nav-active .nav-opener:before, .post-section #nav-bar.nav-active .nav-opener:before, .partners-section #nav-bar.nav-active .nav-opener:before, .title-section #nav-bar.nav-active .nav-opener:before, .events-section #nav-bar.nav-active .nav-opener:before, .intro-section #nav-bar.nav-active .nav-opener:before, #header #nav-bar.nav-active .nav-opener:before {
  background: #fff;
  transform: translate(0, 12px) rotate(-135deg);
  width: 36px;
}
.section #nav-bar.nav-active .nav-opener span, .banner-section #nav-bar.nav-active .nav-opener span, .articles-section #nav-bar.nav-active .nav-opener span, .hero-section #nav-bar.nav-active .nav-opener span, #footer #nav-bar.nav-active .nav-opener span, .signin-section #nav-bar.nav-active .nav-opener span, .speakers-section #nav-bar.nav-active .nav-opener span, .post-section #nav-bar.nav-active .nav-opener span, .partners-section #nav-bar.nav-active .nav-opener span, .title-section #nav-bar.nav-active .nav-opener span, .events-section #nav-bar.nav-active .nav-opener span, .intro-section #nav-bar.nav-active .nav-opener span, #header #nav-bar.nav-active .nav-opener span {
  background: #fff;
  width: 0;
}
.section #nav-bar.nav-active .nav-opener:after, .banner-section #nav-bar.nav-active .nav-opener:after, .articles-section #nav-bar.nav-active .nav-opener:after, .hero-section #nav-bar.nav-active .nav-opener:after, #footer #nav-bar.nav-active .nav-opener:after, .signin-section #nav-bar.nav-active .nav-opener:after, .speakers-section #nav-bar.nav-active .nav-opener:after, .post-section #nav-bar.nav-active .nav-opener:after, .partners-section #nav-bar.nav-active .nav-opener:after, .title-section #nav-bar.nav-active .nav-opener:after, .events-section #nav-bar.nav-active .nav-opener:after, .intro-section #nav-bar.nav-active .nav-opener:after, #header #nav-bar.nav-active .nav-opener:after {
  background: #fff;
  transform: translate(0, -12px) rotate(135deg);
  width: 36px;
}
.section #nav-bar.nav-active .nav-drop, .banner-section #nav-bar.nav-active .nav-drop, .articles-section #nav-bar.nav-active .nav-drop, .hero-section #nav-bar.nav-active .nav-drop, #footer #nav-bar.nav-active .nav-drop, .signin-section #nav-bar.nav-active .nav-drop, .speakers-section #nav-bar.nav-active .nav-drop, .post-section #nav-bar.nav-active .nav-drop, .partners-section #nav-bar.nav-active .nav-drop, .title-section #nav-bar.nav-active .nav-drop, .events-section #nav-bar.nav-active .nav-drop, .intro-section #nav-bar.nav-active .nav-drop, #header #nav-bar.nav-active .nav-drop {
  top: 0;
  left: 0;
  opacity: 1;
  transition: top 0s 0s, left 0s 0s, opacity 0.2s 0s, transform 0.2s 0s;
}
.section #nav-bar .nav-opener, .banner-section #nav-bar .nav-opener, .articles-section #nav-bar .nav-opener, .hero-section #nav-bar .nav-opener, #footer #nav-bar .nav-opener, .signin-section #nav-bar .nav-opener, .speakers-section #nav-bar .nav-opener, .post-section #nav-bar .nav-opener, .partners-section #nav-bar .nav-opener, .title-section #nav-bar .nav-opener, .events-section #nav-bar .nav-opener, .intro-section #nav-bar .nav-opener, #header #nav-bar .nav-opener {
  transition: background 0.2s ease-in-out;
  width: 54px;
  height: 42px;
  position: relative;
  padding: 8px;
  margin-right: -6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9999;
}
.section #nav-bar .nav-opener:before, .banner-section #nav-bar .nav-opener:before, .articles-section #nav-bar .nav-opener:before, .hero-section #nav-bar .nav-opener:before, #footer #nav-bar .nav-opener:before, .signin-section #nav-bar .nav-opener:before, .speakers-section #nav-bar .nav-opener:before, .post-section #nav-bar .nav-opener:before, .partners-section #nav-bar .nav-opener:before, .title-section #nav-bar .nav-opener:before, .events-section #nav-bar .nav-opener:before, .intro-section #nav-bar .nav-opener:before, #header #nav-bar .nav-opener:before, .section #nav-bar .nav-opener:after, .banner-section #nav-bar .nav-opener:after, .articles-section #nav-bar .nav-opener:after, .hero-section #nav-bar .nav-opener:after, #footer #nav-bar .nav-opener:after, .signin-section #nav-bar .nav-opener:after, .speakers-section #nav-bar .nav-opener:after, .post-section #nav-bar .nav-opener:after, .partners-section #nav-bar .nav-opener:after, .title-section #nav-bar .nav-opener:after, .events-section #nav-bar .nav-opener:after, .intro-section #nav-bar .nav-opener:after, #header #nav-bar .nav-opener:after, .section #nav-bar .nav-opener span, .banner-section #nav-bar .nav-opener span, .articles-section #nav-bar .nav-opener span, .hero-section #nav-bar .nav-opener span, #footer #nav-bar .nav-opener span, .signin-section #nav-bar .nav-opener span, .speakers-section #nav-bar .nav-opener span, .post-section #nav-bar .nav-opener span, .partners-section #nav-bar .nav-opener span, .title-section #nav-bar .nav-opener span, .events-section #nav-bar .nav-opener span, .intro-section #nav-bar .nav-opener span, #header #nav-bar .nav-opener span {
  transition: background 0.2s ease-in-out, width 0.2s ease-in-out, transform 0.2s ease-in-out;
  content: "";
  background: #361292;
  width: 100%;
  height: 2px;
  border-radius: 10px;
}
.section #nav-bar .nav-drop, .banner-section #nav-bar .nav-drop, .articles-section #nav-bar .nav-drop, .hero-section #nav-bar .nav-drop, #footer #nav-bar .nav-drop, .signin-section #nav-bar .nav-drop, .speakers-section #nav-bar .nav-drop, .post-section #nav-bar .nav-drop, .partners-section #nav-bar .nav-drop, .title-section #nav-bar .nav-drop, .events-section #nav-bar .nav-drop, .intro-section #nav-bar .nav-drop, #header #nav-bar .nav-drop {
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -99999px;
  left: -9999px;
  background: #361292;
  padding: 30px 20px 20px;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: center;
  z-index: 9998;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: top 0s 0.2s, left 0s 0.2s, opacity 0.2s 0s, transform 0.2s 0s;
}
.section #nav-bar .nav-drop .nav-wrapper, .banner-section #nav-bar .nav-drop .nav-wrapper, .articles-section #nav-bar .nav-drop .nav-wrapper, .hero-section #nav-bar .nav-drop .nav-wrapper, #footer #nav-bar .nav-drop .nav-wrapper, .signin-section #nav-bar .nav-drop .nav-wrapper, .speakers-section #nav-bar .nav-drop .nav-wrapper, .post-section #nav-bar .nav-drop .nav-wrapper, .partners-section #nav-bar .nav-drop .nav-wrapper, .title-section #nav-bar .nav-drop .nav-wrapper, .events-section #nav-bar .nav-drop .nav-wrapper, .intro-section #nav-bar .nav-drop .nav-wrapper, #header #nav-bar .nav-drop .nav-wrapper {
  height: 100%;
  min-height: 700px;
  display: flex;
  flex-direction: column;
}
.section #nav-bar .logo, .banner-section #nav-bar .logo, .articles-section #nav-bar .logo, .hero-section #nav-bar .logo, #footer #nav-bar .logo, .signin-section #nav-bar .logo, .speakers-section #nav-bar .logo, .post-section #nav-bar .logo, .partners-section #nav-bar .logo, .title-section #nav-bar .logo, .events-section #nav-bar .logo, .intro-section #nav-bar .logo, #header #nav-bar .logo {
  margin-bottom: 40px;
}
.section #nav-bar .main-block, .banner-section #nav-bar .main-block, .articles-section #nav-bar .main-block, .hero-section #nav-bar .main-block, #footer #nav-bar .main-block, .signin-section #nav-bar .main-block, .speakers-section #nav-bar .main-block, .post-section #nav-bar .main-block, .partners-section #nav-bar .main-block, .title-section #nav-bar .main-block, .events-section #nav-bar .main-block, .intro-section #nav-bar .main-block, #header #nav-bar .main-block {
  flex-grow: 1;
  margin-bottom: 40px;
}
.section #nav-bar .mobile-nav, .banner-section #nav-bar .mobile-nav, .articles-section #nav-bar .mobile-nav, .hero-section #nav-bar .mobile-nav, #footer #nav-bar .mobile-nav, .signin-section #nav-bar .mobile-nav, .speakers-section #nav-bar .mobile-nav, .post-section #nav-bar .mobile-nav, .partners-section #nav-bar .mobile-nav, .title-section #nav-bar .mobile-nav, .events-section #nav-bar .mobile-nav, .intro-section #nav-bar .mobile-nav, #header #nav-bar .mobile-nav {
  font: 700 18px/24px "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
}
.section #nav-bar .mobile-nav li + li, .banner-section #nav-bar .mobile-nav li + li, .articles-section #nav-bar .mobile-nav li + li, .hero-section #nav-bar .mobile-nav li + li, #footer #nav-bar .mobile-nav li + li, .signin-section #nav-bar .mobile-nav li + li, .speakers-section #nav-bar .mobile-nav li + li, .post-section #nav-bar .mobile-nav li + li, .partners-section #nav-bar .mobile-nav li + li, .title-section #nav-bar .mobile-nav li + li, .events-section #nav-bar .mobile-nav li + li, .intro-section #nav-bar .mobile-nav li + li, #header #nav-bar .mobile-nav li + li {
  margin-top: 30px;
}
.section #nav-bar .mobile-nav a, .banner-section #nav-bar .mobile-nav a, .articles-section #nav-bar .mobile-nav a, .hero-section #nav-bar .mobile-nav a, #footer #nav-bar .mobile-nav a, .signin-section #nav-bar .mobile-nav a, .speakers-section #nav-bar .mobile-nav a, .post-section #nav-bar .mobile-nav a, .partners-section #nav-bar .mobile-nav a, .title-section #nav-bar .mobile-nav a, .events-section #nav-bar .mobile-nav a, .intro-section #nav-bar .mobile-nav a, #header #nav-bar .mobile-nav a {
  display: block;
  padding: 8px 0 7px;
  text-decoration: none;
}
.section #nav-bar .mobile-nav a:hover, .banner-section #nav-bar .mobile-nav a:hover, .articles-section #nav-bar .mobile-nav a:hover, .hero-section #nav-bar .mobile-nav a:hover, #footer #nav-bar .mobile-nav a:hover, .signin-section #nav-bar .mobile-nav a:hover, .speakers-section #nav-bar .mobile-nav a:hover, .post-section #nav-bar .mobile-nav a:hover, .partners-section #nav-bar .mobile-nav a:hover, .title-section #nav-bar .mobile-nav a:hover, .events-section #nav-bar .mobile-nav a:hover, .intro-section #nav-bar .mobile-nav a:hover, #header #nav-bar .mobile-nav a:hover {
  text-decoration: underline;
}
.section #nav-bar .bottom-block .btn, .banner-section #nav-bar .bottom-block .btn, .articles-section #nav-bar .bottom-block .btn, .hero-section #nav-bar .bottom-block .btn, #footer #nav-bar .bottom-block .btn, .signin-section #nav-bar .bottom-block .btn, .speakers-section #nav-bar .bottom-block .btn, .post-section #nav-bar .bottom-block .btn, .partners-section #nav-bar .bottom-block .btn, .title-section #nav-bar .bottom-block .btn, .events-section #nav-bar .bottom-block .btn, .intro-section #nav-bar .bottom-block .btn, #header #nav-bar .bottom-block .btn, .section #nav-bar .bottom-block button, .banner-section #nav-bar .bottom-block button, .articles-section #nav-bar .bottom-block button, .hero-section #nav-bar .bottom-block button, #footer #nav-bar .bottom-block button, .signin-section #nav-bar .bottom-block button, .speakers-section #nav-bar .bottom-block button, .post-section #nav-bar .bottom-block button, .partners-section #nav-bar .bottom-block button, .title-section #nav-bar .bottom-block button, .events-section #nav-bar .bottom-block button, .intro-section #nav-bar .bottom-block button, #header #nav-bar .bottom-block button,
.section #nav-bar .bottom-block input[type=button],
.banner-section #nav-bar .bottom-block input[type=button],
.articles-section #nav-bar .bottom-block input[type=button],
.hero-section #nav-bar .bottom-block input[type=button],
#footer #nav-bar .bottom-block input[type=button],
.signin-section #nav-bar .bottom-block input[type=button],
.speakers-section #nav-bar .bottom-block input[type=button],
.post-section #nav-bar .bottom-block input[type=button],
.partners-section #nav-bar .bottom-block input[type=button],
.title-section #nav-bar .bottom-block input[type=button],
.events-section #nav-bar .bottom-block input[type=button],
.intro-section #nav-bar .bottom-block input[type=button],
#header #nav-bar .bottom-block input[type=button],
.section #nav-bar .bottom-block input[type=reset],
.banner-section #nav-bar .bottom-block input[type=reset],
.articles-section #nav-bar .bottom-block input[type=reset],
.hero-section #nav-bar .bottom-block input[type=reset],
#footer #nav-bar .bottom-block input[type=reset],
.signin-section #nav-bar .bottom-block input[type=reset],
.speakers-section #nav-bar .bottom-block input[type=reset],
.post-section #nav-bar .bottom-block input[type=reset],
.partners-section #nav-bar .bottom-block input[type=reset],
.title-section #nav-bar .bottom-block input[type=reset],
.events-section #nav-bar .bottom-block input[type=reset],
.intro-section #nav-bar .bottom-block input[type=reset],
#header #nav-bar .bottom-block input[type=reset],
.section #nav-bar .bottom-block input[type=file],
.banner-section #nav-bar .bottom-block input[type=file],
.articles-section #nav-bar .bottom-block input[type=file],
.hero-section #nav-bar .bottom-block input[type=file],
#footer #nav-bar .bottom-block input[type=file],
.signin-section #nav-bar .bottom-block input[type=file],
.speakers-section #nav-bar .bottom-block input[type=file],
.post-section #nav-bar .bottom-block input[type=file],
.partners-section #nav-bar .bottom-block input[type=file],
.title-section #nav-bar .bottom-block input[type=file],
.events-section #nav-bar .bottom-block input[type=file],
.intro-section #nav-bar .bottom-block input[type=file],
#header #nav-bar .bottom-block input[type=file],
.section #nav-bar .bottom-block input[type=submit],
.banner-section #nav-bar .bottom-block input[type=submit],
.articles-section #nav-bar .bottom-block input[type=submit],
.hero-section #nav-bar .bottom-block input[type=submit],
#footer #nav-bar .bottom-block input[type=submit],
.signin-section #nav-bar .bottom-block input[type=submit],
.speakers-section #nav-bar .bottom-block input[type=submit],
.post-section #nav-bar .bottom-block input[type=submit],
.partners-section #nav-bar .bottom-block input[type=submit],
.title-section #nav-bar .bottom-block input[type=submit],
.events-section #nav-bar .bottom-block input[type=submit],
.intro-section #nav-bar .bottom-block input[type=submit],
#header #nav-bar .bottom-block input[type=submit] {
  width: 100%;
  margin-bottom: 35px;
  padding: 16px 15px;
}
.section #nav-bar .bottom-block .socials-list, .banner-section #nav-bar .bottom-block .socials-list, .articles-section #nav-bar .bottom-block .socials-list, .hero-section #nav-bar .bottom-block .socials-list, #footer #nav-bar .bottom-block .socials-list, .signin-section #nav-bar .bottom-block .socials-list, .speakers-section #nav-bar .bottom-block .socials-list, .post-section #nav-bar .bottom-block .socials-list, .partners-section #nav-bar .bottom-block .socials-list, .title-section #nav-bar .bottom-block .socials-list, .events-section #nav-bar .bottom-block .socials-list, .intro-section #nav-bar .bottom-block .socials-list, #header #nav-bar .bottom-block .socials-list {
  margin-bottom: 20px;
}
.section .suptitle, .banner-section .suptitle, .articles-section .suptitle, .hero-section .suptitle, #footer .suptitle, .signin-section .suptitle, .speakers-section .suptitle, .post-section .suptitle, .partners-section .suptitle, .title-section .suptitle, .events-section .suptitle, .intro-section .suptitle, #header .suptitle {
  background: #361292;
  display: inline-block;
  border-radius: 6px;
  padding: 7px 9px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2em;
}
.section .suptitle--decorated, .banner-section .suptitle--decorated, .articles-section .suptitle--decorated, .hero-section .suptitle--decorated, #footer .suptitle--decorated, .signin-section .suptitle--decorated, .speakers-section .suptitle--decorated, .post-section .suptitle--decorated, .partners-section .suptitle--decorated, .title-section .suptitle--decorated, .events-section .suptitle--decorated, .intro-section .suptitle--decorated, #header .suptitle--decorated {
  position: relative;
  font-weight: bold;
  color: #78CBFA;
  padding-left: 30px;
}
.section .suptitle--decorated:before, .banner-section .suptitle--decorated:before, .articles-section .suptitle--decorated:before, .hero-section .suptitle--decorated:before, #footer .suptitle--decorated:before, .signin-section .suptitle--decorated:before, .speakers-section .suptitle--decorated:before, .post-section .suptitle--decorated:before, .partners-section .suptitle--decorated:before, .title-section .suptitle--decorated:before, .events-section .suptitle--decorated:before, .intro-section .suptitle--decorated:before, #header .suptitle--decorated:before {
  width: 12px;
  height: 12px;
  content: "";
  background: #C8EF3D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 11px;
  translate: 0 -50%;
}
.section .columns, .banner-section .columns, .articles-section .columns, .hero-section .columns, #footer .columns, .signin-section .columns, .speakers-section .columns, .post-section .columns, .partners-section .columns, .title-section .columns, .events-section .columns, .intro-section .columns, #header .columns {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section .columns--variable-width .columns__column, .banner-section .columns--variable-width .columns__column, .articles-section .columns--variable-width .columns__column, .hero-section .columns--variable-width .columns__column, #footer .columns--variable-width .columns__column, .signin-section .columns--variable-width .columns__column, .speakers-section .columns--variable-width .columns__column, .post-section .columns--variable-width .columns__column, .partners-section .columns--variable-width .columns__column, .title-section .columns--variable-width .columns__column, .events-section .columns--variable-width .columns__column, .intro-section .columns--variable-width .columns__column, #header .columns--variable-width .columns__column {
  width: 100%;
}
.section .columns--sticky .columns__column, .banner-section .columns--sticky .columns__column, .articles-section .columns--sticky .columns__column, .hero-section .columns--sticky .columns__column, #footer .columns--sticky .columns__column, .signin-section .columns--sticky .columns__column, .speakers-section .columns--sticky .columns__column, .post-section .columns--sticky .columns__column, .partners-section .columns--sticky .columns__column, .title-section .columns--sticky .columns__column, .events-section .columns--sticky .columns__column, .intro-section .columns--sticky .columns__column, #header .columns--sticky .columns__column {
  width: 100%;
}
.section .columns--sticky .columns__inner, .banner-section .columns--sticky .columns__inner, .articles-section .columns--sticky .columns__inner, .hero-section .columns--sticky .columns__inner, #footer .columns--sticky .columns__inner, .signin-section .columns--sticky .columns__inner, .speakers-section .columns--sticky .columns__inner, .post-section .columns--sticky .columns__inner, .partners-section .columns--sticky .columns__inner, .title-section .columns--sticky .columns__inner, .events-section .columns--sticky .columns__inner, .intro-section .columns--sticky .columns__inner, #header .columns--sticky .columns__inner {
  position: sticky;
  top: 30px;
  left: 0;
}
.section :is(div, a).related-articles, .banner-section :is(div, a).related-articles, .articles-section :is(div, a).related-articles, .hero-section :is(div, a).related-articles, #footer :is(div, a).related-articles, .signin-section :is(div, a).related-articles, .speakers-section :is(div, a).related-articles, .post-section :is(div, a).related-articles, .partners-section :is(div, a).related-articles, .title-section :is(div, a).related-articles, .events-section :is(div, a).related-articles, .intro-section :is(div, a).related-articles, #header :is(div, a).related-articles {
  padding: 35px 15px;
  background: #FEF1F1;
}
.section :is(div, a).related-articles h1, .banner-section :is(div, a).related-articles h1, .articles-section :is(div, a).related-articles h1, .hero-section :is(div, a).related-articles h1, #footer :is(div, a).related-articles h1, .signin-section :is(div, a).related-articles h1, .speakers-section :is(div, a).related-articles h1, .post-section :is(div, a).related-articles h1, .partners-section :is(div, a).related-articles h1, .title-section :is(div, a).related-articles h1, .events-section :is(div, a).related-articles h1, .intro-section :is(div, a).related-articles h1, #header :is(div, a).related-articles h1, .section :is(div, a).related-articles h2, .banner-section :is(div, a).related-articles h2, .articles-section :is(div, a).related-articles h2, .hero-section :is(div, a).related-articles h2, #footer :is(div, a).related-articles h2, .signin-section :is(div, a).related-articles h2, .speakers-section :is(div, a).related-articles h2, .post-section :is(div, a).related-articles h2, .partners-section :is(div, a).related-articles h2, .title-section :is(div, a).related-articles h2, .events-section :is(div, a).related-articles h2, .intro-section :is(div, a).related-articles h2, #header :is(div, a).related-articles h2, .section :is(div, a).related-articles h3, .banner-section :is(div, a).related-articles h3, .articles-section :is(div, a).related-articles h3, .hero-section :is(div, a).related-articles h3, #footer :is(div, a).related-articles h3, .signin-section :is(div, a).related-articles h3, .speakers-section :is(div, a).related-articles h3, .post-section :is(div, a).related-articles h3, .partners-section :is(div, a).related-articles h3, .title-section :is(div, a).related-articles h3, .events-section :is(div, a).related-articles h3, .intro-section :is(div, a).related-articles h3, #header :is(div, a).related-articles h3, .section :is(div, a).related-articles h4, .banner-section :is(div, a).related-articles h4, .articles-section :is(div, a).related-articles h4, .hero-section :is(div, a).related-articles h4, #footer :is(div, a).related-articles h4, .signin-section :is(div, a).related-articles h4, .speakers-section :is(div, a).related-articles h4, .post-section :is(div, a).related-articles h4, .partners-section :is(div, a).related-articles h4, .title-section :is(div, a).related-articles h4, .events-section :is(div, a).related-articles h4, .intro-section :is(div, a).related-articles h4, #header :is(div, a).related-articles h4, .section :is(div, a).related-articles h5, .banner-section :is(div, a).related-articles h5, .articles-section :is(div, a).related-articles h5, .hero-section :is(div, a).related-articles h5, #footer :is(div, a).related-articles h5, .signin-section :is(div, a).related-articles h5, .speakers-section :is(div, a).related-articles h5, .post-section :is(div, a).related-articles h5, .partners-section :is(div, a).related-articles h5, .title-section :is(div, a).related-articles h5, .events-section :is(div, a).related-articles h5, .intro-section :is(div, a).related-articles h5, #header :is(div, a).related-articles h5, .section :is(div, a).related-articles h6, .banner-section :is(div, a).related-articles h6, .articles-section :is(div, a).related-articles h6, .hero-section :is(div, a).related-articles h6, #footer :is(div, a).related-articles h6, .signin-section :is(div, a).related-articles h6, .speakers-section :is(div, a).related-articles h6, .post-section :is(div, a).related-articles h6, .partners-section :is(div, a).related-articles h6, .title-section :is(div, a).related-articles h6, .events-section :is(div, a).related-articles h6, .intro-section :is(div, a).related-articles h6, #header :is(div, a).related-articles h6 {
  font-family: "Rubik Mono One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.section :is(div, a).related-articles__heading, .banner-section :is(div, a).related-articles__heading, .articles-section :is(div, a).related-articles__heading, .hero-section :is(div, a).related-articles__heading, #footer :is(div, a).related-articles__heading, .signin-section :is(div, a).related-articles__heading, .speakers-section :is(div, a).related-articles__heading, .post-section :is(div, a).related-articles__heading, .partners-section :is(div, a).related-articles__heading, .title-section :is(div, a).related-articles__heading, .events-section :is(div, a).related-articles__heading, .intro-section :is(div, a).related-articles__heading, #header :is(div, a).related-articles__heading {
  margin-bottom: 15px;
  text-align: center;
}
.section :is(div, a).related-articles__item:not(:last-child), .banner-section :is(div, a).related-articles__item:not(:last-child), .articles-section :is(div, a).related-articles__item:not(:last-child), .hero-section :is(div, a).related-articles__item:not(:last-child), #footer :is(div, a).related-articles__item:not(:last-child), .signin-section :is(div, a).related-articles__item:not(:last-child), .speakers-section :is(div, a).related-articles__item:not(:last-child), .post-section :is(div, a).related-articles__item:not(:last-child), .partners-section :is(div, a).related-articles__item:not(:last-child), .title-section :is(div, a).related-articles__item:not(:last-child), .events-section :is(div, a).related-articles__item:not(:last-child), .intro-section :is(div, a).related-articles__item:not(:last-child), #header :is(div, a).related-articles__item:not(:last-child) {
  margin-bottom: 15px;
}
.section :is(div, a).articles-card, .banner-section :is(div, a).articles-card, .articles-section :is(div, a).articles-card, .hero-section :is(div, a).articles-card, #footer :is(div, a).articles-card, .signin-section :is(div, a).articles-card, .speakers-section :is(div, a).articles-card, .post-section :is(div, a).articles-card, .partners-section :is(div, a).articles-card, .title-section :is(div, a).articles-card, .events-section :is(div, a).articles-card, .intro-section :is(div, a).articles-card, #header :is(div, a).articles-card {
  background: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
}
.section :is(div, a).articles-card__top, .banner-section :is(div, a).articles-card__top, .articles-section :is(div, a).articles-card__top, .hero-section :is(div, a).articles-card__top, #footer :is(div, a).articles-card__top, .signin-section :is(div, a).articles-card__top, .speakers-section :is(div, a).articles-card__top, .post-section :is(div, a).articles-card__top, .partners-section :is(div, a).articles-card__top, .title-section :is(div, a).articles-card__top, .events-section :is(div, a).articles-card__top, .intro-section :is(div, a).articles-card__top, #header :is(div, a).articles-card__top {
  margin-bottom: 10px;
}
.section :is(div, a).articles-card__middle, .banner-section :is(div, a).articles-card__middle, .articles-section :is(div, a).articles-card__middle, .hero-section :is(div, a).articles-card__middle, #footer :is(div, a).articles-card__middle, .signin-section :is(div, a).articles-card__middle, .speakers-section :is(div, a).articles-card__middle, .post-section :is(div, a).articles-card__middle, .partners-section :is(div, a).articles-card__middle, .title-section :is(div, a).articles-card__middle, .events-section :is(div, a).articles-card__middle, .intro-section :is(div, a).articles-card__middle, #header :is(div, a).articles-card__middle {
  margin-bottom: 10px;
}
.section .articles-content, .banner-section .articles-content, .articles-section .articles-content, .hero-section .articles-content, #footer .articles-content, .signin-section .articles-content, .speakers-section .articles-content, .post-section .articles-content, .partners-section .articles-content, .title-section .articles-content, .events-section .articles-content, .intro-section .articles-content, #header .articles-content {
  font-size: 14px;
  line-height: 1.45;
}
.section .articles-content > :where(h1, h2, h3, h4, h5, h6), .banner-section .articles-content > :where(h1, h2, h3, h4, h5, h6), .articles-section .articles-content > :where(h1, h2, h3, h4, h5, h6), .hero-section .articles-content > :where(h1, h2, h3, h4, h5, h6), #footer .articles-content > :where(h1, h2, h3, h4, h5, h6), .signin-section .articles-content > :where(h1, h2, h3, h4, h5, h6), .speakers-section .articles-content > :where(h1, h2, h3, h4, h5, h6), .post-section .articles-content > :where(h1, h2, h3, h4, h5, h6), .partners-section .articles-content > :where(h1, h2, h3, h4, h5, h6), .title-section .articles-content > :where(h1, h2, h3, h4, h5, h6), .events-section .articles-content > :where(h1, h2, h3, h4, h5, h6), .intro-section .articles-content > :where(h1, h2, h3, h4, h5, h6), #header .articles-content > :where(h1, h2, h3, h4, h5, h6) {
  font-family: "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: unset;
}
.section .articles-content hr, .banner-section .articles-content hr, .articles-section .articles-content hr, .hero-section .articles-content hr, #footer .articles-content hr, .signin-section .articles-content hr, .speakers-section .articles-content hr, .post-section .articles-content hr, .partners-section .articles-content hr, .title-section .articles-content hr, .events-section .articles-content hr, .intro-section .articles-content hr, #header .articles-content hr,
.section .articles-content img,
.banner-section .articles-content img,
.articles-section .articles-content img,
.hero-section .articles-content img,
#footer .articles-content img,
.signin-section .articles-content img,
.speakers-section .articles-content img,
.post-section .articles-content img,
.partners-section .articles-content img,
.title-section .articles-content img,
.events-section .articles-content img,
.intro-section .articles-content img,
#header .articles-content img {
  display: block;
  margin-block: 30px;
}
.section .articles-content p, .banner-section .articles-content p, .articles-section .articles-content p, .hero-section .articles-content p, #footer .articles-content p, .signin-section .articles-content p, .speakers-section .articles-content p, .post-section .articles-content p, .partners-section .articles-content p, .title-section .articles-content p, .events-section .articles-content p, .intro-section .articles-content p, #header .articles-content p, .section .articles-content ul, .banner-section .articles-content ul, .articles-section .articles-content ul, .hero-section .articles-content ul, #footer .articles-content ul, .signin-section .articles-content ul, .speakers-section .articles-content ul, .post-section .articles-content ul, .partners-section .articles-content ul, .title-section .articles-content ul, .events-section .articles-content ul, .intro-section .articles-content ul, #header .articles-content ul, .section .articles-content ol, .banner-section .articles-content ol, .articles-section .articles-content ol, .hero-section .articles-content ol, #footer .articles-content ol, .signin-section .articles-content ol, .speakers-section .articles-content ol, .post-section .articles-content ol, .partners-section .articles-content ol, .title-section .articles-content ol, .events-section .articles-content ol, .intro-section .articles-content ol, #header .articles-content ol, .section .articles-content dl, .banner-section .articles-content dl, .articles-section .articles-content dl, .hero-section .articles-content dl, #footer .articles-content dl, .signin-section .articles-content dl, .speakers-section .articles-content dl, .post-section .articles-content dl, .partners-section .articles-content dl, .title-section .articles-content dl, .events-section .articles-content dl, .intro-section .articles-content dl, #header .articles-content dl {
  margin-bottom: 20px;
}
.section .banner, .banner-section .banner, .articles-section .banner, .hero-section .banner, #footer .banner, .signin-section .banner, .speakers-section .banner, .post-section .banner, .partners-section .banner, .title-section .banner, .events-section .banner, .intro-section .banner, #header .banner {
  container-type: inline-size;
}
.section .banner__wrapper, .banner-section .banner__wrapper, .articles-section .banner__wrapper, .hero-section .banner__wrapper, #footer .banner__wrapper, .signin-section .banner__wrapper, .speakers-section .banner__wrapper, .post-section .banner__wrapper, .partners-section .banner__wrapper, .title-section .banner__wrapper, .events-section .banner__wrapper, .intro-section .banner__wrapper, #header .banner__wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: #78CBFA;
  border-radius: 6px;
  padding: 30px 20px;
  display: grid;
  align-items: center;
  grid-template-areas: "img" "heading" "button";
  gap: 20px 0;
  text-align: center;
}
@container (min-width: 700px) {
  .section .banner__wrapper, .banner-section .banner__wrapper, .articles-section .banner__wrapper, .hero-section .banner__wrapper, #footer .banner__wrapper, .signin-section .banner__wrapper, .speakers-section .banner__wrapper, .post-section .banner__wrapper, .partners-section .banner__wrapper, .title-section .banner__wrapper, .events-section .banner__wrapper, .intro-section .banner__wrapper, #header .banner__wrapper {
    padding: 0;
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "heading img button";
    text-align: left;
  }
}
.section .banner__wrapper h1, .banner-section .banner__wrapper h1, .articles-section .banner__wrapper h1, .hero-section .banner__wrapper h1, #footer .banner__wrapper h1, .signin-section .banner__wrapper h1, .speakers-section .banner__wrapper h1, .post-section .banner__wrapper h1, .partners-section .banner__wrapper h1, .title-section .banner__wrapper h1, .events-section .banner__wrapper h1, .intro-section .banner__wrapper h1, #header .banner__wrapper h1, .section .banner__wrapper h2, .banner-section .banner__wrapper h2, .articles-section .banner__wrapper h2, .hero-section .banner__wrapper h2, #footer .banner__wrapper h2, .signin-section .banner__wrapper h2, .speakers-section .banner__wrapper h2, .post-section .banner__wrapper h2, .partners-section .banner__wrapper h2, .title-section .banner__wrapper h2, .events-section .banner__wrapper h2, .intro-section .banner__wrapper h2, #header .banner__wrapper h2, .section .banner__wrapper h3, .banner-section .banner__wrapper h3, .articles-section .banner__wrapper h3, .hero-section .banner__wrapper h3, #footer .banner__wrapper h3, .signin-section .banner__wrapper h3, .speakers-section .banner__wrapper h3, .post-section .banner__wrapper h3, .partners-section .banner__wrapper h3, .title-section .banner__wrapper h3, .events-section .banner__wrapper h3, .intro-section .banner__wrapper h3, #header .banner__wrapper h3, .section .banner__wrapper h4, .banner-section .banner__wrapper h4, .articles-section .banner__wrapper h4, .hero-section .banner__wrapper h4, #footer .banner__wrapper h4, .signin-section .banner__wrapper h4, .speakers-section .banner__wrapper h4, .post-section .banner__wrapper h4, .partners-section .banner__wrapper h4, .title-section .banner__wrapper h4, .events-section .banner__wrapper h4, .intro-section .banner__wrapper h4, #header .banner__wrapper h4, .section .banner__wrapper h5, .banner-section .banner__wrapper h5, .articles-section .banner__wrapper h5, .hero-section .banner__wrapper h5, #footer .banner__wrapper h5, .signin-section .banner__wrapper h5, .speakers-section .banner__wrapper h5, .post-section .banner__wrapper h5, .partners-section .banner__wrapper h5, .title-section .banner__wrapper h5, .events-section .banner__wrapper h5, .intro-section .banner__wrapper h5, #header .banner__wrapper h5, .section .banner__wrapper h6, .banner-section .banner__wrapper h6, .articles-section .banner__wrapper h6, .hero-section .banner__wrapper h6, #footer .banner__wrapper h6, .signin-section .banner__wrapper h6, .speakers-section .banner__wrapper h6, .post-section .banner__wrapper h6, .partners-section .banner__wrapper h6, .title-section .banner__wrapper h6, .events-section .banner__wrapper h6, .intro-section .banner__wrapper h6, #header .banner__wrapper h6 {
  font-weight: 400;
  font-family: "Rubik Mono One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0;
}
.section .banner__column, .banner-section .banner__column, .articles-section .banner__column, .hero-section .banner__column, #footer .banner__column, .signin-section .banner__column, .speakers-section .banner__column, .post-section .banner__column, .partners-section .banner__column, .title-section .banner__column, .events-section .banner__column, .intro-section .banner__column, #header .banner__column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .banner__column--heading, .banner-section .banner__column--heading, .articles-section .banner__column--heading, .hero-section .banner__column--heading, #footer .banner__column--heading, .signin-section .banner__column--heading, .speakers-section .banner__column--heading, .post-section .banner__column--heading, .partners-section .banner__column--heading, .title-section .banner__column--heading, .events-section .banner__column--heading, .intro-section .banner__column--heading, #header .banner__column--heading {
  grid-area: heading;
}
@container (min-width: 700px) {
  .section .banner__column--heading, .banner-section .banner__column--heading, .articles-section .banner__column--heading, .hero-section .banner__column--heading, #footer .banner__column--heading, .signin-section .banner__column--heading, .speakers-section .banner__column--heading, .post-section .banner__column--heading, .partners-section .banner__column--heading, .title-section .banner__column--heading, .events-section .banner__column--heading, .intro-section .banner__column--heading, #header .banner__column--heading {
    padding: 35px 30px;
  }
}
.section .banner__column--img, .banner-section .banner__column--img, .articles-section .banner__column--img, .hero-section .banner__column--img, #footer .banner__column--img, .signin-section .banner__column--img, .speakers-section .banner__column--img, .post-section .banner__column--img, .partners-section .banner__column--img, .title-section .banner__column--img, .events-section .banner__column--img, .intro-section .banner__column--img, #header .banner__column--img {
  grid-area: img;
  margin-top: -45px;
}
@container (min-width: 700px) {
  .section .banner__column--img, .banner-section .banner__column--img, .articles-section .banner__column--img, .hero-section .banner__column--img, #footer .banner__column--img, .signin-section .banner__column--img, .speakers-section .banner__column--img, .post-section .banner__column--img, .partners-section .banner__column--img, .title-section .banner__column--img, .events-section .banner__column--img, .intro-section .banner__column--img, #header .banner__column--img {
    margin-block: -15px;
  }
}
@container (min-width: 700px) {
  .section .banner__column--img .img-holder, .banner-section .banner__column--img .img-holder, .articles-section .banner__column--img .img-holder, .hero-section .banner__column--img .img-holder, #footer .banner__column--img .img-holder, .signin-section .banner__column--img .img-holder, .speakers-section .banner__column--img .img-holder, .post-section .banner__column--img .img-holder, .partners-section .banner__column--img .img-holder, .title-section .banner__column--img .img-holder, .events-section .banner__column--img .img-holder, .intro-section .banner__column--img .img-holder, #header .banner__column--img .img-holder {
    margin-right: 20px;
  }
}
.section .banner__column--img img, .banner-section .banner__column--img img, .articles-section .banner__column--img img, .hero-section .banner__column--img img, #footer .banner__column--img img, .signin-section .banner__column--img img, .speakers-section .banner__column--img img, .post-section .banner__column--img img, .partners-section .banner__column--img img, .title-section .banner__column--img img, .events-section .banner__column--img img, .intro-section .banner__column--img img, #header .banner__column--img img {
  margin: 0;
}
.section .banner__column--button, .banner-section .banner__column--button, .articles-section .banner__column--button, .hero-section .banner__column--button, #footer .banner__column--button, .signin-section .banner__column--button, .speakers-section .banner__column--button, .post-section .banner__column--button, .partners-section .banner__column--button, .title-section .banner__column--button, .events-section .banner__column--button, .intro-section .banner__column--button, #header .banner__column--button {
  grid-area: button;
}
@container (min-width: 700px) {
  .section .banner__column--button, .banner-section .banner__column--button, .articles-section .banner__column--button, .hero-section .banner__column--button, #footer .banner__column--button, .signin-section .banner__column--button, .speakers-section .banner__column--button, .post-section .banner__column--button, .partners-section .banner__column--button, .title-section .banner__column--button, .events-section .banner__column--button, .intro-section .banner__column--button, #header .banner__column--button {
    padding: 35px 30px;
  }
}

#header {
  padding: 30px 0;
}
#header .columns-block {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
#header .left-column {
  flex: 1;
}

.intro-section {
  padding: 35px 0;
}
.intro-section .columns-block .left-column {
  margin-bottom: 30px;
}
.intro-section .columns-block .left-column .form-block {
  margin-top: 40px;
}
.intro-section .columns-block .right-column {
  max-width: 490px;
  margin: 0 auto;
}
.intro-section .speaker-block {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
.intro-section .speaker-block h1, .intro-section .speaker-block h2, .intro-section .speaker-block h3, .intro-section .speaker-block h4, .intro-section .speaker-block h5, .intro-section .speaker-block h6 {
  margin: 0 0 0.5em;
}
.intro-section .speaker-block .img-holder {
  background: #F7F9FD;
  border-radius: 50%;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto 35px;
  border: 2px solid #361292;
  box-shadow: 4px 9px 0px 0px #361292;
  aspect-ratio: 1/1;
}
.intro-section .speaker-block .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.intro-section.img-section .columns-block .left-column {
  margin-bottom: 60px;
}
.intro-section.img-section .columns-block .right-column {
  text-align: center;
}
.intro-section.video-section .columns-block .left-column {
  margin-bottom: 60px;
}

.events-section {
  padding: 35px 0;
  font-size: 14px;
  line-height: 1.43;
}
.events-section .font_rubik-holder h1, .events-section .font_rubik-holder h2, .events-section .font_rubik-holder h3, .events-section .font_rubik-holder h4, .events-section .font_rubik-holder h5, .events-section .font_rubik-holder h6 {
  font-family: "Rubik Mono One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 0.45em;
  text-shadow: none;
  color: #361292;
}
.events-section h1, .events-section h2, .events-section h3, .events-section h4, .events-section h5, .events-section h6 {
  font-family: "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 1.3em;
}
.events-section .heading-block h1, .events-section .heading-block h2, .events-section .heading-block h3 {
  font-family: "Rubik Mono One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #78CBFA;
  margin: 0 0 0.5em;
  text-shadow: -1px -1px 0 #361292, 1px -1px 0 #361292, -1px 1px 0 #361292, 1px 1px 0 #361292, 0.08em 0.08em 0 #361292;
}
.events-section .columns-block .column {
  max-width: 367px;
  margin: 0 auto 40px;
}
.events-section .speakers-box {
  padding: 0 !important;
  display: block;
  text-decoration: none;
}
.events-section .speakers-box:hover {
  text-decoration: none;
}
.events-section .speakers-box:hover .cta {
  text-decoration: underline;
}
.events-section .speakers-box .img-holder {
  max-height: 122px;
  overflow: hidden;
  border-bottom: 1px solid #361292;
}
.events-section .speakers-box .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.events-section .speakers-box .speakers-block {
  padding: 0 20px 20px;
  margin-top: -30px;
}
.events-section .speakers-box .speakers-block h6 {
  font-size: 14px;
  line-height: 1.43;
}
.events-section .speakers-box .speakers-columns {
  display: flex;
  justify-content: flex-end;
  gap: 0 5px;
}
.events-section .speakers-box .left-column {
  flex: 1;
  margin-bottom: 30px;
}
.events-section .speakers-box .right-column {
  margin: 12px 0 25px;
}
.events-section .speakers-box .photo-list {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.events-section .speakers-box .photo-list li {
  width: 60px;
  height: 60px;
  position: relative;
  border: 1px solid #361292;
  border-radius: 50%;
  overflow: hidden;
  background: #FEF1F1;
  margin: -5px;
}
.events-section .speakers-box .photo-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.events-section .speakers-box .information-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 165px;
}
.events-section .speakers-box .post-block {
  flex-grow: 1;
  margin-bottom: 15px;
}
.events-section .speakers-box .cta {
  font: 700 14px/1.43 "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #361292;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.events-section .btn-holder {
  text-align: center;
  margin: 15px 0 40px;
}
.events-section.cloud-section {
  position: relative;
  overflow: hidden;
  padding: 22% 0 15.3%;
  margin: 35px 0;
}
.events-section.cloud-section:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/images/decoration-01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.events-section.cloud-section:after {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/images/decoration-02.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.events-section.cloud-section .section-wrapper {
  position: relative;
  background: #fff;
  padding: 30px 6px 10px;
  margin: 0 -6px;
  overflow: hidden;
  z-index: 100;
}

.title-section {
  padding: 35px 0;
}
.title-section h1, .title-section h2, .title-section h3 {
  margin: 0 0 0.95em;
}
.title-section .form-block {
  margin-top: 30px;
}

.partners-section {
  padding: 35px 0;
}
.partners-section .heading-block {
  margin: 0 0 -13px;
}
.partners-section .partners-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
  transform: scale(0.8);
}
.partners-section .partners-list li {
  margin: 10px 0;
}

.post-section {
  padding: 35px 0;
}
.post-section h4, .post-section h5, .post-section h6 {
  margin: 0 0 1.1em;
  font-family: "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.post-section .columns-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-section .columns-block + .columns-block {
  margin-top: 60px;
}
.post-section .img-column {
  max-width: 550px;
  margin: 0 auto 30px;
}
.post-section .img-holder {
  padding: 0 30px;
}
.post-section .btn-holder {
  margin: 30px 0 0;
  text-align: center;
}

.speakers-section {
  padding: 30px 0 0;
  text-align: center;
}
.speakers-section .btn-holder {
  margin-top: 30px;
}
.speakers-section .btn.blue:hover, .speakers-section button.blue:hover,
.speakers-section input.blue[type=button]:hover,
.speakers-section input.blue[type=reset]:hover,
.speakers-section input.blue[type=file]:hover,
.speakers-section input.blue[type=submit]:hover {
  border-color: rgb(65.3926829268, 21.7975609756, 176.8024390244);
  background: rgb(65.3926829268, 21.7975609756, 176.8024390244);
}
.speakers-section .heading-block {
  max-width: 900px;
  margin: 0 auto 30px;
}
.speakers-section .columns-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
.speakers-section .column {
  margin: 0 0 30px;
  min-width: 250px;
}
.speakers-section .speakers-block h1, .speakers-section .speakers-block h2, .speakers-section .speakers-block h3, .speakers-section .speakers-block h4, .speakers-section .speakers-block h5, .speakers-section .speakers-block h6 {
  margin: 0 0 0.5em;
}
.speakers-section .speakers-block h5 {
  font-size: 18px;
}
.speakers-section .img-holder {
  width: 150px;
  height: 150px;
  background: #F7F9FD;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 35px;
  border: 2px solid #361292;
  box-shadow: 4px 9px 0px 0px #361292;
}
.speakers-section .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.signin-section {
  background: #78CBFA;
  padding: 30px 0 0;
  overflow: hidden;
}
.signin-section .container {
  padding: 0;
}
.signin-section .right-column {
  background: #fff;
  position: relative;
  padding: 60px 5px 20px;
}
.signin-section .bg-holder {
  margin: 0 -46% -1px -3%;
}
.signin-section .bg-holder img {
  width: 100%;
}
.signin-section .column-wrapper {
  width: 100%;
}
.signin-section .list-block {
  position: relative;
  background: #fff;
  padding: 0 15px;
}
.signin-section .list-block .logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
.signin-section .list-block .logo-list li {
  margin: 5px 0;
}
.signin-section .list-block .logo-list img {
  display: block;
}
.signin-section .logo-holder {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.signin-section .form-block {
  margin-bottom: 30px;
}
.signin-section .form-block h1, .signin-section .form-block h2, .signin-section .form-block h3, .signin-section .form-block h4, .signin-section .form-block h5, .signin-section .form-block h6 {
  text-transform: capitalize;
  letter-spacing: 0;
}
.signin-section .form-block .form-title {
  text-align: center;
  margin: 0 0 30px;
}
.signin-section .post-holder {
  font-size: 10px;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #361292;
  letter-spacing: 0.12em;
  margin: 30px 0 -1em;
}
.signin-section .hs-form input[type=text],
.signin-section .hs-form input[type=tel],
.signin-section .hs-form input[type=email],
.signin-section .hs-form input[type=search],
.signin-section .hs-form input[type=password],
.signin-section .hs-form textarea,
.signin-section .hs-form select {
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  font-family: "Be Vietnam", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  padding: 17px 10px;
}
.signin-section .hs-form input[type=text]:focus,
.signin-section .hs-form input[type=tel]:focus,
.signin-section .hs-form input[type=email]:focus,
.signin-section .hs-form input[type=search]:focus,
.signin-section .hs-form input[type=password]:focus,
.signin-section .hs-form textarea:focus,
.signin-section .hs-form select:focus {
  border-color: #1A1A1A;
}
.signin-section .hs-form input[type=text]::-webkit-input-placeholder,
.signin-section .hs-form input[type=tel]::-webkit-input-placeholder,
.signin-section .hs-form input[type=email]::-webkit-input-placeholder,
.signin-section .hs-form input[type=search]::-webkit-input-placeholder,
.signin-section .hs-form input[type=password]::-webkit-input-placeholder,
.signin-section .hs-form textarea::-webkit-input-placeholder,
.signin-section .hs-form select::-webkit-input-placeholder {
  color: #666;
}
.signin-section .hs-form input[type=text]::-moz-placeholder,
.signin-section .hs-form input[type=tel]::-moz-placeholder,
.signin-section .hs-form input[type=email]::-moz-placeholder,
.signin-section .hs-form input[type=search]::-moz-placeholder,
.signin-section .hs-form input[type=password]::-moz-placeholder,
.signin-section .hs-form textarea::-moz-placeholder,
.signin-section .hs-form select::-moz-placeholder {
  opacity: 1;
  color: #666;
}
.signin-section .hs-form input[type=text]:-moz-placeholder,
.signin-section .hs-form input[type=tel]:-moz-placeholder,
.signin-section .hs-form input[type=email]:-moz-placeholder,
.signin-section .hs-form input[type=search]:-moz-placeholder,
.signin-section .hs-form input[type=password]:-moz-placeholder,
.signin-section .hs-form textarea:-moz-placeholder,
.signin-section .hs-form select:-moz-placeholder {
  color: #666;
}
.signin-section .hs-form input[type=text]:-ms-input-placeholder,
.signin-section .hs-form input[type=tel]:-ms-input-placeholder,
.signin-section .hs-form input[type=email]:-ms-input-placeholder,
.signin-section .hs-form input[type=search]:-ms-input-placeholder,
.signin-section .hs-form input[type=password]:-ms-input-placeholder,
.signin-section .hs-form textarea:-ms-input-placeholder,
.signin-section .hs-form select:-ms-input-placeholder {
  color: #666;
}
.signin-section .hs-form input[type=text].placeholder,
.signin-section .hs-form input[type=tel].placeholder,
.signin-section .hs-form input[type=email].placeholder,
.signin-section .hs-form input[type=search].placeholder,
.signin-section .hs-form input[type=password].placeholder,
.signin-section .hs-form textarea.placeholder,
.signin-section .hs-form select.placeholder {
  color: #666;
}
.signin-section .hs-form .hs-form-field > label {
  padding: 0 15px 15px;
  display: block;
  font: 400 18px/1.33 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  letter-spacing: 0.04em;
}
.signin-section .hs-form .input,
.signin-section .hs-form .hs-richtext {
  padding: 0 15px 55px;
}
.signin-section .hs-form .hs-error-msgs {
  top: calc(100% - 50px);
}
.signin-section .hs-form .hs-submit {
  padding: 0 15px;
}
.signin-section .hs-form .hs-submit .hs-button {
  width: 100%;
  display: block !important;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  background: #361292;
  box-shadow: none;
  color: #fff;
  padding: 13px 15px;
}
.signin-section .hs-form .hs-submit .hs-button:hover {
  background: rgb(65.3926829268, 21.7975609756, 176.8024390244);
}

.quote-section {
  padding: 35px 0;
  font-size: 14px;
  line-height: 1.45em;
}
.quote-section .quote-box {
  background: #fff;
  padding: 25px;
  text-align: center;
  max-width: 1064px;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 2px 10px hsla(0, 0%, 9%, 0.1);
}
.quote-section .quote-holder {
  margin: 0 0 1.86em;
}
.quote-section .quote-subtitle mark {
  background: none;
  font: 700 14px/18px "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #361292;
}
.quote-section .quote-subtitle span {
  display: block;
  position: relative;
  padding: 10px 0 0;
  margin: 10px 0 0;
}
.quote-section .quote-subtitle span:before {
  width: 50px;
  height: 1px;
  content: "";
  display: inline-block;
  background: #361292;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}

#footer {
  background: #361292;
  padding: 60px 0 35px;
  color: #fff;
}
#footer .columns-block {
  margin-bottom: 70px;
}
#footer .logo {
  margin: 0 auto 80px;
}
#footer .nav-list {
  font: 700 18px/1.33 "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
}
#footer .nav-list li {
  margin-bottom: 30px;
}
#footer .nav-list a {
  display: block;
  padding: 8px 0 7px;
  text-decoration: none;
}
#footer .nav-list a:hover {
  text-decoration: underline;
}
#footer .nav-list .ttc {
  font-weight: 300;
  line-height: 1.56;
  font-family: "Be Vietnam", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: capitalize;
}
#footer .copyright-block {
  font-size: 14px;
}
#footer .socials-list {
  margin-bottom: 15px;
}

.hero-section :where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote):last-child {
  margin-bottom: 0;
}
.hero-section[class*="--bg"] {
  padding-block: 50px;
}
.hero-section[class*="--bg-blue"] {
  background: #78CBFA;
}
.hero-section[class*="--bg-img"] {
  background: #78CBFA;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section .container {
  position: relative;
  z-index: 10;
}
.hero-section .columns h1 {
  font-size: clamp(32px, 4.167vw, 60px);
}
.hero-section .columns .suptitle {
  margin-bottom: 20px;
}
.hero-section .columns .img-holder.white-box {
  padding: 0;
  border-radius: 24px;
}

.articles-section {
  position: relative;
  padding: 31% 0 15%;
  margin-top: calc(-50px - 11%);
}
.articles-section:before, .articles-section:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/images/decoration-06.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  pointer-events: none;
}
.articles-section:after {
  background-image: url(https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/images/decoration-07.webp);
  background-position: center bottom;
}
.articles-section .articles-wrapper {
  position: relative;
  z-index: 10;
}
.articles-section .articles-wrapper :where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote):last-child {
  margin-bottom: 0;
}
.articles-section .articles-wrapper[class*="--bg"] {
  padding-block: 25px 50px;
}
.articles-section .articles-wrapper[class*="--bg-white"] {
  background: #fff;
}
.articles-section .articles-wrapper[class*="--bg-blue"] {
  background: #78CBFA;
}
.articles-section .articles-wrapper[class*="--bg-img"] {
  background: #78CBFA;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-section {
  --_mobile-offset: 50px;
  text-align: center;
}
.banner-section :where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote):last-child {
  margin-bottom: 0;
}
.banner-section[class*="--bg"] {
  padding-block: 50px;
}
.banner-section[class*="--bg-blue"] {
  background: #78CBFA;
}
.banner-section[class*="--bg-img"] {
  background-size: min(40%, 300px) auto, min(60%, 475px) auto;
  background-position: left -30px bottom -10px, right bottom -13px;
  background-repeat: no-repeat;
}
.banner-section .post-block {
  max-width: 900px;
  margin: 0 auto;
}
.banner-section .post-block h1 {
  word-break: unset;
  font-size: clamp(32px, 4.167vw, 60px);
}
.banner-section .post-block .btn-list {
  justify-content: center;
}
@media (min-width: 414px){
  .section h1, .banner-section h1, .articles-section h1, .hero-section h1, #footer h1, .signin-section h1, .speakers-section h1, .post-section h1, .partners-section h1, .title-section h1, .events-section h1, .intro-section h1, #header h1 {
    font-size: 38px;
  }
  .section .container, .banner-section .container, .articles-section .container, .hero-section .container, #footer .container, .signin-section .container, .speakers-section .container, .post-section .container, .partners-section .container, .title-section .container, .events-section .container, .intro-section .container, #header .container {
    padding: 0 35px;
  }
  .section #nav-bar .nav-drop, .banner-section #nav-bar .nav-drop, .articles-section #nav-bar .nav-drop, .hero-section #nav-bar .nav-drop, #footer #nav-bar .nav-drop, .signin-section #nav-bar .nav-drop, .speakers-section #nav-bar .nav-drop, .post-section #nav-bar .nav-drop, .partners-section #nav-bar .nav-drop, .title-section #nav-bar .nav-drop, .events-section #nav-bar .nav-drop, .intro-section #nav-bar .nav-drop, #header #nav-bar .nav-drop {
    padding: 30px 35px 20px;
  }
  .section #nav-bar .nav-drop .nav-wrapper, .banner-section #nav-bar .nav-drop .nav-wrapper, .articles-section #nav-bar .nav-drop .nav-wrapper, .hero-section #nav-bar .nav-drop .nav-wrapper, #footer #nav-bar .nav-drop .nav-wrapper, .signin-section #nav-bar .nav-drop .nav-wrapper, .speakers-section #nav-bar .nav-drop .nav-wrapper, .post-section #nav-bar .nav-drop .nav-wrapper, .partners-section #nav-bar .nav-drop .nav-wrapper, .title-section #nav-bar .nav-drop .nav-wrapper, .events-section #nav-bar .nav-drop .nav-wrapper, .intro-section #nav-bar .nav-drop .nav-wrapper, #header #nav-bar .nav-drop .nav-wrapper {
    min-height: 800px;
  }
  .section #nav-bar .logo, .banner-section #nav-bar .logo, .articles-section #nav-bar .logo, .hero-section #nav-bar .logo, #footer #nav-bar .logo, .signin-section #nav-bar .logo, .speakers-section #nav-bar .logo, .post-section #nav-bar .logo, .partners-section #nav-bar .logo, .title-section #nav-bar .logo, .events-section #nav-bar .logo, .intro-section #nav-bar .logo, #header #nav-bar .logo {
    margin-bottom: 70px;
  }
  .section #nav-bar .main-block, .banner-section #nav-bar .main-block, .articles-section #nav-bar .main-block, .hero-section #nav-bar .main-block, #footer #nav-bar .main-block, .signin-section #nav-bar .main-block, .speakers-section #nav-bar .main-block, .post-section #nav-bar .main-block, .partners-section #nav-bar .main-block, .title-section #nav-bar .main-block, .events-section #nav-bar .main-block, .intro-section #nav-bar .main-block, #header #nav-bar .main-block {
    margin-bottom: 70px;
  }
  .section #nav-bar .mobile-nav li + li, .banner-section #nav-bar .mobile-nav li + li, .articles-section #nav-bar .mobile-nav li + li, .hero-section #nav-bar .mobile-nav li + li, #footer #nav-bar .mobile-nav li + li, .signin-section #nav-bar .mobile-nav li + li, .speakers-section #nav-bar .mobile-nav li + li, .post-section #nav-bar .mobile-nav li + li, .partners-section #nav-bar .mobile-nav li + li, .title-section #nav-bar .mobile-nav li + li, .events-section #nav-bar .mobile-nav li + li, .intro-section #nav-bar .mobile-nav li + li, #header #nav-bar .mobile-nav li + li {
    margin-top: 45px;
  }
  .events-section .speakers-box .speakers-block {
    padding: 0 30px 30px;
  }
  .signin-section .container {
    padding: 0;
  }
  .signin-section .right-column {
    padding: 60px 35px 20px;
  }
}
@media (min-width: 480px){
  .inline-form .hs-form {
    display: flex;
    gap: 0 10px;
  }
  .inline-form .hs-form .hs-error-msgs {
    position: absolute;
    top: calc(100% + 5px);
    margin: 0;
  }
  .inline-form .hs-form .hs-submit {
    margin: 0;
  }
  .section h1, .banner-section h1, .articles-section h1, .hero-section h1, #footer h1, .signin-section h1, .speakers-section h1, .post-section h1, .partners-section h1, .title-section h1, .events-section h1, .intro-section h1, #header h1 {
    font-size: 44px;
  }
  .section h2, .banner-section h2, .articles-section h2, .hero-section h2, #footer h2, .signin-section h2, .speakers-section h2, .post-section h2, .partners-section h2, .title-section h2, .events-section h2, .intro-section h2, #header h2 {
    font-size: 43px;
  }
  .section h3, .banner-section h3, .articles-section h3, .hero-section h3, #footer h3, .signin-section h3, .speakers-section h3, .post-section h3, .partners-section h3, .title-section h3, .events-section h3, .intro-section h3, #header h3 {
    font-size: 37px;
  }
  .section h5, .banner-section h5, .articles-section h5, .hero-section h5, #footer h5, .signin-section h5, .speakers-section h5, .post-section h5, .partners-section h5, .title-section h5, .events-section h5, .intro-section h5, #header h5 {
    font-size: 16px;
  }
  .section h6, .banner-section h6, .articles-section h6, .hero-section h6, #footer h6, .signin-section h6, .speakers-section h6, .post-section h6, .partners-section h6, .title-section h6, .events-section h6, .intro-section h6, #header h6 {
    font-size: 15px;
  }
  .section .btn, .banner-section .btn, .articles-section .btn, .hero-section .btn, #footer .btn, .signin-section .btn, .speakers-section .btn, .post-section .btn, .partners-section .btn, .title-section .btn, .events-section .btn, .intro-section .btn, #header .btn, .section button, .banner-section button, .articles-section button, .hero-section button, #footer button, .signin-section button, .speakers-section button, .post-section button, .partners-section button, .title-section button, .events-section button, .intro-section button, #header button,
  .section input[type=button],
  .banner-section input[type=button],
  .articles-section input[type=button],
  .hero-section input[type=button],
  #footer input[type=button],
  .signin-section input[type=button],
  .speakers-section input[type=button],
  .post-section input[type=button],
  .partners-section input[type=button],
  .title-section input[type=button],
  .events-section input[type=button],
  .intro-section input[type=button],
  #header input[type=button],
  .section input[type=reset],
  .banner-section input[type=reset],
  .articles-section input[type=reset],
  .hero-section input[type=reset],
  #footer input[type=reset],
  .signin-section input[type=reset],
  .speakers-section input[type=reset],
  .post-section input[type=reset],
  .partners-section input[type=reset],
  .title-section input[type=reset],
  .events-section input[type=reset],
  .intro-section input[type=reset],
  #header input[type=reset],
  .section input[type=file],
  .banner-section input[type=file],
  .articles-section input[type=file],
  .hero-section input[type=file],
  #footer input[type=file],
  .signin-section input[type=file],
  .speakers-section input[type=file],
  .post-section input[type=file],
  .partners-section input[type=file],
  .title-section input[type=file],
  .events-section input[type=file],
  .intro-section input[type=file],
  #header input[type=file],
  .section input[type=submit],
  .banner-section input[type=submit],
  .articles-section input[type=submit],
  .hero-section input[type=submit],
  #footer input[type=submit],
  .signin-section input[type=submit],
  .speakers-section input[type=submit],
  .post-section input[type=submit],
  .partners-section input[type=submit],
  .title-section input[type=submit],
  .events-section input[type=submit],
  .intro-section input[type=submit],
  #header input[type=submit] {
    width: auto;
  }
  .speakers-section .column {
    flex: 1;
  }
  .speakers-section .speakers-block h5 {
    font-size: 19px;
  }
}
@media (min-width: 650px){
  .quote-section .quote-subtitle span {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }
  .quote-section .quote-subtitle span:before {
    width: 1px;
    height: 20px;
    left: 0;
    transform: rotate(25deg);
  }
}
@media (min-width: 768px){
  body {
    background-image: radial-gradient(70.4% 206.87% at 26.46% 41.95%, #FFFFFF 0%, #9ED9FA 0.01%, #5BA8D4 48.37%, #3860A3 97.28%);
  }
  body:before {
    background-image: url("https://20407698.fs1.hubspotusercontent-na1.net/hubfs/20407698/Permiso%202023.03.30/images/bg-01.svg");
    background-position: right -135px top -315px;
    background-size: 855px auto;
    opacity: 1;
  }
  .section .socials-list, .banner-section .socials-list, .articles-section .socials-list, .hero-section .socials-list, #footer .socials-list, .signin-section .socials-list, .speakers-section .socials-list, .post-section .socials-list, .partners-section .socials-list, .title-section .socials-list, .events-section .socials-list, .intro-section .socials-list, #header .socials-list {
    gap: 0 15px;
  }
  .section .socials-list a, .banner-section .socials-list a, .articles-section .socials-list a, .hero-section .socials-list a, #footer .socials-list a, .signin-section .socials-list a, .speakers-section .socials-list a, .post-section .socials-list a, .partners-section .socials-list a, .title-section .socials-list a, .events-section .socials-list a, .intro-section .socials-list a, #header .socials-list a {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    font-size: 18px;
  }
  .section .form-block .form-title, .banner-section .form-block .form-title, .articles-section .form-block .form-title, .hero-section .form-block .form-title, #footer .form-block .form-title, .signin-section .form-block .form-title, .speakers-section .form-block .form-title, .post-section .form-block .form-title, .partners-section .form-block .form-title, .title-section .form-block .form-title, .events-section .form-block .form-title, .intro-section .form-block .form-title, #header .form-block .form-title {
    text-align: left;
  }
  .section #nav-bar, .banner-section #nav-bar, .articles-section #nav-bar, .hero-section #nav-bar, #footer #nav-bar, .signin-section #nav-bar, .speakers-section #nav-bar, .post-section #nav-bar, .partners-section #nav-bar, .title-section #nav-bar, .events-section #nav-bar, .intro-section #nav-bar, #header #nav-bar {
    display: none;
  }
  .section .columns, .banner-section .columns, .articles-section .columns, .hero-section .columns, #footer .columns, .signin-section .columns, .speakers-section .columns, .post-section .columns, .partners-section .columns, .title-section .columns, .events-section .columns, .intro-section .columns, #header .columns {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section .columns__column, .banner-section .columns__column, .articles-section .columns__column, .hero-section .columns__column, #footer .columns__column, .signin-section .columns__column, .speakers-section .columns__column, .post-section .columns__column, .partners-section .columns__column, .title-section .columns__column, .events-section .columns__column, .intro-section .columns__column, #header .columns__column {
    width: calc(50% - 15px);
  }
  .section .columns--reverse, .banner-section .columns--reverse, .articles-section .columns--reverse, .hero-section .columns--reverse, #footer .columns--reverse, .signin-section .columns--reverse, .speakers-section .columns--reverse, .post-section .columns--reverse, .partners-section .columns--reverse, .title-section .columns--reverse, .events-section .columns--reverse, .intro-section .columns--reverse, #header .columns--reverse {
    flex-direction: row-reverse;
  }
  .section .columns--variable-width .columns__column--flex, .banner-section .columns--variable-width .columns__column--flex, .articles-section .columns--variable-width .columns__column--flex, .hero-section .columns--variable-width .columns__column--flex, #footer .columns--variable-width .columns__column--flex, .signin-section .columns--variable-width .columns__column--flex, .speakers-section .columns--variable-width .columns__column--flex, .post-section .columns--variable-width .columns__column--flex, .partners-section .columns--variable-width .columns__column--flex, .title-section .columns--variable-width .columns__column--flex, .events-section .columns--variable-width .columns__column--flex, .intro-section .columns--variable-width .columns__column--flex, #header .columns--variable-width .columns__column--flex {
    flex: 1;
  }
  .section .columns--variable-width .columns__column--width, .banner-section .columns--variable-width .columns__column--width, .articles-section .columns--variable-width .columns__column--width, .hero-section .columns--variable-width .columns__column--width, #footer .columns--variable-width .columns__column--width, .signin-section .columns--variable-width .columns__column--width, .speakers-section .columns--variable-width .columns__column--width, .post-section .columns--variable-width .columns__column--width, .partners-section .columns--variable-width .columns__column--width, .title-section .columns--variable-width .columns__column--width, .events-section .columns--variable-width .columns__column--width, .intro-section .columns--variable-width .columns__column--width, #header .columns--variable-width .columns__column--width {
    width: calc(var(--_column-width) * 100% / 1160);
  }
  .section .columns--sticky .columns__column--flex, .banner-section .columns--sticky .columns__column--flex, .articles-section .columns--sticky .columns__column--flex, .hero-section .columns--sticky .columns__column--flex, #footer .columns--sticky .columns__column--flex, .signin-section .columns--sticky .columns__column--flex, .speakers-section .columns--sticky .columns__column--flex, .post-section .columns--sticky .columns__column--flex, .partners-section .columns--sticky .columns__column--flex, .title-section .columns--sticky .columns__column--flex, .events-section .columns--sticky .columns__column--flex, .intro-section .columns--sticky .columns__column--flex, #header .columns--sticky .columns__column--flex {
    flex: 1;
  }
  .section .columns--sticky .columns__column--width, .banner-section .columns--sticky .columns__column--width, .articles-section .columns--sticky .columns__column--width, .hero-section .columns--sticky .columns__column--width, #footer .columns--sticky .columns__column--width, .signin-section .columns--sticky .columns__column--width, .speakers-section .columns--sticky .columns__column--width, .post-section .columns--sticky .columns__column--width, .partners-section .columns--sticky .columns__column--width, .title-section .columns--sticky .columns__column--width, .events-section .columns--sticky .columns__column--width, .intro-section .columns--sticky .columns__column--width, #header .columns--sticky .columns__column--width {
    width: 275px;
  }
  #header {
    padding: 50px 0 30px;
  }
  .intro-section {
    padding: 50px 0;
  }
  .events-section {
    padding: 50px 0;
  }
  .events-section .columns-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 30px;
  }
  .events-section .columns-block .column {
    width: calc(50% - 15px);
    margin: 0 0 60px;
  }
  .events-section .speakers-box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .events-section .speakers-box .speakers-block {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .events-section .speakers-box .left-column {
    margin-bottom: 25px;
  }
  .events-section .speakers-box .right-column {
    margin: 12px 0 30px;
  }
  .events-section .btn-holder {
    margin: 15px 0 60px;
  }
  .events-section.cloud-section {
    margin: 50px 0;
  }
  .events-section.cloud-section .section-wrapper {
    padding: 50px 6px 0;
  }
  .title-section {
    padding: 50px 0;
  }
  .title-section.center-section {
    text-align: center;
  }
  .partners-section {
    padding: 50px 0;
  }
  .partners-section .partners-list {
    transform: scale(1);
  }
  .post-section {
    padding: 50px 0;
  }
  .post-section .columns-block {
    flex-direction: row;
    gap: 0 30px;
  }
  .post-section .columns-block:nth-child(even) {
    flex-direction: row-reverse;
  }
  .post-section .img-column {
    width: calc(40% - 15px);
    max-width: 615px;
    margin: 0;
  }
  .post-section .img-holder {
    padding: 0;
  }
  .post-section .post-column {
    width: calc(60% - 15px);
  }
  .post-section .btn-holder {
    text-align: left;
  }
  .speakers-section {
    padding: 70px 0 10px;
  }
  .speakers-section .img-holder {
    width: 170px;
    height: 170px;
  }
  .signin-section {
    padding: 0;
  }
  .signin-section .container {
    padding: 0;
  }
  .signin-section .columns-block {
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
  }
  .signin-section .left-column {
    display: flex;
    align-items: flex-end;
    width: 50%;
  }
  .signin-section .right-column {
    padding: 60px 15px 20px;
    width: 50%;
    border-left: 1px solid #78CBFA;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .signin-section .right-column:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0 -50vw 0 100%;
    background: #fff;
  }
  .signin-section .right-column .column-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .signin-section .bg-holder {
    margin: -5.5% -49% -1px -7%;
  }
  .signin-section .list-block {
    padding: 0;
  }
  .signin-section .list-block .logo-list {
    padding: 0 0 15px;
  }
  .signin-section .form-block {
    max-width: none;
    margin: 0;
  }
  .quote-section {
    padding: 50px 0;
  }
  #footer .columns-block {
    display: flex;
    gap: 0 30px;
    margin: 0 0 -5px;
  }
  #footer .columns-block .left-column {
    flex: 1;
    max-width: 465px;
  }
  #footer .columns-block .right-column {
    flex: 1;
  }
  #footer .nav-columns {
    display: flex;
    gap: 0 30px;
    margin-top: 10px;
  }
  #footer .nav-columns .column {
    flex: 1;
    max-width: 170px;
    min-width: 150px;
  }
  #footer .logo {
    margin: 0;
  }
  #footer .nav-list {
    font-size: 14px;
  }
  #footer .nav-list li {
    margin-bottom: 10px;
  }
  #footer .socials-list {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .hero-section .columns h1 {
    margin: 0 0 0.35em;
  }
  .articles-section .articles-wrapper[class*="--bg"] {
    padding-block: 60px;
  }
  .banner-section[class*="--bg"] {
    padding-block: 50px 60px;
  }
  .banner-section[class*="--bg"] {
    padding-block: 50px 85px;
  }
  .banner-section .post-block h1 {
    margin: 0 0 0.35em;
  }
}
@media (min-width: 1024px){
  .hs-form .input,
  .hs-form .hs-richtext {
    padding: 0 15px 42px;
  }
  .hs-form .hs-error-msgs {
    top: calc(100% - 35px);
  }
  .hs-form .hs-submit {
    padding: 35px 30px 0;
  }
  .hbspt-form .submitted-message {
    padding: 0 15px;
  }
  .section h1, .banner-section h1, .articles-section h1, .hero-section h1, #footer h1, .signin-section h1, .speakers-section h1, .post-section h1, .partners-section h1, .title-section h1, .events-section h1, .intro-section h1, #header h1 {
    font-size: 51px;
    line-height: 1.17;
    margin: 0 0 0.91em;
  }
  .section h2, .banner-section h2, .articles-section h2, .hero-section h2, #footer h2, .signin-section h2, .speakers-section h2, .post-section h2, .partners-section h2, .title-section h2, .events-section h2, .intro-section h2, #header h2 {
    font-size: 54px;
    line-height: 1.17;
    margin: 0 0 0.91em;
  }
  .section h3, .banner-section h3, .articles-section h3, .hero-section h3, #footer h3, .signin-section h3, .speakers-section h3, .post-section h3, .partners-section h3, .title-section h3, .events-section h3, .intro-section h3, #header h3 {
    font-size: 48px;
    line-height: 1.17;
    margin: 0 0 0.91em;
  }
  .section h4, .banner-section h4, .articles-section h4, .hero-section h4, #footer h4, .signin-section h4, .speakers-section h4, .post-section h4, .partners-section h4, .title-section h4, .events-section h4, .intro-section h4, #header h4 {
    line-height: 1.25;
  }
  .section h5, .banner-section h5, .articles-section h5, .hero-section h5, #footer h5, .signin-section h5, .speakers-section h5, .post-section h5, .partners-section h5, .title-section h5, .events-section h5, .intro-section h5, #header h5 {
    font-size: 18px;
    line-height: 1.25;
  }
  .section h6, .banner-section h6, .articles-section h6, .hero-section h6, #footer h6, .signin-section h6, .speakers-section h6, .post-section h6, .partners-section h6, .title-section h6, .events-section h6, .intro-section h6, #header h6 {
    font-size: 16px;
    line-height: 1.25;
  }
  .section .container, .banner-section .container, .articles-section .container, .hero-section .container, #footer .container, .signin-section .container, .speakers-section .container, .post-section .container, .partners-section .container, .title-section .container, .events-section .container, .intro-section .container, #header .container {
    width: 100%;
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .section .white-box, .banner-section .white-box, .articles-section .white-box, .hero-section .white-box, #footer .white-box, .signin-section .white-box, .speakers-section .white-box, .post-section .white-box, .partners-section .white-box, .title-section .white-box, .events-section .white-box, .intro-section .white-box, #header .white-box {
    padding: 100px 40px 110px;
  }
  .section .white-box:hover, .banner-section .white-box:hover, .articles-section .white-box:hover, .hero-section .white-box:hover, #footer .white-box:hover, .signin-section .white-box:hover, .speakers-section .white-box:hover, .post-section .white-box:hover, .partners-section .white-box:hover, .title-section .white-box:hover, .events-section .white-box:hover, .intro-section .white-box:hover, #header .white-box:hover {
    box-shadow: 0 0 0 #361292;
  }
  .section .form-block .form-title h4, .banner-section .form-block .form-title h4, .articles-section .form-block .form-title h4, .hero-section .form-block .form-title h4, #footer .form-block .form-title h4, .signin-section .form-block .form-title h4, .speakers-section .form-block .form-title h4, .post-section .form-block .form-title h4, .partners-section .form-block .form-title h4, .title-section .form-block .form-title h4, .events-section .form-block .form-title h4, .intro-section .form-block .form-title h4, #header .form-block .form-title h4, .section .form-block .form-title h5, .banner-section .form-block .form-title h5, .articles-section .form-block .form-title h5, .hero-section .form-block .form-title h5, #footer .form-block .form-title h5, .signin-section .form-block .form-title h5, .speakers-section .form-block .form-title h5, .post-section .form-block .form-title h5, .partners-section .form-block .form-title h5, .title-section .form-block .form-title h5, .events-section .form-block .form-title h5, .intro-section .form-block .form-title h5, #header .form-block .form-title h5, .section .form-block .form-title h6, .banner-section .form-block .form-title h6, .articles-section .form-block .form-title h6, .hero-section .form-block .form-title h6, #footer .form-block .form-title h6, .signin-section .form-block .form-title h6, .speakers-section .form-block .form-title h6, .post-section .form-block .form-title h6, .partners-section .form-block .form-title h6, .title-section .form-block .form-title h6, .events-section .form-block .form-title h6, .intro-section .form-block .form-title h6, #header .form-block .form-title h6 {
    margin: 0 0 0.35em;
  }
  .section .columns--sticky .columns__column--width, .banner-section .columns--sticky .columns__column--width, .articles-section .columns--sticky .columns__column--width, .hero-section .columns--sticky .columns__column--width, #footer .columns--sticky .columns__column--width, .signin-section .columns--sticky .columns__column--width, .speakers-section .columns--sticky .columns__column--width, .post-section .columns--sticky .columns__column--width, .partners-section .columns--sticky .columns__column--width, .title-section .columns--sticky .columns__column--width, .events-section .columns--sticky .columns__column--width, .intro-section .columns--sticky .columns__column--width, #header .columns--sticky .columns__column--width {
    width: 355px;
  }
  .section :is(div, a).articles-card, .banner-section :is(div, a).articles-card, .articles-section :is(div, a).articles-card, .hero-section :is(div, a).articles-card, #footer :is(div, a).articles-card, .signin-section :is(div, a).articles-card, .speakers-section :is(div, a).articles-card, .post-section :is(div, a).articles-card, .partners-section :is(div, a).articles-card, .title-section :is(div, a).articles-card, .events-section :is(div, a).articles-card, .intro-section :is(div, a).articles-card, #header :is(div, a).articles-card {
    padding: 20px 35px;
  }
  #header .container {
    max-width: 1430px;
  }
  .intro-section {
    padding: 70px 0;
  }
  .intro-section h1, .intro-section h2, .intro-section h3 {
    margin: 0 0 0.39em;
  }
  .intro-section h4, .intro-section h5, .intro-section h6 {
    margin: 0 0 3.1em;
  }
  .intro-section .columns-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
  }
  .intro-section .columns-block .left-column {
    width: calc(53.45% - 5px);
    max-width: 615px;
    margin: 0;
  }
  .intro-section .columns-block .left-column .form-block {
    margin: 40px 0 0;
  }
  .intro-section .columns-block .right-column {
    width: calc(46.55% - 5px);
    max-width: 515px;
    margin: 0;
  }
  .intro-section .columns-block .right-column .form-block {
    max-width: none;
  }
  .intro-section .speaker-block .img-holder {
    max-width: 300px;
  }
  .intro-section.img-section .columns-block .left-column {
    margin: 0;
  }
  .intro-section.img-section .columns-block .right-column {
    text-align: right;
  }
  .intro-section.video-section .columns-block .left-column {
    margin: 0;
  }
  .intro-section.video-section .columns-block .right-column {
    max-width: 502px;
  }
  .events-section {
    padding: 70px 0;
  }
  .events-section .heading-block {
    margin: 0 0 45px;
  }
  .events-section .columns-block .column {
    width: calc(33.333% - 20px);
  }
  .events-section.cloud-section {
    margin: 70px 0;
  }
  .events-section.cloud-section .section-wrapper {
    padding: 75px 6px 0;
  }
  .title-section {
    padding: 70px 0;
  }
  .title-section h1, .title-section h2, .title-section h3 {
    margin: 0 0 0.91em;
  }
  .title-section .container {
    max-width: 1240px;
  }
  .title-section .form-block {
    margin-top: 60px;
  }
  .title-section.center-section .container {
    max-width: 980px;
  }
  .partners-section {
    padding: 70px 0;
  }
  .partners-section .partners-list {
    gap: 0 50px;
  }
  .post-section {
    padding: 70px 0;
  }
  .post-section h1, .post-section h2, .post-section h3 {
    margin: 0 0 0.15em;
  }
  .post-section .container {
    max-width: 1320px;
  }
  .post-section .columns-block {
    gap: 0 60px;
  }
  .post-section .columns-block + .columns-block {
    margin-top: 145px;
  }
  .post-section .img-column {
    width: calc(52.02% - 30px);
  }
  .post-section .post-column {
    width: calc(47.98% - 30px);
  }
  .speakers-section .container {
    max-width: 1060px;
  }
  .speakers-section .heading-block {
    margin: 0 auto 60px;
  }
  .speakers-section .column {
    margin: 0 0 60px;
  }
  .speakers-section .speakers-block h5 {
    font-size: 20px;
    line-height: 1.25;
  }
  .signin-section .container {
    padding: 0 40px;
    max-width: 1450px;
  }
  .signin-section .left-column {
    width: 68.61%;
  }
  .signin-section .right-column {
    width: 31.39%;
    max-width: 425px;
    padding: 75px 0 20px 35px;
  }
  .signin-section .list-block .logo-list {
    width: 100%;
    gap: 0 60px;
    position: absolute;
    bottom: 100%;
    left: 0;
  }
  .signin-section .logo-holder {
    margin-bottom: 70px;
  }
  .quote-section {
    padding: 70px 0;
  }
  #footer {
    padding: 70px 0 20px;
  }
}
@media (max-width: 1023px){
  body br {
    display: none;
  }
}
@media (max-width: 767px){
  #footer {
    text-align: center;
  }
}