p {
    margin: 0;
    padding: 0;
}
h1, h2 {
    margin: 0;
    padding: 0;
}
.event-container {
    display: flex;
    margin-bottom: 100px;
}
.event-container .left {
    flex-grow: 1;
}
.event-container .left .card {
    background-color: white;
}
.event-container .left .card .main-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.event-container .left .card .main-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.event-container .left .card .main-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.event-container .left .card .foot {
    width: 100%;
    box-shadow: 0 -3px 6px #2779c333;
    padding: 22px;
    box-sizing: border-box;
    display: flex;
    z-index: 1;
    justify-content: flex-end;
}
.event-container .left .card .foot .sign {
    background: #2779c3;
    border-radius: 24px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}
.event-container .left .card .foot .sign p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    color: #fff;
    padding: 14px 24px 13px;
}
.event-container .left .card .foot.mobile {
    box-shadow: 0 -3px 6px #2779c333;
    justify-content: center;
}
.overlay, .info-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.overlay .info, .info-mobile .info {
    box-sizing: border-box;
    width: 100%;
    padding: 24px 32px;
    background: linear-gradient(to top, #000000cc, transparent);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: flex-end;
    justify-content: space-between;
}
.overlay .info .left, .info-mobile .info .left {
    flex-grow: 1;
}
.overlay .info .left .title, .info-mobile .info .left .title {
    margin: 0;
    color: white;
    font-size: 24px;
    height: 2em;
    font-weight: bold;
}
.overlay .info .left .owner, .info-mobile .info .left .owner {
    margin: 0;
    color: white;
    font-size: 20px;
    font-weight: normal;
}
.overlay .info .left .interests, .info-mobile .info .left .interests {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: -8px;
}
.overlay .info .left .interests .interest-chip, .info-mobile .info .left .interests .interest-chip {
    margin: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid white;
    border-radius: 16px;
    padding: 6px 10px;
    color: white;
    width: fit-content;
    cursor: pointer;
}
.overlay .info .left .interests .interest-chip p, .info-mobile .info .left .interests .interest-chip p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.overlay .info .left > * ~ *, .info-mobile .info .left > * ~ * {
    margin-top: 8px;
}
.overlay .info .right, .info-mobile .info .right {
    width: auto;
    margin-top: auto;
    flex-grow: 0;
    flex-shrink: 0;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.overlay .info .right h1, .info-mobile .info .right h1, .overlay .info .right h2, .info-mobile .info .right h2, .overlay .info .right h3, .info-mobile .info .right h3 {
    margin: 0;
}
.overlay .info .right h1, .info-mobile .info .right h1 {
    font-size: 24px;
}
.overlay .info .right h2, .info-mobile .info .right h2 {
    font-size: 36px;
}
.overlay .info .right h3, .info-mobile .info .right h3 {
    font-size: 14px;
}
.info-mobile {
    position: relative;
}
.info-mobile .info {
    background: white;
    display: block;
}
.info-mobile .info .left .title {
    height: auto;
    max-height: unset;
}
.info-mobile .info .left .title, .info-mobile .info .left .owner, .info-mobile .info .left .interests .interest-chip {
    color: #277AC3;
}
.info-mobile .info .left .interests {
    flex-wrap: wrap;
}
.info-mobile .info .left .interests .interest-chip {
    border-color: #277AC3;
}
.info-mobile .info .right {
    display: none;
}
.left .card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #c2def0;
    background-color: white;
}
.left .card > * ~ * {
    border-top: 1px solid #c2def0;
}
.event-container {
    display: flex;
    flex-direction: row;
}
.event-container > * ~ * {
    margin-left: 20px;
}
.event-container .left {
    flex-grow: 1;
}
.event-container .right {
    flex-grow: 0;
    max-width: 300px;
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    .event-container {
        display: block;
   }
    .event-container > * ~ * {
        margin-left: unset;
        margin-top: 20px;
   }
    .event-container .right {
        max-width: unset;
        width: 100%;
   }
}
.description-container, .contact-container {
    padding: 0;
}
.description, .contact {
    padding: 32px;
}
.description h4, .contact h4, .description h6, .contact h6 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #277AC3;
    opacity: 0.6;
}
.description p, .contact p {
    margin: 0;
    line-height: 1.5;
}
.description > * ~ *, .contact > * ~ * {
    margin-top: 16px;
}
.description h6, .contact h6 {
    margin-top: 32px !important;
    font-size: 16px;
    font-weight: bold;
    color: black;
    opacity: 0.4;
}

.sizer-container {
    width: 100%;
    max-width: initial;
    --ratio: 1.77778;
}

.ql-container {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    border: none !important;
}

.ql-editor {
    line-height: 1.6;
    padding: 0;
}

.ql-editor .ql-size-small {
    font-size: 0.875em;
}

.right .card h5, .right .card p {
    font-size: 16px;
    margin: 0;
    display: inline;
    margin-left: 5px;
    font-style: normal;
    font-weight: normal;
}

.right .card h6 {
    font-size: 13px;
    margin: 0;
    display: inline;
    margin-top: 19px;
    font-style: normal;
    font-weight: normal;
}

.segment {
    padding-top: 32px;
}
.segment.pb {
    padding-bottom: 24px;
}
.segment .date-info ~ .date-info {
    margin-top: 8px;
}
.segment > * ~ * {
    margin-top: 16px;
}
.segment.top_line {
    border-top: 1px solid #c2def0;
}
.inner-component-contact {
    padding: 20px;
    display: inline;
    overflow: hidden;
}
.inner-component-contact h5 {
    margin-top: 16px;
    margin-left: 16px !important;
    color: #000;
    opacity: 0.84;
    font-weight: normal;
}
.group {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.group .material-icons {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    font-size: var(--size);
    color: #277AC3;
    opacity: 0.6;
}
.group .date-title {
    margin: 0;
    opacity: 0.6;
}
.group > * ~ * {
    margin-left: 8px;
}
.inner-component-address {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.inner-component-address > * ~ * {
    margin-left: 10px;
}
.inner-component-address .material-icons {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    font-size: var(--size);
    color: #277AC3;
}
.inner-component-address .anchorRight {
    opacity: 0.6;
    display: flex;
    flex-direction: column;
}
.inner-component-address .anchorRight p {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.right .card {
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #c2def0;
    background-color: white;
    padding: 24px 16px;
    padding-bottom: 0;
    width: 100%;
}
.right .card h4, .right .card h6 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #277AC3;
    opacity: 0.6;
}
.cont {
    height: 165px;
    margin: 0 -24px;
}
.cont .map {
    width: 100%;
    height: 100%;
    background-color: grey;
}
