@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
:root {
  --swiper-theme-color: #fff;
}

html {
  background: #202020;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 22px;
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
}
@media (max-width: 600px) {
  body {
    font-size: 20px;
  }
}

.container {
  overflow: hidden;
}

sup {
  top: -1em;
  font-weight: 600;
  font-size: 0.4em;
}

.talk {
  position: sticky;
  top: 50%;
  left: 100%;
  width: 123px;
  height: 0px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.7;
  transition: all ease-in-out 0.2s;
}
.talk img.talk-img {
  width: 123px;
  z-index: 2;
  position: absolute;
  height: 102px;
  transform: translateY(-40px);
}
.talk:hover {
  opacity: 1;
}

.row {
  max-width: 1080px;
  margin: 0 auto;
}

.btn {
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.btn-primary {
  background-color: #6022A6;
  border-color: #6022A6;
  border: none !important;
  box-shadow: none !important;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:visited, .btn-primary:hover {
  background-color: rgba(96, 34, 166, 0.9);
  border-color: #6022A6;
}

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

.purple-light {
  background-color: #f4f1f8;
}

.container-1 .text {
  color: #5B5B67;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.container-1 .bg-blanc {
  justify-items: flex-end;
}
.container-1 .bg-blanc > div {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 18px;
  width: 93%;
}
@media (max-width: 992px) {
  .container-1 .bg-blanc > div {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .container-1 .bg-blanc > div {
    line-height: normal;
  }
}
.container-1 .bg-blanc div.date {
  margin-bottom: 32px;
}
.container-1 .bg-blanc svg {
  margin-bottom: 10px;
}

.container-2 .topic {
  margin-left: 30px;
  color: #0A0A0A;
  line-height: 36.213px;
}

.container-3 .bkg-blanc {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 23px;
  padding-left: 24px;
  padding-right: 0;
  padding-bottom: 0;
  line-height: normal;
  color: #222;
}
.container-3 .bkg-blanc img {
  max-width: 322px;
  float: right;
}
@media (max-width: 600px) {
  .container-3 .bkg-blanc {
    padding-right: 24px;
  }
}

#title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1.25px;
  color: #6022A6;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  #title {
    font-size: 32px;
  }
}

#title-topics {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  #title-topics {
    font-size: 32px;
  }
}

#title-speaker {
  color: #6022A6;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

#name-speaker {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 600px) {
  #name-speaker {
    font-size: 32px;
  }
}

#title-contact {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.25px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  #title-contact {
    font-size: 32px;
  }
}

#text-contact {
  color: #0A0A0A;
}

#title-TY {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1.25px;
}

#text-TY {
  color: #5B5B67;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}

footer {
  background-color: #6022A6;
}
footer div.footer {
  color: #fff;
  font-size: 16px;
}
footer p, footer a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
footer div.mentions p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}/*# sourceMappingURL=2268_screen.css.map */