- Fica Ligado! -
-- Código de Conduta do Evento Python Brasil -
-- - - - -
- - - - -
- - -
- - - - -
- - -
-
- Python Brasil Code of Conduct -
-- - - - -
- - - - -
- - -
- - - - -
- - -
diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 0000000..d6471a3 --- /dev/null +++ b/.browserslistrc @@ -0,0 +1,2 @@ +> 1% +last 2 versions diff --git a/.directory b/.directory new file mode 100644 index 0000000..b785efa --- /dev/null +++ b/.directory @@ -0,0 +1,7 @@ +[Dolphin] +Timestamp=2019,9,16,22,24,4 +Version=4 +ViewMode=1 + +[Settings] +HiddenFilesShown=true diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7053c49 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*.{js,jsx,ts,tsx,vue}] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..ea2d658 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,27 @@ +module.exports = { + root: true, + env: { + node: true + }, + 'extends': [ + 'plugin:vue/essential', + '@vue/standard' + ], + rules: { + 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', + 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' + }, + parserOptions: { + parser: 'babel-eslint' + }, + overrides: [ + { + files: [ + '**/__tests__/*.{j,t}s?(x)' + ], + env: { + jest: true + } + } + ] +} diff --git a/.gitignore b/.gitignore index d6ad565..a747e9e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,24 @@ -node_modules/ -npm-debug.log -.*.swp -package-lock.json +.DS_Store +node_modules +/dist + +/tests/e2e/reports/ +selenium-debug.log + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/9231120fb2b62de8f0b4.css b/9231120fb2b62de8f0b4.css deleted file mode 100644 index c95a2f9..0000000 --- a/9231120fb2b62de8f0b4.css +++ /dev/null @@ -1,7805 +0,0 @@ -.soon { - position: relative; } - .soon:after { - content: 'breve'; - right: 0px; - top: 50%; - position: absolute; - transform: translate(110%, -50%); - width: 40px; - height: 18.75px; - font-size: 11px; - border-radius: 6px; - display: flex; - justify-content: center; - align-items: center; - background-color: #7FC7CF; - color: #102E46; - font-family: 'Advent Pro', sans-serif; - text-align: center; - text-transform: uppercase; - line-height: normal; - font-weight: 700; } - .soon.no-offset:after { - transform: translate(0%, -50%); } - -/*! - * Bootstrap Grid v4.3.1 (https://getbootstrap.com/) - * Copyright 2011-2019 The Bootstrap Authors - * Copyright 2011-2019 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -html { - box-sizing: border-box; - -ms-overflow-style: scrollbar; } - -*, -*::before, -*::after { - box-sizing: inherit; } - -.container, .intern-page__header, .jumbotron-wrapper .jumbotron-container, .about-wrapper .about-container, .sponsors-wrapper .about-container, .partners-wrapper .about-container, .keynotes-container, .location-container, .map-container, .sponsors-wrapper .sponsors-container, .partners-wrapper .partners-container, .realization-wrapper .realization-container, .intern-page-content { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; } - @media (min-width: 576px) { - .container, .intern-page__header, .jumbotron-wrapper .jumbotron-container, .about-wrapper .about-container, .sponsors-wrapper .about-container, .partners-wrapper .about-container, .keynotes-container, .location-container, .map-container, .sponsors-wrapper .sponsors-container, .partners-wrapper .partners-container, .realization-wrapper .realization-container, .intern-page-content { - max-width: 540px; } } - @media (min-width: 768px) { - .container, .intern-page__header, .jumbotron-wrapper .jumbotron-container, .about-wrapper .about-container, .sponsors-wrapper .about-container, .partners-wrapper .about-container, .keynotes-container, .location-container, .map-container, .sponsors-wrapper .sponsors-container, .partners-wrapper .partners-container, .realization-wrapper .realization-container, .intern-page-content { - max-width: 720px; } } - @media (min-width: 992px) { - .container, .intern-page__header, .jumbotron-wrapper .jumbotron-container, .about-wrapper .about-container, .sponsors-wrapper .about-container, .partners-wrapper .about-container, .keynotes-container, .location-container, .map-container, .sponsors-wrapper .sponsors-container, .partners-wrapper .partners-container, .realization-wrapper .realization-container, .intern-page-content { - max-width: 960px; } } - @media (min-width: 1200px) { - .container, .intern-page__header, .jumbotron-wrapper .jumbotron-container, .about-wrapper .about-container, .sponsors-wrapper .about-container, .partners-wrapper .about-container, .keynotes-container, .location-container, .map-container, .sponsors-wrapper .sponsors-container, .partners-wrapper .partners-container, .realization-wrapper .realization-container, .intern-page-content { - max-width: 1140px; } } - -.container-fluid, .header__nav .nav__items, .jumbotron-wrapper { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; } - -.row, .article, .jumbotron-wrapper .jumbotron, .about, .keynotes-container .keynotes, .keynote_article, .location-container .location, .map-container .map, .sponsors-wrapper .sponsors, .partners-wrapper .partners, .realization-wrapper .realization-container .realization, .intern-page-content .header-call-to-action { - display: flex; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; } - -.no-gutters { - margin-right: 0; - margin-left: 0; } - .no-gutters > .col, - .no-gutters > [class*="col-"] { - padding-right: 0; - padding-left: 0; } - -.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .footer-logo-wrapper .footer-logo, .col-7, .col-8, .col-9, .col-10, .jumbotron-wrapper .jumbotron .jumbotron__side, .about .about__article__body, .sponsor-category-title, .sponsors-page .call-to-sponsor, #about-natal .intern-page-content, .col-11, .keynote_article, .intern-page-content .header-call-to-action a, .col-12, .article .article__header, .article .article__body--wrapper, .jumbotron-wrapper .jumbotron .jumbotron__main, .keynote_article .keynote_picture, .keynote_article .keynote_content-wrapper, .location__info__article, .holiday-inn-banner, .sponsors__list .sponsor, .sponsors-page .sponsor__logo--wrapper, .sponsors-page .sponsor__content--wrapper, .realization .evolux-logo, #about-event .event__title, #about-event .event__content, .col, -.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .map-container .map .section-header-wrapper .section-header, .map-container .map .section-header-wrapper .section-header--right, .col-sm, -.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .partners-wrapper .section-header--right, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, -.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .keynote__summary__photo, .sponsors-page .sponsor-silver .sponsor__logo--wrapper, .col-lg-4, .section-header-wrapper .section-header, .section-header-wrapper .section-header--right, .sponsors-page .sponsor-platina .sponsor__logo--wrapper, .sponsors-page .sponsor-gold .sponsor__logo--wrapper, .col-lg-5, .sponsors-page .sponsor-diamond .sponsor__logo--wrapper, .col-lg-6, .col-lg-7, .keynote__summary__body, .sponsors-page .sponsor-diamond .sponsor__content--wrapper, .col-lg-8, .sponsors-page .sponsor-platina .sponsor__content--wrapper, .sponsors-page .sponsor-gold .sponsor__content--wrapper, .col-lg-9, .sponsors-page .sponsor-silver .sponsor__content--wrapper, .col-lg-10, .col-lg-11, .col-lg-12, .sponsors__call-to-action, .partners .partner-list, .col-lg, -.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, -.col-xl-auto { - position: relative; - width: 100%; - padding-right: 15px; - padding-left: 15px; } - -.col { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; } - -.col-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; } - -.col-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; } - -.col-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; } - -.col-3 { - flex: 0 0 25%; - max-width: 25%; } - -.col-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; } - -.col-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; } - -.col-6, .footer-logo-wrapper .footer-logo { - flex: 0 0 50%; - max-width: 50%; } - -.col-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; } - -.col-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; } - -.col-9 { - flex: 0 0 75%; - max-width: 75%; } - -.col-10, .jumbotron-wrapper .jumbotron .jumbotron__side, .about .about__article__body, .sponsor-category-title, .sponsors-page .call-to-sponsor, #about-natal .intern-page-content { - flex: 0 0 83.33333%; - max-width: 83.33333%; } - -.col-11, .keynote_article, .intern-page-content .header-call-to-action a { - flex: 0 0 91.66667%; - max-width: 91.66667%; } - -.col-12, .article .article__header, .article .article__body--wrapper, .jumbotron-wrapper .jumbotron .jumbotron__main, .keynote_article .keynote_picture, .keynote_article .keynote_content-wrapper, .location__info__article, .holiday-inn-banner, .sponsors__list .sponsor, .sponsors-page .sponsor__logo--wrapper, .sponsors-page .sponsor__content--wrapper, .realization .evolux-logo, #about-event .event__title, #about-event .event__content { - flex: 0 0 100%; - max-width: 100%; } - -.order-first { - order: -1; } - -.order-last { - order: 13; } - -.order-0 { - order: 0; } - -.order-1 { - order: 1; } - -.order-2 { - order: 2; } - -.order-3 { - order: 3; } - -.order-4 { - order: 4; } - -.order-5 { - order: 5; } - -.order-6 { - order: 6; } - -.order-7 { - order: 7; } - -.order-8 { - order: 8; } - -.order-9 { - order: 9; } - -.order-10 { - order: 10; } - -.order-11 { - order: 11; } - -.order-12 { - order: 12; } - -.offset-1 { - margin-left: 8.33333%; } - -.offset-2 { - margin-left: 16.66667%; } - -.offset-3 { - margin-left: 25%; } - -.offset-4 { - margin-left: 33.33333%; } - -.offset-5 { - margin-left: 41.66667%; } - -.offset-6 { - margin-left: 50%; } - -.offset-7 { - margin-left: 58.33333%; } - -.offset-8 { - margin-left: 66.66667%; } - -.offset-9 { - margin-left: 75%; } - -.offset-10 { - margin-left: 83.33333%; } - -.offset-11 { - margin-left: 91.66667%; } - -@media (min-width: 576px) { - .col-sm { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; } - .col-sm-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; } - .col-sm-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-sm-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-sm-3 { - flex: 0 0 25%; - max-width: 25%; } - .col-sm-4, .sponsors__list .sponsor, .footer-logo-wrapper .footer-logo { - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-sm-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-sm-6, .jumbotron-wrapper .jumbotron .jumbotron__main, .jumbotron-wrapper .jumbotron .jumbotron__side, .sponsors-page .call-to-sponsor, .intern-page-content .header-call-to-action a { - flex: 0 0 50%; - max-width: 50%; } - .col-sm-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-sm-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-sm-9 { - flex: 0 0 75%; - max-width: 75%; } - .col-sm-10, .about .about__article__body { - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-sm-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-sm-12, .article .article__header, .article .article__body--wrapper, .keynote_article .keynote_picture, .keynote_article .keynote_content-wrapper, .location__info__article, .holiday-inn-banner, .map-container .map .section-header-wrapper .section-header, .map-container .map .section-header-wrapper .section-header--right, .sponsors-page .sponsor__logo--wrapper, .sponsors-page .sponsor__content--wrapper, #about-event .event__title, #about-event .event__content { - flex: 0 0 100%; - max-width: 100%; } - .order-sm-first { - order: -1; } - .order-sm-last { - order: 13; } - .order-sm-0 { - order: 0; } - .order-sm-1 { - order: 1; } - .order-sm-2 { - order: 2; } - .order-sm-3 { - order: 3; } - .order-sm-4 { - order: 4; } - .order-sm-5 { - order: 5; } - .order-sm-6 { - order: 6; } - .order-sm-7 { - order: 7; } - .order-sm-8 { - order: 8; } - .order-sm-9 { - order: 9; } - .order-sm-10 { - order: 10; } - .order-sm-11 { - order: 11; } - .order-sm-12 { - order: 12; } - .offset-sm-0 { - margin-left: 0; } - .offset-sm-1 { - margin-left: 8.33333%; } - .offset-sm-2 { - margin-left: 16.66667%; } - .offset-sm-3 { - margin-left: 25%; } - .offset-sm-4 { - margin-left: 33.33333%; } - .offset-sm-5 { - margin-left: 41.66667%; } - .offset-sm-6 { - margin-left: 50%; } - .offset-sm-7 { - margin-left: 58.33333%; } - .offset-sm-8 { - margin-left: 66.66667%; } - .offset-sm-9 { - margin-left: 75%; } - .offset-sm-10 { - margin-left: 83.33333%; } - .offset-sm-11 { - margin-left: 91.66667%; } } - -@media (min-width: 768px) { - .col-md { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; } - .col-md-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; } - .col-md-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-md-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-md-3, .footer-logo-wrapper .footer-logo { - flex: 0 0 25%; - max-width: 25%; } - .col-md-4, .jumbotron-wrapper .jumbotron .jumbotron__main, .sponsors__list .sponsor, .intern-page-content .header-call-to-action a { - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-md-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-md-6, .jumbotron-wrapper .jumbotron .jumbotron__side, .sponsors-page .call-to-sponsor { - flex: 0 0 50%; - max-width: 50%; } - .col-md-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-md-8, .partners-wrapper .section-header--right { - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-md-9 { - flex: 0 0 75%; - max-width: 75%; } - .col-md-10, .article .article__header, .article .article__body--wrapper, .about .about__article__body, .map-container .map .section-header-wrapper .section-header, .map-container .map .section-header-wrapper .section-header--right { - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-md-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-md-12, .keynote_article .keynote_picture, .keynote_article .keynote_content-wrapper, .location__info__article, .holiday-inn-banner, .sponsors-page .sponsor__logo--wrapper, .sponsors-page .sponsor__content--wrapper, #about-event .event__title, #about-event .event__content { - flex: 0 0 100%; - max-width: 100%; } - .order-md-first { - order: -1; } - .order-md-last { - order: 13; } - .order-md-0 { - order: 0; } - .order-md-1 { - order: 1; } - .order-md-2 { - order: 2; } - .order-md-3 { - order: 3; } - .order-md-4 { - order: 4; } - .order-md-5 { - order: 5; } - .order-md-6 { - order: 6; } - .order-md-7 { - order: 7; } - .order-md-8 { - order: 8; } - .order-md-9 { - order: 9; } - .order-md-10 { - order: 10; } - .order-md-11 { - order: 11; } - .order-md-12 { - order: 12; } - .offset-md-0 { - margin-left: 0; } - .offset-md-1 { - margin-left: 8.33333%; } - .offset-md-2, .jumbotron-wrapper .jumbotron .jumbotron__side { - margin-left: 16.66667%; } - .offset-md-3 { - margin-left: 25%; } - .offset-md-4 { - margin-left: 33.33333%; } - .offset-md-5 { - margin-left: 41.66667%; } - .offset-md-6 { - margin-left: 50%; } - .offset-md-7 { - margin-left: 58.33333%; } - .offset-md-8 { - margin-left: 66.66667%; } - .offset-md-9 { - margin-left: 75%; } - .offset-md-10 { - margin-left: 83.33333%; } - .offset-md-11 { - margin-left: 91.66667%; } } - -@media (min-width: 992px) { - .col-lg { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; } - .col-lg-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; } - .col-lg-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-lg-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-lg-3, .jumbotron-wrapper .jumbotron .jumbotron__main, .keynote__summary__photo, .sponsors-page .sponsor-silver .sponsor__logo--wrapper, #about-event .event__title, .footer-logo-wrapper .footer-logo { - flex: 0 0 25%; - max-width: 25%; } - .col-lg-4, .section-header-wrapper .section-header, .section-header-wrapper .section-header--right, .keynote_article .keynote_picture, .sponsor-category-title, .sponsors__list .sponsor, .sponsors-page .sponsor__logo--wrapper, .sponsors-page .sponsor-platina .sponsor__logo--wrapper, .sponsors-page .sponsor-gold .sponsor__logo--wrapper, .sponsors-page .call-to-sponsor, .intern-page-content .header-call-to-action a { - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-lg-5, .sponsors-page .sponsor-diamond .sponsor__logo--wrapper { - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-lg-6, .jumbotron-wrapper .jumbotron .jumbotron__side, .location__info__article, .holiday-inn-banner, .partners-wrapper .section-header--right, #about-natal .intern-page-content { - flex: 0 0 50%; - max-width: 50%; } - .col-lg-7, .keynote__summary__body, .map-container .map .section-header-wrapper .section-header, .map-container .map .section-header-wrapper .section-header--right, .sponsors-page .sponsor-diamond .sponsor__content--wrapper { - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-lg-8, .about .about__article__body, .keynote_article .keynote_content-wrapper, .sponsors-page .sponsor__content--wrapper, .sponsors-page .sponsor-platina .sponsor__content--wrapper, .sponsors-page .sponsor-gold .sponsor__content--wrapper { - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-lg-9, .sponsors-page .sponsor-silver .sponsor__content--wrapper, #about-event .event__content { - flex: 0 0 75%; - max-width: 75%; } - .col-lg-10, .article .article__header, .article .article__body--wrapper { - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-lg-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-lg-12, .sponsors__call-to-action, .partners .partner-list { - flex: 0 0 100%; - max-width: 100%; } - .order-lg-first { - order: -1; } - .order-lg-last { - order: 13; } - .order-lg-0 { - order: 0; } - .order-lg-1 { - order: 1; } - .order-lg-2 { - order: 2; } - .order-lg-3 { - order: 3; } - .order-lg-4 { - order: 4; } - .order-lg-5 { - order: 5; } - .order-lg-6 { - order: 6; } - .order-lg-7 { - order: 7; } - .order-lg-8 { - order: 8; } - .order-lg-9 { - order: 9; } - .order-lg-10 { - order: 10; } - .order-lg-11 { - order: 11; } - .order-lg-12 { - order: 12; } - .offset-lg-0 { - margin-left: 0; } - .offset-lg-1, .jumbotron-wrapper .jumbotron .jumbotron__main { - margin-left: 8.33333%; } - .offset-lg-2, .jumbotron-wrapper .jumbotron .jumbotron__side { - margin-left: 16.66667%; } - .offset-lg-3 { - margin-left: 25%; } - .offset-lg-4 { - margin-left: 33.33333%; } - .offset-lg-5 { - margin-left: 41.66667%; } - .offset-lg-6 { - margin-left: 50%; } - .offset-lg-7 { - margin-left: 58.33333%; } - .offset-lg-8 { - margin-left: 66.66667%; } - .offset-lg-9 { - margin-left: 75%; } - .offset-lg-10 { - margin-left: 83.33333%; } - .offset-lg-11 { - margin-left: 91.66667%; } } - -@media (min-width: 1200px) { - .col-xl { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; } - .col-xl-auto { - flex: 0 0 auto; - width: auto; - max-width: 100%; } - .col-xl-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-xl-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-xl-3 { - flex: 0 0 25%; - max-width: 25%; } - .col-xl-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-xl-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-xl-6 { - flex: 0 0 50%; - max-width: 50%; } - .col-xl-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-xl-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-xl-9 { - flex: 0 0 75%; - max-width: 75%; } - .col-xl-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-xl-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-xl-12 { - flex: 0 0 100%; - max-width: 100%; } - .order-xl-first { - order: -1; } - .order-xl-last { - order: 13; } - .order-xl-0 { - order: 0; } - .order-xl-1 { - order: 1; } - .order-xl-2 { - order: 2; } - .order-xl-3 { - order: 3; } - .order-xl-4 { - order: 4; } - .order-xl-5 { - order: 5; } - .order-xl-6 { - order: 6; } - .order-xl-7 { - order: 7; } - .order-xl-8 { - order: 8; } - .order-xl-9 { - order: 9; } - .order-xl-10 { - order: 10; } - .order-xl-11 { - order: 11; } - .order-xl-12 { - order: 12; } - .offset-xl-0 { - margin-left: 0; } - .offset-xl-1 { - margin-left: 8.33333%; } - .offset-xl-2 { - margin-left: 16.66667%; } - .offset-xl-3 { - margin-left: 25%; } - .offset-xl-4 { - margin-left: 33.33333%; } - .offset-xl-5 { - margin-left: 41.66667%; } - .offset-xl-6 { - margin-left: 50%; } - .offset-xl-7 { - margin-left: 58.33333%; } - .offset-xl-8 { - margin-left: 66.66667%; } - .offset-xl-9 { - margin-left: 75%; } - .offset-xl-10 { - margin-left: 83.33333%; } - .offset-xl-11 { - margin-left: 91.66667%; } } - -.d-none, .header__nav .nav__items { - display: none !important; } - -.d-inline { - display: inline !important; } - -.d-inline-block { - display: inline-block !important; } - -.d-block, .header__nav-mobile { - display: block !important; } - -.d-table { - display: table !important; } - -.d-table-row { - display: table-row !important; } - -.d-table-cell { - display: table-cell !important; } - -.d-flex, .pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue, .placeholder-message, .placeholder-message--negative, .intern-page__header, .article, .header__nav, .header__nav-mobile__header, .header__mobile, .jumbotron-wrapper .jumbotron, .jumbotron-wrapper .jumbotron .jumbotron__main, .jumbotron-wrapper .jumbotron .jumbotron__action, .about, .keynotes-container .keynotes, .keynote_article .keynote_content-wrapper, .accordion-tabs, .keynote__summary, .location__info, .location__info__article, .sponsors__diamond, .sponsors__platinum, .sponsors__gold, .sponsors__silver, .sponsors__list, .sponsors__list .sponsor, .sponsors-page .sponsor__body--wrapper, .sponsors-page .partner__body--wrapper, .realization .evolux-logo, #about-event .event__body--wrapper, .footer__nav, .footer__actions, .footer__actions .social__nav__menu, .schedule-page .schedule_location, .intern-page-content .header-call-to-action, .footer-logo-wrapper { - display: flex !important; } - -.d-inline-flex { - display: inline-flex !important; } - -@media (min-width: 576px) { - .d-sm-none, .jumbotron-wrapper .jumbotron .jumbotron__action { - display: none !important; } - .d-sm-inline { - display: inline !important; } - .d-sm-inline-block { - display: inline-block !important; } - .d-sm-block { - display: block !important; } - .d-sm-table { - display: table !important; } - .d-sm-table-row { - display: table-row !important; } - .d-sm-table-cell { - display: table-cell !important; } - .d-sm-flex { - display: flex !important; } - .d-sm-inline-flex { - display: inline-flex !important; } } - -@media (min-width: 768px) { - .d-md-none, .header__nav-mobile, .mobile-nav-trigger, .mobile-nav-trigger--close, .header__mobile { - display: none !important; } - .d-md-inline { - display: inline !important; } - .d-md-inline-block { - display: inline-block !important; } - .d-md-block { - display: block !important; } - .d-md-table { - display: table !important; } - .d-md-table-row { - display: table-row !important; } - .d-md-table-cell { - display: table-cell !important; } - .d-md-flex, .header__nav .nav__items { - display: flex !important; } - .d-md-inline-flex { - display: inline-flex !important; } } - -@media (min-width: 992px) { - .d-lg-none { - display: none !important; } - .d-lg-inline { - display: inline !important; } - .d-lg-inline-block { - display: inline-block !important; } - .d-lg-block { - display: block !important; } - .d-lg-table { - display: table !important; } - .d-lg-table-row { - display: table-row !important; } - .d-lg-table-cell { - display: table-cell !important; } - .d-lg-flex { - display: flex !important; } - .d-lg-inline-flex { - display: inline-flex !important; } } - -@media (min-width: 1200px) { - .d-xl-none { - display: none !important; } - .d-xl-inline { - display: inline !important; } - .d-xl-inline-block { - display: inline-block !important; } - .d-xl-block { - display: block !important; } - .d-xl-table { - display: table !important; } - .d-xl-table-row { - display: table-row !important; } - .d-xl-table-cell { - display: table-cell !important; } - .d-xl-flex { - display: flex !important; } - .d-xl-inline-flex { - display: inline-flex !important; } } - -@media print { - .d-print-none { - display: none !important; } - .d-print-inline { - display: inline !important; } - .d-print-inline-block { - display: inline-block !important; } - .d-print-block { - display: block !important; } - .d-print-table { - display: table !important; } - .d-print-table-row { - display: table-row !important; } - .d-print-table-cell { - display: table-cell !important; } - .d-print-flex { - display: flex !important; } - .d-print-inline-flex { - display: inline-flex !important; } } - -.flex-row { - flex-direction: row !important; } - -.flex-column, .jumbotron-wrapper .jumbotron .jumbotron__main { - flex-direction: column !important; } - -.flex-row-reverse { - flex-direction: row-reverse !important; } - -.flex-column-reverse { - flex-direction: column-reverse !important; } - -.flex-wrap { - flex-wrap: wrap !important; } - -.flex-nowrap { - flex-wrap: nowrap !important; } - -.flex-wrap-reverse { - flex-wrap: wrap-reverse !important; } - -.flex-fill { - flex: 1 1 auto !important; } - -.flex-grow-0 { - flex-grow: 0 !important; } - -.flex-grow-1 { - flex-grow: 1 !important; } - -.flex-shrink-0 { - flex-shrink: 0 !important; } - -.flex-shrink-1 { - flex-shrink: 1 !important; } - -.justify-content-start { - justify-content: flex-start !important; } - -.justify-content-end, .header__nav .nav__items { - justify-content: flex-end !important; } - -.justify-content-center, .pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue, .placeholder-message, .placeholder-message--negative, .intern-page__header, .article, .header__nav-mobile__header, .header__mobile, .about, .keynotes-container .keynotes, .keynote__summary, .sponsors__diamond, .sponsors__platinum, .sponsors__gold, .sponsors__silver, .sponsors__list, .sponsors__list .sponsor, .realization .evolux-logo, .footer__actions .social__nav__menu, .intern-page-content .header-call-to-action, .footer-logo-wrapper { - justify-content: center !important; } - -.justify-content-between, .jumbotron-wrapper .jumbotron, .location__info__article, .footer__nav { - justify-content: space-between !important; } - -.justify-content-around, .jumbotron-wrapper .jumbotron .jumbotron__main, .footer__actions { - justify-content: space-around !important; } - -.align-items-start { - align-items: flex-start !important; } - -.align-items-end { - align-items: flex-end !important; } - -.align-items-center, .pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue, .placeholder-message, .placeholder-message--negative, .intern-page__header, .header__nav, .header__nav .nav__items, .header__nav-mobile__header, .jumbotron-wrapper .jumbotron, .jumbotron-wrapper .jumbotron .jumbotron__action, .sponsors__list .sponsor, .footer__actions, .schedule-page .schedule_location { - align-items: center !important; } - -.align-items-baseline { - align-items: baseline !important; } - -.align-items-stretch { - align-items: stretch !important; } - -.align-content-start { - align-content: flex-start !important; } - -.align-content-end { - align-content: flex-end !important; } - -.align-content-center { - align-content: center !important; } - -.align-content-between { - align-content: space-between !important; } - -.align-content-around { - align-content: space-around !important; } - -.align-content-stretch { - align-content: stretch !important; } - -.align-self-auto { - align-self: auto !important; } - -.align-self-start, .jumbotron-wrapper .jumbotron .jumbotron__side { - align-self: flex-start !important; } - -.align-self-end { - align-self: flex-end !important; } - -.align-self-center { - align-self: center !important; } - -.align-self-baseline { - align-self: baseline !important; } - -.align-self-stretch { - align-self: stretch !important; } - -@media (min-width: 576px) { - .flex-sm-row { - flex-direction: row !important; } - .flex-sm-column { - flex-direction: column !important; } - .flex-sm-row-reverse { - flex-direction: row-reverse !important; } - .flex-sm-column-reverse { - flex-direction: column-reverse !important; } - .flex-sm-wrap { - flex-wrap: wrap !important; } - .flex-sm-nowrap { - flex-wrap: nowrap !important; } - .flex-sm-wrap-reverse { - flex-wrap: wrap-reverse !important; } - .flex-sm-fill { - flex: 1 1 auto !important; } - .flex-sm-grow-0 { - flex-grow: 0 !important; } - .flex-sm-grow-1 { - flex-grow: 1 !important; } - .flex-sm-shrink-0 { - flex-shrink: 0 !important; } - .flex-sm-shrink-1 { - flex-shrink: 1 !important; } - .justify-content-sm-start { - justify-content: flex-start !important; } - .justify-content-sm-end, .intern-page-content .header-call-to-action { - justify-content: flex-end !important; } - .justify-content-sm-center { - justify-content: center !important; } - .justify-content-sm-between { - justify-content: space-between !important; } - .justify-content-sm-around { - justify-content: space-around !important; } - .align-items-sm-start { - align-items: flex-start !important; } - .align-items-sm-end { - align-items: flex-end !important; } - .align-items-sm-center { - align-items: center !important; } - .align-items-sm-baseline { - align-items: baseline !important; } - .align-items-sm-stretch { - align-items: stretch !important; } - .align-content-sm-start { - align-content: flex-start !important; } - .align-content-sm-end { - align-content: flex-end !important; } - .align-content-sm-center { - align-content: center !important; } - .align-content-sm-between { - align-content: space-between !important; } - .align-content-sm-around { - align-content: space-around !important; } - .align-content-sm-stretch { - align-content: stretch !important; } - .align-self-sm-auto { - align-self: auto !important; } - .align-self-sm-start { - align-self: flex-start !important; } - .align-self-sm-end { - align-self: flex-end !important; } - .align-self-sm-center { - align-self: center !important; } - .align-self-sm-baseline { - align-self: baseline !important; } - .align-self-sm-stretch { - align-self: stretch !important; } } - -@media (min-width: 768px) { - .flex-md-row { - flex-direction: row !important; } - .flex-md-column { - flex-direction: column !important; } - .flex-md-row-reverse { - flex-direction: row-reverse !important; } - .flex-md-column-reverse { - flex-direction: column-reverse !important; } - .flex-md-wrap { - flex-wrap: wrap !important; } - .flex-md-nowrap { - flex-wrap: nowrap !important; } - .flex-md-wrap-reverse { - flex-wrap: wrap-reverse !important; } - .flex-md-fill { - flex: 1 1 auto !important; } - .flex-md-grow-0 { - flex-grow: 0 !important; } - .flex-md-grow-1 { - flex-grow: 1 !important; } - .flex-md-shrink-0 { - flex-shrink: 0 !important; } - .flex-md-shrink-1 { - flex-shrink: 1 !important; } - .justify-content-md-start { - justify-content: flex-start !important; } - .justify-content-md-end { - justify-content: flex-end !important; } - .justify-content-md-center { - justify-content: center !important; } - .justify-content-md-between { - justify-content: space-between !important; } - .justify-content-md-around { - justify-content: space-around !important; } - .align-items-md-start { - align-items: flex-start !important; } - .align-items-md-end { - align-items: flex-end !important; } - .align-items-md-center { - align-items: center !important; } - .align-items-md-baseline { - align-items: baseline !important; } - .align-items-md-stretch { - align-items: stretch !important; } - .align-content-md-start { - align-content: flex-start !important; } - .align-content-md-end { - align-content: flex-end !important; } - .align-content-md-center { - align-content: center !important; } - .align-content-md-between { - align-content: space-between !important; } - .align-content-md-around { - align-content: space-around !important; } - .align-content-md-stretch { - align-content: stretch !important; } - .align-self-md-auto { - align-self: auto !important; } - .align-self-md-start { - align-self: flex-start !important; } - .align-self-md-end { - align-self: flex-end !important; } - .align-self-md-center { - align-self: center !important; } - .align-self-md-baseline { - align-self: baseline !important; } - .align-self-md-stretch { - align-self: stretch !important; } } - -@media (min-width: 992px) { - .flex-lg-row { - flex-direction: row !important; } - .flex-lg-column, .location__info__article { - flex-direction: column !important; } - .flex-lg-row-reverse { - flex-direction: row-reverse !important; } - .flex-lg-column-reverse { - flex-direction: column-reverse !important; } - .flex-lg-wrap { - flex-wrap: wrap !important; } - .flex-lg-nowrap { - flex-wrap: nowrap !important; } - .flex-lg-wrap-reverse { - flex-wrap: wrap-reverse !important; } - .flex-lg-fill { - flex: 1 1 auto !important; } - .flex-lg-grow-0 { - flex-grow: 0 !important; } - .flex-lg-grow-1 { - flex-grow: 1 !important; } - .flex-lg-shrink-0 { - flex-shrink: 0 !important; } - .flex-lg-shrink-1 { - flex-shrink: 1 !important; } - .justify-content-lg-start { - justify-content: flex-start !important; } - .justify-content-lg-end { - justify-content: flex-end !important; } - .justify-content-lg-center { - justify-content: center !important; } - .justify-content-lg-between, .location__info__article { - justify-content: space-between !important; } - .justify-content-lg-around { - justify-content: space-around !important; } - .align-items-lg-start { - align-items: flex-start !important; } - .align-items-lg-end { - align-items: flex-end !important; } - .align-items-lg-center { - align-items: center !important; } - .align-items-lg-baseline { - align-items: baseline !important; } - .align-items-lg-stretch { - align-items: stretch !important; } - .align-content-lg-start { - align-content: flex-start !important; } - .align-content-lg-end { - align-content: flex-end !important; } - .align-content-lg-center { - align-content: center !important; } - .align-content-lg-between { - align-content: space-between !important; } - .align-content-lg-around { - align-content: space-around !important; } - .align-content-lg-stretch { - align-content: stretch !important; } - .align-self-lg-auto { - align-self: auto !important; } - .align-self-lg-start { - align-self: flex-start !important; } - .align-self-lg-end { - align-self: flex-end !important; } - .align-self-lg-center { - align-self: center !important; } - .align-self-lg-baseline { - align-self: baseline !important; } - .align-self-lg-stretch { - align-self: stretch !important; } } - -@media (min-width: 1200px) { - .flex-xl-row { - flex-direction: row !important; } - .flex-xl-column { - flex-direction: column !important; } - .flex-xl-row-reverse { - flex-direction: row-reverse !important; } - .flex-xl-column-reverse { - flex-direction: column-reverse !important; } - .flex-xl-wrap { - flex-wrap: wrap !important; } - .flex-xl-nowrap { - flex-wrap: nowrap !important; } - .flex-xl-wrap-reverse { - flex-wrap: wrap-reverse !important; } - .flex-xl-fill { - flex: 1 1 auto !important; } - .flex-xl-grow-0 { - flex-grow: 0 !important; } - .flex-xl-grow-1 { - flex-grow: 1 !important; } - .flex-xl-shrink-0 { - flex-shrink: 0 !important; } - .flex-xl-shrink-1 { - flex-shrink: 1 !important; } - .justify-content-xl-start { - justify-content: flex-start !important; } - .justify-content-xl-end { - justify-content: flex-end !important; } - .justify-content-xl-center { - justify-content: center !important; } - .justify-content-xl-between { - justify-content: space-between !important; } - .justify-content-xl-around { - justify-content: space-around !important; } - .align-items-xl-start { - align-items: flex-start !important; } - .align-items-xl-end { - align-items: flex-end !important; } - .align-items-xl-center { - align-items: center !important; } - .align-items-xl-baseline { - align-items: baseline !important; } - .align-items-xl-stretch { - align-items: stretch !important; } - .align-content-xl-start { - align-content: flex-start !important; } - .align-content-xl-end { - align-content: flex-end !important; } - .align-content-xl-center { - align-content: center !important; } - .align-content-xl-between { - align-content: space-between !important; } - .align-content-xl-around { - align-content: space-around !important; } - .align-content-xl-stretch { - align-content: stretch !important; } - .align-self-xl-auto { - align-self: auto !important; } - .align-self-xl-start { - align-self: flex-start !important; } - .align-self-xl-end { - align-self: flex-end !important; } - .align-self-xl-center { - align-self: center !important; } - .align-self-xl-baseline { - align-self: baseline !important; } - .align-self-xl-stretch { - align-self: stretch !important; } } - -.m-0 { - margin: 0 !important; } - -.mt-0, -.my-0 { - margin-top: 0 !important; } - -.mr-0, -.mx-0 { - margin-right: 0 !important; } - -.mb-0, -.my-0 { - margin-bottom: 0 !important; } - -.ml-0, -.mx-0 { - margin-left: 0 !important; } - -.m-1 { - margin: 0.25rem !important; } - -.mt-1, -.my-1 { - margin-top: 0.25rem !important; } - -.mr-1, -.mx-1 { - margin-right: 0.25rem !important; } - -.mb-1, -.my-1 { - margin-bottom: 0.25rem !important; } - -.ml-1, -.mx-1 { - margin-left: 0.25rem !important; } - -.m-2 { - margin: 0.5rem !important; } - -.mt-2, -.my-2 { - margin-top: 0.5rem !important; } - -.mr-2, -.mx-2 { - margin-right: 0.5rem !important; } - -.mb-2, -.my-2 { - margin-bottom: 0.5rem !important; } - -.ml-2, -.mx-2 { - margin-left: 0.5rem !important; } - -.m-3 { - margin: 1rem !important; } - -.mt-3, -.my-3 { - margin-top: 1rem !important; } - -.mr-3, -.mx-3 { - margin-right: 1rem !important; } - -.mb-3, -.my-3 { - margin-bottom: 1rem !important; } - -.ml-3, -.mx-3 { - margin-left: 1rem !important; } - -.m-4 { - margin: 1.5rem !important; } - -.mt-4, -.my-4 { - margin-top: 1.5rem !important; } - -.mr-4, -.mx-4 { - margin-right: 1.5rem !important; } - -.mb-4, -.my-4 { - margin-bottom: 1.5rem !important; } - -.ml-4, -.mx-4 { - margin-left: 1.5rem !important; } - -.m-5 { - margin: 3rem !important; } - -.mt-5, -.my-5 { - margin-top: 3rem !important; } - -.mr-5, -.mx-5 { - margin-right: 3rem !important; } - -.mb-5, -.my-5 { - margin-bottom: 3rem !important; } - -.ml-5, -.mx-5 { - margin-left: 3rem !important; } - -.p-0 { - padding: 0 !important; } - -.pt-0, -.py-0 { - padding-top: 0 !important; } - -.pr-0, -.px-0 { - padding-right: 0 !important; } - -.pb-0, -.py-0 { - padding-bottom: 0 !important; } - -.pl-0, -.px-0 { - padding-left: 0 !important; } - -.p-1 { - padding: 0.25rem !important; } - -.pt-1, -.py-1 { - padding-top: 0.25rem !important; } - -.pr-1, -.px-1 { - padding-right: 0.25rem !important; } - -.pb-1, -.py-1 { - padding-bottom: 0.25rem !important; } - -.pl-1, -.px-1 { - padding-left: 0.25rem !important; } - -.p-2 { - padding: 0.5rem !important; } - -.pt-2, -.py-2 { - padding-top: 0.5rem !important; } - -.pr-2, -.px-2 { - padding-right: 0.5rem !important; } - -.pb-2, -.py-2 { - padding-bottom: 0.5rem !important; } - -.pl-2, -.px-2 { - padding-left: 0.5rem !important; } - -.p-3 { - padding: 1rem !important; } - -.pt-3, -.py-3 { - padding-top: 1rem !important; } - -.pr-3, -.px-3 { - padding-right: 1rem !important; } - -.pb-3, -.py-3 { - padding-bottom: 1rem !important; } - -.pl-3, -.px-3 { - padding-left: 1rem !important; } - -.p-4 { - padding: 1.5rem !important; } - -.pt-4, -.py-4 { - padding-top: 1.5rem !important; } - -.pr-4, -.px-4 { - padding-right: 1.5rem !important; } - -.pb-4, -.py-4 { - padding-bottom: 1.5rem !important; } - -.pl-4, -.px-4 { - padding-left: 1.5rem !important; } - -.p-5 { - padding: 3rem !important; } - -.pt-5, -.py-5 { - padding-top: 3rem !important; } - -.pr-5, -.px-5 { - padding-right: 3rem !important; } - -.pb-5, -.py-5 { - padding-bottom: 3rem !important; } - -.pl-5, -.px-5 { - padding-left: 3rem !important; } - -.m-n1 { - margin: -0.25rem !important; } - -.mt-n1, -.my-n1 { - margin-top: -0.25rem !important; } - -.mr-n1, -.mx-n1 { - margin-right: -0.25rem !important; } - -.mb-n1, -.my-n1 { - margin-bottom: -0.25rem !important; } - -.ml-n1, -.mx-n1 { - margin-left: -0.25rem !important; } - -.m-n2 { - margin: -0.5rem !important; } - -.mt-n2, -.my-n2 { - margin-top: -0.5rem !important; } - -.mr-n2, -.mx-n2 { - margin-right: -0.5rem !important; } - -.mb-n2, -.my-n2 { - margin-bottom: -0.5rem !important; } - -.ml-n2, -.mx-n2 { - margin-left: -0.5rem !important; } - -.m-n3 { - margin: -1rem !important; } - -.mt-n3, -.my-n3 { - margin-top: -1rem !important; } - -.mr-n3, -.mx-n3 { - margin-right: -1rem !important; } - -.mb-n3, -.my-n3 { - margin-bottom: -1rem !important; } - -.ml-n3, -.mx-n3 { - margin-left: -1rem !important; } - -.m-n4 { - margin: -1.5rem !important; } - -.mt-n4, -.my-n4 { - margin-top: -1.5rem !important; } - -.mr-n4, -.mx-n4 { - margin-right: -1.5rem !important; } - -.mb-n4, -.my-n4 { - margin-bottom: -1.5rem !important; } - -.ml-n4, -.mx-n4 { - margin-left: -1.5rem !important; } - -.m-n5 { - margin: -3rem !important; } - -.mt-n5, -.my-n5 { - margin-top: -3rem !important; } - -.mr-n5, -.mx-n5 { - margin-right: -3rem !important; } - -.mb-n5, -.my-n5 { - margin-bottom: -3rem !important; } - -.ml-n5, -.mx-n5 { - margin-left: -3rem !important; } - -.m-auto { - margin: auto !important; } - -.mt-auto, -.my-auto { - margin-top: auto !important; } - -.mr-auto, -.mx-auto { - margin-right: auto !important; } - -.mb-auto, -.my-auto { - margin-bottom: auto !important; } - -.ml-auto, -.mx-auto { - margin-left: auto !important; } - -@media (min-width: 576px) { - .m-sm-0 { - margin: 0 !important; } - .mt-sm-0, - .my-sm-0 { - margin-top: 0 !important; } - .mr-sm-0, - .mx-sm-0 { - margin-right: 0 !important; } - .mb-sm-0, - .my-sm-0 { - margin-bottom: 0 !important; } - .ml-sm-0, - .mx-sm-0 { - margin-left: 0 !important; } - .m-sm-1 { - margin: 0.25rem !important; } - .mt-sm-1, - .my-sm-1 { - margin-top: 0.25rem !important; } - .mr-sm-1, - .mx-sm-1 { - margin-right: 0.25rem !important; } - .mb-sm-1, - .my-sm-1 { - margin-bottom: 0.25rem !important; } - .ml-sm-1, - .mx-sm-1 { - margin-left: 0.25rem !important; } - .m-sm-2 { - margin: 0.5rem !important; } - .mt-sm-2, - .my-sm-2 { - margin-top: 0.5rem !important; } - .mr-sm-2, - .mx-sm-2 { - margin-right: 0.5rem !important; } - .mb-sm-2, - .my-sm-2 { - margin-bottom: 0.5rem !important; } - .ml-sm-2, - .mx-sm-2 { - margin-left: 0.5rem !important; } - .m-sm-3 { - margin: 1rem !important; } - .mt-sm-3, - .my-sm-3 { - margin-top: 1rem !important; } - .mr-sm-3, - .mx-sm-3 { - margin-right: 1rem !important; } - .mb-sm-3, - .my-sm-3 { - margin-bottom: 1rem !important; } - .ml-sm-3, - .mx-sm-3 { - margin-left: 1rem !important; } - .m-sm-4 { - margin: 1.5rem !important; } - .mt-sm-4, - .my-sm-4 { - margin-top: 1.5rem !important; } - .mr-sm-4, - .mx-sm-4 { - margin-right: 1.5rem !important; } - .mb-sm-4, - .my-sm-4 { - margin-bottom: 1.5rem !important; } - .ml-sm-4, - .mx-sm-4 { - margin-left: 1.5rem !important; } - .m-sm-5 { - margin: 3rem !important; } - .mt-sm-5, - .my-sm-5 { - margin-top: 3rem !important; } - .mr-sm-5, - .mx-sm-5 { - margin-right: 3rem !important; } - .mb-sm-5, - .my-sm-5 { - margin-bottom: 3rem !important; } - .ml-sm-5, - .mx-sm-5 { - margin-left: 3rem !important; } - .p-sm-0 { - padding: 0 !important; } - .pt-sm-0, - .py-sm-0 { - padding-top: 0 !important; } - .pr-sm-0, - .px-sm-0 { - padding-right: 0 !important; } - .pb-sm-0, - .py-sm-0 { - padding-bottom: 0 !important; } - .pl-sm-0, - .px-sm-0 { - padding-left: 0 !important; } - .p-sm-1 { - padding: 0.25rem !important; } - .pt-sm-1, - .py-sm-1 { - padding-top: 0.25rem !important; } - .pr-sm-1, - .px-sm-1 { - padding-right: 0.25rem !important; } - .pb-sm-1, - .py-sm-1 { - padding-bottom: 0.25rem !important; } - .pl-sm-1, - .px-sm-1 { - padding-left: 0.25rem !important; } - .p-sm-2 { - padding: 0.5rem !important; } - .pt-sm-2, - .py-sm-2 { - padding-top: 0.5rem !important; } - .pr-sm-2, - .px-sm-2 { - padding-right: 0.5rem !important; } - .pb-sm-2, - .py-sm-2 { - padding-bottom: 0.5rem !important; } - .pl-sm-2, - .px-sm-2 { - padding-left: 0.5rem !important; } - .p-sm-3 { - padding: 1rem !important; } - .pt-sm-3, - .py-sm-3 { - padding-top: 1rem !important; } - .pr-sm-3, - .px-sm-3 { - padding-right: 1rem !important; } - .pb-sm-3, - .py-sm-3 { - padding-bottom: 1rem !important; } - .pl-sm-3, - .px-sm-3 { - padding-left: 1rem !important; } - .p-sm-4 { - padding: 1.5rem !important; } - .pt-sm-4, - .py-sm-4 { - padding-top: 1.5rem !important; } - .pr-sm-4, - .px-sm-4 { - padding-right: 1.5rem !important; } - .pb-sm-4, - .py-sm-4 { - padding-bottom: 1.5rem !important; } - .pl-sm-4, - .px-sm-4 { - padding-left: 1.5rem !important; } - .p-sm-5 { - padding: 3rem !important; } - .pt-sm-5, - .py-sm-5 { - padding-top: 3rem !important; } - .pr-sm-5, - .px-sm-5 { - padding-right: 3rem !important; } - .pb-sm-5, - .py-sm-5 { - padding-bottom: 3rem !important; } - .pl-sm-5, - .px-sm-5 { - padding-left: 3rem !important; } - .m-sm-n1 { - margin: -0.25rem !important; } - .mt-sm-n1, - .my-sm-n1 { - margin-top: -0.25rem !important; } - .mr-sm-n1, - .mx-sm-n1 { - margin-right: -0.25rem !important; } - .mb-sm-n1, - .my-sm-n1 { - margin-bottom: -0.25rem !important; } - .ml-sm-n1, - .mx-sm-n1 { - margin-left: -0.25rem !important; } - .m-sm-n2 { - margin: -0.5rem !important; } - .mt-sm-n2, - .my-sm-n2 { - margin-top: -0.5rem !important; } - .mr-sm-n2, - .mx-sm-n2 { - margin-right: -0.5rem !important; } - .mb-sm-n2, - .my-sm-n2 { - margin-bottom: -0.5rem !important; } - .ml-sm-n2, - .mx-sm-n2 { - margin-left: -0.5rem !important; } - .m-sm-n3 { - margin: -1rem !important; } - .mt-sm-n3, - .my-sm-n3 { - margin-top: -1rem !important; } - .mr-sm-n3, - .mx-sm-n3 { - margin-right: -1rem !important; } - .mb-sm-n3, - .my-sm-n3 { - margin-bottom: -1rem !important; } - .ml-sm-n3, - .mx-sm-n3 { - margin-left: -1rem !important; } - .m-sm-n4 { - margin: -1.5rem !important; } - .mt-sm-n4, - .my-sm-n4 { - margin-top: -1.5rem !important; } - .mr-sm-n4, - .mx-sm-n4 { - margin-right: -1.5rem !important; } - .mb-sm-n4, - .my-sm-n4 { - margin-bottom: -1.5rem !important; } - .ml-sm-n4, - .mx-sm-n4 { - margin-left: -1.5rem !important; } - .m-sm-n5 { - margin: -3rem !important; } - .mt-sm-n5, - .my-sm-n5 { - margin-top: -3rem !important; } - .mr-sm-n5, - .mx-sm-n5 { - margin-right: -3rem !important; } - .mb-sm-n5, - .my-sm-n5 { - margin-bottom: -3rem !important; } - .ml-sm-n5, - .mx-sm-n5 { - margin-left: -3rem !important; } - .m-sm-auto { - margin: auto !important; } - .mt-sm-auto, - .my-sm-auto { - margin-top: auto !important; } - .mr-sm-auto, - .mx-sm-auto { - margin-right: auto !important; } - .mb-sm-auto, - .my-sm-auto { - margin-bottom: auto !important; } - .ml-sm-auto, - .mx-sm-auto { - margin-left: auto !important; } } - -@media (min-width: 768px) { - .m-md-0 { - margin: 0 !important; } - .mt-md-0, - .my-md-0 { - margin-top: 0 !important; } - .mr-md-0, - .mx-md-0 { - margin-right: 0 !important; } - .mb-md-0, - .my-md-0 { - margin-bottom: 0 !important; } - .ml-md-0, - .mx-md-0 { - margin-left: 0 !important; } - .m-md-1 { - margin: 0.25rem !important; } - .mt-md-1, - .my-md-1 { - margin-top: 0.25rem !important; } - .mr-md-1, - .mx-md-1 { - margin-right: 0.25rem !important; } - .mb-md-1, - .my-md-1 { - margin-bottom: 0.25rem !important; } - .ml-md-1, - .mx-md-1 { - margin-left: 0.25rem !important; } - .m-md-2 { - margin: 0.5rem !important; } - .mt-md-2, - .my-md-2 { - margin-top: 0.5rem !important; } - .mr-md-2, - .mx-md-2 { - margin-right: 0.5rem !important; } - .mb-md-2, - .my-md-2 { - margin-bottom: 0.5rem !important; } - .ml-md-2, - .mx-md-2 { - margin-left: 0.5rem !important; } - .m-md-3 { - margin: 1rem !important; } - .mt-md-3, - .my-md-3 { - margin-top: 1rem !important; } - .mr-md-3, - .mx-md-3 { - margin-right: 1rem !important; } - .mb-md-3, - .my-md-3 { - margin-bottom: 1rem !important; } - .ml-md-3, - .mx-md-3 { - margin-left: 1rem !important; } - .m-md-4 { - margin: 1.5rem !important; } - .mt-md-4, - .my-md-4 { - margin-top: 1.5rem !important; } - .mr-md-4, - .mx-md-4 { - margin-right: 1.5rem !important; } - .mb-md-4, - .my-md-4 { - margin-bottom: 1.5rem !important; } - .ml-md-4, - .mx-md-4 { - margin-left: 1.5rem !important; } - .m-md-5 { - margin: 3rem !important; } - .mt-md-5, - .my-md-5 { - margin-top: 3rem !important; } - .mr-md-5, - .mx-md-5 { - margin-right: 3rem !important; } - .mb-md-5, - .my-md-5 { - margin-bottom: 3rem !important; } - .ml-md-5, - .mx-md-5 { - margin-left: 3rem !important; } - .p-md-0 { - padding: 0 !important; } - .pt-md-0, - .py-md-0 { - padding-top: 0 !important; } - .pr-md-0, - .px-md-0 { - padding-right: 0 !important; } - .pb-md-0, - .py-md-0 { - padding-bottom: 0 !important; } - .pl-md-0, - .px-md-0 { - padding-left: 0 !important; } - .p-md-1 { - padding: 0.25rem !important; } - .pt-md-1, - .py-md-1 { - padding-top: 0.25rem !important; } - .pr-md-1, - .px-md-1 { - padding-right: 0.25rem !important; } - .pb-md-1, - .py-md-1 { - padding-bottom: 0.25rem !important; } - .pl-md-1, - .px-md-1 { - padding-left: 0.25rem !important; } - .p-md-2 { - padding: 0.5rem !important; } - .pt-md-2, - .py-md-2 { - padding-top: 0.5rem !important; } - .pr-md-2, - .px-md-2 { - padding-right: 0.5rem !important; } - .pb-md-2, - .py-md-2 { - padding-bottom: 0.5rem !important; } - .pl-md-2, - .px-md-2 { - padding-left: 0.5rem !important; } - .p-md-3 { - padding: 1rem !important; } - .pt-md-3, - .py-md-3 { - padding-top: 1rem !important; } - .pr-md-3, - .px-md-3 { - padding-right: 1rem !important; } - .pb-md-3, - .py-md-3 { - padding-bottom: 1rem !important; } - .pl-md-3, - .px-md-3 { - padding-left: 1rem !important; } - .p-md-4 { - padding: 1.5rem !important; } - .pt-md-4, - .py-md-4 { - padding-top: 1.5rem !important; } - .pr-md-4, - .px-md-4 { - padding-right: 1.5rem !important; } - .pb-md-4, - .py-md-4 { - padding-bottom: 1.5rem !important; } - .pl-md-4, - .px-md-4 { - padding-left: 1.5rem !important; } - .p-md-5 { - padding: 3rem !important; } - .pt-md-5, - .py-md-5 { - padding-top: 3rem !important; } - .pr-md-5, - .px-md-5 { - padding-right: 3rem !important; } - .pb-md-5, - .py-md-5 { - padding-bottom: 3rem !important; } - .pl-md-5, - .px-md-5 { - padding-left: 3rem !important; } - .m-md-n1 { - margin: -0.25rem !important; } - .mt-md-n1, - .my-md-n1 { - margin-top: -0.25rem !important; } - .mr-md-n1, - .mx-md-n1 { - margin-right: -0.25rem !important; } - .mb-md-n1, - .my-md-n1 { - margin-bottom: -0.25rem !important; } - .ml-md-n1, - .mx-md-n1 { - margin-left: -0.25rem !important; } - .m-md-n2 { - margin: -0.5rem !important; } - .mt-md-n2, - .my-md-n2 { - margin-top: -0.5rem !important; } - .mr-md-n2, - .mx-md-n2 { - margin-right: -0.5rem !important; } - .mb-md-n2, - .my-md-n2 { - margin-bottom: -0.5rem !important; } - .ml-md-n2, - .mx-md-n2 { - margin-left: -0.5rem !important; } - .m-md-n3 { - margin: -1rem !important; } - .mt-md-n3, - .my-md-n3 { - margin-top: -1rem !important; } - .mr-md-n3, - .mx-md-n3 { - margin-right: -1rem !important; } - .mb-md-n3, - .my-md-n3 { - margin-bottom: -1rem !important; } - .ml-md-n3, - .mx-md-n3 { - margin-left: -1rem !important; } - .m-md-n4 { - margin: -1.5rem !important; } - .mt-md-n4, - .my-md-n4 { - margin-top: -1.5rem !important; } - .mr-md-n4, - .mx-md-n4 { - margin-right: -1.5rem !important; } - .mb-md-n4, - .my-md-n4 { - margin-bottom: -1.5rem !important; } - .ml-md-n4, - .mx-md-n4 { - margin-left: -1.5rem !important; } - .m-md-n5 { - margin: -3rem !important; } - .mt-md-n5, - .my-md-n5 { - margin-top: -3rem !important; } - .mr-md-n5, - .mx-md-n5 { - margin-right: -3rem !important; } - .mb-md-n5, - .my-md-n5 { - margin-bottom: -3rem !important; } - .ml-md-n5, - .mx-md-n5 { - margin-left: -3rem !important; } - .m-md-auto { - margin: auto !important; } - .mt-md-auto, - .my-md-auto { - margin-top: auto !important; } - .mr-md-auto, - .mx-md-auto { - margin-right: auto !important; } - .mb-md-auto, - .my-md-auto { - margin-bottom: auto !important; } - .ml-md-auto, - .mx-md-auto { - margin-left: auto !important; } } - -@media (min-width: 992px) { - .m-lg-0 { - margin: 0 !important; } - .mt-lg-0, - .my-lg-0 { - margin-top: 0 !important; } - .mr-lg-0, - .mx-lg-0 { - margin-right: 0 !important; } - .mb-lg-0, - .my-lg-0 { - margin-bottom: 0 !important; } - .ml-lg-0, - .mx-lg-0 { - margin-left: 0 !important; } - .m-lg-1 { - margin: 0.25rem !important; } - .mt-lg-1, - .my-lg-1 { - margin-top: 0.25rem !important; } - .mr-lg-1, - .mx-lg-1 { - margin-right: 0.25rem !important; } - .mb-lg-1, - .my-lg-1 { - margin-bottom: 0.25rem !important; } - .ml-lg-1, - .mx-lg-1 { - margin-left: 0.25rem !important; } - .m-lg-2 { - margin: 0.5rem !important; } - .mt-lg-2, - .my-lg-2 { - margin-top: 0.5rem !important; } - .mr-lg-2, - .mx-lg-2 { - margin-right: 0.5rem !important; } - .mb-lg-2, - .my-lg-2 { - margin-bottom: 0.5rem !important; } - .ml-lg-2, - .mx-lg-2 { - margin-left: 0.5rem !important; } - .m-lg-3 { - margin: 1rem !important; } - .mt-lg-3, - .my-lg-3 { - margin-top: 1rem !important; } - .mr-lg-3, - .mx-lg-3 { - margin-right: 1rem !important; } - .mb-lg-3, - .my-lg-3 { - margin-bottom: 1rem !important; } - .ml-lg-3, - .mx-lg-3 { - margin-left: 1rem !important; } - .m-lg-4 { - margin: 1.5rem !important; } - .mt-lg-4, - .my-lg-4 { - margin-top: 1.5rem !important; } - .mr-lg-4, - .mx-lg-4 { - margin-right: 1.5rem !important; } - .mb-lg-4, - .my-lg-4 { - margin-bottom: 1.5rem !important; } - .ml-lg-4, - .mx-lg-4 { - margin-left: 1.5rem !important; } - .m-lg-5 { - margin: 3rem !important; } - .mt-lg-5, - .my-lg-5 { - margin-top: 3rem !important; } - .mr-lg-5, - .mx-lg-5 { - margin-right: 3rem !important; } - .mb-lg-5, - .my-lg-5 { - margin-bottom: 3rem !important; } - .ml-lg-5, - .mx-lg-5 { - margin-left: 3rem !important; } - .p-lg-0 { - padding: 0 !important; } - .pt-lg-0, - .py-lg-0 { - padding-top: 0 !important; } - .pr-lg-0, - .px-lg-0 { - padding-right: 0 !important; } - .pb-lg-0, - .py-lg-0 { - padding-bottom: 0 !important; } - .pl-lg-0, - .px-lg-0 { - padding-left: 0 !important; } - .p-lg-1 { - padding: 0.25rem !important; } - .pt-lg-1, - .py-lg-1 { - padding-top: 0.25rem !important; } - .pr-lg-1, - .px-lg-1 { - padding-right: 0.25rem !important; } - .pb-lg-1, - .py-lg-1 { - padding-bottom: 0.25rem !important; } - .pl-lg-1, - .px-lg-1 { - padding-left: 0.25rem !important; } - .p-lg-2 { - padding: 0.5rem !important; } - .pt-lg-2, - .py-lg-2 { - padding-top: 0.5rem !important; } - .pr-lg-2, - .px-lg-2 { - padding-right: 0.5rem !important; } - .pb-lg-2, - .py-lg-2 { - padding-bottom: 0.5rem !important; } - .pl-lg-2, - .px-lg-2 { - padding-left: 0.5rem !important; } - .p-lg-3 { - padding: 1rem !important; } - .pt-lg-3, - .py-lg-3 { - padding-top: 1rem !important; } - .pr-lg-3, - .px-lg-3 { - padding-right: 1rem !important; } - .pb-lg-3, - .py-lg-3 { - padding-bottom: 1rem !important; } - .pl-lg-3, - .px-lg-3 { - padding-left: 1rem !important; } - .p-lg-4 { - padding: 1.5rem !important; } - .pt-lg-4, - .py-lg-4 { - padding-top: 1.5rem !important; } - .pr-lg-4, - .px-lg-4 { - padding-right: 1.5rem !important; } - .pb-lg-4, - .py-lg-4 { - padding-bottom: 1.5rem !important; } - .pl-lg-4, - .px-lg-4 { - padding-left: 1.5rem !important; } - .p-lg-5 { - padding: 3rem !important; } - .pt-lg-5, - .py-lg-5 { - padding-top: 3rem !important; } - .pr-lg-5, - .px-lg-5 { - padding-right: 3rem !important; } - .pb-lg-5, - .py-lg-5 { - padding-bottom: 3rem !important; } - .pl-lg-5, - .px-lg-5 { - padding-left: 3rem !important; } - .m-lg-n1 { - margin: -0.25rem !important; } - .mt-lg-n1, - .my-lg-n1 { - margin-top: -0.25rem !important; } - .mr-lg-n1, - .mx-lg-n1 { - margin-right: -0.25rem !important; } - .mb-lg-n1, - .my-lg-n1 { - margin-bottom: -0.25rem !important; } - .ml-lg-n1, - .mx-lg-n1 { - margin-left: -0.25rem !important; } - .m-lg-n2 { - margin: -0.5rem !important; } - .mt-lg-n2, - .my-lg-n2 { - margin-top: -0.5rem !important; } - .mr-lg-n2, - .mx-lg-n2 { - margin-right: -0.5rem !important; } - .mb-lg-n2, - .my-lg-n2 { - margin-bottom: -0.5rem !important; } - .ml-lg-n2, - .mx-lg-n2 { - margin-left: -0.5rem !important; } - .m-lg-n3 { - margin: -1rem !important; } - .mt-lg-n3, - .my-lg-n3 { - margin-top: -1rem !important; } - .mr-lg-n3, - .mx-lg-n3 { - margin-right: -1rem !important; } - .mb-lg-n3, - .my-lg-n3 { - margin-bottom: -1rem !important; } - .ml-lg-n3, - .mx-lg-n3 { - margin-left: -1rem !important; } - .m-lg-n4 { - margin: -1.5rem !important; } - .mt-lg-n4, - .my-lg-n4 { - margin-top: -1.5rem !important; } - .mr-lg-n4, - .mx-lg-n4 { - margin-right: -1.5rem !important; } - .mb-lg-n4, - .my-lg-n4 { - margin-bottom: -1.5rem !important; } - .ml-lg-n4, - .mx-lg-n4 { - margin-left: -1.5rem !important; } - .m-lg-n5 { - margin: -3rem !important; } - .mt-lg-n5, - .my-lg-n5 { - margin-top: -3rem !important; } - .mr-lg-n5, - .mx-lg-n5 { - margin-right: -3rem !important; } - .mb-lg-n5, - .my-lg-n5 { - margin-bottom: -3rem !important; } - .ml-lg-n5, - .mx-lg-n5 { - margin-left: -3rem !important; } - .m-lg-auto { - margin: auto !important; } - .mt-lg-auto, - .my-lg-auto { - margin-top: auto !important; } - .mr-lg-auto, - .mx-lg-auto { - margin-right: auto !important; } - .mb-lg-auto, - .my-lg-auto { - margin-bottom: auto !important; } - .ml-lg-auto, - .mx-lg-auto { - margin-left: auto !important; } } - -@media (min-width: 1200px) { - .m-xl-0 { - margin: 0 !important; } - .mt-xl-0, - .my-xl-0 { - margin-top: 0 !important; } - .mr-xl-0, - .mx-xl-0 { - margin-right: 0 !important; } - .mb-xl-0, - .my-xl-0 { - margin-bottom: 0 !important; } - .ml-xl-0, - .mx-xl-0 { - margin-left: 0 !important; } - .m-xl-1 { - margin: 0.25rem !important; } - .mt-xl-1, - .my-xl-1 { - margin-top: 0.25rem !important; } - .mr-xl-1, - .mx-xl-1 { - margin-right: 0.25rem !important; } - .mb-xl-1, - .my-xl-1 { - margin-bottom: 0.25rem !important; } - .ml-xl-1, - .mx-xl-1 { - margin-left: 0.25rem !important; } - .m-xl-2 { - margin: 0.5rem !important; } - .mt-xl-2, - .my-xl-2 { - margin-top: 0.5rem !important; } - .mr-xl-2, - .mx-xl-2 { - margin-right: 0.5rem !important; } - .mb-xl-2, - .my-xl-2 { - margin-bottom: 0.5rem !important; } - .ml-xl-2, - .mx-xl-2 { - margin-left: 0.5rem !important; } - .m-xl-3 { - margin: 1rem !important; } - .mt-xl-3, - .my-xl-3 { - margin-top: 1rem !important; } - .mr-xl-3, - .mx-xl-3 { - margin-right: 1rem !important; } - .mb-xl-3, - .my-xl-3 { - margin-bottom: 1rem !important; } - .ml-xl-3, - .mx-xl-3 { - margin-left: 1rem !important; } - .m-xl-4 { - margin: 1.5rem !important; } - .mt-xl-4, - .my-xl-4 { - margin-top: 1.5rem !important; } - .mr-xl-4, - .mx-xl-4 { - margin-right: 1.5rem !important; } - .mb-xl-4, - .my-xl-4 { - margin-bottom: 1.5rem !important; } - .ml-xl-4, - .mx-xl-4 { - margin-left: 1.5rem !important; } - .m-xl-5 { - margin: 3rem !important; } - .mt-xl-5, - .my-xl-5 { - margin-top: 3rem !important; } - .mr-xl-5, - .mx-xl-5 { - margin-right: 3rem !important; } - .mb-xl-5, - .my-xl-5 { - margin-bottom: 3rem !important; } - .ml-xl-5, - .mx-xl-5 { - margin-left: 3rem !important; } - .p-xl-0 { - padding: 0 !important; } - .pt-xl-0, - .py-xl-0 { - padding-top: 0 !important; } - .pr-xl-0, - .px-xl-0 { - padding-right: 0 !important; } - .pb-xl-0, - .py-xl-0 { - padding-bottom: 0 !important; } - .pl-xl-0, - .px-xl-0 { - padding-left: 0 !important; } - .p-xl-1 { - padding: 0.25rem !important; } - .pt-xl-1, - .py-xl-1 { - padding-top: 0.25rem !important; } - .pr-xl-1, - .px-xl-1 { - padding-right: 0.25rem !important; } - .pb-xl-1, - .py-xl-1 { - padding-bottom: 0.25rem !important; } - .pl-xl-1, - .px-xl-1 { - padding-left: 0.25rem !important; } - .p-xl-2 { - padding: 0.5rem !important; } - .pt-xl-2, - .py-xl-2 { - padding-top: 0.5rem !important; } - .pr-xl-2, - .px-xl-2 { - padding-right: 0.5rem !important; } - .pb-xl-2, - .py-xl-2 { - padding-bottom: 0.5rem !important; } - .pl-xl-2, - .px-xl-2 { - padding-left: 0.5rem !important; } - .p-xl-3 { - padding: 1rem !important; } - .pt-xl-3, - .py-xl-3 { - padding-top: 1rem !important; } - .pr-xl-3, - .px-xl-3 { - padding-right: 1rem !important; } - .pb-xl-3, - .py-xl-3 { - padding-bottom: 1rem !important; } - .pl-xl-3, - .px-xl-3 { - padding-left: 1rem !important; } - .p-xl-4 { - padding: 1.5rem !important; } - .pt-xl-4, - .py-xl-4 { - padding-top: 1.5rem !important; } - .pr-xl-4, - .px-xl-4 { - padding-right: 1.5rem !important; } - .pb-xl-4, - .py-xl-4 { - padding-bottom: 1.5rem !important; } - .pl-xl-4, - .px-xl-4 { - padding-left: 1.5rem !important; } - .p-xl-5 { - padding: 3rem !important; } - .pt-xl-5, - .py-xl-5 { - padding-top: 3rem !important; } - .pr-xl-5, - .px-xl-5 { - padding-right: 3rem !important; } - .pb-xl-5, - .py-xl-5 { - padding-bottom: 3rem !important; } - .pl-xl-5, - .px-xl-5 { - padding-left: 3rem !important; } - .m-xl-n1 { - margin: -0.25rem !important; } - .mt-xl-n1, - .my-xl-n1 { - margin-top: -0.25rem !important; } - .mr-xl-n1, - .mx-xl-n1 { - margin-right: -0.25rem !important; } - .mb-xl-n1, - .my-xl-n1 { - margin-bottom: -0.25rem !important; } - .ml-xl-n1, - .mx-xl-n1 { - margin-left: -0.25rem !important; } - .m-xl-n2 { - margin: -0.5rem !important; } - .mt-xl-n2, - .my-xl-n2 { - margin-top: -0.5rem !important; } - .mr-xl-n2, - .mx-xl-n2 { - margin-right: -0.5rem !important; } - .mb-xl-n2, - .my-xl-n2 { - margin-bottom: -0.5rem !important; } - .ml-xl-n2, - .mx-xl-n2 { - margin-left: -0.5rem !important; } - .m-xl-n3 { - margin: -1rem !important; } - .mt-xl-n3, - .my-xl-n3 { - margin-top: -1rem !important; } - .mr-xl-n3, - .mx-xl-n3 { - margin-right: -1rem !important; } - .mb-xl-n3, - .my-xl-n3 { - margin-bottom: -1rem !important; } - .ml-xl-n3, - .mx-xl-n3 { - margin-left: -1rem !important; } - .m-xl-n4 { - margin: -1.5rem !important; } - .mt-xl-n4, - .my-xl-n4 { - margin-top: -1.5rem !important; } - .mr-xl-n4, - .mx-xl-n4 { - margin-right: -1.5rem !important; } - .mb-xl-n4, - .my-xl-n4 { - margin-bottom: -1.5rem !important; } - .ml-xl-n4, - .mx-xl-n4 { - margin-left: -1.5rem !important; } - .m-xl-n5 { - margin: -3rem !important; } - .mt-xl-n5, - .my-xl-n5 { - margin-top: -3rem !important; } - .mr-xl-n5, - .mx-xl-n5 { - margin-right: -3rem !important; } - .mb-xl-n5, - .my-xl-n5 { - margin-bottom: -3rem !important; } - .ml-xl-n5, - .mx-xl-n5 { - margin-left: -3rem !important; } - .m-xl-auto { - margin: auto !important; } - .mt-xl-auto, - .my-xl-auto { - margin-top: auto !important; } - .mr-xl-auto, - .mx-xl-auto { - margin-right: auto !important; } - .mb-xl-auto, - .my-xl-auto { - margin-bottom: auto !important; } - .ml-xl-auto, - .mx-xl-auto { - margin-left: auto !important; } } - -/*! - * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/) - * Copyright 2011-2019 The Bootstrap Authors - * Copyright 2011-2019 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) - */ -*, -*::before, -*::after { - box-sizing: border-box; } - -html { - font-family: sans-serif; - line-height: 1.15; - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } - -article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { - display: block; } - -body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: left; - background-color: #fff; } - -[tabindex="-1"]:focus { - outline: 0 !important; } - -hr { - box-sizing: content-box; - height: 0; - overflow: visible; } - -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 0.5rem; } - -p { - margin-top: 0; - margin-bottom: 1rem; } - -abbr[title], -abbr[data-original-title] { - text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - border-bottom: 0; - -webkit-text-decoration-skip-ink: none; - text-decoration-skip-ink: none; } - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; } - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; } - -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; } - -dt { - font-weight: 700; } - -dd { - margin-bottom: .5rem; - margin-left: 0; } - -blockquote { - margin: 0 0 1rem; } - -b, -strong { - font-weight: bolder; } - -small { - font-size: 80%; } - -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; } - -sub { - bottom: -.25em; } - -sup { - top: -.5em; } - -a { - color: #007bff; - text-decoration: none; - background-color: transparent; } - a:hover { - color: #0056b3; - text-decoration: underline; } - -a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; } - a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { - color: inherit; - text-decoration: none; } - a:not([href]):not([tabindex]):focus { - outline: 0; } - -pre, -code, -kbd, -samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size: 1em; } - -pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; } - -figure { - margin: 0 0 1rem; } - -img { - vertical-align: middle; - border-style: none; } - -svg { - overflow: hidden; - vertical-align: middle; } - -table { - border-collapse: collapse; } - -caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #6c757d; - text-align: left; - caption-side: bottom; } - -th { - text-align: inherit; } - -label { - display: inline-block; - margin-bottom: 0.5rem; } - -button { - border-radius: 0; } - -button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; } - -input, -button, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; } - -button, -input { - overflow: visible; } - -button, -select { - text-transform: none; } - -select { - word-wrap: normal; } - -button, -[type="button"], -[type="reset"], -[type="submit"] { - -webkit-appearance: button; } - -button:not(:disabled), -[type="button"]:not(:disabled), -[type="reset"]:not(:disabled), -[type="submit"]:not(:disabled) { - cursor: pointer; } - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - padding: 0; - border-style: none; } - -input[type="radio"], -input[type="checkbox"] { - box-sizing: border-box; - padding: 0; } - -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - -webkit-appearance: listbox; } - -textarea { - overflow: auto; - resize: vertical; } - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; } - -legend { - display: block; - width: 100%; - max-width: 100%; - padding: 0; - margin-bottom: .5rem; - font-size: 1.5rem; - line-height: inherit; - color: inherit; - white-space: normal; } - -progress { - vertical-align: baseline; } - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; } - -[type="search"] { - outline-offset: -2px; - -webkit-appearance: none; } - -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } - -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; } - -output { - display: inline-block; } - -summary { - display: list-item; - cursor: pointer; } - -template { - display: none; } - -[hidden] { - display: none !important; } - -.align-baseline { - vertical-align: baseline !important; } - -.align-top { - vertical-align: top !important; } - -.align-middle { - vertical-align: middle !important; } - -.align-bottom { - vertical-align: bottom !important; } - -.align-text-bottom { - vertical-align: text-bottom !important; } - -.align-text-top { - vertical-align: text-top !important; } - -.bg-primary { - background-color: #007bff !important; } - -a.bg-primary:hover, a.bg-primary:focus, -button.bg-primary:hover, -button.bg-primary:focus { - background-color: #0062cc !important; } - -.bg-secondary { - background-color: #6c757d !important; } - -a.bg-secondary:hover, a.bg-secondary:focus, -button.bg-secondary:hover, -button.bg-secondary:focus { - background-color: #545b62 !important; } - -.bg-success { - background-color: #28a745 !important; } - -a.bg-success:hover, a.bg-success:focus, -button.bg-success:hover, -button.bg-success:focus { - background-color: #1e7e34 !important; } - -.bg-info { - background-color: #17a2b8 !important; } - -a.bg-info:hover, a.bg-info:focus, -button.bg-info:hover, -button.bg-info:focus { - background-color: #117a8b !important; } - -.bg-warning { - background-color: #ffc107 !important; } - -a.bg-warning:hover, a.bg-warning:focus, -button.bg-warning:hover, -button.bg-warning:focus { - background-color: #d39e00 !important; } - -.bg-danger { - background-color: #dc3545 !important; } - -a.bg-danger:hover, a.bg-danger:focus, -button.bg-danger:hover, -button.bg-danger:focus { - background-color: #bd2130 !important; } - -.bg-light { - background-color: #f8f9fa !important; } - -a.bg-light:hover, a.bg-light:focus, -button.bg-light:hover, -button.bg-light:focus { - background-color: #dae0e5 !important; } - -.bg-dark { - background-color: #343a40 !important; } - -a.bg-dark:hover, a.bg-dark:focus, -button.bg-dark:hover, -button.bg-dark:focus { - background-color: #1d2124 !important; } - -.bg-white { - background-color: #fff !important; } - -.bg-transparent { - background-color: transparent !important; } - -.border { - border: 1px solid #dee2e6 !important; } - -.border-top { - border-top: 1px solid #dee2e6 !important; } - -.border-right { - border-right: 1px solid #dee2e6 !important; } - -.border-bottom { - border-bottom: 1px solid #dee2e6 !important; } - -.border-left { - border-left: 1px solid #dee2e6 !important; } - -.border-0 { - border: 0 !important; } - -.border-top-0 { - border-top: 0 !important; } - -.border-right-0 { - border-right: 0 !important; } - -.border-bottom-0 { - border-bottom: 0 !important; } - -.border-left-0 { - border-left: 0 !important; } - -.border-primary { - border-color: #007bff !important; } - -.border-secondary { - border-color: #6c757d !important; } - -.border-success { - border-color: #28a745 !important; } - -.border-info { - border-color: #17a2b8 !important; } - -.border-warning { - border-color: #ffc107 !important; } - -.border-danger { - border-color: #dc3545 !important; } - -.border-light { - border-color: #f8f9fa !important; } - -.border-dark { - border-color: #343a40 !important; } - -.border-white { - border-color: #fff !important; } - -.rounded-sm { - border-radius: 0.2rem !important; } - -.rounded { - border-radius: 0.25rem !important; } - -.rounded-top { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; } - -.rounded-right { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; } - -.rounded-bottom { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; } - -.rounded-left { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; } - -.rounded-lg { - border-radius: 0.3rem !important; } - -.rounded-circle { - border-radius: 50% !important; } - -.rounded-pill { - border-radius: 50rem !important; } - -.rounded-0 { - border-radius: 0 !important; } - -.clearfix::after { - display: block; - clear: both; - content: ""; } - -.d-none, .header__nav .nav__items { - display: none !important; } - -.d-inline { - display: inline !important; } - -.d-inline-block { - display: inline-block !important; } - -.d-block, .header__nav-mobile { - display: block !important; } - -.d-table { - display: table !important; } - -.d-table-row { - display: table-row !important; } - -.d-table-cell { - display: table-cell !important; } - -.d-flex, .pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue, .placeholder-message, .placeholder-message--negative, .intern-page__header, .article, .header__nav, .header__nav-mobile__header, .header__mobile, .jumbotron-wrapper .jumbotron, .jumbotron-wrapper .jumbotron .jumbotron__main, .jumbotron-wrapper .jumbotron .jumbotron__action, .about, .keynotes-container .keynotes, .keynote_article .keynote_content-wrapper, .accordion-tabs, .keynote__summary, .location__info, .location__info__article, .sponsors__diamond, .sponsors__platinum, .sponsors__gold, .sponsors__silver, .sponsors__list, .sponsors__list .sponsor, .sponsors-page .sponsor__body--wrapper, .sponsors-page .partner__body--wrapper, .realization .evolux-logo, #about-event .event__body--wrapper, .footer__nav, .footer__actions, .footer__actions .social__nav__menu, .schedule-page .schedule_location, .intern-page-content .header-call-to-action, .footer-logo-wrapper { - display: flex !important; } - -.d-inline-flex { - display: inline-flex !important; } - -@media (min-width: 576px) { - .d-sm-none, .jumbotron-wrapper .jumbotron .jumbotron__action { - display: none !important; } - .d-sm-inline { - display: inline !important; } - .d-sm-inline-block { - display: inline-block !important; } - .d-sm-block { - display: block !important; } - .d-sm-table { - display: table !important; } - .d-sm-table-row { - display: table-row !important; } - .d-sm-table-cell { - display: table-cell !important; } - .d-sm-flex { - display: flex !important; } - .d-sm-inline-flex { - display: inline-flex !important; } } - -@media (min-width: 768px) { - .d-md-none, .header__nav-mobile, .mobile-nav-trigger, .mobile-nav-trigger--close, .header__mobile { - display: none !important; } - .d-md-inline { - display: inline !important; } - .d-md-inline-block { - display: inline-block !important; } - .d-md-block { - display: block !important; } - .d-md-table { - display: table !important; } - .d-md-table-row { - display: table-row !important; } - .d-md-table-cell { - display: table-cell !important; } - .d-md-flex, .header__nav .nav__items { - display: flex !important; } - .d-md-inline-flex { - display: inline-flex !important; } } - -@media (min-width: 992px) { - .d-lg-none { - display: none !important; } - .d-lg-inline { - display: inline !important; } - .d-lg-inline-block { - display: inline-block !important; } - .d-lg-block { - display: block !important; } - .d-lg-table { - display: table !important; } - .d-lg-table-row { - display: table-row !important; } - .d-lg-table-cell { - display: table-cell !important; } - .d-lg-flex { - display: flex !important; } - .d-lg-inline-flex { - display: inline-flex !important; } } - -@media (min-width: 1200px) { - .d-xl-none { - display: none !important; } - .d-xl-inline { - display: inline !important; } - .d-xl-inline-block { - display: inline-block !important; } - .d-xl-block { - display: block !important; } - .d-xl-table { - display: table !important; } - .d-xl-table-row { - display: table-row !important; } - .d-xl-table-cell { - display: table-cell !important; } - .d-xl-flex { - display: flex !important; } - .d-xl-inline-flex { - display: inline-flex !important; } } - -@media print { - .d-print-none { - display: none !important; } - .d-print-inline { - display: inline !important; } - .d-print-inline-block { - display: inline-block !important; } - .d-print-block { - display: block !important; } - .d-print-table { - display: table !important; } - .d-print-table-row { - display: table-row !important; } - .d-print-table-cell { - display: table-cell !important; } - .d-print-flex { - display: flex !important; } - .d-print-inline-flex { - display: inline-flex !important; } } - -.embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden; } - .embed-responsive::before { - display: block; - content: ""; } - .embed-responsive .embed-responsive-item, - .embed-responsive iframe, - .embed-responsive embed, - .embed-responsive object, - .embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; } - -.embed-responsive-21by9::before { - padding-top: 42.85714%; } - -.embed-responsive-16by9::before { - padding-top: 56.25%; } - -.embed-responsive-4by3::before { - padding-top: 75%; } - -.embed-responsive-1by1::before { - padding-top: 100%; } - -.embed-responsive-21by9::before { - padding-top: 42.85714%; } - -.embed-responsive-16by9::before { - padding-top: 56.25%; } - -.embed-responsive-4by3::before { - padding-top: 75%; } - -.embed-responsive-1by1::before { - padding-top: 100%; } - -.flex-row { - flex-direction: row !important; } - -.flex-column, .jumbotron-wrapper .jumbotron .jumbotron__main { - flex-direction: column !important; } - -.flex-row-reverse { - flex-direction: row-reverse !important; } - -.flex-column-reverse { - flex-direction: column-reverse !important; } - -.flex-wrap { - flex-wrap: wrap !important; } - -.flex-nowrap { - flex-wrap: nowrap !important; } - -.flex-wrap-reverse { - flex-wrap: wrap-reverse !important; } - -.flex-fill { - flex: 1 1 auto !important; } - -.flex-grow-0 { - flex-grow: 0 !important; } - -.flex-grow-1 { - flex-grow: 1 !important; } - -.flex-shrink-0 { - flex-shrink: 0 !important; } - -.flex-shrink-1 { - flex-shrink: 1 !important; } - -.justify-content-start { - justify-content: flex-start !important; } - -.justify-content-end, .header__nav .nav__items { - justify-content: flex-end !important; } - -.justify-content-center, .pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue, .placeholder-message, .placeholder-message--negative, .intern-page__header, .article, .header__nav-mobile__header, .header__mobile, .about, .keynotes-container .keynotes, .keynote__summary, .sponsors__diamond, .sponsors__platinum, .sponsors__gold, .sponsors__silver, .sponsors__list, .sponsors__list .sponsor, .realization .evolux-logo, .footer__actions .social__nav__menu, .intern-page-content .header-call-to-action, .footer-logo-wrapper { - justify-content: center !important; } - -.justify-content-between, .jumbotron-wrapper .jumbotron, .location__info__article, .footer__nav { - justify-content: space-between !important; } - -.justify-content-around, .jumbotron-wrapper .jumbotron .jumbotron__main, .footer__actions { - justify-content: space-around !important; } - -.align-items-start { - align-items: flex-start !important; } - -.align-items-end { - align-items: flex-end !important; } - -.align-items-center, .pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue, .placeholder-message, .placeholder-message--negative, .intern-page__header, .header__nav, .header__nav .nav__items, .header__nav-mobile__header, .jumbotron-wrapper .jumbotron, .jumbotron-wrapper .jumbotron .jumbotron__action, .sponsors__list .sponsor, .footer__actions, .schedule-page .schedule_location { - align-items: center !important; } - -.align-items-baseline { - align-items: baseline !important; } - -.align-items-stretch { - align-items: stretch !important; } - -.align-content-start { - align-content: flex-start !important; } - -.align-content-end { - align-content: flex-end !important; } - -.align-content-center { - align-content: center !important; } - -.align-content-between { - align-content: space-between !important; } - -.align-content-around { - align-content: space-around !important; } - -.align-content-stretch { - align-content: stretch !important; } - -.align-self-auto { - align-self: auto !important; } - -.align-self-start, .jumbotron-wrapper .jumbotron .jumbotron__side { - align-self: flex-start !important; } - -.align-self-end { - align-self: flex-end !important; } - -.align-self-center { - align-self: center !important; } - -.align-self-baseline { - align-self: baseline !important; } - -.align-self-stretch { - align-self: stretch !important; } - -@media (min-width: 576px) { - .flex-sm-row { - flex-direction: row !important; } - .flex-sm-column { - flex-direction: column !important; } - .flex-sm-row-reverse { - flex-direction: row-reverse !important; } - .flex-sm-column-reverse { - flex-direction: column-reverse !important; } - .flex-sm-wrap { - flex-wrap: wrap !important; } - .flex-sm-nowrap { - flex-wrap: nowrap !important; } - .flex-sm-wrap-reverse { - flex-wrap: wrap-reverse !important; } - .flex-sm-fill { - flex: 1 1 auto !important; } - .flex-sm-grow-0 { - flex-grow: 0 !important; } - .flex-sm-grow-1 { - flex-grow: 1 !important; } - .flex-sm-shrink-0 { - flex-shrink: 0 !important; } - .flex-sm-shrink-1 { - flex-shrink: 1 !important; } - .justify-content-sm-start { - justify-content: flex-start !important; } - .justify-content-sm-end, .intern-page-content .header-call-to-action { - justify-content: flex-end !important; } - .justify-content-sm-center { - justify-content: center !important; } - .justify-content-sm-between { - justify-content: space-between !important; } - .justify-content-sm-around { - justify-content: space-around !important; } - .align-items-sm-start { - align-items: flex-start !important; } - .align-items-sm-end { - align-items: flex-end !important; } - .align-items-sm-center { - align-items: center !important; } - .align-items-sm-baseline { - align-items: baseline !important; } - .align-items-sm-stretch { - align-items: stretch !important; } - .align-content-sm-start { - align-content: flex-start !important; } - .align-content-sm-end { - align-content: flex-end !important; } - .align-content-sm-center { - align-content: center !important; } - .align-content-sm-between { - align-content: space-between !important; } - .align-content-sm-around { - align-content: space-around !important; } - .align-content-sm-stretch { - align-content: stretch !important; } - .align-self-sm-auto { - align-self: auto !important; } - .align-self-sm-start { - align-self: flex-start !important; } - .align-self-sm-end { - align-self: flex-end !important; } - .align-self-sm-center { - align-self: center !important; } - .align-self-sm-baseline { - align-self: baseline !important; } - .align-self-sm-stretch { - align-self: stretch !important; } } - -@media (min-width: 768px) { - .flex-md-row { - flex-direction: row !important; } - .flex-md-column { - flex-direction: column !important; } - .flex-md-row-reverse { - flex-direction: row-reverse !important; } - .flex-md-column-reverse { - flex-direction: column-reverse !important; } - .flex-md-wrap { - flex-wrap: wrap !important; } - .flex-md-nowrap { - flex-wrap: nowrap !important; } - .flex-md-wrap-reverse { - flex-wrap: wrap-reverse !important; } - .flex-md-fill { - flex: 1 1 auto !important; } - .flex-md-grow-0 { - flex-grow: 0 !important; } - .flex-md-grow-1 { - flex-grow: 1 !important; } - .flex-md-shrink-0 { - flex-shrink: 0 !important; } - .flex-md-shrink-1 { - flex-shrink: 1 !important; } - .justify-content-md-start { - justify-content: flex-start !important; } - .justify-content-md-end { - justify-content: flex-end !important; } - .justify-content-md-center { - justify-content: center !important; } - .justify-content-md-between { - justify-content: space-between !important; } - .justify-content-md-around { - justify-content: space-around !important; } - .align-items-md-start { - align-items: flex-start !important; } - .align-items-md-end { - align-items: flex-end !important; } - .align-items-md-center { - align-items: center !important; } - .align-items-md-baseline { - align-items: baseline !important; } - .align-items-md-stretch { - align-items: stretch !important; } - .align-content-md-start { - align-content: flex-start !important; } - .align-content-md-end { - align-content: flex-end !important; } - .align-content-md-center { - align-content: center !important; } - .align-content-md-between { - align-content: space-between !important; } - .align-content-md-around { - align-content: space-around !important; } - .align-content-md-stretch { - align-content: stretch !important; } - .align-self-md-auto { - align-self: auto !important; } - .align-self-md-start { - align-self: flex-start !important; } - .align-self-md-end { - align-self: flex-end !important; } - .align-self-md-center { - align-self: center !important; } - .align-self-md-baseline { - align-self: baseline !important; } - .align-self-md-stretch { - align-self: stretch !important; } } - -@media (min-width: 992px) { - .flex-lg-row { - flex-direction: row !important; } - .flex-lg-column, .location__info__article { - flex-direction: column !important; } - .flex-lg-row-reverse { - flex-direction: row-reverse !important; } - .flex-lg-column-reverse { - flex-direction: column-reverse !important; } - .flex-lg-wrap { - flex-wrap: wrap !important; } - .flex-lg-nowrap { - flex-wrap: nowrap !important; } - .flex-lg-wrap-reverse { - flex-wrap: wrap-reverse !important; } - .flex-lg-fill { - flex: 1 1 auto !important; } - .flex-lg-grow-0 { - flex-grow: 0 !important; } - .flex-lg-grow-1 { - flex-grow: 1 !important; } - .flex-lg-shrink-0 { - flex-shrink: 0 !important; } - .flex-lg-shrink-1 { - flex-shrink: 1 !important; } - .justify-content-lg-start { - justify-content: flex-start !important; } - .justify-content-lg-end { - justify-content: flex-end !important; } - .justify-content-lg-center { - justify-content: center !important; } - .justify-content-lg-between, .location__info__article { - justify-content: space-between !important; } - .justify-content-lg-around { - justify-content: space-around !important; } - .align-items-lg-start { - align-items: flex-start !important; } - .align-items-lg-end { - align-items: flex-end !important; } - .align-items-lg-center { - align-items: center !important; } - .align-items-lg-baseline { - align-items: baseline !important; } - .align-items-lg-stretch { - align-items: stretch !important; } - .align-content-lg-start { - align-content: flex-start !important; } - .align-content-lg-end { - align-content: flex-end !important; } - .align-content-lg-center { - align-content: center !important; } - .align-content-lg-between { - align-content: space-between !important; } - .align-content-lg-around { - align-content: space-around !important; } - .align-content-lg-stretch { - align-content: stretch !important; } - .align-self-lg-auto { - align-self: auto !important; } - .align-self-lg-start { - align-self: flex-start !important; } - .align-self-lg-end { - align-self: flex-end !important; } - .align-self-lg-center { - align-self: center !important; } - .align-self-lg-baseline { - align-self: baseline !important; } - .align-self-lg-stretch { - align-self: stretch !important; } } - -@media (min-width: 1200px) { - .flex-xl-row { - flex-direction: row !important; } - .flex-xl-column { - flex-direction: column !important; } - .flex-xl-row-reverse { - flex-direction: row-reverse !important; } - .flex-xl-column-reverse { - flex-direction: column-reverse !important; } - .flex-xl-wrap { - flex-wrap: wrap !important; } - .flex-xl-nowrap { - flex-wrap: nowrap !important; } - .flex-xl-wrap-reverse { - flex-wrap: wrap-reverse !important; } - .flex-xl-fill { - flex: 1 1 auto !important; } - .flex-xl-grow-0 { - flex-grow: 0 !important; } - .flex-xl-grow-1 { - flex-grow: 1 !important; } - .flex-xl-shrink-0 { - flex-shrink: 0 !important; } - .flex-xl-shrink-1 { - flex-shrink: 1 !important; } - .justify-content-xl-start { - justify-content: flex-start !important; } - .justify-content-xl-end { - justify-content: flex-end !important; } - .justify-content-xl-center { - justify-content: center !important; } - .justify-content-xl-between { - justify-content: space-between !important; } - .justify-content-xl-around { - justify-content: space-around !important; } - .align-items-xl-start { - align-items: flex-start !important; } - .align-items-xl-end { - align-items: flex-end !important; } - .align-items-xl-center { - align-items: center !important; } - .align-items-xl-baseline { - align-items: baseline !important; } - .align-items-xl-stretch { - align-items: stretch !important; } - .align-content-xl-start { - align-content: flex-start !important; } - .align-content-xl-end { - align-content: flex-end !important; } - .align-content-xl-center { - align-content: center !important; } - .align-content-xl-between { - align-content: space-between !important; } - .align-content-xl-around { - align-content: space-around !important; } - .align-content-xl-stretch { - align-content: stretch !important; } - .align-self-xl-auto { - align-self: auto !important; } - .align-self-xl-start { - align-self: flex-start !important; } - .align-self-xl-end { - align-self: flex-end !important; } - .align-self-xl-center { - align-self: center !important; } - .align-self-xl-baseline { - align-self: baseline !important; } - .align-self-xl-stretch { - align-self: stretch !important; } } - -.float-left { - float: left !important; } - -.float-right { - float: right !important; } - -.float-none { - float: none !important; } - -@media (min-width: 576px) { - .float-sm-left { - float: left !important; } - .float-sm-right { - float: right !important; } - .float-sm-none { - float: none !important; } } - -@media (min-width: 768px) { - .float-md-left { - float: left !important; } - .float-md-right { - float: right !important; } - .float-md-none { - float: none !important; } } - -@media (min-width: 992px) { - .float-lg-left { - float: left !important; } - .float-lg-right { - float: right !important; } - .float-lg-none { - float: none !important; } } - -@media (min-width: 1200px) { - .float-xl-left { - float: left !important; } - .float-xl-right { - float: right !important; } - .float-xl-none { - float: none !important; } } - -.overflow-auto { - overflow: auto !important; } - -.overflow-hidden { - overflow: hidden !important; } - -.position-static { - position: static !important; } - -.position-relative { - position: relative !important; } - -.position-absolute { - position: absolute !important; } - -.position-fixed { - position: fixed !important; } - -.position-sticky { - position: -webkit-sticky !important; - position: sticky !important; } - -.fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; } - -.fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; } - -@supports ((position: -webkit-sticky) or (position: sticky)) { - .sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; } } - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border: 0; } - -.sr-only-focusable:active, .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - overflow: visible; - clip: auto; - white-space: normal; } - -.shadow-sm { - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } - -.shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } - -.shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } - -.shadow-none { - box-shadow: none !important; } - -.w-25 { - width: 25% !important; } - -.w-50 { - width: 50% !important; } - -.w-75 { - width: 75% !important; } - -.w-100 { - width: 100% !important; } - -.w-auto { - width: auto !important; } - -.h-25 { - height: 25% !important; } - -.h-50 { - height: 50% !important; } - -.h-75 { - height: 75% !important; } - -.h-100 { - height: 100% !important; } - -.h-auto { - height: auto !important; } - -.mw-100 { - max-width: 100% !important; } - -.mh-100 { - max-height: 100% !important; } - -.min-vw-100 { - min-width: 100vw !important; } - -.min-vh-100 { - min-height: 100vh !important; } - -.vw-100 { - width: 100vw !important; } - -.vh-100 { - height: 100vh !important; } - -.stretched-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - pointer-events: auto; - content: ""; - background-color: rgba(0, 0, 0, 0); } - -.m-0 { - margin: 0 !important; } - -.mt-0, -.my-0 { - margin-top: 0 !important; } - -.mr-0, -.mx-0 { - margin-right: 0 !important; } - -.mb-0, -.my-0 { - margin-bottom: 0 !important; } - -.ml-0, -.mx-0 { - margin-left: 0 !important; } - -.m-1 { - margin: 0.25rem !important; } - -.mt-1, -.my-1 { - margin-top: 0.25rem !important; } - -.mr-1, -.mx-1 { - margin-right: 0.25rem !important; } - -.mb-1, -.my-1 { - margin-bottom: 0.25rem !important; } - -.ml-1, -.mx-1 { - margin-left: 0.25rem !important; } - -.m-2 { - margin: 0.5rem !important; } - -.mt-2, -.my-2 { - margin-top: 0.5rem !important; } - -.mr-2, -.mx-2 { - margin-right: 0.5rem !important; } - -.mb-2, -.my-2 { - margin-bottom: 0.5rem !important; } - -.ml-2, -.mx-2 { - margin-left: 0.5rem !important; } - -.m-3 { - margin: 1rem !important; } - -.mt-3, -.my-3 { - margin-top: 1rem !important; } - -.mr-3, -.mx-3 { - margin-right: 1rem !important; } - -.mb-3, -.my-3 { - margin-bottom: 1rem !important; } - -.ml-3, -.mx-3 { - margin-left: 1rem !important; } - -.m-4 { - margin: 1.5rem !important; } - -.mt-4, -.my-4 { - margin-top: 1.5rem !important; } - -.mr-4, -.mx-4 { - margin-right: 1.5rem !important; } - -.mb-4, -.my-4 { - margin-bottom: 1.5rem !important; } - -.ml-4, -.mx-4 { - margin-left: 1.5rem !important; } - -.m-5 { - margin: 3rem !important; } - -.mt-5, -.my-5 { - margin-top: 3rem !important; } - -.mr-5, -.mx-5 { - margin-right: 3rem !important; } - -.mb-5, -.my-5 { - margin-bottom: 3rem !important; } - -.ml-5, -.mx-5 { - margin-left: 3rem !important; } - -.p-0 { - padding: 0 !important; } - -.pt-0, -.py-0 { - padding-top: 0 !important; } - -.pr-0, -.px-0 { - padding-right: 0 !important; } - -.pb-0, -.py-0 { - padding-bottom: 0 !important; } - -.pl-0, -.px-0 { - padding-left: 0 !important; } - -.p-1 { - padding: 0.25rem !important; } - -.pt-1, -.py-1 { - padding-top: 0.25rem !important; } - -.pr-1, -.px-1 { - padding-right: 0.25rem !important; } - -.pb-1, -.py-1 { - padding-bottom: 0.25rem !important; } - -.pl-1, -.px-1 { - padding-left: 0.25rem !important; } - -.p-2 { - padding: 0.5rem !important; } - -.pt-2, -.py-2 { - padding-top: 0.5rem !important; } - -.pr-2, -.px-2 { - padding-right: 0.5rem !important; } - -.pb-2, -.py-2 { - padding-bottom: 0.5rem !important; } - -.pl-2, -.px-2 { - padding-left: 0.5rem !important; } - -.p-3 { - padding: 1rem !important; } - -.pt-3, -.py-3 { - padding-top: 1rem !important; } - -.pr-3, -.px-3 { - padding-right: 1rem !important; } - -.pb-3, -.py-3 { - padding-bottom: 1rem !important; } - -.pl-3, -.px-3 { - padding-left: 1rem !important; } - -.p-4 { - padding: 1.5rem !important; } - -.pt-4, -.py-4 { - padding-top: 1.5rem !important; } - -.pr-4, -.px-4 { - padding-right: 1.5rem !important; } - -.pb-4, -.py-4 { - padding-bottom: 1.5rem !important; } - -.pl-4, -.px-4 { - padding-left: 1.5rem !important; } - -.p-5 { - padding: 3rem !important; } - -.pt-5, -.py-5 { - padding-top: 3rem !important; } - -.pr-5, -.px-5 { - padding-right: 3rem !important; } - -.pb-5, -.py-5 { - padding-bottom: 3rem !important; } - -.pl-5, -.px-5 { - padding-left: 3rem !important; } - -.m-n1 { - margin: -0.25rem !important; } - -.mt-n1, -.my-n1 { - margin-top: -0.25rem !important; } - -.mr-n1, -.mx-n1 { - margin-right: -0.25rem !important; } - -.mb-n1, -.my-n1 { - margin-bottom: -0.25rem !important; } - -.ml-n1, -.mx-n1 { - margin-left: -0.25rem !important; } - -.m-n2 { - margin: -0.5rem !important; } - -.mt-n2, -.my-n2 { - margin-top: -0.5rem !important; } - -.mr-n2, -.mx-n2 { - margin-right: -0.5rem !important; } - -.mb-n2, -.my-n2 { - margin-bottom: -0.5rem !important; } - -.ml-n2, -.mx-n2 { - margin-left: -0.5rem !important; } - -.m-n3 { - margin: -1rem !important; } - -.mt-n3, -.my-n3 { - margin-top: -1rem !important; } - -.mr-n3, -.mx-n3 { - margin-right: -1rem !important; } - -.mb-n3, -.my-n3 { - margin-bottom: -1rem !important; } - -.ml-n3, -.mx-n3 { - margin-left: -1rem !important; } - -.m-n4 { - margin: -1.5rem !important; } - -.mt-n4, -.my-n4 { - margin-top: -1.5rem !important; } - -.mr-n4, -.mx-n4 { - margin-right: -1.5rem !important; } - -.mb-n4, -.my-n4 { - margin-bottom: -1.5rem !important; } - -.ml-n4, -.mx-n4 { - margin-left: -1.5rem !important; } - -.m-n5 { - margin: -3rem !important; } - -.mt-n5, -.my-n5 { - margin-top: -3rem !important; } - -.mr-n5, -.mx-n5 { - margin-right: -3rem !important; } - -.mb-n5, -.my-n5 { - margin-bottom: -3rem !important; } - -.ml-n5, -.mx-n5 { - margin-left: -3rem !important; } - -.m-auto { - margin: auto !important; } - -.mt-auto, -.my-auto { - margin-top: auto !important; } - -.mr-auto, -.mx-auto { - margin-right: auto !important; } - -.mb-auto, -.my-auto { - margin-bottom: auto !important; } - -.ml-auto, -.mx-auto { - margin-left: auto !important; } - -@media (min-width: 576px) { - .m-sm-0 { - margin: 0 !important; } - .mt-sm-0, - .my-sm-0 { - margin-top: 0 !important; } - .mr-sm-0, - .mx-sm-0 { - margin-right: 0 !important; } - .mb-sm-0, - .my-sm-0 { - margin-bottom: 0 !important; } - .ml-sm-0, - .mx-sm-0 { - margin-left: 0 !important; } - .m-sm-1 { - margin: 0.25rem !important; } - .mt-sm-1, - .my-sm-1 { - margin-top: 0.25rem !important; } - .mr-sm-1, - .mx-sm-1 { - margin-right: 0.25rem !important; } - .mb-sm-1, - .my-sm-1 { - margin-bottom: 0.25rem !important; } - .ml-sm-1, - .mx-sm-1 { - margin-left: 0.25rem !important; } - .m-sm-2 { - margin: 0.5rem !important; } - .mt-sm-2, - .my-sm-2 { - margin-top: 0.5rem !important; } - .mr-sm-2, - .mx-sm-2 { - margin-right: 0.5rem !important; } - .mb-sm-2, - .my-sm-2 { - margin-bottom: 0.5rem !important; } - .ml-sm-2, - .mx-sm-2 { - margin-left: 0.5rem !important; } - .m-sm-3 { - margin: 1rem !important; } - .mt-sm-3, - .my-sm-3 { - margin-top: 1rem !important; } - .mr-sm-3, - .mx-sm-3 { - margin-right: 1rem !important; } - .mb-sm-3, - .my-sm-3 { - margin-bottom: 1rem !important; } - .ml-sm-3, - .mx-sm-3 { - margin-left: 1rem !important; } - .m-sm-4 { - margin: 1.5rem !important; } - .mt-sm-4, - .my-sm-4 { - margin-top: 1.5rem !important; } - .mr-sm-4, - .mx-sm-4 { - margin-right: 1.5rem !important; } - .mb-sm-4, - .my-sm-4 { - margin-bottom: 1.5rem !important; } - .ml-sm-4, - .mx-sm-4 { - margin-left: 1.5rem !important; } - .m-sm-5 { - margin: 3rem !important; } - .mt-sm-5, - .my-sm-5 { - margin-top: 3rem !important; } - .mr-sm-5, - .mx-sm-5 { - margin-right: 3rem !important; } - .mb-sm-5, - .my-sm-5 { - margin-bottom: 3rem !important; } - .ml-sm-5, - .mx-sm-5 { - margin-left: 3rem !important; } - .p-sm-0 { - padding: 0 !important; } - .pt-sm-0, - .py-sm-0 { - padding-top: 0 !important; } - .pr-sm-0, - .px-sm-0 { - padding-right: 0 !important; } - .pb-sm-0, - .py-sm-0 { - padding-bottom: 0 !important; } - .pl-sm-0, - .px-sm-0 { - padding-left: 0 !important; } - .p-sm-1 { - padding: 0.25rem !important; } - .pt-sm-1, - .py-sm-1 { - padding-top: 0.25rem !important; } - .pr-sm-1, - .px-sm-1 { - padding-right: 0.25rem !important; } - .pb-sm-1, - .py-sm-1 { - padding-bottom: 0.25rem !important; } - .pl-sm-1, - .px-sm-1 { - padding-left: 0.25rem !important; } - .p-sm-2 { - padding: 0.5rem !important; } - .pt-sm-2, - .py-sm-2 { - padding-top: 0.5rem !important; } - .pr-sm-2, - .px-sm-2 { - padding-right: 0.5rem !important; } - .pb-sm-2, - .py-sm-2 { - padding-bottom: 0.5rem !important; } - .pl-sm-2, - .px-sm-2 { - padding-left: 0.5rem !important; } - .p-sm-3 { - padding: 1rem !important; } - .pt-sm-3, - .py-sm-3 { - padding-top: 1rem !important; } - .pr-sm-3, - .px-sm-3 { - padding-right: 1rem !important; } - .pb-sm-3, - .py-sm-3 { - padding-bottom: 1rem !important; } - .pl-sm-3, - .px-sm-3 { - padding-left: 1rem !important; } - .p-sm-4 { - padding: 1.5rem !important; } - .pt-sm-4, - .py-sm-4 { - padding-top: 1.5rem !important; } - .pr-sm-4, - .px-sm-4 { - padding-right: 1.5rem !important; } - .pb-sm-4, - .py-sm-4 { - padding-bottom: 1.5rem !important; } - .pl-sm-4, - .px-sm-4 { - padding-left: 1.5rem !important; } - .p-sm-5 { - padding: 3rem !important; } - .pt-sm-5, - .py-sm-5 { - padding-top: 3rem !important; } - .pr-sm-5, - .px-sm-5 { - padding-right: 3rem !important; } - .pb-sm-5, - .py-sm-5 { - padding-bottom: 3rem !important; } - .pl-sm-5, - .px-sm-5 { - padding-left: 3rem !important; } - .m-sm-n1 { - margin: -0.25rem !important; } - .mt-sm-n1, - .my-sm-n1 { - margin-top: -0.25rem !important; } - .mr-sm-n1, - .mx-sm-n1 { - margin-right: -0.25rem !important; } - .mb-sm-n1, - .my-sm-n1 { - margin-bottom: -0.25rem !important; } - .ml-sm-n1, - .mx-sm-n1 { - margin-left: -0.25rem !important; } - .m-sm-n2 { - margin: -0.5rem !important; } - .mt-sm-n2, - .my-sm-n2 { - margin-top: -0.5rem !important; } - .mr-sm-n2, - .mx-sm-n2 { - margin-right: -0.5rem !important; } - .mb-sm-n2, - .my-sm-n2 { - margin-bottom: -0.5rem !important; } - .ml-sm-n2, - .mx-sm-n2 { - margin-left: -0.5rem !important; } - .m-sm-n3 { - margin: -1rem !important; } - .mt-sm-n3, - .my-sm-n3 { - margin-top: -1rem !important; } - .mr-sm-n3, - .mx-sm-n3 { - margin-right: -1rem !important; } - .mb-sm-n3, - .my-sm-n3 { - margin-bottom: -1rem !important; } - .ml-sm-n3, - .mx-sm-n3 { - margin-left: -1rem !important; } - .m-sm-n4 { - margin: -1.5rem !important; } - .mt-sm-n4, - .my-sm-n4 { - margin-top: -1.5rem !important; } - .mr-sm-n4, - .mx-sm-n4 { - margin-right: -1.5rem !important; } - .mb-sm-n4, - .my-sm-n4 { - margin-bottom: -1.5rem !important; } - .ml-sm-n4, - .mx-sm-n4 { - margin-left: -1.5rem !important; } - .m-sm-n5 { - margin: -3rem !important; } - .mt-sm-n5, - .my-sm-n5 { - margin-top: -3rem !important; } - .mr-sm-n5, - .mx-sm-n5 { - margin-right: -3rem !important; } - .mb-sm-n5, - .my-sm-n5 { - margin-bottom: -3rem !important; } - .ml-sm-n5, - .mx-sm-n5 { - margin-left: -3rem !important; } - .m-sm-auto { - margin: auto !important; } - .mt-sm-auto, - .my-sm-auto { - margin-top: auto !important; } - .mr-sm-auto, - .mx-sm-auto { - margin-right: auto !important; } - .mb-sm-auto, - .my-sm-auto { - margin-bottom: auto !important; } - .ml-sm-auto, - .mx-sm-auto { - margin-left: auto !important; } } - -@media (min-width: 768px) { - .m-md-0 { - margin: 0 !important; } - .mt-md-0, - .my-md-0 { - margin-top: 0 !important; } - .mr-md-0, - .mx-md-0 { - margin-right: 0 !important; } - .mb-md-0, - .my-md-0 { - margin-bottom: 0 !important; } - .ml-md-0, - .mx-md-0 { - margin-left: 0 !important; } - .m-md-1 { - margin: 0.25rem !important; } - .mt-md-1, - .my-md-1 { - margin-top: 0.25rem !important; } - .mr-md-1, - .mx-md-1 { - margin-right: 0.25rem !important; } - .mb-md-1, - .my-md-1 { - margin-bottom: 0.25rem !important; } - .ml-md-1, - .mx-md-1 { - margin-left: 0.25rem !important; } - .m-md-2 { - margin: 0.5rem !important; } - .mt-md-2, - .my-md-2 { - margin-top: 0.5rem !important; } - .mr-md-2, - .mx-md-2 { - margin-right: 0.5rem !important; } - .mb-md-2, - .my-md-2 { - margin-bottom: 0.5rem !important; } - .ml-md-2, - .mx-md-2 { - margin-left: 0.5rem !important; } - .m-md-3 { - margin: 1rem !important; } - .mt-md-3, - .my-md-3 { - margin-top: 1rem !important; } - .mr-md-3, - .mx-md-3 { - margin-right: 1rem !important; } - .mb-md-3, - .my-md-3 { - margin-bottom: 1rem !important; } - .ml-md-3, - .mx-md-3 { - margin-left: 1rem !important; } - .m-md-4 { - margin: 1.5rem !important; } - .mt-md-4, - .my-md-4 { - margin-top: 1.5rem !important; } - .mr-md-4, - .mx-md-4 { - margin-right: 1.5rem !important; } - .mb-md-4, - .my-md-4 { - margin-bottom: 1.5rem !important; } - .ml-md-4, - .mx-md-4 { - margin-left: 1.5rem !important; } - .m-md-5 { - margin: 3rem !important; } - .mt-md-5, - .my-md-5 { - margin-top: 3rem !important; } - .mr-md-5, - .mx-md-5 { - margin-right: 3rem !important; } - .mb-md-5, - .my-md-5 { - margin-bottom: 3rem !important; } - .ml-md-5, - .mx-md-5 { - margin-left: 3rem !important; } - .p-md-0 { - padding: 0 !important; } - .pt-md-0, - .py-md-0 { - padding-top: 0 !important; } - .pr-md-0, - .px-md-0 { - padding-right: 0 !important; } - .pb-md-0, - .py-md-0 { - padding-bottom: 0 !important; } - .pl-md-0, - .px-md-0 { - padding-left: 0 !important; } - .p-md-1 { - padding: 0.25rem !important; } - .pt-md-1, - .py-md-1 { - padding-top: 0.25rem !important; } - .pr-md-1, - .px-md-1 { - padding-right: 0.25rem !important; } - .pb-md-1, - .py-md-1 { - padding-bottom: 0.25rem !important; } - .pl-md-1, - .px-md-1 { - padding-left: 0.25rem !important; } - .p-md-2 { - padding: 0.5rem !important; } - .pt-md-2, - .py-md-2 { - padding-top: 0.5rem !important; } - .pr-md-2, - .px-md-2 { - padding-right: 0.5rem !important; } - .pb-md-2, - .py-md-2 { - padding-bottom: 0.5rem !important; } - .pl-md-2, - .px-md-2 { - padding-left: 0.5rem !important; } - .p-md-3 { - padding: 1rem !important; } - .pt-md-3, - .py-md-3 { - padding-top: 1rem !important; } - .pr-md-3, - .px-md-3 { - padding-right: 1rem !important; } - .pb-md-3, - .py-md-3 { - padding-bottom: 1rem !important; } - .pl-md-3, - .px-md-3 { - padding-left: 1rem !important; } - .p-md-4 { - padding: 1.5rem !important; } - .pt-md-4, - .py-md-4 { - padding-top: 1.5rem !important; } - .pr-md-4, - .px-md-4 { - padding-right: 1.5rem !important; } - .pb-md-4, - .py-md-4 { - padding-bottom: 1.5rem !important; } - .pl-md-4, - .px-md-4 { - padding-left: 1.5rem !important; } - .p-md-5 { - padding: 3rem !important; } - .pt-md-5, - .py-md-5 { - padding-top: 3rem !important; } - .pr-md-5, - .px-md-5 { - padding-right: 3rem !important; } - .pb-md-5, - .py-md-5 { - padding-bottom: 3rem !important; } - .pl-md-5, - .px-md-5 { - padding-left: 3rem !important; } - .m-md-n1 { - margin: -0.25rem !important; } - .mt-md-n1, - .my-md-n1 { - margin-top: -0.25rem !important; } - .mr-md-n1, - .mx-md-n1 { - margin-right: -0.25rem !important; } - .mb-md-n1, - .my-md-n1 { - margin-bottom: -0.25rem !important; } - .ml-md-n1, - .mx-md-n1 { - margin-left: -0.25rem !important; } - .m-md-n2 { - margin: -0.5rem !important; } - .mt-md-n2, - .my-md-n2 { - margin-top: -0.5rem !important; } - .mr-md-n2, - .mx-md-n2 { - margin-right: -0.5rem !important; } - .mb-md-n2, - .my-md-n2 { - margin-bottom: -0.5rem !important; } - .ml-md-n2, - .mx-md-n2 { - margin-left: -0.5rem !important; } - .m-md-n3 { - margin: -1rem !important; } - .mt-md-n3, - .my-md-n3 { - margin-top: -1rem !important; } - .mr-md-n3, - .mx-md-n3 { - margin-right: -1rem !important; } - .mb-md-n3, - .my-md-n3 { - margin-bottom: -1rem !important; } - .ml-md-n3, - .mx-md-n3 { - margin-left: -1rem !important; } - .m-md-n4 { - margin: -1.5rem !important; } - .mt-md-n4, - .my-md-n4 { - margin-top: -1.5rem !important; } - .mr-md-n4, - .mx-md-n4 { - margin-right: -1.5rem !important; } - .mb-md-n4, - .my-md-n4 { - margin-bottom: -1.5rem !important; } - .ml-md-n4, - .mx-md-n4 { - margin-left: -1.5rem !important; } - .m-md-n5 { - margin: -3rem !important; } - .mt-md-n5, - .my-md-n5 { - margin-top: -3rem !important; } - .mr-md-n5, - .mx-md-n5 { - margin-right: -3rem !important; } - .mb-md-n5, - .my-md-n5 { - margin-bottom: -3rem !important; } - .ml-md-n5, - .mx-md-n5 { - margin-left: -3rem !important; } - .m-md-auto { - margin: auto !important; } - .mt-md-auto, - .my-md-auto { - margin-top: auto !important; } - .mr-md-auto, - .mx-md-auto { - margin-right: auto !important; } - .mb-md-auto, - .my-md-auto { - margin-bottom: auto !important; } - .ml-md-auto, - .mx-md-auto { - margin-left: auto !important; } } - -@media (min-width: 992px) { - .m-lg-0 { - margin: 0 !important; } - .mt-lg-0, - .my-lg-0 { - margin-top: 0 !important; } - .mr-lg-0, - .mx-lg-0 { - margin-right: 0 !important; } - .mb-lg-0, - .my-lg-0 { - margin-bottom: 0 !important; } - .ml-lg-0, - .mx-lg-0 { - margin-left: 0 !important; } - .m-lg-1 { - margin: 0.25rem !important; } - .mt-lg-1, - .my-lg-1 { - margin-top: 0.25rem !important; } - .mr-lg-1, - .mx-lg-1 { - margin-right: 0.25rem !important; } - .mb-lg-1, - .my-lg-1 { - margin-bottom: 0.25rem !important; } - .ml-lg-1, - .mx-lg-1 { - margin-left: 0.25rem !important; } - .m-lg-2 { - margin: 0.5rem !important; } - .mt-lg-2, - .my-lg-2 { - margin-top: 0.5rem !important; } - .mr-lg-2, - .mx-lg-2 { - margin-right: 0.5rem !important; } - .mb-lg-2, - .my-lg-2 { - margin-bottom: 0.5rem !important; } - .ml-lg-2, - .mx-lg-2 { - margin-left: 0.5rem !important; } - .m-lg-3 { - margin: 1rem !important; } - .mt-lg-3, - .my-lg-3 { - margin-top: 1rem !important; } - .mr-lg-3, - .mx-lg-3 { - margin-right: 1rem !important; } - .mb-lg-3, - .my-lg-3 { - margin-bottom: 1rem !important; } - .ml-lg-3, - .mx-lg-3 { - margin-left: 1rem !important; } - .m-lg-4 { - margin: 1.5rem !important; } - .mt-lg-4, - .my-lg-4 { - margin-top: 1.5rem !important; } - .mr-lg-4, - .mx-lg-4 { - margin-right: 1.5rem !important; } - .mb-lg-4, - .my-lg-4 { - margin-bottom: 1.5rem !important; } - .ml-lg-4, - .mx-lg-4 { - margin-left: 1.5rem !important; } - .m-lg-5 { - margin: 3rem !important; } - .mt-lg-5, - .my-lg-5 { - margin-top: 3rem !important; } - .mr-lg-5, - .mx-lg-5 { - margin-right: 3rem !important; } - .mb-lg-5, - .my-lg-5 { - margin-bottom: 3rem !important; } - .ml-lg-5, - .mx-lg-5 { - margin-left: 3rem !important; } - .p-lg-0 { - padding: 0 !important; } - .pt-lg-0, - .py-lg-0 { - padding-top: 0 !important; } - .pr-lg-0, - .px-lg-0 { - padding-right: 0 !important; } - .pb-lg-0, - .py-lg-0 { - padding-bottom: 0 !important; } - .pl-lg-0, - .px-lg-0 { - padding-left: 0 !important; } - .p-lg-1 { - padding: 0.25rem !important; } - .pt-lg-1, - .py-lg-1 { - padding-top: 0.25rem !important; } - .pr-lg-1, - .px-lg-1 { - padding-right: 0.25rem !important; } - .pb-lg-1, - .py-lg-1 { - padding-bottom: 0.25rem !important; } - .pl-lg-1, - .px-lg-1 { - padding-left: 0.25rem !important; } - .p-lg-2 { - padding: 0.5rem !important; } - .pt-lg-2, - .py-lg-2 { - padding-top: 0.5rem !important; } - .pr-lg-2, - .px-lg-2 { - padding-right: 0.5rem !important; } - .pb-lg-2, - .py-lg-2 { - padding-bottom: 0.5rem !important; } - .pl-lg-2, - .px-lg-2 { - padding-left: 0.5rem !important; } - .p-lg-3 { - padding: 1rem !important; } - .pt-lg-3, - .py-lg-3 { - padding-top: 1rem !important; } - .pr-lg-3, - .px-lg-3 { - padding-right: 1rem !important; } - .pb-lg-3, - .py-lg-3 { - padding-bottom: 1rem !important; } - .pl-lg-3, - .px-lg-3 { - padding-left: 1rem !important; } - .p-lg-4 { - padding: 1.5rem !important; } - .pt-lg-4, - .py-lg-4 { - padding-top: 1.5rem !important; } - .pr-lg-4, - .px-lg-4 { - padding-right: 1.5rem !important; } - .pb-lg-4, - .py-lg-4 { - padding-bottom: 1.5rem !important; } - .pl-lg-4, - .px-lg-4 { - padding-left: 1.5rem !important; } - .p-lg-5 { - padding: 3rem !important; } - .pt-lg-5, - .py-lg-5 { - padding-top: 3rem !important; } - .pr-lg-5, - .px-lg-5 { - padding-right: 3rem !important; } - .pb-lg-5, - .py-lg-5 { - padding-bottom: 3rem !important; } - .pl-lg-5, - .px-lg-5 { - padding-left: 3rem !important; } - .m-lg-n1 { - margin: -0.25rem !important; } - .mt-lg-n1, - .my-lg-n1 { - margin-top: -0.25rem !important; } - .mr-lg-n1, - .mx-lg-n1 { - margin-right: -0.25rem !important; } - .mb-lg-n1, - .my-lg-n1 { - margin-bottom: -0.25rem !important; } - .ml-lg-n1, - .mx-lg-n1 { - margin-left: -0.25rem !important; } - .m-lg-n2 { - margin: -0.5rem !important; } - .mt-lg-n2, - .my-lg-n2 { - margin-top: -0.5rem !important; } - .mr-lg-n2, - .mx-lg-n2 { - margin-right: -0.5rem !important; } - .mb-lg-n2, - .my-lg-n2 { - margin-bottom: -0.5rem !important; } - .ml-lg-n2, - .mx-lg-n2 { - margin-left: -0.5rem !important; } - .m-lg-n3 { - margin: -1rem !important; } - .mt-lg-n3, - .my-lg-n3 { - margin-top: -1rem !important; } - .mr-lg-n3, - .mx-lg-n3 { - margin-right: -1rem !important; } - .mb-lg-n3, - .my-lg-n3 { - margin-bottom: -1rem !important; } - .ml-lg-n3, - .mx-lg-n3 { - margin-left: -1rem !important; } - .m-lg-n4 { - margin: -1.5rem !important; } - .mt-lg-n4, - .my-lg-n4 { - margin-top: -1.5rem !important; } - .mr-lg-n4, - .mx-lg-n4 { - margin-right: -1.5rem !important; } - .mb-lg-n4, - .my-lg-n4 { - margin-bottom: -1.5rem !important; } - .ml-lg-n4, - .mx-lg-n4 { - margin-left: -1.5rem !important; } - .m-lg-n5 { - margin: -3rem !important; } - .mt-lg-n5, - .my-lg-n5 { - margin-top: -3rem !important; } - .mr-lg-n5, - .mx-lg-n5 { - margin-right: -3rem !important; } - .mb-lg-n5, - .my-lg-n5 { - margin-bottom: -3rem !important; } - .ml-lg-n5, - .mx-lg-n5 { - margin-left: -3rem !important; } - .m-lg-auto { - margin: auto !important; } - .mt-lg-auto, - .my-lg-auto { - margin-top: auto !important; } - .mr-lg-auto, - .mx-lg-auto { - margin-right: auto !important; } - .mb-lg-auto, - .my-lg-auto { - margin-bottom: auto !important; } - .ml-lg-auto, - .mx-lg-auto { - margin-left: auto !important; } } - -@media (min-width: 1200px) { - .m-xl-0 { - margin: 0 !important; } - .mt-xl-0, - .my-xl-0 { - margin-top: 0 !important; } - .mr-xl-0, - .mx-xl-0 { - margin-right: 0 !important; } - .mb-xl-0, - .my-xl-0 { - margin-bottom: 0 !important; } - .ml-xl-0, - .mx-xl-0 { - margin-left: 0 !important; } - .m-xl-1 { - margin: 0.25rem !important; } - .mt-xl-1, - .my-xl-1 { - margin-top: 0.25rem !important; } - .mr-xl-1, - .mx-xl-1 { - margin-right: 0.25rem !important; } - .mb-xl-1, - .my-xl-1 { - margin-bottom: 0.25rem !important; } - .ml-xl-1, - .mx-xl-1 { - margin-left: 0.25rem !important; } - .m-xl-2 { - margin: 0.5rem !important; } - .mt-xl-2, - .my-xl-2 { - margin-top: 0.5rem !important; } - .mr-xl-2, - .mx-xl-2 { - margin-right: 0.5rem !important; } - .mb-xl-2, - .my-xl-2 { - margin-bottom: 0.5rem !important; } - .ml-xl-2, - .mx-xl-2 { - margin-left: 0.5rem !important; } - .m-xl-3 { - margin: 1rem !important; } - .mt-xl-3, - .my-xl-3 { - margin-top: 1rem !important; } - .mr-xl-3, - .mx-xl-3 { - margin-right: 1rem !important; } - .mb-xl-3, - .my-xl-3 { - margin-bottom: 1rem !important; } - .ml-xl-3, - .mx-xl-3 { - margin-left: 1rem !important; } - .m-xl-4 { - margin: 1.5rem !important; } - .mt-xl-4, - .my-xl-4 { - margin-top: 1.5rem !important; } - .mr-xl-4, - .mx-xl-4 { - margin-right: 1.5rem !important; } - .mb-xl-4, - .my-xl-4 { - margin-bottom: 1.5rem !important; } - .ml-xl-4, - .mx-xl-4 { - margin-left: 1.5rem !important; } - .m-xl-5 { - margin: 3rem !important; } - .mt-xl-5, - .my-xl-5 { - margin-top: 3rem !important; } - .mr-xl-5, - .mx-xl-5 { - margin-right: 3rem !important; } - .mb-xl-5, - .my-xl-5 { - margin-bottom: 3rem !important; } - .ml-xl-5, - .mx-xl-5 { - margin-left: 3rem !important; } - .p-xl-0 { - padding: 0 !important; } - .pt-xl-0, - .py-xl-0 { - padding-top: 0 !important; } - .pr-xl-0, - .px-xl-0 { - padding-right: 0 !important; } - .pb-xl-0, - .py-xl-0 { - padding-bottom: 0 !important; } - .pl-xl-0, - .px-xl-0 { - padding-left: 0 !important; } - .p-xl-1 { - padding: 0.25rem !important; } - .pt-xl-1, - .py-xl-1 { - padding-top: 0.25rem !important; } - .pr-xl-1, - .px-xl-1 { - padding-right: 0.25rem !important; } - .pb-xl-1, - .py-xl-1 { - padding-bottom: 0.25rem !important; } - .pl-xl-1, - .px-xl-1 { - padding-left: 0.25rem !important; } - .p-xl-2 { - padding: 0.5rem !important; } - .pt-xl-2, - .py-xl-2 { - padding-top: 0.5rem !important; } - .pr-xl-2, - .px-xl-2 { - padding-right: 0.5rem !important; } - .pb-xl-2, - .py-xl-2 { - padding-bottom: 0.5rem !important; } - .pl-xl-2, - .px-xl-2 { - padding-left: 0.5rem !important; } - .p-xl-3 { - padding: 1rem !important; } - .pt-xl-3, - .py-xl-3 { - padding-top: 1rem !important; } - .pr-xl-3, - .px-xl-3 { - padding-right: 1rem !important; } - .pb-xl-3, - .py-xl-3 { - padding-bottom: 1rem !important; } - .pl-xl-3, - .px-xl-3 { - padding-left: 1rem !important; } - .p-xl-4 { - padding: 1.5rem !important; } - .pt-xl-4, - .py-xl-4 { - padding-top: 1.5rem !important; } - .pr-xl-4, - .px-xl-4 { - padding-right: 1.5rem !important; } - .pb-xl-4, - .py-xl-4 { - padding-bottom: 1.5rem !important; } - .pl-xl-4, - .px-xl-4 { - padding-left: 1.5rem !important; } - .p-xl-5 { - padding: 3rem !important; } - .pt-xl-5, - .py-xl-5 { - padding-top: 3rem !important; } - .pr-xl-5, - .px-xl-5 { - padding-right: 3rem !important; } - .pb-xl-5, - .py-xl-5 { - padding-bottom: 3rem !important; } - .pl-xl-5, - .px-xl-5 { - padding-left: 3rem !important; } - .m-xl-n1 { - margin: -0.25rem !important; } - .mt-xl-n1, - .my-xl-n1 { - margin-top: -0.25rem !important; } - .mr-xl-n1, - .mx-xl-n1 { - margin-right: -0.25rem !important; } - .mb-xl-n1, - .my-xl-n1 { - margin-bottom: -0.25rem !important; } - .ml-xl-n1, - .mx-xl-n1 { - margin-left: -0.25rem !important; } - .m-xl-n2 { - margin: -0.5rem !important; } - .mt-xl-n2, - .my-xl-n2 { - margin-top: -0.5rem !important; } - .mr-xl-n2, - .mx-xl-n2 { - margin-right: -0.5rem !important; } - .mb-xl-n2, - .my-xl-n2 { - margin-bottom: -0.5rem !important; } - .ml-xl-n2, - .mx-xl-n2 { - margin-left: -0.5rem !important; } - .m-xl-n3 { - margin: -1rem !important; } - .mt-xl-n3, - .my-xl-n3 { - margin-top: -1rem !important; } - .mr-xl-n3, - .mx-xl-n3 { - margin-right: -1rem !important; } - .mb-xl-n3, - .my-xl-n3 { - margin-bottom: -1rem !important; } - .ml-xl-n3, - .mx-xl-n3 { - margin-left: -1rem !important; } - .m-xl-n4 { - margin: -1.5rem !important; } - .mt-xl-n4, - .my-xl-n4 { - margin-top: -1.5rem !important; } - .mr-xl-n4, - .mx-xl-n4 { - margin-right: -1.5rem !important; } - .mb-xl-n4, - .my-xl-n4 { - margin-bottom: -1.5rem !important; } - .ml-xl-n4, - .mx-xl-n4 { - margin-left: -1.5rem !important; } - .m-xl-n5 { - margin: -3rem !important; } - .mt-xl-n5, - .my-xl-n5 { - margin-top: -3rem !important; } - .mr-xl-n5, - .mx-xl-n5 { - margin-right: -3rem !important; } - .mb-xl-n5, - .my-xl-n5 { - margin-bottom: -3rem !important; } - .ml-xl-n5, - .mx-xl-n5 { - margin-left: -3rem !important; } - .m-xl-auto { - margin: auto !important; } - .mt-xl-auto, - .my-xl-auto { - margin-top: auto !important; } - .mr-xl-auto, - .mx-xl-auto { - margin-right: auto !important; } - .mb-xl-auto, - .my-xl-auto { - margin-bottom: auto !important; } - .ml-xl-auto, - .mx-xl-auto { - margin-left: auto !important; } } - -.text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; } - -.text-justify { - text-align: justify !important; } - -.text-wrap { - white-space: normal !important; } - -.text-nowrap { - white-space: nowrap !important; } - -.text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; } - -.text-left { - text-align: left !important; } - -.text-right { - text-align: right !important; } - -.text-center { - text-align: center !important; } - -@media (min-width: 576px) { - .text-sm-left { - text-align: left !important; } - .text-sm-right { - text-align: right !important; } - .text-sm-center { - text-align: center !important; } } - -@media (min-width: 768px) { - .text-md-left { - text-align: left !important; } - .text-md-right { - text-align: right !important; } - .text-md-center { - text-align: center !important; } } - -@media (min-width: 992px) { - .text-lg-left { - text-align: left !important; } - .text-lg-right { - text-align: right !important; } - .text-lg-center { - text-align: center !important; } } - -@media (min-width: 1200px) { - .text-xl-left { - text-align: left !important; } - .text-xl-right { - text-align: right !important; } - .text-xl-center { - text-align: center !important; } } - -.text-lowercase { - text-transform: lowercase !important; } - -.text-uppercase { - text-transform: uppercase !important; } - -.text-capitalize { - text-transform: capitalize !important; } - -.font-weight-light { - font-weight: 300 !important; } - -.font-weight-lighter { - font-weight: lighter !important; } - -.font-weight-normal { - font-weight: 400 !important; } - -.font-weight-bold { - font-weight: 700 !important; } - -.font-weight-bolder { - font-weight: bolder !important; } - -.font-italic { - font-style: italic !important; } - -.text-white { - color: #fff !important; } - -.text-primary { - color: #007bff !important; } - -a.text-primary:hover, a.text-primary:focus { - color: #0056b3 !important; } - -.text-secondary { - color: #6c757d !important; } - -a.text-secondary:hover, a.text-secondary:focus { - color: #494f54 !important; } - -.text-success { - color: #28a745 !important; } - -a.text-success:hover, a.text-success:focus { - color: #19692c !important; } - -.text-info { - color: #17a2b8 !important; } - -a.text-info:hover, a.text-info:focus { - color: #0f6674 !important; } - -.text-warning { - color: #ffc107 !important; } - -a.text-warning:hover, a.text-warning:focus { - color: #ba8b00 !important; } - -.text-danger { - color: #dc3545 !important; } - -a.text-danger:hover, a.text-danger:focus { - color: #a71d2a !important; } - -.text-light { - color: #f8f9fa !important; } - -a.text-light:hover, a.text-light:focus { - color: #cbd3da !important; } - -.text-dark { - color: #343a40 !important; } - -a.text-dark:hover, a.text-dark:focus { - color: #121416 !important; } - -.text-body { - color: #212529 !important; } - -.text-muted { - color: #6c757d !important; } - -.text-black-50 { - color: rgba(0, 0, 0, 0.5) !important; } - -.text-white-50 { - color: rgba(255, 255, 255, 0.5) !important; } - -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; } - -.text-decoration-none { - text-decoration: none !important; } - -.text-break { - word-break: break-word !important; - overflow-wrap: break-word !important; } - -.text-reset { - color: inherit !important; } - -.visible { - visibility: visible !important; } - -.invisible { - visibility: hidden !important; } - -.yellow-highlight { - color: #EFC780; } - -@-webkit-keyframes primary-indeterminate-translate { - 0% { - transform: translateX(0); } - 20% { - -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); - animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); - transform: translateX(0); } - 59.15% { - -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); - animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); - transform: translateX(83.67142%); } - 100% { - transform: translateX(200.61106%); } } - -@keyframes primary-indeterminate-translate { - 0% { - transform: translateX(0); } - 20% { - -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); - animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); - transform: translateX(0); } - 59.15% { - -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); - animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); - transform: translateX(83.67142%); } - 100% { - transform: translateX(200.61106%); } } - -@-webkit-keyframes primary-indeterminate-scale { - 0% { - transform: scaleX(0.08); } - 36.65% { - -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); - animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); - transform: scaleX(0.08); } - 69.15% { - -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1); - animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1); - transform: scaleX(0.66148); } - 100% { - transform: scaleX(0.08); } } - -@keyframes primary-indeterminate-scale { - 0% { - transform: scaleX(0.08); } - 36.65% { - -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); - animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); - transform: scaleX(0.08); } - 69.15% { - -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1); - animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1); - transform: scaleX(0.66148); } - 100% { - transform: scaleX(0.08); } } - -@-webkit-keyframes secondary-indeterminate-translate { - 0% { - -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969); - animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969); - transform: translateX(0); } - 25% { - -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371); - animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371); - transform: translateX(37.65191%); } - 48.35% { - -webkit-animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203); - animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203); - transform: translateX(84.38617%); } - 100% { - transform: translateX(160.27778%); } } - -@keyframes secondary-indeterminate-translate { - 0% { - -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969); - animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969); - transform: translateX(0); } - 25% { - -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371); - animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371); - transform: translateX(37.65191%); } - 48.35% { - -webkit-animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203); - animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203); - transform: translateX(84.38617%); } - 100% { - transform: translateX(160.27778%); } } - -@-webkit-keyframes secondary-indeterminate-scale { - 0% { - -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); - animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); - transform: scaleX(0.08); } - 19.15% { - -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); - animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); - transform: scaleX(0.4571); } - 44.15% { - -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); - animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); - transform: scaleX(0.72796); } - 100% { - transform: scaleX(0.08); } } - -@keyframes secondary-indeterminate-scale { - 0% { - -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); - animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); - transform: scaleX(0.08); } - 19.15% { - -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); - animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); - transform: scaleX(0.4571); } - 44.15% { - -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); - animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); - transform: scaleX(0.72796); } - 100% { - transform: scaleX(0.08); } } - -@-webkit-keyframes buffering { - to { - transform: translateX(-10px); } } - -@keyframes buffering { - to { - transform: translateX(-10px); } } - -@-webkit-keyframes primary-indeterminate-translate-reverse { - 0% { - transform: translateX(0); } - 20% { - -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); - animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); - transform: translateX(0); } - 59.15% { - -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); - animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); - transform: translateX(-83.67142%); } - 100% { - transform: translateX(-200.61106%); } } - -@keyframes primary-indeterminate-translate-reverse { - 0% { - transform: translateX(0); } - 20% { - -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); - animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); - transform: translateX(0); } - 59.15% { - -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); - animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); - transform: translateX(-83.67142%); } - 100% { - transform: translateX(-200.61106%); } } - -@-webkit-keyframes secondary-indeterminate-translate-reverse { - 0% { - -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969); - animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969); - transform: translateX(0); } - 25% { - -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371); - animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371); - transform: translateX(-37.65191%); } - 48.35% { - -webkit-animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203); - animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203); - transform: translateX(-84.38617%); } - 100% { - transform: translateX(-160.27778%); } } - -@keyframes secondary-indeterminate-translate-reverse { - 0% { - -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969); - animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969); - transform: translateX(0); } - 25% { - -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371); - animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371); - transform: translateX(-37.65191%); } - 48.35% { - -webkit-animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203); - animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203); - transform: translateX(-84.38617%); } - 100% { - transform: translateX(-160.27778%); } } - -@-webkit-keyframes buffering-reverse { - to { - transform: translateX(10px); } } - -@keyframes buffering-reverse { - to { - transform: translateX(10px); } } - -.mdc-linear-progress { - position: relative; - width: 100%; - height: 4px; - transform: translateZ(0); - transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1); - overflow: hidden; } - .mdc-linear-progress__bar { - position: absolute; - width: 100%; - height: 100%; - -webkit-animation: none; - animation: none; - transform-origin: top left; - transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1); } - .mdc-linear-progress__bar-inner { - display: inline-block; - position: absolute; - width: 100%; - height: 100%; - -webkit-animation: none; - animation: none; } - .mdc-linear-progress__buffering-dots { - position: absolute; - width: 100%; - height: 100%; - -webkit-animation: buffering 250ms infinite linear; - animation: buffering 250ms infinite linear; - background-repeat: repeat-x; - background-size: 10px 4px; } - .mdc-linear-progress__buffer { - position: absolute; - width: 100%; - height: 100%; - transform-origin: top left; - transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1); } - .mdc-linear-progress__primary-bar { - transform: scaleX(0); } - .mdc-linear-progress__secondary-bar { - visibility: hidden; } - .mdc-linear-progress--indeterminate .mdc-linear-progress__bar { - transition: none; } - .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar { - left: -145.166611%; - -webkit-animation: primary-indeterminate-translate 2s infinite linear; - animation: primary-indeterminate-translate 2s infinite linear; } - .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar > .mdc-linear-progress__bar-inner { - -webkit-animation: primary-indeterminate-scale 2s infinite linear; - animation: primary-indeterminate-scale 2s infinite linear; } - .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar { - left: -54.888891%; - -webkit-animation: secondary-indeterminate-translate 2s infinite linear; - animation: secondary-indeterminate-translate 2s infinite linear; - visibility: visible; } - .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar > .mdc-linear-progress__bar-inner { - -webkit-animation: secondary-indeterminate-scale 2s infinite linear; - animation: secondary-indeterminate-scale 2s infinite linear; } - .mdc-linear-progress--reversed .mdc-linear-progress__bar, - .mdc-linear-progress--reversed .mdc-linear-progress__buffer { - right: 0; - transform-origin: center right; } - .mdc-linear-progress--reversed .mdc-linear-progress__primary-bar { - -webkit-animation-name: primary-indeterminate-translate-reverse; - animation-name: primary-indeterminate-translate-reverse; } - .mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar { - -webkit-animation-name: secondary-indeterminate-translate-reverse; - animation-name: secondary-indeterminate-translate-reverse; } - .mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots { - -webkit-animation: buffering-reverse 250ms infinite linear; - animation: buffering-reverse 250ms infinite linear; } - .mdc-linear-progress--closed { - opacity: 0; } - -.mdc-linear-progress__bar-inner { - background-color: #6200ee; - /* @alternate */ - background-color: var(--mdc-theme-primary, #6200ee); } - -.mdc-linear-progress__buffering-dots { - background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E"); } - -.mdc-linear-progress__buffer { - background-color: #e6e6e6; } - -.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar { - right: -145.166611%; - left: auto; } - -.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar { - right: -54.888891%; - left: auto; } - -.mdc-linear-progress { - z-index: 9999; - position: fixed; } - -.mdc-linear-progress__bar-inner { - background-color: #EFC780; } - -.mdc-linear-progress__buffering-dots { - background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E"); } - -.mdc-linear-progress__buffer { - background-color: #e6e6e6; } - -@-webkit-keyframes placeholder { - 0%, 100% { - opacity: .3; } - 50% { - opacity: .7; } } - -@keyframes placeholder { - 0%, 100% { - opacity: .3; } - 50% { - opacity: .7; } } - -.loading-placeholder, .loading-placeholder--small, .loading-placeholder--medium, .loading-placeholder--big { - height: 16px; - background-color: lightgray; - width: 100%; - -webkit-animation: placeholder 2s infinite; - animation: placeholder 2s infinite; } - .loading-placeholder--small { - width: 70%; } - .loading-placeholder--medium { - width: 75%; } - .loading-placeholder--big { - width: 90%; } - -.fade-out { - opacity: 0; } - -.transition--opacity, .article .article__body--wrapper .article__body .article__content, .article .article__body--wrapper .location__info__article .article__section .article__content, .location__info__article .article .article__body--wrapper .article__section .article__content { - transition: opacity 120ms; } - -.transition--opacity-translate { - transition: opacity 140ms ease-out, transform 140ms ease-out; } - .transition--opacity-translate.fade-out { - transform: translateY(20px); } - -.loading-circle { - pointer-events: none; - transition: opacity 115ms; - position: fixed; - top: 50%; - left: 50%; - transform: translate(-50%); } - -.snake-button { - position: relative; } - .snake-button a { - color: #102E46; - position: relative; - z-index: 9; } - .snake-button a:hover { - color: white; } - .snake-button span { - display: block; } - .snake-button:before { - content: ''; - position: absolute; - top: -50px; - right: -85px; - height: 120px; - width: 120px; - display: block; - background: url(/./assets/3c8d117dc0b904f7ac8d4bfb86287bd7.svg) no-repeat; } - -.call4paper-button { - border: 1px solid #F9F8F4; - border-radius: 5px; - padding: 5px 10px; } - .call4paper-button:hover { - border-color: #EFC780; - background: #EFC780; } - -.pybr-button, .pybr-button--dark, .pybr-button--white, .pybr-button--light, .pybr-button--light-blue, .pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue { - display: block; - padding: 20px 30px; - border-radius: 8px; - font-size: 19px; - font-weight: 600; - text-align: center; - color: white; - background-color: #EAEAEA; - text-decoration: none; - text-transform: uppercase; - line-height: normal; - transition: .3s ease-out; } - .pybr-button:hover, .pybr-button--dark:hover, .pybr-button--white:hover, .pybr-button--light:hover, .pybr-button--light-blue:hover, .pybr-button-large:hover, .pybr-button-large--dark:hover, .pybr-button-large--white:hover, .pybr-button-large--light:hover, .pybr-button-large--light-blue:hover, .pybr-button:active, .pybr-button--dark:active, .pybr-button--white:active, .pybr-button--light:active, .pybr-button--light-blue:active, .pybr-button-large:active, .pybr-button-large--dark:active, .pybr-button-large--white:active, .pybr-button-large--light:active, .pybr-button-large--light-blue:active, .pybr-button:focus, .pybr-button--dark:focus, .pybr-button--white:focus, .pybr-button--light:focus, .pybr-button--light-blue:focus, .pybr-button-large:focus, .pybr-button-large--dark:focus, .pybr-button-large--white:focus, .pybr-button-large--light:focus, .pybr-button-large--light-blue:focus { - text-decoration: none; - color: white; } - .pybr-button strong, .pybr-button--dark strong, .pybr-button--white strong, .pybr-button--light strong, .pybr-button--light-blue strong, .pybr-button-large strong, .pybr-button-large--dark strong, .pybr-button-large--white strong, .pybr-button-large--light strong, .pybr-button-large--light-blue strong { - font-size: 26px; } - .pybr-button__sponsor { - position: absolute; - top: 30px; - right: 0; - color: #102E46; - box-shadow: 0px 5px 0 0 #102E46; - transition: box-shadow 0.3s, transform 0.3s; } - .pybr-button__sponsor strong { - color: #fff; - font-size: 16px; } - .pybr-button__sponsor:hover { - color: inherit; - box-shadow: 0 0 0 0 #102E46; - transform: translate(0px, 5px); } - .pybr-button--dark { - background-color: #102E46; } - .pybr-button--dark:hover { - background: #EFC780; } - .pybr-button--dark:hover .yellow-highlight { - color: #102E46; } - .pybr-button--dark.button-bg--dark:hover { - background: white; - color: #102E46; } - .pybr-button--white { - background-color: white; - color: #102E46; } - .pybr-button--white:hover { - background: #102E46; - color: #fff; } - .pybr-button--light { - background-color: #EFC780; } - .pybr-button--light:hover { - background: #102E46; } - .pybr-button--light.button-bg--dark:hover { - background: white; } - .pybr-button--light-blue { - background-color: #7FC7CF; } - .pybr-button--light-blue:hover { - background: #102E46; } - -.tickets-button { - position: fixed; - right: 0; - bottom: 0px; - z-index: 999; - width: 50px; - transition: width 0.3s; } - .tickets-button:hover { - width: 253px; } - -.buy-ticket { - padding: 15px 50px; } - .buy-ticket strong { - font-weight: normal; } - -.pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue { - font-size: 20px; - font-weight: 700; - height: 140px; } - .pybr-button-large--dark { - background-color: #102E46; } - .pybr-button-large--dark:hover { - background: #EFC780; } - .pybr-button-large--dark:hover .yellow-highlight { - color: #102E46; } - .pybr-button-large--dark.button-bg--dark:hover { - background: white; - color: #102E46; } - .pybr-button-large--white { - background-color: white; - color: #102E46; } - .pybr-button-large--white:hover { - background: #102E46; - color: #fff; } - .pybr-button-large--light { - background-color: #EFC780; } - .pybr-button-large--light:hover { - background: #102E46; } - .pybr-button-large--light.button-bg--dark:hover { - background: white; } - .pybr-button-large--light-blue { - background-color: #7FC7CF; } - .pybr-button-large--light-blue:hover { - background: #102E46; } - -@media (min-width: 2000px) { - .tickets-button { - bottom: 10%; } } - -@media (min-width: 991px) { - .pybr-button, .pybr-button--dark, .pybr-button--white, .pybr-button--light, .pybr-button--light-blue, .pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue { - font-size: 20px; - margin: 0 auto; } - .pybr-button strong, .pybr-button--dark strong, .pybr-button--white strong, .pybr-button--light strong, .pybr-button--light-blue strong, .pybr-button-large strong, .pybr-button-large--dark strong, .pybr-button-large--white strong, .pybr-button-large--light strong, .pybr-button-large--light-blue strong { - font-size: 20px; } - .pybr-button__sponsor strong { - font-size: 20px; } - .pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue { - font-size: 30px; } - .buy-ticket strong { - font-size: 27px; } } - -@media (max-width: 576px) { - .pybr-button, .pybr-button--dark, .pybr-button--white, .pybr-button--light, .pybr-button--light-blue, .pybr-button-large, .pybr-button-large--dark, .pybr-button-large--white, .pybr-button-large--light, .pybr-button-large--light-blue { - font-size: 30px; - padding: 8px; } - .pybr-button__sponsor { - position: relative; - font-size: 23px; - top: -5px; } - .buy-ticket { - font-size: 20px; } - .buy-ticket strong { - font-size: 30px; } - .tickets-button { - top: 50%; - width: 28px; } - .tickets-button img { - height: 75px; } - .tickets-button:hover { - width: 120px; } } - -.section-title, .section-title--left, .section-title--right, .intern-page__header .header__title, .article .article__header .header__title { - font-family: 'Advent Pro', sans-serif; - font-size: 45px; - line-height: 1.3; - font-weight: 700; - text-transform: uppercase; - color: #102E46; - border-bottom: solid 4px #EFC780; - margin-bottom: 20px; } - .section-title--left { - text-align: right; - position: relative; } - .section-title--left:after { - content: ''; - position: absolute; - height: 4px; - background-color: #EFC780; - width: 100vw; - bottom: 0px; - transform-origin: center left; - left: 0px; - transform: translate(-100%, 100%); } - .section-title--right { - margin-left: auto; - position: relative; } - .section-title--right:after { - content: ''; - position: absolute; - height: 4px; - background-color: #EFC780; - width: 100vw; - bottom: 0px; - transform-origin: center left; - right: 0px; - transform: translate(100%, 100%); } - -.section-header-wrapper { - width: 100%; } - .section-header-wrapper .section-header--right { - margin-left: auto; } - -.placeholder-message, .placeholder-message--negative { - font-size: 50px; - height: 400px; - max-height: 400px; - height: 70vh; - font-family: 'Advent Pro', sans-serif; - text-align: center; - text-transform: uppercase; - width: 100%; - color: #102E46; } - .placeholder-message--negative { - color: white; } - -@media (min-width: 767px) { - .section-title, .section-title--left, .section-title--right, .intern-page__header .header__title, .article .article__header .header__title { - font-size: 40px; } } - -@media (min-width: 991px) { - .section-title, .section-title--left, .section-title--right, .intern-page__header .header__title, .article .article__header .header__title { - font-size: 50px; } } - -.intern-page__header { - padding-top: 30px; - min-height: 160px; - position: relative; } - .intern-page__header:before { - position: absolute; - content: ''; - background-color: #EFC780; - width: 100%; - height: 100%; - border-radius: 50%; - transform-origin: center bottom; - transform: scale(3, 5); - bottom: 0; - left: 0; } - .intern-page__header .header__title { - margin-bottom: 60px; - position: relative; - z-index: 2; - text-align: center; - font-weight: 600; - border-bottom: 0px; - font-size: 36px; - margin-bottom: 10px; } - .intern-page__header .header__title strong { - font-size: 48px; - display: block; - font-weight: 400; } - -@media (min-width: 991px) { - .intern-page__header:before { - transform: scale(1.4, 5); } - .intern-page__header .header__title { - font-size: 50px; } - .intern-page__header .header__title strong { - font-size: 68px; - display: block; } } - -.article { - margin-top: 30px; } - .article ul { - padding-left: 40px; - margin-bottom: 1rem; } - .article .article__header .header__title { - font-size: 36px; - text-transform: none; - font-weight: 600; - position: relative; - border: 0; } - .article .article__header .header__title:before { - max-width: 585px; - width: 100%; - height: 4px; - background-color: #EFC780; - content: ''; - position: absolute; - bottom: 0; - left: 0; } - .article .article__body--wrapper .article__body, .article .article__body--wrapper .location__info__article .article__section, .location__info__article .article .article__body--wrapper .article__section { - background-color: white; - font-family: 'Nunito', sans-serif; - font-weight: 300; - line-height: 28px; - font-size: 16px; - color: #1A4262; - padding: 23px; - width: 100%; } - .article .article__body--wrapper .article__body p, .article .article__body--wrapper .location__info__article .article__section p, .location__info__article .article .article__body--wrapper .article__section p { - margin-bottom: 2rem; } - .article .article__body--wrapper .article__body p.loading-placeholder, .article .article__body--wrapper .location__info__article .article__section p.loading-placeholder, .location__info__article .article .article__body--wrapper .article__section p.loading-placeholder, .article .article__body--wrapper .article__body p.loading-placeholder--small, .article .article__body--wrapper .location__info__article .article__section p.loading-placeholder--small, .location__info__article .article .article__body--wrapper .article__section p.loading-placeholder--small, .article .article__body--wrapper .article__body p.loading-placeholder--medium, .article .article__body--wrapper .location__info__article .article__section p.loading-placeholder--medium, .location__info__article .article .article__body--wrapper .article__section p.loading-placeholder--medium, .article .article__body--wrapper .article__body p.loading-placeholder--big, .article .article__body--wrapper .location__info__article .article__section p.loading-placeholder--big, .location__info__article .article .article__body--wrapper .article__section p.loading-placeholder--big { - margin-bottom: 10px; } - .article .article__body--wrapper .article__body p:last-child, .article .article__body--wrapper .location__info__article .article__section p:last-child, .location__info__article .article .article__body--wrapper .article__section p:last-child { - margin-bottom: 0px; } - -@media (min-width: 991px) { - .article { - margin-top: 60px; } - .article .article__header .header__title { - font-size: 46px; - padding-bottom: 8px; } } - -.table { - width: 100%; - margin-top: 30px; - margin-bottom: 30px; - text-align: center; } - .table tr { - display: flex; } - .table tr th, .table tr td { - flex: 1; - padding: 11px; - color: #102E46; - display: flex; - justify-content: center; - align-items: center; } - .table thead tr th { - position: relative; - background-color: #102E46; - color: #EFC780; - font-size: 11px; - font-weight: 600; - text-transform: uppercase; } - .table thead tr th:hover:before { - position: absolute; - content: ''; - bottom: 0; - left: 0; - width: 100%; - height: 5px; - background-color: #EFC780; } - @media (min-width: 767px) { - .table thead tr th { - font-size: 25px; } } - .table tbody { - font-family: Nunito, 'Helvetica Neue', sans-serif; } - .table tbody tr th[scope='row'] { - text-align: right; - justify-content: flex-end; - background-color: #102E46; - color: white; - font-weight: 400; } - -.sponsors-table thead tr th { - flex: .166; } - -.sponsors-table thead tr th:first-child { - flex: .333; } - .sponsors-table thead tr th:first-child:hover:before { - visibility: hidden; } - -.sponsors-table .text-small td { - font-size: 10px; } - @media (min-width: 767px) { - .sponsors-table .text-small td { - font-size: 16px; } } - -.sponsors-table tbody tr td { - flex: .166; - border-bottom: solid 1px lightgray; - background-color: white; - font-size: 16px; } - @media (min-width: 767px) { - .sponsors-table tbody tr td { - font-size: 24px; } } - -.sponsors-table tbody tr th { - flex: .333; - font-size: 11px; } - @media (min-width: 767px) { - .sponsors-table tbody tr th { - font-size: 16px; } } - -.header { - width: 100%; - margin-top: 64px; } - -.header__nav .nav__items .nav__item, .header__nav-mobile .nav__items .nav__anchor .nav__item { - list-style: none; - padding: 0px 14px; } - -.header__nav .nav__items .nav__item .nav__anchor, .header__nav-mobile .nav__items .nav__anchor, .header__nav-mobile__header h1 { - font-size: 17px; - text-transform: uppercase; - font-weight: 500; - color: white; - text-decoration: none; - transition: color .3s ease-out; } - .header__nav .nav__items .nav__item .nav__anchor:hover, .header__nav-mobile .nav__items .nav__anchor:hover, .header__nav-mobile__header h1:hover, .header__nav .nav__items .nav__item .active.nav__anchor, .header__nav-mobile .nav__items .active.nav__anchor, .header__nav-mobile__header h1.active { - text-decoration: none; - color: #EFC780; } - .header__nav .nav__items .nav__item .call4paper-button.nav__anchor:hover, .header__nav-mobile .nav__items .call4paper-button.nav__anchor:hover, .header__nav-mobile__header h1.call4paper-button:hover, .header__nav .nav__items .nav__item .call4paper-button.active.nav__anchor, .header__nav-mobile .nav__items .call4paper-button.active.nav__anchor, .header__nav-mobile__header h1.call4paper-button.active { - color: #102E46; } - -.sponsor-dropdown { - position: relative; - padding-right: 15px; } - .sponsor-dropdown:after { - content: ''; - position: absolute; - top: 5px; - right: 0; - display: block; - width: 8px; - height: 8px; - background: transparent; - border-top: 2px solid white; - border-right: 2px solid white; - transform: rotate(135deg); } - .sponsor-dropdown:hover:after { - border-color: #EFC780; } - -.header__nav { - z-index: 9991; - height: 64px; - width: 100%; - position: fixed; - top: 0; - margin-bottom: 64px; - background: #102E46; } - .header__nav a[disabled] { - pointer-events: none; - color: rgba(255, 255, 255, 0.66) !important; } - .header__nav .nav__items { - max-width: 1140px; - padding: 0px; - margin: 0 auto; } - .header__nav .nav__items .nav__item.logo { - max-width: 200px; - margin-right: auto; } - @media (min-width: 991px) { - .header__nav .nav__items .nav__item .nav__anchor { - font-size: 20px; } } - -@media (min-width: 767px) { - .header { - margin-top: 100px; } - .header__nav { - height: 100px; - margin-bottom: 100px; } } - -.header__nav-mobile { - width: 80%; - height: 100vh; - background-color: #0F2436; - position: fixed; - right: 0px; - top: 0px; - z-index: 1000; - transition: transform 0.3s ease-in; - transform: translateX(100%); - will-change: transform; } - .header__nav-mobile a[disabled] { - pointer-events: none; - color: rgba(255, 255, 255, 0.66) !important; } - .header__nav-mobile .nav__items { - height: calc(100vh - 64px); - max-height: 700px; - overflow-y: scroll; } - .header__nav-mobile .nav__items .subscribe-button { - list-style: none; - padding: 14px 30px; } - .header__nav-mobile .nav__items .subscribe-button [class*="pybr-button"] { - color: #102E46; } - .header__nav-mobile .nav__items .nav__anchor { - padding: 14px 30px; - font-size: 18px; - display: block; } - .header__nav-mobile__header { - height: 64px; - position: relative; - border-bottom: 1px solid #102E46; } - .header__nav-mobile__header h1 { - font-size: 20px; - margin-bottom: 0px; } - .header__nav-mobile__header h1:hover { - color: white; } - .header__nav-mobile:before { - content: ''; - position: absolute; - z-index: 998; - top: 0; - left: -120%; - left: -100vw; - height: 100%; - width: 120%; - width: 100vw; - opacity: 0; - pointer-events: none; - background-color: rgba(0, 0, 0, 0.75); - transition: opacity .3s ease-out; } - -.header__nav-mobile.opened { - transform: none; } - .header__nav-mobile.opened:before { - opacity: 1; - pointer-events: initial; } - -.header__mobile { - position: relative; - width: 100%; } - -.mobile-nav-trigger, .mobile-nav-trigger--close { - background: none; - border: none; - position: absolute; - width: 48px; - height: 48px; - background-image: url(/./assets/a1cb45781a9958b2542736ff0f094dcd.svg); - background-size: 24px; - background-position: center center; - background-repeat: no-repeat; - right: 10px; - top: 50%; - transform: translateY(-50%); } - .mobile-nav-trigger--close { - background-image: url(/./assets/e39b39fd14903457ea5f15a79c8cdf19.svg); } - -.jumbotron-wrapper { - height: 800px; - height: calc(100vh - 64px); - max-height: 800px; - background-color: rgba(255, 255, 255, 0.1); - background-position: -440px 10px; - background-size: 550px; - background-repeat: no-repeat; } - .jumbotron-wrapper .jumbotron-container { - padding: 20px 0px; - height: 100%; } - .jumbotron-wrapper .jumbotron { - flex-direction: column; - height: 100%; - position: relative; } - .jumbotron-wrapper .jumbotron .jumbotron__logo { - display: block; - width: 100%; - padding-bottom: 10px; } - .jumbotron-wrapper .jumbotron .jumbotron__main { - flex: 0.45; } - .jumbotron-wrapper .jumbotron .jumbotron__side { - margin: 0 auto; - flex: 0.35; } - .jumbotron-wrapper .jumbotron .jumbotron__side .pybr-date { - max-width: 100%; - max-height: 100%; } - .jumbotron-wrapper .jumbotron .jumbotron__action { - width: 70%; - margin: 10px auto; - flex: 0.2; } - .jumbotron-wrapper .jumbotron .jumbotron__action .pybr-button--dark { - width: 100%; } - .jumbotron-wrapper .jumbotron .jumbotron__sponsor { - width: 70%; - z-index: 999; } - -@media (min-width: 576px) { - .jumbotron-wrapper { - background-position: -330px center; - min-height: 350px; - max-height: 350px; } - .jumbotron-wrapper .jumbotron-container .jumbotron { - flex-direction: row; } - .jumbotron-wrapper .jumbotron-container .jumbotron .jumbotron__logo { - width: 100%; } - .jumbotron-wrapper .jumbotron-container .jumbotron .jumbotron__main { - height: 80%; - flex: initial; } - .jumbotron-wrapper .jumbotron-container .jumbotron .jumbotron__side { - height: 80%; - padding-top: 8%; - margin: initial; - flex: initial; } - .jumbotron-wrapper .jumbotron-container .jumbotron .jumbotron__forpapers { - z-index: initial; } } - -@media (min-width: 767px) { - .jumbotron-wrapper { - min-height: 400px; - max-height: 400px; } - .jumbotron-wrapper .jumbotron-container { - padding: 0px; } } - -@media (min-width: 991px) { - .jumbotron-wrapper { - height: calc(100vh - 150px); - min-height: 400px; - max-height: 550px; } } - -@media (min-width: 1200px) { - .jumbotron-wrapper { - min-height: 650px; - max-height: 700px; } } - -.about-wrapper, .sponsors-wrapper, .partners-wrapper { - margin-top: 0px; - position: relative; - width: 100%; - background-color: #EFC780; } - .about-wrapper:before, .sponsors-wrapper:before, .partners-wrapper:before, .about-wrapper:after, .sponsors-wrapper:after, .partners-wrapper:after { - content: ''; - background-color: #EFC780; - display: block; - position: absolute; - height: 100px; - top: 0px; } - .about-wrapper:before, .sponsors-wrapper:before, .partners-wrapper:before { - transform-origin: left top; - width: 100%; - left: 0px; - transform: skewY(-5deg); } - @media (min-width: 1441px) { - .about-wrapper:before, .sponsors-wrapper:before, .partners-wrapper:before { - transform: skewY(-3.75deg); } } - @media (min-width: 1921px) { - .about-wrapper:before, .sponsors-wrapper:before, .partners-wrapper:before { - transform: skewY(-3deg); } } - @media (min-width: 2560px) { - .about-wrapper:before, .sponsors-wrapper:before, .partners-wrapper:before { - transform: skewY(-1.8deg); } } - .about-wrapper:after, .sponsors-wrapper:after, .partners-wrapper:after { - transform: translateY(-50px); - height: 50px; - width: 35%; - left: 65%; } - @media (max-width: 991px) { - .about-wrapper:after, .sponsors-wrapper:after, .partners-wrapper:after { - width: 20%; - left: 80%; } } - @media (max-width: 767px) { - .about-wrapper:after, .sponsors-wrapper:after, .partners-wrapper:after { - width: 0%; - left: 80%; } } - .about-wrapper .about-container, .sponsors-wrapper .about-container, .partners-wrapper .about-container { - position: relative; - padding-bottom: 120px; - padding-top: 60px; } - .about-wrapper .about-container:before, .sponsors-wrapper .about-container:before, .partners-wrapper .about-container:before { - content: ''; - position: absolute; - left: 0; - bottom: 70px; - background: url(/./assets/b3150a0071a582c47cbc7444e175a7b4.svg) no-repeat; - width: 200px; - height: 200px; } - .about-wrapper .about-container:after, .sponsors-wrapper .about-container:after, .partners-wrapper .about-container:after { - content: ''; - position: absolute; - right: 0; - bottom: 0; - width: 340px; - height: 225px; } - -.about .about__article__body { - color: black; - position: relative; - z-index: 9; } - -.about .section-title--left { - border-color: white; } - .about .section-title--left:after { - content: ''; - position: absolute; - height: 4px; - background-color: white; - width: 100vw; - bottom: 0px; - transform-origin: center left; - left: 0px; - transform: translate(-100%, 100%); } - -.about .about-button { - display: inline-block; } - -.about .about-button-area { - text-align: right; - margin-top: 80px; } - -@media (max-width: 991px) { - .about .about-button-area { - text-align: center; } - .about-wrapper .about-container:before, .sponsors-wrapper .about-container:before, .partners-wrapper .about-container:before { - display: none; } } - -.keynotes-wrapper { - margin-top: 0px; - position: relative; } - .keynotes-wrapper:before, .keynotes-wrapper:after { - content: ''; - background-color: #F9F8F4; - display: block; - position: absolute; - height: 100px; - top: 0px; } - .keynotes-wrapper:before { - transform-origin: right top; - width: 100%; - left: 0px; - transform: skewY(5deg); } - @media (min-width: 1441px) { - .keynotes-wrapper:before { - transform: skewY(3.75deg); } } - @media (min-width: 1921px) { - .keynotes-wrapper:before { - transform: skewY(3deg); } } - @media (min-width: 2560px) { - .keynotes-wrapper:before { - transform: skewY(1.8deg); } } - .keynotes-wrapper:after { - transform: translateY(-50px); - height: 50px; - width: 35%; - left: 0px; } - @media (max-width: 991px) { - .keynotes-wrapper:after { - width: 20%; - left: 0px; } } - @media (max-width: 767px) { - .keynotes-wrapper:after { - width: 0%; - left: 0px; } } - -.keynote_article { - margin: 40px 0; } - .keynote_article:nth-child(odd) { - flex-direction: row-reverse; } - .keynote_article:nth-child(odd) .keynote_content-wrapper { - text-align: right; } - .keynote_article .keynote_content-wrapper { - flex-direction: column; - padding-left: 20px; - position: relative; } - .keynote_article .keynote-title { - font-size: 25px; - line-height: 1.2; - text-transform: uppercase; - margin-bottom: 0; } - .keynote_article .keynote-subtitle { - font-size: 20px; - font-weight: 400; } - .keynote_article .keynote-link { - font-size: 16px; - color: #7FC7CF; - padding-left: 10px; - margin-left: 5px; - border-left: 1px solid #7FC7CF; } - .keynote_article .keynote-text p { - font-weight: 300; - font-size: 14px; - line-height: 1.5; - height: 100%; } - .keynote_article .keynote-button-area { - display: block; - align-self: center; - margin-top: 30px; } - .keynote_article a.keynote-button { - color: #102E46; } - -.accordion-tabs { - padding: 0; } - .accordion-tabs .tab-header-and-content { - list-style: none; - width: 20%; } - .accordion-tabs .tab-link { - display: block; - text-decoration: none; - position: relative; - overflow: hidden; } - .accordion-tabs .tab-link:hover { - border-bottom: #EFC780; } - .accordion-tabs .tab-link:focus { - outline: none; } - .accordion-tabs .tab-link.is-active { - border-bottom: 0; } - .accordion-tabs .tab-subtitle { - background: rgba(16, 46, 70, 0.4); - color: white; - padding: 10px 20px 0 20px; - position: absolute; - bottom: 0; - width: 100%; } - .accordion-tabs .tab-subtitle h2, .accordion-tabs .tab-subtitle h3 { - line-height: 1; - text-transform: uppercase; } - .accordion-tabs .tab-subtitle h2 { - font-size: 16px; } - .accordion-tabs .tab-subtitle h3 { - font-family: nunito; - font-size: 12px; } - .accordion-tabs .tab-content { - width: 100%; } - -@media (max-width: 991px) { - .keynote_article { - margin: 0 auto; - margin-bottom: 30px; } - .keynote_article:nth-child(odd) { - flex-direction: row; } - .keynote_article:nth-child(odd) .keynote_content-wrapper { - text-align: left; } - .keynote_article .keynote_picture { - margin-bottom: 30px; } - .accordion-tabs .tab-header-and-content { - width: 50%; } } - -.keynotes__list { - width: 100%; } - -.keynote__summary { - width: 100%; } - .keynote__summary:nth-child(odd) .keynote__summary__body { - order: 2; } - .keynote__summary__body { - background-color: #102E46; } - .keynote__summary__title p { - color: white; } - -.location-wrapper { - background-color: #102E46; - margin-top: 0px; - position: relative; } - .location-wrapper:before, .location-wrapper:after { - content: ''; - background-color: #102E46; - display: block; - position: absolute; - height: 100px; - top: 0px; } - .location-wrapper:before { - transform-origin: left top; - width: 100%; - left: 0px; - transform: skewY(-5deg); } - @media (min-width: 1441px) { - .location-wrapper:before { - transform: skewY(-3.75deg); } } - @media (min-width: 1921px) { - .location-wrapper:before { - transform: skewY(-3deg); } } - @media (min-width: 2560px) { - .location-wrapper:before { - transform: skewY(-1.8deg); } } - .location-wrapper:after { - transform: translateY(-50px); - height: 50px; - width: 35%; - left: 65%; } - @media (max-width: 991px) { - .location-wrapper:after { - width: 20%; - left: 80%; } } - @media (max-width: 767px) { - .location-wrapper:after { - width: 0%; - left: 80%; } } - -.location-container .location .section-header .section-title, .location-container .location .section-header-wrapper .section-header--right .section-title, .section-header-wrapper .location-container .location .section-header--right .section-title, .location-container .location .section-header .section-title--left, .location-container .location .section-header-wrapper .section-header--right .section-title--left, .section-header-wrapper .location-container .location .section-header--right .section-title--left, .location-container .location .section-header .section-title--right, .location-container .location .section-header-wrapper .section-header--right .section-title--right, .section-header-wrapper .location-container .location .section-header--right .section-title--right, .location-container .location .section-header .intern-page__header .header__title, .intern-page__header .location-container .location .section-header .header__title, .location-container .location .section-header-wrapper .section-header--right .intern-page__header .header__title, .intern-page__header .location-container .location .section-header-wrapper .section-header--right .header__title, .section-header-wrapper .location-container .location .section-header--right .intern-page__header .header__title, .intern-page__header .section-header-wrapper .location-container .location .section-header--right .header__title, .location-container .location .section-header .article .article__header .header__title, .article .article__header .location-container .location .section-header .header__title, .location-container .location .section-header-wrapper .section-header--right .article .article__header .header__title, .article .article__header .location-container .location .section-header-wrapper .section-header--right .header__title, .section-header-wrapper .location-container .location .section-header--right .article .article__header .header__title, .article .article__header .section-header-wrapper .location-container .location .section-header--right .header__title { - color: white; } - -.location__info { - width: 100%; - margin-top: 20px; - flex-wrap: wrap; } - .location__info__article { - flex-wrap: wrap; - padding-bottom: 30px; - color: white; - text-align: left; - line-height: normal; } - .location__info__article .article__header { - width: 100%; } - .location__info__article .article__header__title { - font-family: 'Advent Pro', sans-serif; - font-size: 32px; - font-weight: 600; - color: #EFC780; } - .location__info__article .article__header__subtitle { - font-family: 'Nunito', sans-serif; - font-size: 16px; } - .location__info__article .article__section { - padding-right: 10px; - margin-bottom: 10px; } - .location__info__article .article__section:last-child { - padding-right: 0px; } - .location__info__article .article__section h2 { - font-family: 'Nunito', sans-serif; - font-weight: 700; - font-size: 16px; } - .location__info__article .article__section p { - margin-bottom: 3px; } - -.holiday-inn-banner .holiday-inn-website { - text-align: right; - display: block; - font-family: 'Advent Pro', sans-serif; - color: #EFC780; - font-weight: 600; - font-size: 24px; } - -@media (min-width: 991px) { - .location__info { - margin-top: 50px; } - .location__info__article { - text-align: right; - padding-bottom: 60px; } - .location__info__article .article__header__title { - font-size: 40px; } - .location__info__article .article__header__subtitle { - font-size: 20px; } - .location__info__article .article__section { - padding: 0px; - margin: 0px 0px; } - .holiday-inn-banner .holiday-inn-website { - font-size: 34px; } } - -.map-wrapper { - margin-top: 0px; - position: relative; } - .map-wrapper:before, .map-wrapper:after { - content: ''; - background-color: #F9F8F4; - display: block; - position: absolute; - height: 100px; - top: 0px; } - .map-wrapper:before { - transform-origin: right top; - width: 100%; - left: 0px; - transform: skewY(5deg); } - @media (min-width: 1441px) { - .map-wrapper:before { - transform: skewY(3.75deg); } } - @media (min-width: 1921px) { - .map-wrapper:before { - transform: skewY(3deg); } } - @media (min-width: 2560px) { - .map-wrapper:before { - transform: skewY(1.8deg); } } - .map-wrapper:after { - transform: translateY(-50px); - height: 50px; - width: 35%; - left: 0px; } - @media (max-width: 991px) { - .map-wrapper:after { - width: 20%; - left: 0px; } } - @media (max-width: 767px) { - .map-wrapper:after { - width: 0%; - left: 0px; } } - -.sponsor-container { - padding: 0; } - -.sponsors-wrapper { - margin-top: 0px; - position: relative; - background-color: #EAEAEA; } - .sponsors-wrapper:before, .sponsors-wrapper:after { - content: ''; - background-color: #EAEAEA; - display: block; - position: absolute; - height: 100px; - top: 0px; } - .sponsors-wrapper:before { - transform-origin: left top; - width: 100%; - left: 0px; - transform: skewY(-5deg); } - @media (min-width: 1441px) { - .sponsors-wrapper:before { - transform: skewY(-3.75deg); } } - @media (min-width: 1921px) { - .sponsors-wrapper:before { - transform: skewY(-3deg); } } - @media (min-width: 2560px) { - .sponsors-wrapper:before { - transform: skewY(-1.8deg); } } - .sponsors-wrapper:after { - transform: translateY(-50px); - height: 50px; - width: 35%; - left: 65%; } - @media (max-width: 991px) { - .sponsors-wrapper:after { - width: 20%; - left: 80%; } } - @media (max-width: 767px) { - .sponsors-wrapper:after { - width: 0%; - left: 80%; } } - .sponsors-wrapper .sponsors-container { - padding-bottom: 30px; } - .sponsors-wrapper .section-header-wrapper { - margin-bottom: 100px; } - -.content-wrapper > section.sponsors-wrapper { - padding-bottom: 0; } - -.sponsor-category-title { - display: block; - background-color: white; - line-height: normal; - padding: 10px; - font-size: 25px; - font-weight: 700; - text-transform: uppercase; - text-align: center; } - -.sponsors { - position: relative; } - .sponsors .sponsor-button-area { - position: absolute; - top: 0; - right: 85px; - z-index: 9; } - .sponsors__diamond { - width: 100%; - flex-wrap: wrap; } - .sponsors__diamond .sponsor-category-title { - color: #7FC7CF; } - .sponsors__platinum { - width: 100%; - flex-wrap: wrap; } - .sponsors__platinum .sponsor-category-title { - color: #939596; } - .sponsors__gold { - width: 100%; - flex-wrap: wrap; } - .sponsors__gold .sponsor-category-title { - color: #EFC780; } - .sponsors__silver { - width: 100%; - flex-wrap: wrap; } - .sponsors__silver .sponsor-category-title { - color: #102E46; } - .sponsors__list { - width: 100%; - flex-wrap: wrap; } - .sponsors__list .sponsor { - list-style: none; - font-size: 50px; - font-family: 'Advent Pro', sans-serif; - height: auto; } - .sponsors__call-to-action { - display: flex; - justify-content: center; - align-items: center; - width: 100%; - flex-direction: column; } - .sponsors__call-to-action h2 { - font-size: 36px; } - -@media (max-width: 991px) { - .sponsors .sponsor-button-area { - position: static; - margin: 40px auto 60px auto; } } - -@media (min-width: 991px) { - .sponsors__call-to-action h2 { - font-size: 50px; } } - -.sponsors-page .sponsor:last-child { - margin-top: 60px; } - -.sponsors-page .midiakit-container { - display: block; - margin-bottom: 60px; - text-align: right; } - -.sponsors-page .midiakit-button { - display: inline-block; } - -.sponsors-page .sponsor__header { - margin-bottom: 30px; } - .sponsors-page .sponsor__header h2 { - font-size: 46px; - font-weight: 500; - color: #102E46; - text-transform: uppercase; - text-align: center; } - -.sponsors-page .sponsor__body--wrapper { - width: 100%; - flex-wrap: wrap; - margin-bottom: 30px; - align-items: center; } - .sponsors-page .sponsor__body--wrapper h3 { - font-size: 36px; - color: #7FC7CF; - text-transform: uppercase; - font-weight: 500; } - -.sponsors-page .sponsor__logo--wrapper { - text-align: center; } - -.sponsors-page .sponsor-diamond img { - height: 438.75px; - width: auto; } - -.sponsors-page .sponsor-platina img { - height: 292.5px; - width: auto; } - -.sponsors-page .sponsor-gold img { - height: 195px; - width: auto; } - -.sponsors-page .sponsor-silver img { - height: 130px; - width: auto; } - -.sponsors-page .sponsor__content { - background: white; - padding: 20px; } - .sponsors-page .sponsor__content p { - font-family: 'Nunito', sans-serif; } - .sponsors-page .sponsor__content a { - color: #7FC7CF; - font-size: 24px; - letter-spacing: 1px; } - -.sponsors-page .partner__body--wrapper { - width: 100%; - flex-wrap: wrap; - justify-content: center; } - .sponsors-page .partner__body--wrapper img, .sponsors-page .partner__body--wrapper .partner-logo { - height: 100px; } - -.sponsors-page .call-to-sponsor { - display: block; - margin: 100px auto 100px auto; - font-size: 30px; - padding: 40px; } - -@media (max-width: 991px) { - .sponsors-page .midiakit-container { - text-align: center; - margin-top: 60px; } - .sponsors-page .sponsor__header h2 { - font-size: 40px; } - .sponsors-page .sponsor__logo--wrapper { - margin-bottom: 40px; } } - -.partners-wrapper { - margin-top: 0px; - position: relative; - background-color: #EAEAEA; } - .partners-wrapper:before, .partners-wrapper:after { - content: ''; - background-color: #EAEAEA; - display: block; - position: absolute; - height: 100px; - top: 0px; } - .partners-wrapper:before { - transform-origin: left top; - width: 100%; - left: 0px; - transform: skewY(-5deg); } - @media (min-width: 1441px) { - .partners-wrapper:before { - transform: skewY(-3.75deg); } } - @media (min-width: 1921px) { - .partners-wrapper:before { - transform: skewY(-3deg); } } - @media (min-width: 2560px) { - .partners-wrapper:before { - transform: skewY(-1.8deg); } } - .partners-wrapper:after { - transform: translateY(-50px); - height: 50px; - width: 35%; - left: 65%; } - @media (max-width: 991px) { - .partners-wrapper:after { - width: 20%; - left: 80%; } } - @media (max-width: 767px) { - .partners-wrapper:after { - width: 0%; - left: 80%; } } - .partners-wrapper .section-header-wrapper { - margin-bottom: 100px; } - -.partners .partner-list { - display: flex; - justify-content: center; - align-items: center; - text-align: center; - width: 100%; - height: 300px; - height: 30vh; - display: block; } - .partners .partner-list img { - margin-top: 20px; - height: 100px; } - -.partners .partner { - margin-right: 100px; } - .partners .partner:hover { - text-decoration: none; } - -.partners .partner:last-child { - margin-right: 0; } - -.sponsors__platinum img { - height: 292.5px; - width: auto; } - -.sponsors__gold img { - height: 195px; - width: auto; } - -.sponsors__silver img { - height: 130px; - width: auto; } - -@media (max-width: 576px) { - .partners .partner-list { - flex-direction: column; - align-items: center; } - .partners .partner { - margin-right: 0; - margin-bottom: 60px; } } - -.realization-wrapper { - margin-top: 0px; - position: relative; } - .realization-wrapper:before, .realization-wrapper:after { - content: ''; - background-color: #F9F8F4; - display: block; - position: absolute; - height: 100px; - top: 0px; } - .realization-wrapper:before { - transform-origin: right top; - width: 100%; - left: 0px; - transform: skewY(5deg); } - @media (min-width: 1441px) { - .realization-wrapper:before { - transform: skewY(3.75deg); } } - @media (min-width: 1921px) { - .realization-wrapper:before { - transform: skewY(3deg); } } - @media (min-width: 2560px) { - .realization-wrapper:before { - transform: skewY(1.8deg); } } - .realization-wrapper:after { - transform: translateY(-50px); - height: 50px; - width: 35%; - left: 0px; } - @media (max-width: 991px) { - .realization-wrapper:after { - width: 20%; - left: 0px; } } - @media (max-width: 767px) { - .realization-wrapper:after { - width: 0%; - left: 0px; } } - -.realization .evolux-logo { - height: 300px; - height: 60vh; - width: 100%; - max-height: 500px; - padding-top: 60px; } - .realization .evolux-logo a { - height: 100px; } - -#event-page { - background-image: url(/./assets/1040749f9476348718b8f6e0e20dc921.jpg); - background-repeat: no-repeat; - background-position: 50% 60%, calc(12% - 30px) calc(87% - 50px); - background-size: cover, 200px; } - #event-page .bg-overlay { - background-color: rgba(16, 46, 70, 0.3); - padding-bottom: 150px; } - -.page-title { - font-family: 'Advent Pro', sans-serif; - color: #EFC780; - margin: 150px 0 0 150px; - position: relative; } - .page-title h1 { - line-height: 60px; - font-size: 70px; } - .page-title h1, .page-title h2 { - position: relative; - z-index: 9; } - .page-title:before { - content: ''; - position: absolute; - top: -40px; - left: -200px; - height: 230px; - width: 230px; - display: block; - background: url(/./assets/b3150a0071a582c47cbc7444e175a7b4.svg) no-repeat; - opacity: 0.6; } - -#about-natal { - margin-top: 0px; - position: relative; - padding: 40px 0 100px 0; } - #about-natal:before, #about-natal:after { - content: ''; - background-color: #F9F8F4; - display: block; - position: absolute; - height: 100px; - top: 0px; } - #about-natal:before { - transform-origin: left top; - width: 100%; - left: 0px; - transform: skewY(-5deg); } - @media (min-width: 1441px) { - #about-natal:before { - transform: skewY(-3.75deg); } } - @media (min-width: 1921px) { - #about-natal:before { - transform: skewY(-3deg); } } - @media (min-width: 2560px) { - #about-natal:before { - transform: skewY(-1.8deg); } } - #about-natal:after { - transform: translateY(-50px); - height: 50px; - width: 35%; - left: 65%; } - @media (max-width: 991px) { - #about-natal:after { - width: 20%; - left: 80%; } } - @media (max-width: 767px) { - #about-natal:after { - width: 0%; - left: 80%; } } - #about-natal .intern-page-content { - z-index: 9; - position: relative; - display: block; } - #about-natal strong { - font-size: 20px; } - -#about-event { - margin-top: 0px; - position: relative; - background-color: #102E46; - padding: 100px; - color: white; } - #about-event:before, #about-event:after { - content: ''; - background-color: #102E46; - display: block; - position: absolute; - height: 100px; - top: 0px; } - #about-event:before { - transform-origin: left top; - width: 100%; - left: 0px; - transform: skewY(-5deg); } - @media (min-width: 1441px) { - #about-event:before { - transform: skewY(-3.75deg); } } - @media (min-width: 1921px) { - #about-event:before { - transform: skewY(-3deg); } } - @media (min-width: 2560px) { - #about-event:before { - transform: skewY(-1.8deg); } } - #about-event:after { - transform: translateY(-50px); - height: 50px; - width: 35%; - left: 65%; } - @media (max-width: 991px) { - #about-event:after { - width: 20%; - left: 80%; } } - @media (max-width: 767px) { - #about-event:after { - width: 0%; - left: 80%; } } - #about-event strong { - font-weight: 700; } - #about-event .event__body--wrapper { - width: 100%; - flex-wrap: wrap; - align-items: center; } - #about-event .event__title h1, #about-event .event__title h2 { - color: #7FC7CF; - font-weight: 600; - text-transform: uppercase; - line-height: 1; } - #about-event .event__title h1 { - font-size: 70px; - display: inline-block; } - #about-event .event__title h2 { - font-size: 25px; } - #about-event .event__title h3 { - font-size: 23px; - text-transform: uppercase; - color: #EFC780; } - #about-event .event__content { - position: relative; } - #about-event .event__content p { - font-weight: 300; } - #about-event .quotation-mark { - position: absolute; - top: -50px; - font-family: 'Advent Pro', sans-serif; - font-size: 300px; - color: #EFC780; - line-height: 1; } - #about-event .quotation-mark.mark-right { - right: -90px; } - #about-event .quotation-mark.mark-left { - left: -90px; } - #about-event .about-event { - margin-bottom: 50px; } - #about-event .local-area { - flex-direction: row-reverse; - align-items: flex-end; - margin-bottom: 50px; } - #about-event .local-area .map-pin { - margin-bottom: 20px; - text-align: center; } - #about-event .local-area img { - width: 80px; } - #about-event .local-area .event__title { - text-align: right; } - #about-event .hotel-area .event__title { - text-align: center; } - #about-event .hotel-area .event__title p { - font-weight: 700; } - #about-event .hotel-area .event__title a { - color: white; - text-decoration: none; } - #about-event .hotel-area .event__title a:hover { - color: #EFC780; } - -.event-button-area { - padding-top: 100px; - margin-bottom: 80px; - text-align: center; } - .event-button-area .sponsor-button { - display: inline-block; } - -@media (max-width: 991px) { - #about-event .event__title { - margin-bottom: 40px; } - #about-event .local-area .event__title { - margin-top: 40px; - text-align: left; } } - -@media (max-width: 767px) { - #about-event { - padding-left: 0; - padding-right: 0; } - #about-event .event__title h1 { - font-size: 40px; - display: inline-block; } - #about-event .event__title h2 { - font-size: 20px; } - #about-event .about-event { - padding-right: 100px; } - #about-event .local-area { - padding-left: 100px; } - #about-event .local-area img { - width: 50px; } } - -@media (max-width: 576px) { - #about-event .quotation-mark { - display: none; } - #about-event .about-event { - padding-right: 0; } - #about-event .local-area { - padding-left: 0; } } - -/* STICKY FOOTER */ -.content-body { - overflow-x: hidden; } - -@media (min-width: 576px) { - .content-body { - position: relative; - min-height: calc(100% - 100px); - padding-bottom: 633px; } - .footer { - position: absolute; - width: 100%; - bottom: 0; } } - -@media (min-width: 767px) { - .content-body { - padding-bottom: 492px; } } - -@media (min-width: 991px) { - .content-body { - padding-bottom: 482px; } } - -@media (min-width: 1200px) { - .content-body { - padding-bottom: 380px; } } - -.footer { - padding-top: 50px; - background-color: #102E46; } - .footer a[disabled] { - pointer-events: none; - color: rgba(255, 255, 255, 0.66) !important; } - .footer__nav { - flex-wrap: wrap; } - .footer__nav__menu { - margin-bottom: 15px; - padding-left: 5px; - padding-right: 5px; } - .footer__nav__menu:first-child { - padding-left: 0px; } - .footer__nav__menu:last-child { - padding-right: 0px; } - .footer__nav__menu__title { - display: inline-block; - font-size: 24px; - font-weight: 700; - margin-bottom: 0px; - color: #EFC780; - text-transform: uppercase; } - .footer__nav__menu__item { - list-style: none; - padding-top: 3px; - padding-bottom: 3px; } - .footer__nav__menu__item a { - font-family: 'Nunito', sans-serif; - color: white; - text-transform: uppercase; - font-size: 16px; } - .footer-note { - font-family: 'Nunito', sans-serif; - width: 100%; - margin-top: 65px; - color: white; } - .footer .pybr-button--light { - width: 100%; - max-width: 360px; - padding-top: 13px; - padding-bottom: 13px; - font-weight: 600; } - .footer__actions { - flex-direction: row; - flex-wrap: wrap; - margin-top: 40px; } - .footer__actions [class*=pybr-button] { - color: #102E46; } - .footer__actions .social__nav { - margin-top: 45px; } - .footer__actions .social__nav__menu { - width: 100%; } - .footer__actions .social__nav__menu__item { - padding: 0px 13px; - list-style: none; - height: 40px; - width: auto; - opacity: 0.8; - transition: 0.2s ease-out; } - .footer__actions .social__nav__menu__item:hover { - opacity: 1; } - -@media (min-width: 767px) { - .footer__actions .social__nav { - margin-top: 0px; } } - -@media (min-width: 1200px) { - .footer .pybr-button--light { - width: auto; - max-width: auto; - padding-top: 20px; - padding-bottom: 20px; } - .footer__actions { - margin-top: 0px; - flex-direction: column; } - .footer__actions .social__nav { - margin-top: 45px; - width: 100%; } } - -.mdc-snackbar { - z-index: 8; - margin: 8px; - display: none; - position: fixed; - right: 0; - bottom: 0; - left: 0; - align-items: center; - justify-content: center; - box-sizing: border-box; - pointer-events: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } - -.mdc-snackbar__surface { - background-color: #333333; } - -.mdc-snackbar__label { - color: rgba(255, 255, 255, 0.87); } - -.mdc-snackbar__surface { - min-width: 344px; } - @media (max-width: 480px), (max-width: 344px) { - .mdc-snackbar__surface { - min-width: 100%; } } - -.mdc-snackbar__surface { - max-width: 672px; } - -.mdc-snackbar__surface { - box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); } - -.mdc-snackbar__surface { - border-radius: 4px; } - -.mdc-snackbar--opening, -.mdc-snackbar--open, -.mdc-snackbar--closing { - display: flex; } - -.mdc-snackbar--leading { - justify-content: flex-start; } - -.mdc-snackbar--stacked .mdc-snackbar__surface { - flex-direction: column; - align-items: flex-start; } - -.mdc-snackbar--stacked .mdc-snackbar__actions { - align-self: flex-end; - margin-bottom: 8px; } - -.mdc-snackbar__surface { - display: flex; - align-items: center; - justify-content: flex-start; - box-sizing: border-box; - transform: scale(0.8); - opacity: 0; } - .mdc-snackbar--open .mdc-snackbar__surface { - transform: scale(1); - transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1); - opacity: 1; - pointer-events: auto; } - .mdc-snackbar--closing .mdc-snackbar__surface { - transform: scale(1); - transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1); } - -.mdc-snackbar__label { - font-family: Roboto, sans-serif; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - font-size: 0.875rem; - line-height: 1.25rem; - font-weight: 400; - letter-spacing: 0.01786em; - text-decoration: inherit; - text-transform: inherit; - flex-grow: 1; - box-sizing: border-box; - margin: 0; - padding: 14px 16px; } - -.mdc-snackbar__label::before { - display: inline; - content: attr(data-mdc-snackbar-label-text); } - -.mdc-snackbar__actions { - /* @noflip */ - margin-left: 0; - /* @noflip */ - margin-right: 8px; - display: flex; - flex-shrink: 0; - align-items: center; - box-sizing: border-box; } - [dir="rtl"] .mdc-snackbar__actions, .mdc-snackbar__actions[dir="rtl"] { - /* @noflip */ - margin-left: 8px; - /* @noflip */ - margin-right: 0; } - -.mdc-snackbar__action:not(:disabled) { - color: #bb86fc; } - -.mdc-snackbar__action::before, .mdc-snackbar__action::after { - background-color: #bb86fc; } - -.mdc-snackbar__action:hover::before { - opacity: 0.08; } - -.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus::before, .mdc-snackbar__action.mdc-ripple-upgraded--background-focused::before { - transition-duration: 75ms; - opacity: 0.24; } - -.mdc-snackbar__action:not(.mdc-ripple-upgraded)::after { - transition: opacity 150ms linear; } - -.mdc-snackbar__action:not(.mdc-ripple-upgraded):active::after { - transition-duration: 75ms; - opacity: 0.24; } - -.mdc-snackbar__action.mdc-ripple-upgraded { - --mdc-ripple-fg-opacity: 0.24; } - -.mdc-snackbar__dismiss { - color: rgba(255, 255, 255, 0.87); } - .mdc-snackbar__dismiss::before, .mdc-snackbar__dismiss::after { - background-color: rgba(255, 255, 255, 0.87); } - .mdc-snackbar__dismiss:hover::before { - opacity: 0.08; } - .mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus::before, .mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused::before { - transition-duration: 75ms; - opacity: 0.24; } - .mdc-snackbar__dismiss:not(.mdc-ripple-upgraded)::after { - transition: opacity 150ms linear; } - .mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active::after { - transition-duration: 75ms; - opacity: 0.24; } - .mdc-snackbar__dismiss.mdc-ripple-upgraded { - --mdc-ripple-fg-opacity: 0.24; } - -.mdc-snackbar__dismiss.mdc-snackbar__dismiss { - width: 36px; - height: 36px; - padding: 9px; - font-size: 18px; } - .mdc-snackbar__dismiss.mdc-snackbar__dismiss svg, - .mdc-snackbar__dismiss.mdc-snackbar__dismiss img { - width: 18px; - height: 18px; } - -.mdc-snackbar__action + .mdc-snackbar__dismiss { - /* @noflip */ - margin-left: 8px; - /* @noflip */ - margin-right: 0; } - [dir="rtl"] .mdc-snackbar__action + .mdc-snackbar__dismiss, .mdc-snackbar__action + .mdc-snackbar__dismiss[dir="rtl"] { - /* @noflip */ - margin-left: 0; - /* @noflip */ - margin-right: 8px; } - -.mdc-snackbar { - z-index: 999; } - -@-webkit-keyframes mdc-ripple-fg-radius-in { - from { - -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1); } - to { - transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); } } - -@keyframes mdc-ripple-fg-radius-in { - from { - -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1); } - to { - transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); } } - -@-webkit-keyframes mdc-ripple-fg-opacity-in { - from { - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - opacity: 0; } - to { - opacity: var(--mdc-ripple-fg-opacity, 0); } } - -@keyframes mdc-ripple-fg-opacity-in { - from { - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - opacity: 0; } - to { - opacity: var(--mdc-ripple-fg-opacity, 0); } } - -@-webkit-keyframes mdc-ripple-fg-opacity-out { - from { - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - opacity: var(--mdc-ripple-fg-opacity, 0); } - to { - opacity: 0; } } - -@keyframes mdc-ripple-fg-opacity-out { - from { - -webkit-animation-timing-function: linear; - animation-timing-function: linear; - opacity: var(--mdc-ripple-fg-opacity, 0); } - to { - opacity: 0; } } - -.mdc-ripple-surface--test-edge-var-bug { - --mdc-ripple-surface-test-edge-var: 1px solid #000; - visibility: hidden; } - .mdc-ripple-surface--test-edge-var-bug::before { - border: var(--mdc-ripple-surface-test-edge-var); } - -.mdc-menu { - min-width: 112px; } - .mdc-menu .mdc-list-item__meta { - color: rgba(0, 0, 0, 0.87); } - .mdc-menu .mdc-list-item__graphic { - color: rgba(0, 0, 0, 0.87); } - .mdc-menu .mdc-list { - color: rgba(0, 0, 0, 0.87); } - .mdc-menu .mdc-list-divider { - margin: 8px 0; } - .mdc-menu .mdc-list-item { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } - .mdc-menu .mdc-list-item--disabled { - cursor: auto; } - .mdc-menu a.mdc-list-item .mdc-list-item__text, - .mdc-menu a.mdc-list-item .mdc-list-item__graphic { - pointer-events: none; } - -.mdc-menu__selection-group { - padding: 0; - fill: currentColor; } - .mdc-menu__selection-group .mdc-list-item { - /* @noflip */ - padding-left: 56px; - /* @noflip */ - padding-right: 16px; } - [dir="rtl"] .mdc-menu__selection-group .mdc-list-item, .mdc-menu__selection-group .mdc-list-item[dir="rtl"] { - /* @noflip */ - padding-left: 16px; - /* @noflip */ - padding-right: 56px; } - .mdc-menu__selection-group .mdc-menu__selection-group-icon { - /* @noflip */ - left: 16px; - /* @noflip */ - right: initial; - display: none; - position: absolute; } - [dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon, .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"] { - /* @noflip */ - left: initial; - /* @noflip */ - right: 16px; } - -.mdc-menu-item--selected .mdc-menu__selection-group-icon { - display: inline; } - -.header__nav .nav__items .mdc-menu { - background-color: #102E46; - color: white; - text-transform: uppercase; - border-radius: 0px; - min-width: 100%; - box-shadow: none; } - .header__nav .nav__items .mdc-menu .mdc-list { - padding: 0px !important; } - .header__nav .nav__items .mdc-menu .nav__item { - color: inherit; - padding: 0px; } - .header__nav .nav__items .mdc-menu .nav__item:hover { - text-decoration: none; } - .header__nav .nav__items .mdc-menu .nav__item .mdc-list-item { - font-weight: 600; - font-family: inherit; - font-size: 16px; - position: relative; - padding: 3px 12px; - color: white; } - .header__nav .nav__items .mdc-menu .nav__item .mdc-list-item:hover { - color: #EFC780; } - .header__nav .nav__items .mdc-menu .nav__item .mdc-list-item:hover:before { - content: ''; - position: absolute; - top: 0; - left: 0; - height: 100%; - width: 4px; - background-color: #EFC780; } - -.category-filter { - display: flex; - align-items: center; - flex-wrap: wrap; } - .category-filter .schedule_category { - background: none; - padding: 0; - font-size: 12px; - margin-right: 10px; } - -.advanced-filters h2 { - font-size: 14px; - text-transform: uppercase; } - -.advanced-filters h3 { - font-family: nunito; - font-size: 12px; - display: block; } - -.empty-message { - width: 100%; - margin-top: 20px; - text-align: center; - color: white; - font-size: 1.2em; } - -.Popover { - z-index: 9999; - width: 30vw; - min-width: 400px; - padding-right: 10px; } - @media (max-width: 768px) { - .Popover { - width: 90vw; - min-width: auto; } } - .Popover .Popover-body { - border-radius: 2px; - background-color: white; - padding: 20px; } - .Popover .Popover-tip { - fill: white; } - -.schedule_category { - background: #7FC7CF; - font-family: nunito; - font-size: 10px; - color: #102E46; - padding: 2px 5px 1px 5px; - border-radius: 2px; - margin-left: 5px; - white-space: nowrap; } - .schedule_category.pessoas { - background: #8b9ffc; } - .schedule_category.data-science { - background: #ce9bc4; } - .schedule_category.web { - background: #f5bc8b; } - .schedule_category.devops { - background: #3a8bbb; } - -.schedule-page { - padding: 60px 0; - background-color: #102E46; - margin-top: 40px; } - .schedule-page .loading { - color: white; - text-align: center; } - .schedule-page__content { - padding: 0 70px; } - .schedule-page .day-separator { - margin: 60px 0; - font-size: 30px; } - .schedule-page .day-separator span { - font-weight: 200; } - .schedule-page .schedule_subtitle { - font-family: nunito; - font-size: 14px; - text-align: center; - color: white; - background: rgba(255, 255, 255, 0.1); - padding: 20px; } - .schedule-page .keynote_star { - color: #7FC7CF; - font-size: 16px; - text-transform: uppercase; } - .schedule-page .keynote_star i { - background: url(/./assets/d63efcfdc56c853dd75c34c995806ed8.svg) no-repeat; - display: inline-block; - width: 14px; - height: 14px; } - .schedule-page .schedule-page__title { - display: inline-block; - color: #EFC780; - text-transform: uppercase; - font-size: 22px; - margin-bottom: 40px; - padding-bottom: 5px; - border-bottom: 4px solid #EFC780; } - .schedule-page .accordion-tabs { - display: flex; - flex-direction: row; - justify-content: center; } - .schedule-page .accordion-tabs a { - color: #EFC780; - text-transform: uppercase; - text-align: center; - padding-bottom: 5px; } - .schedule-page .accordion-tabs a:hover { - color: #F9F8F4; } - .schedule-page .tab-link { - color: #EFC780; - text-transform: uppercase; - text-align: center; - padding-bottom: 5px; } - .schedule-page .filters { - background-color: inherit; - color: white; - background-color: #102E46; - z-index: 999; - display: flex; - flex-wrap: nowrap; } - .schedule-page .filters .filter-box { - width: 360px; - display: flex; - align-items: flex-start; } - .schedule-page .filters .filter-box .filters-search { - width: 100%; - position: relative; } - .schedule-page .filters .filter-box .filters-search input { - width: 100%; - color: white; - background-color: transparent; - border: none; - border-bottom: 1px solid white; - padding: 0 30px 10px 0; - outline: none; } - .schedule-page .filters .filter-box .filters-search input::-webkit-input-placeholder { - color: white; } - .schedule-page .filters .filter-box .filters-search input:focus { - border-color: #7FC7CF; } - .schedule-page .filters .filter-box .filters-search input:focus::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.5); } - .schedule-page .filters .filter-box .filters-search .material-icons { - position: absolute; - right: 0; - top: 0; } - .schedule-page .filters .filter-box button { - display: flex; - color: white; - line-height: normal; - background-color: transparent; - padding-left: 5px; - border: none; - padding-right: 5px; - outline: none; } - .schedule-page .filters .accordion-tabs { - width: 100%; } - .schedule-page .schedule_category_type a { - font-size: 22px; } - .schedule-page .schedule_category_type a.active { - border-bottom: 5px solid #EFC780; } - .schedule-page .schedule_category_days { - text-align: center; } - .schedule-page .schedule_category_days a { - font-size: 22px; - color: white; - display: inline-block; - border-bottom: 2px solid transparent; } - .schedule-page .schedule_category_days a.active { - color: #EFC780; - border-bottom: 2px solid #EFC780; } - .schedule-page .schedule_article { - display: flex; - flex-direction: row; } - .schedule-page .schedule_article:last-child .picture-container:before { - display: none; } - .schedule-page .schedule_picture { - height: 60px; - width: 60px; - overflow: hidden; - border-radius: 50%; } - .schedule-page .schedule_picture img { - position: relative; - z-index: 9; } - .schedule-page .picture-container { - position: relative; - width: 60px; } - .schedule-page .picture-container:before { - content: ''; - width: 1px; - height: 100%; - background: #7FC7CF; - display: block; - position: absolute; - left: 30px; - top: 10px; } - .schedule-page .picture-container:after { - content: ''; - width: 16px; - height: 16px; - border-radius: 50%; - background: #7FC7CF; - display: block; - position: absolute; - left: 22px; - top: 2px; } - .schedule-page .schedule_info { - padding-left: 35px; - margin-bottom: 20px; } - .schedule-page .schedule_time { - color: #7FC7CF; - font-size: 14px; - font-weight: 400; - padding-right: 35px; - width: 40px; } - .schedule-page .schedule_name { - color: white; - font-size: 18px; - font-weight: 500; - line-height: 1.2; } - .schedule-page .schedule-highlight .schedule_name { - color: #EFC780; } - .schedule-page .schedule_office, .schedule-page .schedule_location { - font-family: nunito; - font-size: 14px; - font-weight: 200; - color: rgba(249, 248, 244, 0.6); } - .schedule-page .schedule_location { - color: #EFC780; - font-size: 11px; - text-transform: uppercase; } - .schedule-page .schedule_location .material-icons { - font-size: inherit; - margin-right: 5px; - font-size: 20px; - color: #7FC7CF; } - .schedule-page .schedule_speaker { - font-size: 14px; - font-weight: 400; - font-family: nunito; - color: #F9F8F4; - margin-bottom: 0; } - -@media (max-width: 576px) { - .schedule-page__content { - padding: 0 20px; } - .schedule-page .filters { - flex-wrap: wrap; - justify-content: center; } - .schedule-page .filters .filter-box { - width: 100%; } - .schedule-page .schedule_picture { - width: 30px; } } - -.intern-page-content { - padding-bottom: 30px; } - .intern-page-content .header-call-to-action { - margin-top: 30px; } - -@media (min-width: 991px) { - .intern-page-content .header-call-to-action { - margin-top: 0px; } } - -.footer-logo-wrapper { - padding-top: 30px; } - -body { - background-color: #F9F8F4; - font-family: 'Advent Pro', sans-serif; } - -ul { - margin: 0px; - padding: 0px; } - -p { - font-family: 'Nunito', 'Helvetica Neue', sans-serif !important; } - -.content-wrapper { - overflow-x: hidden; - position: relative; - width: 100%; } - -.content-wrapper > section { - padding-top: 30px; - padding-bottom: 120px; - position: relative; } - -.img-fluid { - max-width: 100%; - display: block; - margin: 0 auto; } - -.anchor { - display: block; - margin-top: -120px; - position: absolute; - top: 0; - left: 0; } - -a.disabled { - opacity: 0.5; - pointer-events: none; } - -.app-banners { - position: relative; - z-index: 999; - width: 100%; - padding: 10px; - background-color: #7FC7CF; - color: white; - display: flex; - flex-wrap: wrap; - justify-content: center; - align-items: center; } - .app-banners p { - margin: 0; - font-size: 14px !important; } - @media (min-width: 768px) { - .app-banners { - flex-wrap: nowrap; } } - .app-banners .stores-banners { - display: flex; - justify-content: center; - align-items: center; - flex-wrap: wrap; } - @media (min-width: 768px) { - .app-banners .stores-banners { - flex-wrap: nowrap; - padding-left: 20px; } } - .app-banners .stores-banners img { - display: block; - width: 150px; - height: auto; - flex: 1; } - @media (min-width: 768px) { - .app-banners .stores-banners img { - width: 200px; } } - .app-banners .stores-banners img.apple { - width: 120px; } - @media (min-width: 768px) { - .app-banners .stores-banners img.apple { - width: 165px; } } - -.live-icon { - color: red; - margin-right: 10px; } - -/*# sourceMappingURL=9231120fb2b62de8f0b4.css.map*/ \ No newline at end of file diff --git a/9231120fb2b62de8f0b4.css.map b/9231120fb2b62de8f0b4.css.map deleted file mode 100644 index 8bc2cbc..0000000 --- a/9231120fb2b62de8f0b4.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":[],"names":[],"mappings":"","file":"9231120fb2b62de8f0b4.css","sourceRoot":""} \ No newline at end of file diff --git a/assets/02bd81d276459d1fc1d10f3eadcc1631.svg b/assets/02bd81d276459d1fc1d10f3eadcc1631.svg deleted file mode 100644 index 7825f6d..0000000 --- a/assets/02bd81d276459d1fc1d10f3eadcc1631.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/0600b980e0a3269432be92707c706da5.png b/assets/0600b980e0a3269432be92707c706da5.png deleted file mode 100644 index 4d4ce9f..0000000 Binary files a/assets/0600b980e0a3269432be92707c706da5.png and /dev/null differ diff --git a/assets/061f9d74da03353422938f2d5222fd97.svg b/assets/061f9d74da03353422938f2d5222fd97.svg deleted file mode 100644 index 2e4ad1c..0000000 --- a/assets/061f9d74da03353422938f2d5222fd97.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/072de0c8eba15776de5dde36e53f8199.png b/assets/072de0c8eba15776de5dde36e53f8199.png deleted file mode 100644 index 3374586..0000000 Binary files a/assets/072de0c8eba15776de5dde36e53f8199.png and /dev/null differ diff --git a/assets/1040749f9476348718b8f6e0e20dc921.jpg b/assets/1040749f9476348718b8f6e0e20dc921.jpg deleted file mode 100644 index b6a34f1..0000000 Binary files a/assets/1040749f9476348718b8f6e0e20dc921.jpg and /dev/null differ diff --git a/assets/19fd2f706aa097db8fadf629de04ac12.svg b/assets/19fd2f706aa097db8fadf629de04ac12.svg deleted file mode 100644 index 72d3edd..0000000 --- a/assets/19fd2f706aa097db8fadf629de04ac12.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/29da36b9cca4de472dce0ae1267b4ebf.svg b/assets/29da36b9cca4de472dce0ae1267b4ebf.svg deleted file mode 100644 index b7e0908..0000000 --- a/assets/29da36b9cca4de472dce0ae1267b4ebf.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/3c8d117dc0b904f7ac8d4bfb86287bd7.svg b/assets/3c8d117dc0b904f7ac8d4bfb86287bd7.svg deleted file mode 100644 index 49b717e..0000000 --- a/assets/3c8d117dc0b904f7ac8d4bfb86287bd7.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/4429bbb1fadd88660033c60e25b0d6d0.svg b/assets/4429bbb1fadd88660033c60e25b0d6d0.svg deleted file mode 100644 index 64c87b8..0000000 --- a/assets/4429bbb1fadd88660033c60e25b0d6d0.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/47786a45c3e90d8ce503393d22ff9f9b.svg b/assets/47786a45c3e90d8ce503393d22ff9f9b.svg deleted file mode 100644 index 46583cd..0000000 --- a/assets/47786a45c3e90d8ce503393d22ff9f9b.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/4dfad6db7c9efb2ca4299679ee004ca9.png b/assets/4dfad6db7c9efb2ca4299679ee004ca9.png deleted file mode 100644 index 181e990..0000000 Binary files a/assets/4dfad6db7c9efb2ca4299679ee004ca9.png and /dev/null differ diff --git a/assets/4e6b2b0a4cf005bfe965e63660f050b0.svg b/assets/4e6b2b0a4cf005bfe965e63660f050b0.svg deleted file mode 100644 index 3aca071..0000000 --- a/assets/4e6b2b0a4cf005bfe965e63660f050b0.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/51aa21155fc2c58b6f6b20c4aaa5f7e1.svg b/assets/51aa21155fc2c58b6f6b20c4aaa5f7e1.svg deleted file mode 100644 index 5cec7ff..0000000 --- a/assets/51aa21155fc2c58b6f6b20c4aaa5f7e1.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/6599f4604a5b73cc62b315943ffc6a4c.jpg b/assets/6599f4604a5b73cc62b315943ffc6a4c.jpg deleted file mode 100644 index 3a57fa4..0000000 Binary files a/assets/6599f4604a5b73cc62b315943ffc6a4c.jpg and /dev/null differ diff --git a/assets/676242ba1bd587206eb3800c0289d0e0.svg b/assets/676242ba1bd587206eb3800c0289d0e0.svg deleted file mode 100644 index 6f8a336..0000000 --- a/assets/676242ba1bd587206eb3800c0289d0e0.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/87bb797a285f23fb14890d69fb0db2ba.svg b/assets/87bb797a285f23fb14890d69fb0db2ba.svg deleted file mode 100644 index 7c67a3a..0000000 --- a/assets/87bb797a285f23fb14890d69fb0db2ba.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/8a84d937145140ca758b360009fa410d.svg b/assets/8a84d937145140ca758b360009fa410d.svg deleted file mode 100644 index 94c901a..0000000 --- a/assets/8a84d937145140ca758b360009fa410d.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/90fb2b819cb6a3693b0db467bcd5be50.png b/assets/90fb2b819cb6a3693b0db467bcd5be50.png deleted file mode 100644 index 2353e57..0000000 Binary files a/assets/90fb2b819cb6a3693b0db467bcd5be50.png and /dev/null differ diff --git a/assets/92a0921934e4be4b1a6b88fc9c830527.svg b/assets/92a0921934e4be4b1a6b88fc9c830527.svg deleted file mode 100644 index 5f45214..0000000 --- a/assets/92a0921934e4be4b1a6b88fc9c830527.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/9f307dcbb8cc2862f7f603d1d9df1787.png b/assets/9f307dcbb8cc2862f7f603d1d9df1787.png deleted file mode 100644 index 6805215..0000000 Binary files a/assets/9f307dcbb8cc2862f7f603d1d9df1787.png and /dev/null differ diff --git a/assets/a1242e40842339aaa8ee7d810318529c.svg b/assets/a1242e40842339aaa8ee7d810318529c.svg deleted file mode 100644 index 189307a..0000000 --- a/assets/a1242e40842339aaa8ee7d810318529c.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/a1cb45781a9958b2542736ff0f094dcd.svg b/assets/a1cb45781a9958b2542736ff0f094dcd.svg deleted file mode 100644 index cecad0e..0000000 --- a/assets/a1cb45781a9958b2542736ff0f094dcd.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/a36a04e775c60e9e199cb65342015c82.svg b/assets/a36a04e775c60e9e199cb65342015c82.svg deleted file mode 100644 index c3b4766..0000000 --- a/assets/a36a04e775c60e9e199cb65342015c82.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/acb6ea4b57af364f827eefae7739625e.jpg b/assets/acb6ea4b57af364f827eefae7739625e.jpg deleted file mode 100644 index 2b4309e..0000000 Binary files a/assets/acb6ea4b57af364f827eefae7739625e.jpg and /dev/null differ diff --git a/assets/b3150a0071a582c47cbc7444e175a7b4.svg b/assets/b3150a0071a582c47cbc7444e175a7b4.svg deleted file mode 100644 index d6662d5..0000000 --- a/assets/b3150a0071a582c47cbc7444e175a7b4.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/b999d3f7c098acc21d759eb7067378f8.svg b/assets/b999d3f7c098acc21d759eb7067378f8.svg deleted file mode 100644 index b98f86f..0000000 --- a/assets/b999d3f7c098acc21d759eb7067378f8.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/bccf71d1f7059651960c22c8acfa48b5.svg b/assets/bccf71d1f7059651960c22c8acfa48b5.svg deleted file mode 100644 index 3ee605a..0000000 --- a/assets/bccf71d1f7059651960c22c8acfa48b5.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/bf659213cdcf5ceccb1d82834ccd9ec1.jpg b/assets/bf659213cdcf5ceccb1d82834ccd9ec1.jpg deleted file mode 100644 index dfcd4c7..0000000 Binary files a/assets/bf659213cdcf5ceccb1d82834ccd9ec1.jpg and /dev/null differ diff --git a/assets/c06b3dc43ae8b282308bfe7e849deab6.svg b/assets/c06b3dc43ae8b282308bfe7e849deab6.svg deleted file mode 100644 index ab45ef8..0000000 --- a/assets/c06b3dc43ae8b282308bfe7e849deab6.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/cc3708b4900e1f1331becf63253c9c97.png b/assets/cc3708b4900e1f1331becf63253c9c97.png deleted file mode 100644 index 8d0766f..0000000 Binary files a/assets/cc3708b4900e1f1331becf63253c9c97.png and /dev/null differ diff --git a/assets/d63efcfdc56c853dd75c34c995806ed8.svg b/assets/d63efcfdc56c853dd75c34c995806ed8.svg deleted file mode 100644 index 7fea06f..0000000 --- a/assets/d63efcfdc56c853dd75c34c995806ed8.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/e39b39fd14903457ea5f15a79c8cdf19.svg b/assets/e39b39fd14903457ea5f15a79c8cdf19.svg deleted file mode 100644 index 07f1722..0000000 --- a/assets/e39b39fd14903457ea5f15a79c8cdf19.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/e7dd85762f9d8b5d578ace2ca02c5357.jpg b/assets/e7dd85762f9d8b5d578ace2ca02c5357.jpg deleted file mode 100644 index 60ffcf5..0000000 Binary files a/assets/e7dd85762f9d8b5d578ace2ca02c5357.jpg and /dev/null differ diff --git a/assets/f48486fa540303748063c63d8bd6f95a.svg b/assets/f48486fa540303748063c63d8bd6f95a.svg deleted file mode 100644 index fd748ac..0000000 --- a/assets/f48486fa540303748063c63d8bd6f95a.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/fe9d851da50f6853faa4c2abb0f25e11.svg b/assets/fe9d851da50f6853faa4c2abb0f25e11.svg deleted file mode 100644 index fcff188..0000000 --- a/assets/fe9d851da50f6853faa4c2abb0f25e11.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icon144.png b/assets/icon144.png deleted file mode 100644 index a17d4c1..0000000 Binary files a/assets/icon144.png and /dev/null differ diff --git a/assets/icon168.png b/assets/icon168.png deleted file mode 100644 index 0c63393..0000000 Binary files a/assets/icon168.png and /dev/null differ diff --git a/assets/icon192.png b/assets/icon192.png deleted file mode 100644 index 18a1bde..0000000 Binary files a/assets/icon192.png and /dev/null differ diff --git a/assets/icon512.png b/assets/icon512.png deleted file mode 100644 index 2ae73b5..0000000 Binary files a/assets/icon512.png and /dev/null differ diff --git a/assets/icon96.png b/assets/icon96.png deleted file mode 100644 index 7b9d44d..0000000 Binary files a/assets/icon96.png and /dev/null differ diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..ba17966 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/app' + ] +} diff --git a/codigo-de-conduta/index.html b/codigo-de-conduta/index.html deleted file mode 100644 index cc2e0ba..0000000 --- a/codigo-de-conduta/index.html +++ /dev/null @@ -1,249 +0,0 @@ - - -
- - - - - - - - - - - - - -- Natal, intitulada como a Cidade do Sol, é um destino turístico mundialmente conhecido por ser porta de entrada para o litoral do estado, que é repleto de belas praias e atividades turísticas. A cidade conta com dois institutos federais de ensino superior, o IFRN e UFRN/IMD, além de abrigar o Parque Tecnológico Metrópole Digital, que visa fomentar, apoiar e desenvolver atividades relacionadas à ciência, tecnologia e inovação no Rio Grande do Norte. -
-Python Brasil é o maior evento sobre a linguagem de programação Python do país. É suportado por diversos eventos menores locais e regionais que culminam em um encontro nacional e itinerante. Tem como principais objetivos: difundir a linguagem; promover a troca de experiências e conhecimentos; incentivar o crescimento da comunidade, tanto em participantes quanto em impacto social. Seu público é composto, principalmente, por desenvolvedores, engenheiros de software, empresários, gerentes de TI, estudantes e entusiastas.
- ” -Durante os 6 dias de imersão os participantes poderão aprender sobre novas tecnologias, compartilhar conhecimento e experiências, ter contato com grandes nomes da comunidade internacional e confraternizar. Tudo isso em um ambiente amistoso, de boa convivência, inclusivo e livre de intimidação, onde todas as pessoas são bem-vindas.
-Situado no coração do bairro de Lagoa Nova, Zona Sul da cidade, o Holiday Inn Natal Hotel possui um dos melhores e mais modernos centros de eventos do nordeste brasileiro. A sua localização, além de privilegiada - entre as duas principais avenidas da cidade, tem vista para o estádio Arena das Dunas, palco dos jogos da Copa do Mundo de 2014.
-Av. Sen. Salgado Filho, 1906
Lagoa Nova, Natal - RN
www.holidayinn.com.br
Durante os dias 19 e 21 de outubro, o Holiday Inn Natal vai sediar as palestras da Python Brasil 14, que contará com nomes nacionais e internacionais de referência para a comunidade.
-- A conferência Python Sul é um evento regional da linguagem de programação Python, - reunindo as comunidades do Rio Grande do Sul, Santa Catarina e Paraná. - É um evento recente, sendo que a primeira edição foi realizada em 2017, e será - anualmente realizada em uma cidade selecionado em um dos estados da região. - No ano de 2019, iremos realizar a terceira edição da Python Sul de 12 a 14 de setembro - em Curitiba/PR com o objetivo de promover a comunidade local e proporcionar um evento - para a comunidade sul do Brasil, uma vez que a Python Brasil irá ocorrer em Ribeirão - Preto/SP. -
- -- Bacharel em Ciência da Computação pela UFRJ (Universidade - Federal do Rio de Janeiro) e mestre em Modelos e Arquiteturas - de Sistemas Inteligentes pelo PPGI-UFRJ (Programa de Pós - Graduação em Informática), onde pesquisou sobre dados abertos - e otimização de integração de modelos não relacionais, com - foco em ontologias. Entusiasta em tecnologia e apaixonada por - desafios ingressou no PythonRio e PyLadies Rio à quatro anos - ajudando na luta pelo empoderamento digital de minorias. -
-- Professora no Departamento de Matemática na Universidade Federal - de Santa Catarina (UFSC), pesquisadora em Matemática Aplicada - com foco em Otimização, Análise Numérica e Álgebra Linear Numérica. - Desenvolvedora de Software Científico. Entusiasta de Python, - LaTeX e software livre em geral. -
-- Mário Sérgio é gerente do programa de Inovação Cívica da Open - Knowledge Brasil. Atual presidente da Associação Python Brasil - (APyB). Em 2016 foi o responsável pela organização da Conferência - Python Brasil[12], que teve sede em Florianópolis-SC. Em 2017 - foi nomeado fellow member da Python Software Foundation nos - Estados Unidos. -
-- R. Chile, 1678 - Rebouças, Curitiba - PR -
-