* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
    color: #020202;
}

.bg-green {
    background-color: #34c1bd;
}
.bg-violet {
    background-color: #ad85ed;
}
.bg-lightviolet {
    background-color: #dbd3f4;
}
.bg-yellow {
    background-color: #f7e714;
}
.text-green {
    color: #34c1bd;
}
.text-violet {
    color: #ad85ed;
}
.text-yellow {
    color: #f7e714;
}

section.header,
section.schedule,
section.agenda {
    padding: 32px 64px;
}
section > h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    margin: 32px auto;
    max-width: 450px;
    width: auto;
    border-radius: 24px;

    position: relative;
    z-index: 2;
}

section.header_baner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0vh 64px 0 64px;
    background: url("../gfx/bg-header.svg") no-repeat scroll center bottom /
        cover;
}
section.header_baner.about {
    background: url("../gfx/bg-header-about.svg") no-repeat scroll center bottom /
        cover;
}

.hb_left {
    display: block;
    width: 50%;
    padding-right: 64px;
}
.hb_left h1 {
    font-size: 62px;
    line-height: 62px;
    font-weight: 600;
}
.hb_left h1 small {
    display: block;
    font-size: 42px;
    font-weight: 500;
}
.hb_left p {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 32px;
}
.hb_right {
    display: block;
    width: 50%;
}
.hb_right img {
    border-radius: 90px;
    width: 100%;
    height: auto;
}
.about .hb_right img {
    border-radius: 100%; width: auto;
}

.hb_left .hb_cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    padding: 16px;
    margin: 32px 0 -32px 0;
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    border-radius: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease 0s;
}
.hb_left .hb_cta:hover { background: #34c1bd; }

section.header_baner.join { justify-content: center; min-height: 30vh; }
section.header_baner.join .hb_jumbo {
    display: block;
    font: 600 52px/52px "Poppins", sans-serif;
    text-align: center;
}


section.header {
    position: absolute;
    z-index: 2;
    top: 32px;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.header .header_logo {
}
section.header .header_logo a {
}
section.header .header_logo a img {
    display: block;
    width: 300px;
    height: auto;
}
section.header .header_menu {
}
section.header .header_menu ul {
    display: flex;
    list-style: none;
}
section.header .header_menu ul li {
    margin-left: 32px;
}
section.header .header_menu ul li a {
    display: block;
    padding: 24px 32px;
    border-radius: 16px;
    font: 600 18px/18px "Poppins", sans-serif;
    color: #020202;
    letter-spacing: 0.02em;
    text-decoration: none;
    outline: 3px solid rgba(255,255,255,0.35);
    transition: all 0.1s linear 0s;
}
section.header .header_menu ul li a:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* Section: Schedule */
.schedule-calendar {
    display: block;
    clear: both;
    width: 500px;
    margin: 0 auto;
}
.schedule-calendar li {
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.schedule-calendar li .day {
    display: flex;
    align-items: self-end;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: url("../gfx/calendar.svg") no-repeat scroll center center /
        contain;

    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
}
.schedule-calendar li .date {
    font-size: 24px;
    font-weight: 500;
}
.schedule-calendar li .city {
    font-size: 24px;
    font-weight: 600;
    margin-left: 8px;
}

/* Section: Agenda */
.agenda-container {
    display: block;
    margin-top: -64px;
    padding-top: 88px;
    border-radius: 24px;
    border: 3px solid #fff;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1);
}
.agenda-container > p {
    display: block;
    width: auto;
    max-width: 60%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
}
.agenda-container > p.subtext {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 72px;
}
.agenda-container .agenda-details {
    list-style: none;
}
.agenda-container .agenda-details li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    font-size: 18px;
}
.agenda-container .agenda-details li .hours {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: auto;
    padding: 16px 0;
    margin-left: -12px;
    font-weight: 700;
    border-radius: 24px;
    outline: 2px solid #f0ecff;
}
.agenda-container .agenda-details li .description {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: auto;
    max-width: calc(100% - 264px);
    margin-left: 32px;
}
.agenda-container .agenda-details li .description strong {
    display: block;
    font-weight: 600;
}
.agenda-container .agenda-details li .description.no-description {
    padding-top: 16px;
}

/* Section: Footer */
.footer {
    display: block;
    clear: both;
    margin-top: 32px;
    padding: 64px 64px 32px 64px;
    background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(39, 160, 160, 1) 100%
    );
}
.footer .footer-spacer {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 32px auto;
}
.footer .footer-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-row .fr-left,
.footer-row .fr-right {
    width: 50%;
}

.footer-row .fr-left {
}
.footer-row .fr-left > a img {
    display: block;
    width: 300px;
    height: auto;
}
.footer-row .fr-left p {
    margin: 16px 0 0 0;
}
.footer-row .fr-left p strong {
    display: block;
}

.footer-row .fr-right {
}
.footer-row .fr-right > h4 {
    font-size: 32px;
}
.footer-row .fr-right > p {
}
.footer-row .fr-right form {
    margin-top: 16px;
    max-width: 400px;
}
.footer-row .fr-right form input[type="email"] {
    display: block;
    width: 100%;
    height: 48px;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 0 16px;
    font: 500 16px/48px "Poppins", sans-serif;
}
.footer-row .fr-right form textarea {
    display: block;
    width: 100%;
    height: 96px;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 8px 16px;
    margin: 16px 0 0 0;
    font: 500 16px/24px "Poppins", sans-serif;
}
.footer-row .fr-right form button[type="submit"] {
    display: block;
    width: 200px;
    height: 48px;
    background: #34c1bd;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    font: 500 16px/24px "Poppins", sans-serif;
    color: #fff;
    margin-top: 16px;
}
.footer-row .fr-right form button[type="submit"]:hover {
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.footer-row .footer-copy {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.about-quote {
    max-width: none;
    width: 100%;
}
.about-quote h2 {
    max-width: none;
    width: 100%;
    font: 400 42px/52px "Poppins", sans-serif;
    color: #222;
    text-align: center;
}
.quotes-carousel {
    max-width: 980px;
    margin: 28px auto;
    padding: 20px 18px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    font-family: "Poppins", sans-serif;
    position: relative;
}
.quotes-carousel .slides {
    position: relative;
    height: 140px;
}
.quotes-carousel .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.45s ease, transform 0.45s ease;
    padding: 10px 36px;
    box-sizing: border-box;
}
.quotes-carousel .slide.active {
    opacity: 1;
    transform: translateY(0);
}
.quotes-carousel blockquote {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    color: #020202;
    font-weight: 500;
    text-align: center;
}
.quotes-carousel .author {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    color: #888;
    font-weight: 600;
    text-align: center;
}
.quotes-carousel .controls {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 40%;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.quotes-carousel .controls button {
    font-size: 32px;
}
.quotes-carousel .controls button.prev {
    margin-left: -42px;
}
.quotes-carousel .controls button.next {
    margin-right: -42px;
}
.quotes-carousel .btn {
    background: transparent;
    border: 0;
    padding: 6px 8px;
    border-radius: 6px;
    cursor: pointer;
    color: #444;
    font-size: 18px;
}

.about .hb_left h1 {
    font-size: 52px;
    line-height: 52px;
}
.about .hb_left h1 small {
    font-size: 32px;
}
.about .hb_left p {
    font-size: 20px;
    line-height: 28px;
}

.about-bottom-navi {
    display: block;
    clear: both;
    padding: 32px 64px;
    background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(
        270deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(39, 160, 160, 1) 100%
    );
}
.about-bottom-navi ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.about-bottom-navi ul li {
    margin: 0 16px;
}
.about-bottom-navi ul li a {
    display: block;
    padding: 24px 32px;
    border-radius: 16px;
    font: 600 18px/18px "Poppins", sans-serif;
    color: #020202;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: all 0.1s linear 0s;
}

@media (max-width: 640px) {
    .quotes-carousel {
        padding: 16px;
    }
    .quotes-carousel .slides {
        height: auto;
        min-height: 150px;
    }
}
