@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

textarea {
  resize: none;
}

*, *:after, *:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

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

button:focus, button:hover,
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

.cookie-banner {
  position: sticky;
  background: white;
  color: rgb(42, 59, 144);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem;
  text-align: center;
  z-index: 9999;
}
.cookie-banner p {
  text-align: center;
  padding-top: 0.6rem;
}
.cookie-banner p a {
  color: black;
}
.cookie-banner a {
  color: white;
}
.cookie-banner .cookie-button {
  border-style: solid;
  display: block;
  width: 100px;
  margin: 1rem auto 0 auto;
  cursor: pointer;
  border-radius: 35px;
}

.tb_padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .tb_padding {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tb_padding {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

.custom_bg-1 {
  background-color: rgb(253, 248, 244);
}

.primary_btn {
  background-color: rgb(42, 59, 144);
  color: white;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6rem;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 1.3rem;
  width: 100%;
  display: inline-block;
}
.primary_btn svg, .primary_btn img {
  margin-left: 0.6rem;
}

tito-button button {
  background-color: none;
  outline: none;
  border: none;
}

.pre-heading {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pre-heading {
    margin-bottom: 2.7rem;
  }
}
.pre-heading__text {
  color: rgb(226, 86, 65);
  font-size: 1.4rem;
  line-height: 1.75rem;
  font-weight: bold;
  max-width: 65%;
}
@media only screen and (min-width: 576px) {
  .pre-heading__text {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}

.content-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .content-text {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.content-text + .content-text {
  margin-top: 1.25rem;
}

.text-align {
  text-align: left;
  max-width: 867px;
}
@media only screen and (min-width: 576px) {
  .text-align {
    text-align: center;
    margin: auto;
  }
}

.section_wrapper {
  position: relative;
  overflow: hidden;
}

.decoration_element_left, .decoration_element_right {
  position: absolute;
  width: 145px;
}
@media only screen and (min-width: 768px) {
  .decoration_element_left, .decoration_element_right {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .decoration_element_left, .decoration_element_right {
    width: 270px;
  }
}
@media only screen and (min-width: 1400px) {
  .decoration_element_left, .decoration_element_right {
    width: 345px;
  }
}
.decoration_element_left {
  left: 0;
  top: 35%;
  z-index: 1;
  transform: rotate(160deg);
}
@media only screen and (min-width: 768px) {
  .decoration_element_left {
    top: 45%;
  }
}
@media only screen and (min-width: 1400px) {
  .decoration_element_left {
    top: 39%;
  }
}
.decoration_element_right {
  right: 0;
  top: 39%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .decoration_element_right {
    top: 43%;
  }
}

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

.hidden {
  display: none !important;
}

button:hover {
  cursor: pointer;
}

@font-face {
  font-family: Poppins Regular;
  src: url(/2021/css/fonts/FontsFree-Net-Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins Bold;
  src: url(/2021/css/fonts/FontsFree-Net-Poppins-Bold.ttf);
}
html {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  color: #000;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1310px;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
.hero {
  padding-bottom: 112px;
  background-image: url(/2021/images/rome.svg), url(/2021/images/hero-background-mobile.svg);
  background-repeat: no-repeat;
  background-position: center bottom -2px, center;
  text-align: center;
  background-size: contain, cover;
}
@media only screen and (min-width: 768px) {
  .hero {
    padding-bottom: 105px;
    background-position: center bottom -8px, center;
  }
}
@media only screen and (min-width: 1200px) {
  .hero {
    background-position: center bottom -12px, center;
  }
}
@media only screen and (min-width: 1400px) {
  .hero {
    background-position: center bottom -12px, center;
  }
}
.hero__pre-title, .hero__title, .hero__date {
  color: white;
  font-weight: bold;
}
.hero__title {
  letter-spacing: 1.24px;
  margin: 2rem 0;
  font-size: 2.2rem;
  line-height: 3.1rem;
}
@media only screen and (min-width: 768px) {
  .hero__title {
    margin: 1rem 0;
    font-size: 4.1rem;
    line-height: 4.7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__title {
    margin: 1rem 0;
    font-size: 107px;
    line-height: 149px;
  }
}
@media only screen and (min-width: 576px) {
  .hero__pre-title, .hero__date {
    font-size: 1.75rem;
    line-height: 2.4rem;
  }
}
.hero button {
  margin-top: 4rem;
  max-width: 288px;
  background-color: rgb(42, 59, 144);
  color: white;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2rem;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 1.3rem;
}
.hero button svg,
.hero button img {
  margin-left: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .hero button {
    width: 416px;
  }
}

.get-involved__item {
  text-align: center;
  background-color: white;
  border-radius: 10px;
  padding: 2rem 2.5rem;
  max-height: 137px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .get-involved__item {
    flex-basis: 45%;
  }
}
.get-involved__item .content-text {
  display: block;
  margin-top: 1rem;
}
.get-involved__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 64px;
  row-gap: 16px;
}

.video-2019 .video {
  max-width: 1088px;
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 3.1rem;
  height: 276px;
}
@media only screen and (min-width: 768px) {
  .video-2019 .video {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-2019 .video {
    height: 615px;
  }
}

.speakers_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .speakers_list {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .speakers_list {
    grid-template-columns: repeat(3, auto);
    gap: 64px;
  }
}
.speakers_list + .speakers_list {
  margin-top: 2.5rem;
}
.speakers_item {
  text-align: center;
}
.speakers_item .speaker_image {
  border-radius: 50%;
  overflow: hidden;
}
.speakers_item .speaker_image img {
  width: 25rem;
  height: 100%;
}
.speakers_item .speaker_name {
  margin-top: 1rem;
}
.speakers_links {
  margin-top: 0.75rem;
}
.speakers_links a + a {
  margin-left: 1rem;
}
.speakers .primary_btn {
  margin: auto;
  max-width: 416px;
  margin-top: 2.5rem;
  font-size: 1rem;
  display: block;
  text-transform: capitalize;
}

.venue > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 33px;
}
@media only screen and (min-width: 768px) {
  .venue > .container {
    justify-content: space-between;
    column-gap: 70px;
    flex-wrap: nowrap;
  }
}
.venue-img img {
  object-fit: cover;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .venue .location {
    max-width: 48%;
  }
}
.venue .location .content-text {
  margin-top: 16px;
}
.venue .map-block {
  margin-top: 30px;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .venue .map-block {
    height: 200px;
    max-width: 500px;
  }
}

.sponsors .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.sponsors .row img {
  display: block;
}
.sponsors .row.live-stream img {
  max-width: 70vw;
  max-height: 70vw;
  min-height: 20vw;
  min-width: 30vw;
}
.sponsors .row.partners img {
  max-width: 27.5vw;
  max-height: 27.5vw;
  min-height: 22.5vw;
  min-width: 22.5vw;
  object-fit: contain;
}
.sponsors .row.supporters img {
  max-width: 17.5vw;
  max-height: 17.5vw;
  min-height: 12.5vw;
  min-width: 12.5vw;
}
.sponsors h4 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: bold;
}
.sponsors h5 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
}
.sponsors h6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
}
.sponsors .row + .row {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .sponsors .row + .row {
    margin-top: 3.8rem;
  }
}

.mailing-list {
  color: white;
  background-image: url(/2021/images/2021_Geometric_Background.svg);
  background-size: cover;
  text-align: center;
}
.mailing-list .pre-heading__text {
  color: white;
  margin: auto;
}
.mailing-list .indicates-required {
  font-weight: bold;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .mailing-list .indicates-required {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 2.3rem;
  }
}
.mailing-list form {
  max-width: 416px;
  margin: auto;
  margin-top: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .mailing-list form {
    margin-top: 60px;
  }
}
.mailing-list form label {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  text-align: left;
  margin-bottom: 0.9rem;
}
.mailing-list form input {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding: 0.83rem;
  border-radius: 5px;
  outline: none;
  border: none;
}
.mailing-list form .primary_btn {
  margin-top: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .mailing-list form .primary_btn {
    margin-top: 4rem;
    padding: 1.1rem;
  }
}
.mailing-list .mc-field-group + .mc-field-group {
  margin-top: 1.9rem;
}

.footer {
  background: rgb(42, 59, 144);
  color: white;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-bottom: 4rem;
  }
}
.footer__wrapper--top {
  text-align: center;
}
.footer__copyright, .footer__wrapper--bottom {
  padding-top: 1.9rem;
  padding-bottom: 2.25rem;
  border-bottom: 2px solid #fff;
}
.footer__wrapper--bottom {
  display: grid;
  row-gap: 32px;
}
@media only screen and (min-width: 768px) {
  .footer__wrapper--bottom {
    column-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.coc-wrapper ul {
  margin-left: 20px;
}
@media only screen and (min-width: 576px) {
  .coc-wrapper ul {
    max-width: 80%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .coc-wrapper ul {
    max-width: 50%;
  }
}
.coc-wrapper li {
  list-style-type: disc;
}
.coc-wrapper .pre-heading__text {
  margin-bottom: 0.9rem;
}
.coc-wrapper .content-text + .pre-heading__text {
  margin-top: 1.9rem;
}

.schedule .title {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 576px) {
  .schedule .timetable {
    max-width: 80%;
    margin: auto;
  }
}
.schedule .timetable h5,
.schedule .timetable h6 {
  color: #e25641;
  text-align: center;
}
.schedule .timetable h5 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.schedule .timetable h6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.schedule .timetable .timezone-remark {
  color: #e25641;
  text-align: center;
  font-size: 0.75rem;
}
.schedule .timetable a[href] {
  color: #2a3b90;
  font-weight: bold;
}
.schedule .timetable a[name] {
  font-weight: bold;
}
.schedule .timetable .full-schedule {
  display: block;
  text-align: center;
  margin-top: 2rem;
}
.schedule .timetable .day2 {
  margin-top: 2rem;
}
.schedule .timetable.full-timetable .day2 {
  margin-top: 8rem;
}
.schedule .timetable th {
  font-variant: all-small-caps;
  font-weight: bold;
  text-align: left;
}
.schedule .timetable table {
  margin-top: 2rem;
  width: 100%;
}
.schedule .timetable tbody tr {
  border-top: 1px dotted grey;
}
.schedule .timetable td {
  font-size: 1rem;
  text-align: left;
  padding: 1rem 1rem 1rem 0;
  vertical-align: top;
}
.schedule .timetable td .speaker {
  display: block;
}
.schedule .timetable th.time {
  width: 20%;
}
.schedule .timetable td.talk-details h6 {
  color: black;
  text-align: left;
  font-weight: bold;
  clear: both;
}
.schedule .timetable td.talk-details h6,
.schedule .timetable td.talk-details p {
  margin-bottom: 0.5rem;
}
.schedule .timetable td.talk-details h6:nth-of-type(3) {
  padding-top: 0.5rem;
}
.schedule .timetable td.talk-details img.speaker {
  float: left;
  margin-right: 1rem;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}
@media only screen and (min-width: 576px) {
  .schedule .timetable td.talk-details img.speaker {
    width: 10rem;
    height: 10rem;
  }
}

.content-link {
  color: #2a3b90;
}

.content-strong {
  font-weight: bold;
}

.youtube-link {
  display: block;
}

.youtube-link i {
  background-image: url(/2021/images/yt.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

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