@import url(https://fonts.googleapis.com/css?family=Quicksand:300,

400,
700
)
;
@import url(https://fonts.googleapis.com/css?family=Inter:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Nunito&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap);
:root {
    --gradient: linear-gradient(#ffb181, #ffb26e);
    --cloud-bg: #f8f3f3;
    --break-line: hsla(0, 0%, 100%, 0.5);
    --background: #fff;
    --text-color: #000;
    --orange: #ffb181
}

[data-theme=dark] {
    --gradient: linear-gradient(#b83d18, #b83f1a);
    --cloud-bg: #272831;
    --break-line: rgba(182, 63, 26, 0.5);
    --background: #272831;
    --text-color: #fff;
    --orange: #b83d18
}

.MLH {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 1%;
    height: auto
}

@media (min-width: 100px) {
    .MLH {
        width: 60px
    }
}

@media (min-width: 600px) {
    .MLH {
        width: 80px
    }
}

@media (min-width: 700px) {
    .MLH {
        width: 100px
    }
}

@media (min-width: 1100px) {
    .MLH {
        width: 100px
    }
}

styled.li {
    height: 20px
}

.break-line {
    border: 5px solid #fff;
    opacity: .5;
    border-radius: 25px;
    margin: 0 auto
}

.hm-text {
    font-weight: 700;
    font-size: 18px
}

.nav-toggle-switch {
    margin-top: -10%;
    height: 40px
}

.dark-mode-toggle div div svg g g:nth-child(7) g:first-child path, .dark-mode-toggle div div svg g g:nth-child(7) g:nth-child(2) path, .dark-mode-toggle div div svg g g:nth-child(7) g:nth-child(3) path {
    fill: var(--orange)
}

.footer {
    color: #fff;
    background-color: var(--orange);
    min-height: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    padding-bottom: 5px;
    text-align: center
}

.footer .fa {
    color: #fff;
    font-size: 35px !important;
    margin: 10px
}

.footer .fa:hover {
    -webkit-filter: brightness(20%);
    -moz-filter: brightness(20%);
    -o-filter: brightness(20%);
    -ms-filter: brightness(20%);
    filter: brightness(20%);
    transition: all .5s ease
}

.footer .footer__credits__copyright {
    color: #fff
}

.footer__credits {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 16px
}

.footer__credits__copyright {
    overflow: hidden
}

.grid-container {
    display: grid;
    color: #fff;
    padding: 0 2px 90px 0;
    grid-template-columns:auto auto;
    grid-gap: 0 50px;
    justify-content: center
}

@media only screen and (max-width: 900px) {
    .grid-container {
        grid-template-columns:auto;
        grid-gap: 50px 0;
        padding-top: 20px
    }
}

.grid-container .grid-item {
    text-align: center;
    width: 400px;
    height: 40px;
    padding-top: 6px;
    font-size: 28px;
    border-radius: 10px;
    background-color: var(--orange)
}

@media only screen and (max-width: 700px) {
    .grid-container .grid-item {
        font-size: 25px
    }
}

@media only screen and (max-width: 450px) {
    .grid-container .grid-item {
        width: 200px;
        height: 30px;
        padding-top: 8px;
        font-size: 20px
    }
}

.grid-container .grid-item:hover {
    opacity: .8
}

.grid-container .grid-item:active {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.home {
    background-color: var(--background)
}

.home__heading {
    background-image: var(--gradient);
    height: calc(100vh - 80px);
    overflow: hidden
}

@media only screen and (max-width: 910px) {
    .home__heading {
        height: calc(100vh - 55px)
    }
}

@media only screen and (max-height: 550px) {
    .home__heading {
        height: 495px
    }
}

.home__heading__wave {
    overflow: hidden;
    position: absolute;
    width: 100%;
    pointer-events: none
}

.home__heading__wave__cloud {
    background: var(--cloud-bg);
    width: 200px;
    height: 60px;
    border-radius: 200px;
    position: relative;
    margin: 4% 0 0
}

.home__heading__wave__cloud:after, .home__heading__wave__cloud:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 10px;
    background: var(--cloud-bg);
    width: 100px;
    height: 80px;
    border-radius: 100px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform: rotate(30deg)
}

.home__heading__wave__cloud:after {
    width: 120px;
    height: 120px;
    top: -55px;
    left: auto;
    right: 15px
}

.home__heading__wave .c1 {
    animation: cloudMoving 15s linear infinite;
    -webkit-animation: cloudMoving 15s linear infinite;
    -moz-animation: cloudMoving 15s linear infinite;
    -o-animation: cloudMoving 15s linear infinite;
    left: 230px
}

.home__heading__wave .c2 {
    animation: cloudMoving 25s linear infinite;
    -webkit-animation: cloudMoving 25s linear infinite;
    -moz-animation: cloudMoving 25s linear infinite;
    -o-animation: cloudMoving 25s linear infinite;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    opacity: .5;
    left: 280px;
    top: -50px
}

.home__heading__wave .c3 {
    animation: cloudMoving 20s linear infinite;
    -webkit-animation: cloudMoving 20s linear infinite;
    -moz-animation: cloudMoving 20s linear infinite;
    -o-animation: cloudMoving 20s linear infinite;
    transform: scale(.75);
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -o-transform: scale(.75);
    opacity: .75;
    left: 200px;
    top: -150px
}

.home__heading__wave .c4 {
    animation: cloudMoving 28s linear infinite;
    -webkit-animation: cloudMoving 28s linear infinite;
    -moz-animation: cloudMoving 28s linear infinite;
    -o-animation: cloudMoving 28s linear infinite;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    opacity: .8;
    left: 170px;
    top: -120px
}

.home__heading__wave .c5 {
    animation: cloudMoving 22s linear infinite;
    -webkit-animation: cloudMoving 22s linear infinite;
    -moz-animation: cloudMoving 22s linear infinite;
    -o-animation: cloudMoving 22s linear infinite;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -o-transform: scale(.7);
    opacity: .7;
    left: 320px;
    top: -150px
}

@keyframes cloudMoving {
    0% {
        margin-left: 100%
    }
    to {
        margin-left: -100%
    }
}

@-webkit-keyframes cloudMoving {
    0% {
        margin-left: 100%
    }
    to {
        margin-left: -100%
    }
}

.home__heading__content {
    padding: 0 5%;
    display: grid;
    grid-template-columns:35% 65%;
    height: calc(100vh - 70px)
}

@media only screen and (max-width: 910px) {
    .home__heading__content {
        grid-template-columns:100%
    }
}

@media only screen and (max-width: 910px) {
    .home__heading__content__tower {
        display: none
    }
}

.home__heading__content__tower__image {
    height: calc(100vh + 80px);
    width: 28vw
}

@media only screen and (max-height: 550px) {
    .home__heading__content__tower__image {
        height: 631px
    }
}

.home__heading__content__title {
    margin: auto;
    padding-bottom: 40%;
    text-align: center
}

@media only screen and (max-width: 910px) {
    .home__heading__content__title {
        padding-top: 2%;
        padding-bottom: 20%
    }
}

.home__heading__content__title__img {
    width: 30vw;
    padding-bottom: 5%
}

@media only screen and (max-width: 910px) {
    .home__heading__content__title__img {
        width: 60vw
    }
}

.home__heading__content__title__text {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 6%
}

.home__heading__content__title__sub-text {
    font-size: 18px;
    text-align: center;
    font-weight: medium;
    padding-bottom: 3%
}

.home__heading__content__title__event-button {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    padding: 1em 2.1em 1.1em;
    margin: 8px;
    color: #110d0c;
    display: inline-block;
    transition: .3s;
    font-family: sans-serif;
    font-weight: 800;
    font-size: .85em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 -.3rem 0 rgba(0, 0, 0, .1);
    position: relative;
    cursor: pointer
}

.home__heading__content__title__event-button:focus, .home__heading__content__title__event-button:hover {
    opacity: .8
}

.home__heading__content__title__event-button:active {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.home__heading__content__title__form {
    margin: 0 auto
}

.home__heading__content__title__form input[type=email], .home__heading__content__title__form select {
    display: inline-block;
    font-family: "Papyrus";
    font-size: 15px;
    padding: .78% 1% .7%;
    margin-right: 2%;
    color: #000;
    text-align: left;
    cursor: pointer
}

.home__heading__content__title__form button[type=submit] {
    display: inline-block;
    font-family: "Papyrus";
    font-size: 15px;
    padding: 1% 2%;
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.home__section-title {
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    margin-top: 3%
}

@media only screen and (min-width: 350px) {
    .home__section-title {
        font-size: 25px
    }
}

@media only screen and (min-width: 768px) {
    .home__section-title {
        font-size: 35px
    }
}

@media only screen and (min-width: 992px) {
    .home__section-title {
        font-size: 35px
    }
}

@media only screen and (min-width: 1200px) {
    .home__section-title {
        font-size: 35px
    }
}

.home__break-line {
    border-width: .5rem;
    border: .5rem solid var(--orange);
    border-radius: 10px;
    margin: 0 auto 5%
}

@media only screen and (max-width: 350px) {
    .home__break-line {
        width: 30%
    }
}

@media only screen and (min-width: 350px) {
    .home__break-line {
        width: 30%
    }
}

@media only screen and (min-width: 768px) {
    .home__break-line {
        width: 25%
    }
}

@media only screen and (min-width: 992px) {
    .home__break-line {
        width: 20%
    }
}

@media only screen and (min-width: 1200px) {
    .home__break-line {
        width: 20%
    }
}

.home__about-us {
    padding: 3% 0 2%;
    background-color: var(--background)
}

.home__about-us__content {
    padding: 0 5%;
    display: grid;
    grid-template-columns:auto auto;
    align-items: center
}

@media only screen and (max-width: 1250px) {
    .home__about-us__content {
        grid-template-columns:auto;
        justify-items: center
    }
}

.home__about-us__content p {
    padding-right: 5%;
    line-height: 40px;
    color: var(--text-color)
}

@media only screen and (min-width: 0px) {
    .home__about-us__content p {
        padding: 0 5%;
        font-size: 20px
    }
}

@media only screen and (min-width: 700px) {
    .home__about-us__content p {
        padding: 0 10%;
        font-size: 23px
    }
}

.home__about-us__content__teampic {
    border-radius: 25px
}

@media only screen and (min-width: 0px) {
    .home__about-us__content__teampic {
        max-width: 300px
    }
}

@media only screen and (min-width: 700px) {
    .home__about-us__content__teampic {
        max-width: 500px
    }
}

@media only screen and (min-width: 1251px) {
    .home__about-us__content__teampic {
        max-width: 600px
    }
}

@media only screen and (min-width: 1700px) {
    .home__about-us__content__teampic {
        max-width: 700px
    }
}

.home__past-winners {
    background-color: var(--background)
}

.home__past-winners__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    margin: 1% 0 0;
    list-style-type: none
}

.home__past-winners__list__past-winner {
    flex: 1 1 auto;
    margin: 1% 0 3%
}

.home__past-winners__list__past-winner__icon {
    color: var(--orange);
    font-size: 35px
}

@media only screen and (min-width: 768px) {
    .home__past-winners__list__past-winner__icon {
        font-size: 40px
    }
}

@media only screen and (min-width: 992px) {
    .home__past-winners__list__past-winner__icon {
        font-size: 45px
    }
}

@media only screen and (min-width: 1200px) {
    .home__past-winners__list__past-winner__icon {
        font-size: 50px
    }
}

.home__past-winners__list__past-winner__category {
    font-weight: 700;
    padding: 5% 0 0;
    font-size: 18px
}

@media only screen and (min-width: 300px) {
    .home__past-winners__list__past-winner__category {
        font-size: 13px
    }
}

@media only screen and (min-width: 768px) {
    .home__past-winners__list__past-winner__category {
        font-size: 15px
    }
}

@media only screen and (min-width: 992px) {
    .home__past-winners__list__past-winner__category {
        font-size: 20px
    }
}

.home__past-winners__list__past-winner__group {
    padding: 2% 0 0;
    font-weight: thin;
    font-size: 14px
}

@media only screen and (min-width: 300px) {
    .home__past-winners__list__past-winner__group {
        font-size: 8px
    }
}

@media only screen and (min-width: 768px) {
    .home__past-winners__list__past-winner__group {
        font-size: 10px
    }
}

@media only screen and (min-width: 992px) {
    .home__past-winners__list__past-winner__group {
        font-size: 16px
    }
}

.home__past-winners__list__past-winner__category, .home__past-winners__list__past-winner__group {
    color: var(--text-color)
}

@media only screen and (min-width: 350px) {
    .home__past-winners__list__past-winner {
        width: 30%
    }
}

@media only screen and (min-width: 992px) {
    .home__past-winners__list__past-winner {
        width: 19%
    }
}

.home__team-pictures {
    background-color: var(--background)
}

.home__team-pictures__grid {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 5%
}

@media only screen and (max-width: 850px) {
    .home__team-pictures__grid {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 5%
    }
}

.home__team-pictures__grid__items {
    margin-left: 2.1%
}

@media only screen and (max-width: 700px) {
    .home__team-pictures__grid__items {
        margin-left: -1%
    }
}

@media only screen and (max-width: 500px) {
    .home__team-pictures__grid__items {
        margin-left: -2.5%
    }
}

@media only screen and (max-width: 400px) {
    .home__team-pictures__grid__items {
        margin-left: -4%
    }
}

.home__team-pictures__grid__items__item {
    list-style-type: none;
    position: relative;
    float: left;
    width: 14.8571428571%;
    padding: 0 0 17%;
    -webkit-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
    background: #fd005f;
    overflow: hidden;
    visibility: hidden
}

.home__team-pictures__grid__items__item__hexagon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdbf00;
    -webkit-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
    overflow: hidden
}

.home__team-pictures__grid__items__item__hexagon__picture {
    width: 100%;
    height: 100%
}

.home__team-pictures__grid__items__item__hexagon__text {
    display: none
}

.home__team-pictures__grid__items__item__hexagon__picture:hover + .home__team-pictures__grid__items__item__hexagon__text, .home__team-pictures__grid__items__item__hexagon__text:hover {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 15px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 0 5px 5px
}

@media (max-width: 1200px) {
    .home__team-pictures__grid__items__item__hexagon__picture:hover + .home__team-pictures__grid__items__item__hexagon__text, .home__team-pictures__grid__items__item__hexagon__text:hover {
        top: 45%;
        font-size: 13.5px
    }
}

@media (max-width: 1000px) {
    .home__team-pictures__grid__items__item__hexagon__picture:hover + .home__team-pictures__grid__items__item__hexagon__text, .home__team-pictures__grid__items__item__hexagon__text:hover {
        font-size: 12px
    }
}

@media (max-width: 700px) {
    .home__team-pictures__grid__items__item__hexagon__picture:hover + .home__team-pictures__grid__items__item__hexagon__text, .home__team-pictures__grid__items__item__hexagon__text:hover {
        top: 40%
    }
}

@media (max-width: 550px) {
    .home__team-pictures__grid__items__item__hexagon__picture:hover + .home__team-pictures__grid__items__item__hexagon__text, .home__team-pictures__grid__items__item__hexagon__text:hover {
        top: 35%;
        font-size: 10px
    }
}

@media (max-width: 460px) {
    .home__team-pictures__grid__items__item__hexagon__picture:hover + .home__team-pictures__grid__items__item__hexagon__text, .home__team-pictures__grid__items__item__hexagon__text:hover {
        top: 30%;
        font-size: 9px
    }
}

@media (max-width: 400px) {
    .home__team-pictures__grid__items__item__hexagon__picture:hover + .home__team-pictures__grid__items__item__hexagon__text, .home__team-pictures__grid__items__item__hexagon__text:hover {
        top: 28%;
        font-size: 7px
    }
}

@media (max-width: 300px) {
    .home__team-pictures__grid__items__item__hexagon__picture:hover + .home__team-pictures__grid__items__item__hexagon__text, .home__team-pictures__grid__items__item__hexagon__text:hover {
        display: none
    }
}

.home__team-pictures__grid__items__item * {
    visibility: visible
}

.home__team-pictures__grid__items__item:nth-child(2n+2) {
    margin: 0 1%
}

.home__team-pictures__grid__items__item:first-child {
    margin-left: 8%
}

.home__team-pictures__grid__items__item:nth-child(6), .home__team-pictures__grid__items__item:nth-child(7), .home__team-pictures__grid__items__item:nth-child(8), .home__team-pictures__grid__items__item:nth-child(9) {
    margin-top: -3.35%
}

.home__team-pictures__grid__items__item:nth-child(6) {
    margin-left: 16%
}

.home__team-pictures__grid__items__item:nth-child(10) {
    margin-left: 8%
}

.home__team-pictures__grid__items__item:nth-child(10), .home__team-pictures__grid__items__item:nth-child(11), .home__team-pictures__grid__items__item:nth-child(12), .home__team-pictures__grid__items__item:nth-child(13), .home__team-pictures__grid__items__item:nth-child(14) {
    margin-top: -3.35%
}

.home__team-pictures__grid__items__item:nth-child(15) {
    margin-left: 16%
}

.home__team-pictures__grid__items__item:nth-child(15), .home__team-pictures__grid__items__item:nth-child(16), .home__team-pictures__grid__items__item:nth-child(17), .home__team-pictures__grid__items__item:nth-child(18) {
    margin-top: -3.35%
}

.home__team-pictures__grid__items__item:nth-child(19) {
    margin-left: 8%
}

.home__team-pictures__grid__items__item:nth-child(19), .home__team-pictures__grid__items__item:nth-child(20), .home__team-pictures__grid__items__item:nth-child(21), .home__team-pictures__grid__items__item:nth-child(22), .home__team-pictures__grid__items__item:nth-child(23) {
    margin-top: -3.35%
}

.home__team-pictures .clear:after {
    content: "";
    display: block;
    clear: both
}

.past-hackathon {
    background-color: var(--background)
}

.past-hackathon__stats {
    overflow: hidden
}

.past-hackathon__stats__title {
    line-height: 1em;
    text-align: center;
    color: var(--text-color);
    font-weight: 700;
    overflow: hidden;
    margin: 3% auto 2%
}

@media only screen and (min-width: 350px) {
    .past-hackathon__stats__title {
        font-size: 25px
    }
}

@media only screen and (min-width: 600px) {
    .past-hackathon__stats__title {
        font-size: 25px
    }
}

@media only screen and (min-width: 768px) {
    .past-hackathon__stats__title {
        font-size: 35px
    }
}

@media only screen and (min-width: 992px) {
    .past-hackathon__stats__title {
        font-size: 40px
    }
}

@media only screen and (min-width: 1200px) {
    .past-hackathon__stats__title {
        font-size: 40px
    }
}

.past-hackathon__stats__container {
    text-align: center;
    margin: auto;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 350px) {
    .past-hackathon__stats__container {
        width: 75%
    }
}

@media (min-width: 500px) {
    .past-hackathon__stats__container {
        width: 90%
    }
}

@media (min-width: 800px) {
    .past-hackathon__stats__container {
        width: 80%
    }
}

@media (min-width: 1200px) {
    .past-hackathon__stats__container {
        width: 85%
    }
}

.past-hackathon__stats__container__card {
    background-image: var(--gradient);
    border-radius: 25px;
    margin: 1%;
    width: 33.33%;
    height: 200px;
    flex: 1 0 30%
}

.past-hackathon__stats__container__card__value {
    color: #fff;
    font-weight: 700;
    margin: 7% 0 4%
}

@media only screen and (min-width: 350px) {
    .past-hackathon__stats__container__card__value {
        font-size: 35px
    }
}

@media only screen and (min-width: 600px) {
    .past-hackathon__stats__container__card__value {
        font-size: 35px
    }
}

@media only screen and (min-width: 768px) {
    .past-hackathon__stats__container__card__value {
        font-size: 40px
    }
}

@media only screen and (min-width: 992px) {
    .past-hackathon__stats__container__card__value {
        font-size: 45px
    }
}

@media only screen and (min-width: 1200px) {
    .past-hackathon__stats__container__card__value {
        font-size: 50px
    }
}

.past-hackathon__stats__container__card__label {
    font-size: x-large;
    color: #fff;
    font-weight: 400
}

@media (min-width: 350px)and (max-width: 370px) {
    .past-hackathon__stats__container__card__label {
        font-size: large
    }
}

.past-hackathon__gallery__title {
    font-weight: 700;
    color: var(--text-color);
    padding: 5% 0 3%;
    text-align: center
}

@media only screen and (min-width: 350px) {
    .past-hackathon__gallery__title {
        font-size: 20px
    }
}

@media only screen and (min-width: 600px) {
    .past-hackathon__gallery__title {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) {
    .past-hackathon__gallery__title {
        font-size: 30px
    }
}

@media only screen and (min-width: 992px) {
    .past-hackathon__gallery__title {
        font-size: 35px
    }
}

@media only screen and (min-width: 1200px) {
    .past-hackathon__gallery__title {
        font-size: 35px
    }
}

.past-hackathon__gallery__column {
    display: flex;
    flex-wrap: wrap;
    margin: 0 2%
}

.past-hackathon__gallery__column__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1% 1% 3%
}

@media (min-width: 1600px) {
    .past-hackathon__gallery__column__row {
        min-width: 450px;
        margin: 0 auto
    }
}

.past-hackathon__gallery__column__row__cell {
    display: block;
    width: 30%;
    height: 100%;
    object-fit: cover;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    margin: 0 auto;
    border-radius: 25px
}

@media (min-width: 1000px) {
    .past-hackathon__gallery__column__row__cell {
        max-width: 450px
    }
}

.form {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 3rem;
    background-image: var(--gradient);
    border-radius: 2rem;
    margin: 2% 7% 0
}

@media (max-width: 1000px) {
    .form {
        width: 75%
    }
}

@media (max-width: 750px) {
    .form {
        width: 70%
    }
}

@media (max-width: 450px) {
    .form {
        width: 61%
    }
}

@media only screen and (max-height: 640px), only screen and (max-width: 900px) {
    .form {
        margin-bottom: 2rem
    }
}

.form__title {
    font-weight: bolder;
    font-size: 20px;
    margin-bottom: 1rem;
    text-align: center
}

.form__input {
    display: flex;
    flex-direction: column
}

.form__input__field, .form__input__text-area {
    padding: 0 1rem;
    margin: 1rem 0;
    height: calc(2.5rem - 8px);
    border-radius: .75rem;
    color: #000;
    font-size: 18px;
    border: none
}

.form__input__text-area {
    flex: 1 1;
    padding: .5rem 1rem
}

.form ::-webkit-input-placeholder {
    opacity: 1;
    font-weight: lighter;
    font-size: 18px;
    font-family: "Montserrat", sans-serif
}

.form :-ms-input-placeholder {
    opacity: 1;
    font-size: 18px;
    font-family: "Montserrat", sans-serif
}

.form ::placeholder {
    opacity: 1;
    font-weight: lighter;
    font-size: 18px;
    font-family: "Montserrat", sans-serif
}

.form :-ms-input-placeholder {
    font-weight: lighter
}

.form ::-ms-input-placeholder {
    font-weight: lighter
}

.form__submit {
    padding: 0 1rem;
    margin: 1rem 0;
    height: 2.5rem;
    font-size: 20px;
    color: var(--orange);
    background: #fff;
    border-radius: .75rem;
    border: none;
    cursor: pointer;
    transition: all .2s ease;
    font-weight: 700
}

.form__submit:active {
    background: var(--gradient);
    color: #fff
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.form .fa-spinner {
    -webkit-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite
}

.sponsors-us {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2%;
    background-color: var(--background)
}

@media only screen and (max-height: 640px), only screen and (max-width: 900px) {
    .sponsors-us {
        margin: 0 auto
    }
}

.sponsors-us__content__heading {
    font-size: 1.875rem;
    line-height: 1.5em;
    text-align: center;
    color: var(--text-color);
    font-weight: bolder;
    overflow: hidden;
    padding: 2.5% 0 2%
}

@media (min-width: 768px) {
    .sponsors-us__content__heading {
        font-size: 2.5rem
    }
}

.sponsors-us__content__section {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.sponsors-us__content__section__icon {
    color: var(--orange);
    font-size: 35px !important;
    margin: 10px
}

.sponsors-us__content__section__title {
    font-size: 20px;
    margin: 2% auto auto;
    font-weight: 700;
    color: var(--text-color);
    text-align: center
}

@media only screen and (max-height: 640px), only screen and (max-width: 900px) {
    .sponsors-us__content__section__title {
        margin-bottom: 2rem
    }
}

.sponsors-us__content__section__text {
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    color: var(--text-color);
    text-align: center;
    line-height: 30px
}

@media only screen and (max-height: 640px), only screen and (max-width: 900px) {
    .sponsors-us__content {
        margin: 0;
        padding-top: 2rem
    }
}

.past-sponsors {
    padding: 4% 2% 0
}

.past-sponsors .logos-title {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    padding-bottom: 3%;
    color: var(--text-color)
}

.past-sponsors .list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    list-style-type: none;
    margin: 20px 2% 0
}

.past-sponsors .list .items {
    display: flex;
    border: 2px solid transparent;
    -webkit-animation-name: animateIn;
    animation-name: animateIn;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out-in;
    animation-timing-function: ease-out-in;
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif
}

@-webkit-keyframes animateIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6) translateY(8px) translateY(100px);
        transform: scale(.6) translateY(8px) translateY(100px)
    }
    to {
        opacity: 1
    }
}

@keyframes animateIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6) translateY(8px) translateY(100px);
        transform: scale(.6) translateY(8px) translateY(100px)
    }
    to {
        opacity: 1
    }
}

.past-sponsors .list .items .logoimage {
    height: 180px;
    width: 310px
}

@media only screen and (max-width: 400px) {
    .past-sponsors .list .items .logoimage {
        height: 150px;
        width: 280px
    }
}

.contact-us {
    flex-direction: column;
    justify-content: center;
    background-color: var(--background)
}

@media only screen and (max-height: 640px), only screen and (max-width: 900px) {
    .contact-us {
        margin: 0 auto
    }
}

.contact-us__content__header {
    font-size: 1.875rem;
    line-height: 1.5em;
    text-align: center;
    color: var(--text-color);
    font-weight: bolder;
    overflow: hidden;
    padding-top: 1%
}

@media (min-width: 768px) {
    .contact-us__content__header {
        font-size: 2.5rem
    }
}

.contact-us__content__description {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem
}

.contact-us__content__description__icon {
    color: var(--orange);
    font-size: 35px !important
}

.contact-us__content__description__text {
    font-size: 20px;
    color: var(--text-color);
    text-align: center;
    font-weight: 400
}

@media only screen and (max-height: 1366px), only screen and (max-width: 1024px) {
    .contact-us__content {
        padding: 2% 0 5%
    }

    .contact-us__content__header {
        margin-bottom: 2rem
    }
}

@media only screen and (max-height: 640px), only screen and (max-width: 900px) {
    .contact-us__content {
        margin: 0;
        padding-top: 2rem
    }

    .contact-us__content__header {
        margin-bottom: 2rem
    }
}

.upload-button {
    margin: 2% 2% 0 auto;
    height: 3.5rem;
    font-size: 22px;
    width: 96%;
    text-align: center;
    font-weight: bolder;
    color: #b486ce;
    background: #fff;
    border-radius: 3rem;
    border: none;
    cursor: pointer;
    transition: all .2s ease
}

.upload-button:active {
    background: #b486ce;
    color: #fff
}

.dashboard-application {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 3rem;
    background: #ffb181;
    border-radius: 2rem;
    margin: 0 auto
}

.dashboard-application .hackmerced-logo {
    width: 15%;
    display: block;
    margin: 0 auto 2%
}

@media only screen and (max-width: 600px) {
    .dashboard-application .hackmerced-logo {
        width: 50%
    }
}

.dashboard-application ::-webkit-input-placeholder {
    font-weight: lighter
}

.dashboard-application :-ms-input-placeholder {
    font-weight: lighter
}

.dashboard-application ::placeholder {
    font-weight: lighter
}

.dashboard-application h3 {
    font-weight: bolder;
    font-size: 30px;
    margin-bottom: 1rem;
    text-align: center
}

.dashboard-application ::-webkit-input-placeholder {
    color: grey
}

.dashboard-application :-ms-input-placeholder {
    color: grey
}

.dashboard-application ::placeholder {
    color: grey
}

.dashboard-application .application-form {
    display: flex;
    flex-direction: column
}

.dashboard-application .application-form .row {
    display: flex;
    flex-direction: row;
    width: 100%
}

.dashboard-application .application-form .row .cell {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin: 0 2%
}

.dashboard-application .application-form .row .cell input, .dashboard-application .application-form .row .cell select {
    padding: 0 1rem;
    margin: 1rem 0;
    height: 6vh;
    border-radius: 3rem;
    color: grey;
    font-size: 18px;
    width: 100%
}

.dashboard-application .application-form .row .cell ::-webkit-input-placeholder {
    color: grey;
    opacity: 1
}

.dashboard-application .application-form .row .cell :-ms-input-placeholder {
    color: grey;
    opacity: 1
}

.dashboard-application .application-form .row .cell ::placeholder {
    color: grey;
    opacity: 1
}

.dashboard-application .application-form .row .cell select [disabled], .dashboard-application .application-form .row .cell select option:disabled {
    color: #ccd3dd
}

@media only screen and (max-width: 600px) {
    .dashboard-application .application-form .row {
        flex-direction: column
    }

    .dashboard-application .application-form .row .cell {
        width: 100%
    }
}

.dashboard-application .application-form .long-questions {
    display: flex;
    flex-direction: column;
    margin: 0 2%
}

.dashboard-application .application-form .long-questions select {
    padding: 0 1rem;
    margin: 1rem 0;
    height: 6vh;
    border-radius: 3rem;
    color: grey;
    font-size: 18px;
    width: 100%
}

.dashboard-application .application-form .long-questions select [disabled], .dashboard-application .application-form .long-questions select option:disabled {
    color: #ccd3dd
}

.dashboard-application .application-form .submit-application {
    margin: 2% 2% 0 auto;
    height: 3.5rem;
    font-size: 22px;
    width: 96%;
    text-align: center;
    font-weight: bolder;
    color: #ffb181;
    background: #fff;
    border-radius: 3rem;
    border: none;
    cursor: pointer;
    transition: all .2s ease
}

.dashboard-application .application-form .submit-application:active {
    background: #ffb181;
    color: #fff
}

.dashboard-application .application-form .file-submission {
    margin: 2% 2% 0 auto;
    height: 3.5rem;
    font-size: 22px;
    width: 96%;
    text-align: center;
    font-weight: 700;
    color: #ffb181 !important;
    background: #fff;
    border-radius: 3rem;
    border: none;
    cursor: pointer;
    transition: all .2s ease;
    padding: 0 2% 0 0
}

.dashboard-application .application-form .file-submission:active {
    background: #ffb181;
    color: #fff
}

.error {
    width: 100%;
    height: 100vh;
    background-image: url(data:image/jpeg;base64,dmVyc2lvbiBodHRwczovL2dpdC1sZnMuZ2l0aHViLmNvbS9zcGVjL3YxCm9pZCBzaGEyNTY6ZjM5ZjEzNThkMjIxZDVmNTZmNWUwMzgyOWNiNDg1NzY0YmRjY2MwOTZlMzhlZjc5MjYzYjdlMmM0OTVkMjQyYwpzaXplIDc0NzczMwo=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.accordion {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15vw;
    padding-bottom: 15%
}

@media only screen and (max-width: 500px) {
    .accordion {
        padding-left: 0
    }
}

.accordion__item {
    max-width: 67vw
}

@media only screen and (max-width: 500px) {
    .accordion__item {
        padding-left: 10vw
    }
}

.accordion__item__title {
    width: 67vw;
    color: #000;
    text-align: left;
    line-height: 2;
    font-weight: 400;
    font-family: Inter;
    font-style: normal;
    position: relative;
    z-index: 100;
    transition: all .2s ease-in;
    font-size: 24px;
    padding-bottom: 1vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media only screen and (max-width: 500px) {
    .accordion__item__title {
        width: 100%;
        height: 80px;
        padding-bottom: 5vw;
        font-size: 20px
    }
}

.accordion__item__title__arrow-wrapper .CLOSE_ARROW {
    content: url(/VII/static/media/close-arrow.304545f7.svg);
    font-size: 24px;
    transition: all .2s ease-in
}

.accordion__item__title__arrow-wrapper .OPEN_ARROW {
    font-size: 24px;
    content: url(/VII/static/media/open-arrow.793a80e7.svg)
}

.accordion__item__title__title-text {
    justify-content: left;
    text-align: left
}

.accordion__item__content {
    height: 30px;
    width: 100%;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    position: relative;
    z-index: 1000;
    margin-top: -55px;
    text-align: left;
    transition: all .2s ease-in;
    padding-bottom: 2%;
    cursor: pointer
}

.accordion__item__content__content-text {
    line-height: 20px;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: all .2s ease-in
}

.accordion__item__content__content-text a {
    text-decoration: underline
}

.accordion__item__content__content-text-open {
    visibility: visible;
    opacity: 1;
    transition: all .8s ease-in
}

.accordion__item__content-open {
    margin-top: 0;
    height: auto;
    transition: all .2s ease-in
}

.accordion__item .blue-line {
    border: 2px solid #5b5f97
}

.design-merced__header {
    background: #eeebf5;
    height: 810px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.design-merced__header__abstract-painting {
    position: absolute;
    left: 10%;
    height: 400px;
    width: 400px;
    border-radius: 3em;
    background-color: #b486ce;
    z-index: 2
}

@media only screen and (min-width: 1200px) {
    .design-merced__header__abstract-painting {
        bottom: 100%;
        margin: 8% 0 0
    }
}

@media only screen and (max-width: 2000px) {
    .design-merced__header__abstract-painting {
        bottom: 100%;
        top: 10%
    }
}

.design-merced__header__background-square {
    position: absolute;
    height: 400px;
    width: 400px;
    border-radius: 3em;
    background-color: #0d0721;
    z-index: 1
}

.design-merced__header__title {
    z-index: 1;
    float: right;
    position: relative;
    margin-top: 21%;
    display: flex;
    flex-direction: row;
    align-self: flex-end
}

@media only screen and (max-width: 400px) {
    .design-merced__header__title {
        margin-top: 30%
    }
}

@media only screen and (min-width: 550px) {
    .design-merced__header__title {
        width: 80%;
        margin-top: 10%
    }
}

@media only screen and (min-width: 700px) {
    .design-merced__header__title {
        width: 70%
    }
}

@media only screen and (min-width: 800px) {
    .design-merced__header__title {
        width: 60%
    }
}

@media only screen and (min-width: 1000px) {
    .design-merced__header__title {
        width: 50%
    }
}

@media only screen and (min-width: 1100px) {
    .design-merced__header__title {
        width: 40%
    }
}

@media only screen and (min-width: 1400px) {
    .design-merced__header__title {
        width: 500px
    }
}

@media only screen and (min-width: 1900px) {
    .design-merced__header__title {
        width: 600px;
        margin-top: 5%
    }
}

.design-merced__header__info {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 400px) {
    .design-merced__header__info {
        top: -100px
    }
}

@media only screen and (min-width: 500px) {
    .design-merced__header__info {
        top: -10vh
    }
}

@media only screen and (min-width: 900px) {
    .design-merced__header__info {
        top: -20vh
    }
}

@media only screen and (min-width: 1500px) {
    .design-merced__header__info {
        top: -150px
    }
}

@media only screen and (min-width: 1900px) {
    .design-merced__header__info {
        top: -300px
    }
}

.design-merced__header__info__subtext, .design-merced__header__info__text {
    font-size: 25px;
    color: #b486ce;
    text-align: center;
    font-weight: 700
}

.design-merced__header__info__button {
    background-color: #ac58bc;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 15px;
    transition: all .2s;
    text-align: center;
    width: 50%;
    padding: 20px;
    margin-top: 2%;
    font-weight: bolder
}

@media only screen and (max-width: 1000px) {
    .design-merced__header__info__button {
        padding: 20px 5px
    }
}

@media only screen and (min-width: 1100px) {
    .design-merced__header__info__button {
        width: 20%
    }
}

.design-merced__header__info__button:active {
    background-color: #0d0721;
    color: #eeebf5
}

.design-merced__about-us {
    padding: 3% 0 2%;
    background-color: #0d0721
}

.design-merced__about-us__title {
    font-family: "Montserrat", sans-serif;
    color: #eeebf5;
    text-align: center;
    padding: 16px 0;
    font-size: 32px
}

@media only screen and (min-width: 1000px) {
    .design-merced__about-us__title {
        text-align: left;
        padding-left: 6vw
    }
}

.design-merced__about-us__content {
    display: flex;
    align-items: center;
    margin: 0 6vw
}

@media only screen and (max-width: 1000px) {
    .design-merced__about-us__content {
        flex-direction: column-reverse
    }
}

.design-merced__about-us__content__description {
    flex-grow: 1;
    background-image: linear-gradient(#b2128e, #80a0cf);
    border-radius: 10px;
    -webkit-transform: translate(4vw, 4vw);
    transform: translate(4vw, 4vw);
    margin: 0 4vw 4vw 0
}

.design-merced__about-us__content__description__text {
    color: #000;
    font-size: x-small;
    background-color: rgba(238, 235, 245, .8);
    border-radius: 10px;
    -webkit-transform: translate(-4vw, -4vw);
    transform: translate(-4vw, -4vw);
    padding: 7vw;
    font-size: 1em
}

.design-merced__about-us__content__logo {
    width: 20vw;
    height: 20vw;
    flex: 0 0 20vw
}

@media only screen and (max-width: 1000px) {
    .design-merced__about-us__content__logo {
        margin-bottom: 10vw
    }
}

@media only screen and (min-width: 1001px) {
    .design-merced__about-us__content__logo {
        margin-left: 3vw
    }
}

.design-merced__prompt {
    padding: 3% 0 2%;
    background-color: #0d0721
}

.design-merced__prompt__title {
    font-family: "Montserrat", sans-serif;
    color: #eeebf5;
    text-align: center;
    padding: 16px 0;
    font-size: 32px
}

@media only screen and (min-width: 1000px) {
    .design-merced__prompt__title {
        text-align: right;
        padding-right: 10vw
    }
}

.design-merced__prompt__content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 6vw
}

@media only screen and (max-width: 1000px) {
    .design-merced__prompt__content {
        flex-direction: column-reverse
    }
}

.design-merced__prompt__content__description {
    flex-grow: 1;
    background-image: linear-gradient(#b2128e, #80a0cf);
    border-radius: 10px;
    -webkit-transform: translate(4vw, 4vw);
    transform: translate(4vw, 4vw);
    margin: 0 4vw 4vw 0
}

.design-merced__prompt__content__description__text {
    color: #000;
    font-size: x-small;
    background-color: rgba(238, 235, 245, .8);
    border-radius: 10px;
    -webkit-transform: translate(-4vw, -4vw);
    transform: translate(-4vw, -4vw);
    padding: 7vw;
    font-size: 1em
}

.design-merced__prompt__content__logo {
    width: 20vw;
    height: 20vw;
    flex: 0 0 20vw
}

@media only screen and (max-width: 1000px) {
    .design-merced__prompt__content__logo {
        margin-bottom: 10vw
    }
}

@media only screen and (min-width: 1001px) {
    .design-merced__prompt__content__logo {
        margin-right: 3vw
    }
}

.design-merced__faq {
    background-color: #0d0721;
    padding: 5% 0
}

.design-merced__faq__title {
    font-size: 32px;
    text-align: center;
    padding-bottom: 4%
}

.design-merced__schedule {
    background-color: #0d0721
}

.design-merced__schedule__article__container {
    margin: auto;
    padding: 4% 0
}

@media only screen and (max-width: 600px) {
    .design-merced__schedule__article__container {
        width: 90%
    }
}

@media only screen and (min-width: 600px) {
    .design-merced__schedule__article__container {
        width: 45%
    }
}

@media only screen and (min-width: 768px) {
    .design-merced__schedule__article__container {
        width: 45%
    }
}

@media only screen and (min-width: 992px) {
    .design-merced__schedule__article__container {
        width: 45%
    }
}

@media only screen and (min-width: 1200px) {
    .design-merced__schedule__article__container {
        width: 45%
    }
}

.design-merced__schedule__article__container__calendar {
    margin: auto;
    background-color: #eeebf5;
    color: #000;
    box-shadow: 0 0 35px -10px rgba(0, 0, 0, .75);
    border-radius: 5%
}

@media only screen and (max-width: 600px) {
    .design-merced__schedule__article__container__calendar {
        width: 18em;
        padding: .02em .2em
    }
}

@media only screen and (min-width: 768px) {
    .design-merced__schedule__article__container__calendar {
        width: 25em
    }
}

@media only screen and (min-width: 992px) {
    .design-merced__schedule__article__container__calendar {
        width: 35em;
        padding: 2em 3em
    }
}

@media only screen and (min-width: 1200px) {
    .design-merced__schedule__article__container__calendar {
        width: 34em
    }
}

.design-merced__schedule__article__container__calendar__header {
    font-size: 1.5em;
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.design-merced__schedule__article__container__calendar__header__title {
    text-align: center;
    color: #b486ce;
    font-weight: 700
}

@media only screen and (max-width: 600px) {
    .design-merced__schedule__article__container__calendar__header__title {
        font-size: 1em
    }
}

@media only screen and (min-width: 600px) {
    .design-merced__schedule__article__container__calendar__header__title {
        font-size: 1em
    }
}

@media only screen and (min-width: 768px) {
    .design-merced__schedule__article__container__calendar__header__title {
        font-size: 1em
    }
}

@media only screen and (min-width: 992px) {
    .design-merced__schedule__article__container__calendar__header__title {
        font-size: 1.6em
    }
}

@media only screen and (min-width: 1200px) {
    .design-merced__schedule__article__container__calendar__header__title {
        font-size: 1.6em
    }
}

.design-merced__schedule__article__container__calendar__header .side-by-side {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between
}

.design-merced__schedule__article__container__calendar__header__subheader {
    text-align: center;
    color: #b486ce
}

.design-merced__schedule__article__container__calendar__header__subheader:hover {
    cursor: pointer;
    color: #0d0721
}

@media only screen and (max-width: 600px) {
    .design-merced__schedule__article__container__calendar__header__subheader {
        font-size: .8em
    }
}

@media only screen and (min-width: 600px) {
    .design-merced__schedule__article__container__calendar__header__subheader {
        font-size: .8em
    }
}

@media only screen and (min-width: 768px) {
    .design-merced__schedule__article__container__calendar__header__subheader {
        font-size: 1em
    }
}

@media only screen and (min-width: 992px) {
    .design-merced__schedule__article__container__calendar__header__subheader {
        font-size: 1.2em
    }
}

@media only screen and (min-width: 1200px) {
    .design-merced__schedule__article__container__calendar__header__subheader {
        font-size: 1.2em
    }
}

.design-merced__schedule__article__container__calendar__events {
    clear: both;
    color: #b2128e
}

.design-merced__schedule__article__container__calendar__events__event {
    margin-left: .5em;
    cursor: pointer;
    padding: 1em
}

@media only screen and (min-width: 768px) {
    .design-merced__schedule__article__container__calendar__events__event {
        margin-top: 1.8em
    }
}

@media only screen and (min-width: 992px) {
    .design-merced__schedule__article__container__calendar__events__event {
        margin-top: 1.8em
    }
}

@media only screen and (min-width: 1200px) {
    .design-merced__schedule__article__container__calendar__events__event {
        margin-top: 1.8em
    }
}

.design-merced__schedule__article__container__calendar__events__event:hover {
    background-image: linear-gradient(to bottom right, #b2128e, #80a0cf);
    color: pink;
    box-shadow: 0 0 35px -10px rgba(0, 0, 0, .75)
}

.design-merced__schedule__article__container__calendar__events__event:hover .design-merced__schedule__article__container__calendar__events__event__title {
    color: #fff
}

.design-merced__schedule__article__container__calendar__events__event:hover .design-merced__schedule__article__container__calendar__events__event__dot {
    background-color: #fff
}

.design-merced__schedule__article__container__calendar__events__dot {
    float: left;
    border-radius: 50%;
    background-color: #000;
    width: 1.3em;
    height: 1.3em
}

.design-merced__schedule__article__container__calendar__events .dot_active {
    background-color: #000
}

.design-merced__schedule__article__container__calendar__events__title {
    float: left;
    color: #00008b;
    margin-left: 1em;
    text-align: center;
    height: 1.5em;
    line-height: 1.5em
}

.design-merced__schedule__article__container__calendar__events__body {
    clear: both;
    font-size: 1.2em;
    margin-left: 2.1em
}

.design-merced__sponsors {
    background-color: #eeebf5;
    padding: 4% 3% 0 0;
    max-width: 100%;
    height: auto
}

.hackmerced-vi {
    overflow-x: hidden
}

@media (width: 1024px)and (height: 1366px) {
    .hackmerced-vi__landing {
        height: 800px !important
    }
}

.hackmerced-vi__landing__container {
    background-image: url(data:image/png;base64,dmVyc2lvbiBodHRwczovL2dpdC1sZnMuZ2l0aHViLmNvbS9zcGVjL3YxCm9pZCBzaGEyNTY6NmMxY2YwNzJiOThjZmM2OGNlY2NjMTcxMDA4M2EwNTFjYzU3NGQ1NTljYzk3MWQ1MWE0MWMyOTg5YzdmZmMxOApzaXplIDk1Mzc5OQo=);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative
}

.hackmerced-vi__landing__container__button {
    margin: 0;
    position: absolute;
    font-size: .8rem;
    top: 88%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    border-radius: 20px;
    transition: all .2s;
    text-align: center;
    padding: 2.8%;
    color: #fff;
    background-color: #ff785a;
    border: none
}

@media (min-width: 1000px) {
    .hackmerced-vi__landing__container__button {
        font-size: 1.2rem;
        padding: 1.5%
    }
}

.hackmerced-vi__landing__container__button:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 5%;
    width: 90%;
    height: 5%;
    opacity: 0;
    box-shadow: 0 12px 16px 0 #000;
    transition: all .2s;
    transition-delay: .1;
    background: radial-gradient(ellipse at center, rgpa 0, 0, 0, 0, .45 0, transparent 100%)
}

.hackmerced-vi__landing__container__button:hover {
    color: #000;
    box-shadow: 0 0 10px #f65331, 0 0 10px #ff785a
}

.hackmerced-vi__landing__container__button:hover:before {
    opacity: 1
}

.hackmerced-vi__landing__container__button:active {
    background: transparent;
    color: #fff;
    background-color: #272831
}

.hackmerced-vi__themes {
    background-color: #272831;
    text-align: center
}

.hackmerced-vi__themes__title {
    color: #fff;
    font-size: 40px;
    padding: 6%;
    font-weight: 700;
    text-align: center;
    margin-top: 0
}

@media only screen and (max-width: 900px) {
    .hackmerced-vi__themes__title {
        font-size: 30px
    }
}

@media only screen and (max-width: 600px) {
    .hackmerced-vi__themes__title {
        font-size: 25px
    }
}

.hackmerced-vi__themes__container {
    color: #c1c0cd;
    display: inline-flex;
    justify-content: center;
    text-align: center
}

.hackmerced-vi__themes__container h2 {
    font-size: 32px;
    font-weight: 400;
    text-shadow: 0 0 10px #f65331, 0 0 10px #ff785a
}

.hackmerced-vi__themes__container__tracks {
    width: 300px;
    margin: auto
}

.hackmerced-vi__themes__container p {
    margin: auto;
    max-width: 80%;
    font-size: 18px
}

.hackmerced-vi__themes__container .track-one, .hackmerced-vi__themes__container .track-three {
    padding: 0 0 0 3%
}

.hackmerced-vi__themes__container .track-two {
    padding: 8% 0 0 3%
}

@media only screen and (max-width: 900px) {
    .hackmerced-vi__themes__container {
        display: inline
    }

    .hackmerced-vi__themes__container h2 {
        font-size: 25px
    }

    .hackmerced-vi__themes__container__tracks {
        width: 150px;
        margin: auto;
        padding: 3% 0
    }

    .hackmerced-vi__themes__container p {
        margin: auto;
        max-width: 80%;
        padding: 3% 0;
        font-size: 14px
    }

    .hackmerced-vi__themes__container .track-one {
        padding: 3% 1% 0
    }

    .hackmerced-vi__themes__container .track-three, .hackmerced-vi__themes__container .track-two {
        padding: 5% 1% 0
    }
}

@media only screen and (max-width: 600px) {
    .hackmerced-vi__themes__container {
        display: inline
    }

    .hackmerced-vi__themes__container h2 {
        font-size: 18px
    }

    .hackmerced-vi__themes__container__tracks {
        width: 120px;
        margin: auto;
        padding: 3% 0
    }

    .hackmerced-vi__themes__container p {
        margin: auto;
        max-width: 80%;
        padding: 3% 0;
        font-size: 12px
    }

    .hackmerced-vi__themes__container .track-one {
        padding: 3% 1% 0
    }

    .hackmerced-vi__themes__container .track-three, .hackmerced-vi__themes__container .track-two {
        padding: 5% 1% 0
    }
}

.hackmerced-vi__faq {
    background-color: #272831;
    padding: 5% 0
}

.hackmerced-vi__faq__title {
    font-size: 40px;
    text-align: center;
    padding: 10% 0 3%;
    background-color: #272831
}

@media only screen and (max-width: 900px) {
    .hackmerced-vi__faq__title {
        font-size: 30px
    }
}

@media only screen and (max-width: 600px) {
    .hackmerced-vi__faq__title {
        font-size: 25px;
        width: 80%;
        margin: 0 auto
    }
}

.hackmerced-vi__sponsors {
    background-color: #b63f1a;
    max-width: 100%;
    height: auto
}

.hackmerced-vi__sponsors__title {
    font-size: 40px;
    text-align: center;
    padding: 3%;
    background-color: #b63f1a;
    margin-top: 0
}

@media only screen and (max-width: 900px) {
    .hackmerced-vi__sponsors__title {
        font-size: 30px
    }
}

@media only screen and (max-width: 600px) {
    .hackmerced-vi__sponsors__title {
        font-size: 25px
    }
}

@media only screen and (max-width: 600px) {
    .hackmerced-vi__sponsors {
        font-size: 18px
    }
}

@media only screen and (min-width: 600px) {
    .hackmerced-vi__sponsors {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) {
    .hackmerced-vi__sponsors {
        font-size: 30px
    }
}

@media only screen and (min-width: 992px) {
    .hackmerced-vi__sponsors {
        font-size: 35px
    }
}

@media only screen and (min-width: 1200px) {
    .hackmerced-vi__sponsors {
        font-size: 35px
    }
}

.sticker_mule {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 4rem
}

.sticker_mule__img {
    width: 200px;
    height: 100%
}

.LHDFAQ .LHD__faq__title {
    font-size: 36px;
    text-align: left;
    color: #ff6b6c;
    padding-bottom: 3%;
    padding-left: 15vw;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 44px
}

@media only screen and (max-width: 900px) {
    .LHDFAQ .LHD__faq__title {
        font-size: 30px
    }
}

@media only screen and (max-width: 600px) {
    .LHDFAQ .LHD__faq__title {
        font-size: 25px;
        width: 80%;
        margin: 0 auto
    }
}

.heading-text {
    font-family: Inter;
    font-weight: 500;
    color: #ff6b6c;
    padding-left: 15vw;
    padding-top: 20px;
    padding-bottom: 10px
}

@media only screen and (max-width: 600px) {
    .heading-text {
        font-size: 20px
    }
}

@media only screen and (min-width: 600px) {
    .heading-text {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) {
    .heading-text {
        font-size: 32px
    }
}

@media only screen and (min-width: 992px) {
    .heading-text {
        font-size: 36px
    }
}

@media only screen and (min-width: 1200px) {
    .heading-text {
        font-size: 36px
    }
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto
}

.timeline:after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #000;
    top: 15px;
    bottom: 100px;
    left: 50%;
    margin-left: -3px
}

.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%
}

.container:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 100px;
    background-color: #000;
    border: 4px solid #000;
    top: 15px;
    border-radius: 50%;
    z-index: 1
}

.left {
    right: -30px
}

.right {
    left: 48%
}

.right:after {
    left: 7px
}

.content {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    border-radius: 6px
}

.title {
    border-radius: 20px;
    padding: 6px;
    font-family: Inter;
    font-weight: 700;
    background-color: #ffc145
}

p {
    font-size: 18px;
    line-height: 22.5px
}

p, span {
    color: #000
}

.acm:after, .acm:before, .chalk:after, .chalk:before, .charades:after, .charades:before, .checkin:after, .checkin:before, .design:after, .design:before, .interview:after, .interview:before, .lightChallenge:after, .lightChallenge:before, .marble:after, .marble:before, .typing:after, .typing:before {
    --scale: 0;
    position: absolute;
    top: -10px;
    left: 0;
    -webkit-transform: translateX(-100%) scale(var(--scale));
    transform: translateX(-100%) scale(var(--scale));
    transition: -webkit-transform 50ms;
    transition: transform 50ms;
    transition: transform 50ms, -webkit-transform 50ms
}

.acm:before, .chalk:before, .charades:before, .checkin:before, .design:before, .interview:before, .lightChallenge:before, .marble:before, .typing:before {
    content: attr(data-tip);
    background-color: #fad389;
    padding: .5rem;
    border-style: solid;
    width: -webkit-max-content;
    width: max-content;
    max-width: 80%;
    border-radius: 10px;
    font-size: 16px
}

.acm:hover:before, .chalk:hover:before, .charades:hover:before, .checkin:hover:before, .design:hover:before, .interview:hover:before, .lightChallenge:hover:before, .marble:hover:before, .typing:hover:before {
    --scale: 1
}

.games:after, .games:before, .gartic:after, .gartic:before, .github:after, .github:before, .notion:after, .notion:before, .opening:after, .opening:before {
    --scale: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: scale(var(--scale));
    transform: scale(var(--scale));
    transition: -webkit-transform 50ms;
    transition: transform 50ms;
    transition: transform 50ms, -webkit-transform 50ms
}

.games:after, .gartic:after, .github:after, .notion:after, .opening:after {
    content: attr(data-tip);
    background-color: #fad389;
    padding: .5rem;
    width: -webkit-max-content;
    width: max-content;
    border-style: solid;
    max-width: 70%;
    border-radius: 10px;
    font-size: 16px
}

.games:hover:after, .gartic:hover:after, .github:hover:after, .notion:hover:after, .opening:hover:after {
    --scale: 1
}

@media screen and (max-width: 1024px) {
    .heading-text {
        padding-left: 10vw
    }

    .left {
        left: -15px
    }

    .left:after {
        right: 55px
    }

    .right:after {
        left: 5px
    }

    .timeline:after {
        bottom: 110px
    }

    .acm:after, .acm:before, .chalk:after, .chalk:before, .charades:after, .charades:before, .checkin:after, .checkin:before, .design:after, .design:before, .interview:after, .interview:before, .lightChallenge:after, .lightChallenge:before, .marble:after, .marble:before, .typing:after, .typing:before {
        --scale: 0;
        position: absolute;
        top: -10px;
        left: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scale(var(--scale));
        transform: translateX(50%) scale(var(--scale));
        transition: -webkit-transform 50ms;
        transition: transform 50ms;
        transition: transform 50ms, -webkit-transform 50ms
    }

    .games:after, .games:before, .gartic:after, .gartic:before, .github:after, .github:before, .notion:after, .notion:before, .opening:after, .opening:before {
        left: 30%;
        max-width: 60%
    }
}

@media screen and (max-width: 768px) {
    .right:after {
        left: 3px
    }

    .timeline:after {
        bottom: 110px
    }

    .acm:after, .acm:before, .chalk:after, .chalk:before, .charades:after, .charades:before, .checkin:after, .checkin:before, .design:after, .design:before, .interview:after, .interview:before, .lightChallenge:after, .lightChallenge:before, .marble:after, .marble:before, .typing:after, .typing:before {
        --scale: 0;
        position: absolute;
        top: -10px;
        left: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scale(var(--scale));
        transform: translateX(50%) scale(var(--scale));
        transition: -webkit-transform 50ms;
        transition: transform 50ms;
        transition: transform 50ms, -webkit-transform 50ms
    }

    .games:after, .games:before, .gartic:after, .gartic:before, .github:after, .github:before, .notion:after, .notion:before, .opening:after, .opening:before {
        left: 30%;
        max-width: 60%
    }

    .games:hover:after, .opening:hover:after {
        left: 33%
    }

    .gartic:hover:after {
        left: 33%;
        max-width: 59%
    }
}

@media screen and (max-width: 600px) {
    .timeline:after {
        left: 31px;
        bottom: 190px
    }

    .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 25px
    }

    .right:after {
        left: 20px
    }

    .left:after {
        left: 25px
    }

    .right {
        left: 0
    }
}

@media screen and (max-width: 540px) {
    .timeline:after {
        left: 31px;
        bottom: 110px
    }

    .left {
        left: 0
    }

    .left:after {
        left: 20px
    }

    .acm:after, .acm:before, .chalk:after, .chalk:before, .charades:after, .charades:before, .checkin:after, .checkin:before, .design:after, .design:before, .interview:after, .interview:before, .lightChallenge:after, .lightChallenge:before, .marble:after, .marble:before, .typing:after, .typing:before {
        max-width: 50%;
        left: 0;
        z-index: 1
    }
}

@media screen and (max-width: 420px) {
    .timeline:after {
        left: 31px;
        bottom: 110px
    }

    .left {
        left: 0
    }

    .left:after {
        left: 20px
    }

    .acm:after, .acm:before, .chalk:after, .chalk:before, .charades:after, .charades:before, .checkin:after, .checkin:before, .design:after, .design:before, .interview:after, .interview:before, .lightChallenge:after, .lightChallenge:before, .marble:after, .marble:before, .typing:after, .typing:before {
        max-width: 50%;
        left: 0;
        z-index: 1
    }

    .games:after, .games:before, .gartic:after, .gartic:before, .github:after, .github:before, .notion:after, .notion:before, .opening:after, .opening:before {
        top: -30px;
        left: 30%;
        max-width: 50%;
        z-index: 1
    }
}

@media screen and (max-width: 400px) {
    .heading-text {
        margin-top: 30px
    }

    .timeline:after {
        left: 31px;
        bottom: 110px
    }

    .left {
        left: 0
    }

    .left:after {
        left: 20px
    }

    .acm:after, .acm:before, .chalk:after, .chalk:before, .charades:after, .charades:before, .checkin:after, .checkin:before, .design:after, .design:before, .interview:after, .interview:before, .lightChallenge:after, .lightChallenge:before, .marble:after, .marble:before, .typing:after, .typing:before {
        max-width: 50%;
        left: 0;
        z-index: 1
    }

    .games:after, .games:before, .gartic:after, .gartic:before, .github:after, .github:before, .notion:after, .notion:before, .opening:after, .opening:before {
        top: -30px;
        left: 30%;
        max-width: 50%;
        z-index: 1
    }

    .acm:hover:after, .chalk:hover:after, .charades:hover:after, .checkin:hover:after, .design:hover:after, .interview:hover:after, .lightChallenge:hover:after, .marble:hover:after, .typing:hover:after {
        max-width: 59%
    }

    .games:after, .gartic:after, .github:after, .notion:after, .opening:after {
        content: attr(data-tip);
        background-color: #fad389;
        border-style: solid;
        width: -webkit-max-content;
        width: max-content;
        min-width: 20%
    }

    .gartic:hover:after {
        left: 33%;
        max-width: 59%
    }
}

@media screen and (max-height: 568px), screen and (max-width: 320px) {
    .heading {
        margin-top: 45%
    }
}

@media screen and (max-width: 280px) {
    .heading {
        margin-top: 45%
    }

    .timeline:after {
        left: 31px;
        bottom: 110px
    }

    .acm:after, .acm:before, .chalk:after, .chalk:before, .charades:after, .charades:before, .checkin:before, .cheking:after, .design:after, .design:before, .interview:after, .interview:before, .lightChallenge:after, .lightChallenge:before, .marble:after, .marble:before, .typing:after, .typing:before {
        --scale: 0;
        position: absolute;
        top: -10px;
        left: 0;
        -webkit-transform: translateX(50%) scale(var(--scale));
        transform: translateX(50%) scale(var(--scale));
        transition: -webkit-transform 50ms;
        transition: transform 50ms;
        transition: transform 50ms, -webkit-transform 50ms
    }

    .gartic:hover:after {
        left: 20%;
        max-width: 70%
    }
}

.LearnDay {
    font-family: "Inter", sans-serif
}

.LearnDay__title {
    background-color: #fffffb;
    grid-template-columns:60% 40%;
    grid-template-rows:auto;
    margin: 0 auto;
    height: 85vh;
    display: grid
}

.LearnDay__title__texts__main-text {
    color: #5b5f97;
    font-weight: 400;
    margin-top: 25vh;
    margin-bottom: 10px
}

@media only screen and (max-width: 1700px) {
    .LearnDay__title__texts__main-text {
        font-size: 70px
    }
}

@media only screen and (max-width: 800px) {
    .LearnDay__title__texts__main-text {
        font-size: 60px
    }
}

@media only screen and (max-width: 600px) {
    .LearnDay__title__texts__main-text {
        font-size: 40px
    }
}

.LearnDay__title__texts__sub-text {
    font-size: 30pt;
    color: #ff6b6c;
    margin-bottom: 10px
}

@media only screen and (max-width: 800px) {
    .LearnDay__title__texts__sub-text {
        font-size: 24pt
    }
}

@media only screen and (max-width: 600px) {
    .LearnDay__title__texts__sub-text {
        font-size: 18pt
    }
}

.LearnDay__title__texts__paragraph {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 4%
}

@media only screen and (max-width: 800px) {
    .LearnDay__title__texts__paragraph {
        font-size: 18px
    }
}

@media only screen and (max-width: 600px) {
    .LearnDay__title__texts__paragraph {
        font-size: 16px;
        margin-bottom: 16%
    }
}

.LearnDay__title__texts__main-text, .LearnDay__title__texts__paragraph, .LearnDay__title__texts__sub-text {
    padding: 0 0 0 15vw;
    width: 50%
}

@media only screen and (max-width: 1200px) {
    .LearnDay__title__texts__main-text, .LearnDay__title__texts__paragraph, .LearnDay__title__texts__sub-text {
        width: 70%
    }
}

.LearnDay__title__texts .LHD__button {
    position: absolute;
    max-width: 155px;
    line-height: normal;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    border-radius: 25px;
    transition: .4s ease 0s;
    text-align: center;
    display: inline-block;
    padding: 20px;
    border: 4px solid #ffc145;
    background-color: #ffc145;
    cursor: pointer
}

@media only screen and (min-width: 200px)and (max-width: 775px) {
    .LearnDay__title__texts .LHD__button {
        width: 60%;
        padding-top: 4%;
        margin: 0 30%;
        text-align: center
    }
}

@media only screen and (min-width: 775px) {
    .LearnDay__title__texts .LHD__button {
        width: 20%;
        margin: 0 40%
    }
}

.LearnDay__title__texts .LHD__button:focus, .LearnDay__title__texts .LHD__button:hover {
    opacity: .6
}

.LearnDay__title__texts .LHD__button:active {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@media only screen and (max-width: 1200px) {
    .LearnDay__title {
        grid-template-columns:auto;
        grid-template-rows:auto auto
    }
}

.LearnDay__title__honeycomb {
    background: rgba(255, 255, 251, .05);
    width: 100%;
    height: 100%
}

.hackmerced-vii {
    overflow-x: hidden !important;
    font-family: "Rubik", sans-serif
}

.hackmerced-vii__landing {
    background-image: url(data:image/png;base64,dmVyc2lvbiBodHRwczovL2dpdC1sZnMuZ2l0aHViLmNvbS9zcGVjL3YxCm9pZCBzaGEyNTY6ZDQyYWQwOGI0NWEzM2NlMWRjNGUxMTI1MThjZmJiMWQ4ODBiNDI0YjhlNjUyODY2ZmZjNTgzMWI2YTcxOWI3MgpzaXplIDg4NTY5Ngo=);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative
}

@media (width: 1024px)and (height: 1366px) {
    .hackmerced-vii__landing {
        height: 800px !important
    }
}

.hackmerced-vii__landing__container {
    float: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    padding: 0
}

.hackmerced-vii__landing__container__title {
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 10px;
    text-shadow: 0 0 15px #e9be91, 0 0 25px #0a0509;
    color: #fffaee;
    text-transform: uppercase
}

@media only screen and (max-width: 600px) {
    .hackmerced-vii__landing__container {
        font-size: 32px
    }
}

@media only screen and (min-width: 600px) {
    .hackmerced-vii__landing__container {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) {
    .hackmerced-vii__landing__container {
        font-size: 35px
    }
}

@media only screen and (min-width: 992px) {
    .hackmerced-vii__landing__container {
        font-size: 45px
    }
}

@media only screen and (min-width: 1200px) {
    .hackmerced-vii__landing__container {
        font-size: 50px
    }
}

.hackmerced-vii__landing__container__date {
    margin: 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 0 0 12px #e9be91, 0 0 25px #0a0509;
    color: #fffaee;
    font-size: 30px
}

@media only screen and (max-width: 600px) {
    .hackmerced-vii__landing__container__date {
        font-size: 16px
    }
}

@media only screen and (min-width: 600px) {
    .hackmerced-vii__landing__container__date {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) {
    .hackmerced-vii__landing__container__date {
        font-size: 18px
    }
}

@media only screen and (min-width: 992px) {
    .hackmerced-vii__landing__container__date {
        font-size: 20px
    }
}

@media only screen and (min-width: 1200px) {
    .hackmerced-vii__landing__container__date {
        font-size: 25px
    }
}

.hackmerced-vii__landing__container__location {
    margin: 0;
    padding: 5px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 0 0 12px #e9be91, 0 0 25px #0a0509;
    color: #fffaee;
    font-size: 20px
}

@media only screen and (max-width: 600px) {
    .hackmerced-vii__landing__container__location {
        font-size: 14px
    }
}

@media only screen and (min-width: 600px) {
    .hackmerced-vii__landing__container__location {
        font-size: 16px
    }
}

@media only screen and (min-width: 768px) {
    .hackmerced-vii__landing__container__location {
        font-size: 16px
    }
}

@media only screen and (min-width: 992px) {
    .hackmerced-vii__landing__container__location {
        font-size: 18px
    }
}

@media only screen and (min-width: 1200px) {
    .hackmerced-vii__landing__container__location {
        font-size: 20px
    }
}

.hackmerced-vii__landing__container__button {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    box-sizing: border-box;
    margin: 10px;
    cursor: pointer;
    padding: 0 30px;
    border-radius: 15px;
    border-style: none;
    color: #230404;
    background-image: linear-gradient(90deg, #fec58b, #f29a73)
}

.hackmerced-vii__landing__container__button:hover {
    color: #b15226;
    background-image: linear-gradient(90deg, #ffebd6, #fde0d4)
}

.hackmerced-vii__themes {
    background-image: linear-gradient(180deg, #521c1a, #383030);
    text-align: center;
    padding: 3% 10% 10%
}

.hackmerced-vii__themes__title {
    text-align: center;
    padding: 0 0 3%;
    font-weight: 500;
    letter-spacing: 4px;
    text-shadow: 0 0 15px #e9be91;
    color: #fffaee;
    text-transform: uppercase
}

@media only screen and (max-width: 600px) {
    .hackmerced-vii__themes__title {
        font-size: 32px
    }
}

@media only screen and (min-width: 600px) {
    .hackmerced-vii__themes__title {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) {
    .hackmerced-vii__themes__title {
        font-size: 35px
    }
}

@media only screen and (min-width: 992px) {
    .hackmerced-vii__themes__title {
        font-size: 45px
    }
}

@media only screen and (min-width: 1200px) {
    .hackmerced-vii__themes__title {
        font-size: 50px
    }
}

.hackmerced-vii__themes__container {
    color: #c1c0cd;
    display: inline-flex;
    justify-content: center;
    text-align: center
}

.hackmerced-vii__themes__container h2 {
    display: block;
    width: auto;
    padding: 40px 40px 0;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: none;
    color: #230404
}

.hackmerced-vii__themes__container p {
    display: block;
    width: auto;
    padding: 0 40px 40px;
    text-align: center;
    text-shadow: none;
    color: #230404
}

.hackmerced-vii__themes__container .track {
    background-color: #fff;
    border-radius: 15px;
    margin: 10px;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    box-shadow: 0 0 30px #e06f4b;
    background-image: linear-gradient(45deg, #fec58b, #f29a73);
    width: 80%
}

.hackmerced-vii__themes__container .track:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

@media only screen and (max-width: 900px) {
    .hackmerced-vii__themes__container {
        display: inline
    }

    .hackmerced-vii__themes__container h2 {
        font-size: 25px
    }

    .hackmerced-vii__themes__container p {
        margin: auto;
        max-width: 80%;
        padding: 3% 0;
        font-size: 14px
    }
}

@media only screen and (max-width: 600px) {
    .hackmerced-vii__themes__container {
        display: inline
    }

    .hackmerced-vii__themes__container h2 {
        font-size: 18px
    }

    .hackmerced-vii__themes__container p {
        margin: auto;
        max-width: 80%;
        padding: 3% 0;
        font-size: 12px
    }
}

.hackmerced-vii__faq {
    background-image: linear-gradient(-180deg, #601d20, #893739);
    padding: 3% 0
}

.hackmerced-vii__faq__title {
    text-align: center;
    padding: 0;
    font-weight: 500;
    letter-spacing: 4px;
    text-shadow: 0 0 15px #e9be91;
    color: #fffaee;
    text-transform: uppercase
}

@media only screen and (max-width: 600px) {
    .hackmerced-vii__faq {
        font-size: 20px
    }
}

@media only screen and (min-width: 600px) {
    .hackmerced-vii__faq {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) {
    .hackmerced-vii__faq {
        font-size: 25px
    }
}

@media only screen and (min-width: 992px) {
    .hackmerced-vii__faq {
        font-size: 30px
    }
}

@media only screen and (min-width: 1200px) {
    .hackmerced-vii__faq {
        font-size: 35px
    }
}

.hackmerced-vii__faq__content {
    padding: 0 10%
}

.hackmerced-vii__faq__content .question {
    display: inline-block;
    width: 48%;
    padding: 5px
}

@media only screen and (max-width: 1000px) {
    .hackmerced-vii__faq__content .question {
        width: 100%
    }
}

.hackmerced-vii__faq__content .question__title {
    background-image: linear-gradient(45deg, #fec58b, #f29a73);
    border-radius: 15px;
    color: #230404;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
    outline: none;
    font-size: 14px
}

.hackmerced-vii__faq__content .question__answer {
    width: 90%;
    float: right;
    padding: 0 18px;
    margin: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s cubic-bezier(.51, .93, .54, 1.04);
    border: 5px #0a0509;
    border-left-style: solid;
    text-align: left;
    font-weight: 500
}

.hackmerced-vii__faq__content .question .display-question {
    max-height: 200px
}

.hackmerced-vii__prizes {
    background-image: linear-gradient(-180deg, #601d20, #893739);
    padding: 3% 0
}

.hackmerced-vii__prizes__title {
    text-align: center;
    padding: 0;
    font-weight: 500;
    letter-spacing: 4px;
    text-shadow: 0 0 15px #e9be91;
    color: #fffaee;
    text-transform: uppercase
}

@media only screen and (max-width: 600px) {
    .hackmerced-vii__prizes {
        font-size: 20px
    }
}

@media only screen and (min-width: 600px) {
    .hackmerced-vii__prizes {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) {
    .hackmerced-vii__prizes {
        font-size: 25px
    }
}

@media only screen and (min-width: 992px) {
    .hackmerced-vii__prizes {
        font-size: 30px
    }
}

@media only screen and (min-width: 1200px) {
    .hackmerced-vii__prizes {
        font-size: 35px
    }
}

.hackmerced-vii__prizes__content {
    padding: 0 10%
}

.hackmerced-vii__sponsors {
    background-image: linear-gradient(-180deg, #521c1a, #383030);
    max-width: 100%;
    height: auto;
    padding-top: 3%
}

.hackmerced-vii__sponsors__title {
    text-align: center;
    padding: 0;
    font-weight: 500;
    letter-spacing: 4px;
    text-shadow: 0 0 15px #e9be91;
    color: #fffaee;
    text-transform: uppercase
}

@media only screen and (max-width: 600px) {
    .hackmerced-vii__sponsors {
        font-size: 20px
    }
}

@media only screen and (min-width: 600px) {
    .hackmerced-vii__sponsors {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) {
    .hackmerced-vii__sponsors {
        font-size: 25px
    }
}

@media only screen and (min-width: 992px) {
    .hackmerced-vii__sponsors {
        font-size: 30px
    }
}

@media only screen and (min-width: 1200px) {
    .hackmerced-vii__sponsors {
        font-size: 35px
    }
}

.version-six {
    padding: 0;
    margin: 0;
    font-family: "Nunito", "sans-serif"
}

.version-six .back {
    height: 76.5vh;
    display: inline-flex;
    flex-direction: row;
    background: #e0e5ec;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
}

.version-six .back .text {
    margin: 0 1em;
    font-size: 9vw
}

.version-six .back .text, .version-six .back .text2 {
    width: 100%;
    color: #e0e5ec;
    text-shadow: 5px 5px 10px rgba(163, 177, 198, .7), -5px -5px 10px #fff;
    text-align: center;
    font-weight: 900;
    text-decoration: none
}

.version-six .back .text2 {
    margin: 0 0 5%;
    font-size: 5vw
}

.dashboard {
    display: grid;
    background: #f0f0f3;
    padding: 2rem;
    grid-row-gap: 30px;
    row-gap: 30px;
    grid-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
    grid-template-areas:"nav  nav  nav  nav  nav  nav  nav  nav  nav  nav" "nav  nav  nav  nav  nav  nav  nav  nav  nav  nav" "main main main main main main main main aside aside" "main main main main main main main main aside aside" "main main main main main main main main aside aside" "main main main main main main main main aside aside" "main main main main main main main main aside aside" "main main main main main main main main aside aside" "main main main main main main main main aside aside" "main main main main main main main main aside aside"
}

@media only screen and (max-width: 1000px) {
    .dashboard {
        grid-template-areas:"nav" "nav" "main" "main" "main" "main" "main" "main" "aside" "aside"
    }
}

@media only screen and (max-width: 500px) {
    .dashboard {
        padding: 1rem
    }
}

.dashboard__sub-navbar {
    grid-area: nav;
    display: flex;
    background-color: #f0f0f3;
    height: auto;
    width: 100%;
    color: #ffb181;
    border-radius: 2em;
    padding: 3em 0;
    box-shadow: 0 10px 15px rgba(112, 144, 176, .08)
}

@media only screen and (max-width: 500px) {
    .dashboard__sub-navbar {
        padding: 1rem 0
    }
}

.dashboard__sub-navbar__nav {
    flex: 1 1;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.dashboard__sub-navbar__nav__ul {
    display: flex;
    width: 95%;
    list-style: none;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 30;
    background-color: #f0f0f3
}

.dashboard__sub-navbar__nav__ul__li {
    flex-grow: 1;
    padding: 0 3rem;
    cursor: pointer;
    text-align: center;
    font-size: 23px
}

@media (max-width: 700px) {
    .dashboard__sub-navbar__nav__ul__li {
        padding: 0 1rem
    }
}

.dashboard__sub-navbar__nav__ul__li__title {
    text-decoration: none
}

@media only screen and (max-width: 500px) {
    .dashboard__sub-navbar__nav__ul__li__title {
        font-size: 16px
    }
}

.dashboard__sub-navbar__nav__ul__li .break-line {
    border: 5px solid #ffb181;
    opacity: .5;
    border-radius: 25px;
    margin: 0 auto;
    color: #ffb181
}

.dashboard__content {
    grid-area: main;
    border-radius: 2em
}

.dashboard__content__live {
    display: flex;
    flex-direction: column
}

.dashboard__content__live__countdown, .dashboard__content__live__resources {
    border-radius: 2em;
    box-shadow: 0 10px 15px rgba(112, 144, 176, .08)
}

.dashboard__content__live__countdown__header, .dashboard__content__live__resources__header {
    background-color: #f0f0f3;
    text-align: center;
    color: #313639;
    font-size: 35px;
    font-weight: bolder;
    padding: 15px 0
}

@media only screen and (max-width: 1100px) {
    .dashboard__content__live__countdown__header, .dashboard__content__live__resources__header {
        font-size: 32px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__content__live__countdown__header, .dashboard__content__live__resources__header {
        font-size: 30px
    }
}

@media only screen and (max-width: 500px) {
    .dashboard__content__live__countdown__header, .dashboard__content__live__resources__header {
        font-size: 26px
    }
}

.dashboard__content__live__countdown {
    margin-bottom: 50px
}

.dashboard__content__live__countdown__timer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto
}

.dashboard__content__live__countdown__timer__digits {
    display: block;
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    color: #f0f0f3;
    padding: 40px 20px;
    background: #ffb181;
    border-radius: .6em;
    margin: 8px;
    width: 5em
}

.dashboard__content__live__countdown__timer__digits span {
    display: block;
    font-size: 28px;
    line-height: 1.5;
    color: #f0f0f3
}

.dashboard__content__live__countdown__timer__digits:last-child {
    margin-right: 0
}

@media (max-width: 1300px) {
    .dashboard__content__live__countdown__timer__digits {
        width: 4em
    }

    .dashboard__content__live__countdown__timer__digits span {
        font-size: 20px
    }
}

@media (max-width: 1100px) {
    .dashboard__content__live__countdown__timer__digits {
        padding: 30px 15px;
        width: 130px;
        font-size: 26px
    }

    .dashboard__content__live__countdown__timer__digits span {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .dashboard__content__live__countdown__timer__digits span {
        font-size: 16px
    }
}

@media (max-width: 640px) {
    .dashboard__content__live__countdown__timer__digits {
        padding: 15px;
        width: 98px
    }
}

@media (max-width: 500px) {
    .dashboard__content__live__countdown__timer__digits {
        width: 82px;
        margin: 5px;
        padding: 9px 4px
    }

    .dashboard__content__live__countdown__timer__digits, .dashboard__content__live__countdown__timer__digits span {
        font-size: 16px
    }
}

@media (max-width: 400px) {
    .dashboard__content__live__countdown__timer__digits {
        width: 70px;
        margin: 5px;
        padding: 9px 4px
    }

    .dashboard__content__live__countdown__timer__digits, .dashboard__content__live__countdown__timer__digits span {
        font-size: 14px
    }
}

@media (max-width: 320px) {
    .dashboard__content__live__countdown__timer__digits {
        width: 60px;
        margin: 5px;
        padding: 9px 4px
    }

    .dashboard__content__live__countdown__timer__digits, .dashboard__content__live__countdown__timer__digits span {
        font-size: 12px
    }
}

.dashboard__content__live__countdown__body {
    color: #313639;
    font-size: 23px;
    padding: 40px;
    line-height: 50px
}

@media only screen and (max-width: 1100px) {
    .dashboard__content__live__countdown__body {
        font-size: 20px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__content__live__countdown__body {
        font-size: 18px
    }
}

@media only screen and (max-width: 500px) {
    .dashboard__content__live__countdown__body {
        font-size: 16px
    }
}

.dashboard__content__live__resources__ul {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    width: 100%;
    color: #313639;
    list-style-type: none;
    padding: 0
}

.dashboard__content__live__resources__ul__li {
    border-radius: 25px;
    margin: 15px;
    padding: 20px;
    box-shadow: 0 16px 40px rgba(112, 144, 176, .2);
    text-align: center;
    font-size: 28px;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

@media only screen and (max-width: 1100px) {
    .dashboard__content__live__resources__ul__li {
        font-size: 25px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__content__live__resources__ul__li {
        font-size: 23px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__content__live__resources__ul__li {
        font-size: 20px
    }
}

.dashboard__content__live__resources__ul__li:hover {
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dashboard__content__schedule {
    border-radius: 2em;
    box-shadow: 0 10px 15px rgba(112, 144, 176, .08)
}

.dashboard__content__schedule__header {
    background-color: #f0f0f3;
    text-align: center;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    box-shadow: 0 10px 15px rgba(112, 144, 176, .08)
}

.dashboard__content__schedule__header__title {
    font-size: 35px;
    color: #313639;
    font-weight: bolder;
    padding: 30px 0
}

@media only screen and (max-width: 1100px) {
    .dashboard__content__schedule__header__title {
        font-size: 32px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__content__schedule__header__title {
        font-size: 30px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__content__schedule__header__title {
        font-size: 25px
    }
}

.dashboard__content__schedule__header__sub-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #ffb181;
    font-size: 28px;
    padding: 5px
}

@media only screen and (max-width: 1100px) {
    .dashboard__content__schedule__header__sub-header {
        font-size: 25px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__content__schedule__header__sub-header {
        font-size: 20px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__content__schedule__header__sub-header {
        font-size: 20px
    }
}

.dashboard__content__schedule__header__sub-header__li {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-align: center;
    margin: 5px
}

.dashboard__content__schedule__header__sub-header__li:hover {
    cursor: pointer
}

.dashboard__content__schedule__header__sub-header__li .break-line {
    border: 5px solid #ffb181;
    opacity: .5;
    border-radius: 25px;
    margin: 0 auto;
    color: #ffb181;
    width: 80%
}

.dashboard__content__schedule__timeline {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    color: #313639;
    font-size: 20px;
    padding: 30px
}

@media only screen and (max-width: 1100px) {
    .dashboard__content__schedule__timeline {
        font-size: 20px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__content__schedule__timeline {
        font-size: 18px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__content__schedule__timeline {
        font-size: 15px
    }
}

@media only screen and (max-width: 1000px) {
    .dashboard__content__schedule__timeline {
        padding-bottom: 8%
    }
}

.dashboard__content__schedule__timeline__item {
    display: flex;
    flex-direction: row;
    width: 100%
}

@media (max-width: 500px) {
    .dashboard__content__schedule__timeline__item {
        flex-direction: column
    }
}

.dashboard__content__schedule__timeline__item__title {
    padding: 20px;
    font-weight: lighter;
    width: 30%
}

@media (max-width: 500px) {
    .dashboard__content__schedule__timeline__item__title {
        text-align: center;
        width: 100%
    }
}

.dashboard__content__schedule__timeline__item__body {
    flex-grow: 1;
    width: 50%;
    height: auto;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    border-radius: 25px;
    box-shadow: 0 10px 15px rgba(112, 144, 176, .08)
}

@media (max-width: 500px) {
    .dashboard__content__schedule__timeline__item__body {
        width: 100%
    }
}

.dashboard__content__schedule__timeline__item > div {
    margin: 20px
}

@media (max-width: 500px) {
    .dashboard__content__schedule__timeline__item > div {
        margin: 0
    }
}

.dashboard__content__prizes {
    border-radius: 2em;
    box-shadow: 0 10px 15px rgba(112, 144, 176, .08);
    overflow: auto;
    height: auto;
    min-height: 200vh
}

.dashboard__content__prizes::-webkit-scrollbar {
    display: none
}

.dashboard__content__prizes__header {
    background-color: #f0f0f3;
    text-align: center;
    color: #313639;
    font-size: 35px;
    font-weight: bolder;
    padding: 30px 0
}

@media only screen and (max-width: 1100px) {
    .dashboard__content__prizes__header {
        font-size: 32px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__content__prizes__header {
        font-size: 30px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__content__prizes__header {
        font-size: 25px
    }
}

@media only screen and (max-width: 280px) {
    .dashboard__content__prizes__header {
        width: 90%
    }
}

.dashboard__content__prizes__ul {
    display: grid;
    width: 95%;
    padding: 0;
    grid-template-columns:1fr 1fr;
    grid-gap: 0 4%
}

@media (max-width: 700px) {
    .dashboard__content__prizes__ul {
        grid-template-columns:1fr;
        grid-gap: 0
    }
}

.dashboard__content__prizes__ul__li {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    margin: 10px;
    box-shadow: 0 10px 15px rgba(112, 144, 176, .08)
}

@media only screen and (min-width: 500px) {
    .dashboard__content__prizes__ul__li {
        margin: 20px 30px
    }
}

.dashboard__content__prizes__ul__li__title {
    color: #ffb181;
    font-size: 28px;
    font-weight: 700
}

@media only screen and (max-width: 1100px) {
    .dashboard__content__prizes__ul__li__title {
        font-size: 25px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__content__prizes__ul__li__title {
        font-size: 23px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__content__prizes__ul__li__title {
        font-size: 20px
    }
}

.dashboard__content__prizes__ul__li__body {
    color: #313639;
    font-size: 15px;
    padding: 15px 0 0
}

@media only screen and (max-width: 1300px) {
    .dashboard__content__prizes__ul__li__body {
        font-size: 8px
    }
}

@media only screen and (max-width: 1100px) {
    .dashboard__content__prizes__ul__li__body {
        font-size: 10px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__content__prizes__ul__li__body {
        font-size: 12px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__content__prizes__ul__li__body {
        font-size: 14px
    }
}

.dashboard__aside {
    grid-area: aside;
    display: flex;
    flex-direction: column
}

@media (max-width: 1000px) {
    .dashboard__aside {
        flex-direction: row;
        justify-content: center
    }
}

@media (max-width: 600px) {
    .dashboard__aside {
        flex-direction: column
    }
}

.dashboard__aside__event {
    background-color: #f0f0f3;
    text-align: center;
    border-radius: 2em;
    box-shadow: 0 10px 15px rgba(112, 144, 176, .08);
    border: 1px solid #eeebf5;
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 350px;
    margin-bottom: 40px
}

.dashboard__aside__event__logo {
    width: 100px;
    height: 105px;
    margin: 5% auto;
    border-radius: 50px
}

@media only screen and (max-width: 600px) {
    .dashboard__aside__event__logo {
        width: 70px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__aside__event__logo {
        width: 25%;
        height: 100px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__aside__event__logo {
        width: 20%;
        height: 95px
    }
}

.dashboard__aside__event__end-time, .dashboard__aside__event__end-title, .dashboard__aside__event__start-time, .dashboard__aside__event__start-title {
    padding: 2% 1%
}

.dashboard__aside__event__end-title, .dashboard__aside__event__start-title, .dashboard__aside__event__title {
    color: #313639
}

.dashboard__aside__event__end-time, .dashboard__aside__event__start-time {
    color: #ffb181
}

.dashboard__aside__event__title {
    font-size: 28px;
    font-weight: bolder;
    padding: 4% 1%
}

.dashboard__aside__event__end-title, .dashboard__aside__event__start-title {
    font-weight: 400;
    font-size: 25px
}

@media only screen and (max-width: 1100px) {
    .dashboard__aside__event__end-title, .dashboard__aside__event__start-title {
        font-size: 23px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__aside__event__end-title, .dashboard__aside__event__start-title {
        font-size: 20px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__aside__event__end-title, .dashboard__aside__event__start-title {
        font-size: 20px
    }
}

.dashboard__aside__event__end-time, .dashboard__aside__event__start-time {
    font-weight: 700;
    font-size: 25px
}

@media only screen and (max-width: 1100px) {
    .dashboard__aside__event__end-time, .dashboard__aside__event__start-time {
        font-size: 23px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__aside__event__end-time, .dashboard__aside__event__start-time {
        font-size: 22px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__aside__event__end-time, .dashboard__aside__event__start-time {
        font-size: 20px
    }
}

.dashboard__aside__team {
    background-color: #f0f0f3;
    text-align: center;
    border-radius: 2em;
    box-shadow: -3px -3px 10px 2px #f0f0f3, 3px 3px 10px 2px silver;
    border: 1px solid #eeebf5;
    height: 400px;
    padding-top: 30px;
    width: 350px
}

@media only screen and (max-width: 1000px) {
    .dashboard__aside__team {
        height: 500px
    }
}

.dashboard__aside__team__break, .dashboard__aside__team__code-title, .dashboard__aside__team__title {
    color: #313639
}

.dashboard__aside__team__code {
    color: #ffb181
}

.dashboard__aside__team__title {
    font-weight: bolder;
    font-size: 28px;
    padding: 40px 1% 4%
}

@media only screen and (max-width: 1100px) {
    .dashboard__aside__team__title {
        font-size: 25px
    }
}

@media only screen and (max-width: 740px) {
    .dashboard__aside__team__title {
        font-size: 23px
    }
}

@media only screen and (max-width: 350px) {
    .dashboard__aside__team__title {
        font-size: 23px
    }
}

.dashboard__aside__team__code, .dashboard__aside__team__code-title {
    font-weight: 700;
    font-size: 23px;
    padding: 2% 1%
}

.dashboard__aside__team__code-container {
    display: flex;
    flex-direction: row;
    margin: 15px auto 0;
    color: #313639;
    text-align: center;
    width: 65%;
    height: 40px;
    border-radius: 20px;
    box-shadow: -3px -3px 10px 2px #f0f0f3, 3px 3px 10px 2px silver
}

@media (min-width: 500px)and (max-width: 700px) {
    .dashboard__aside__team__code-container {
        width: 85%
    }
}

.dashboard__aside__team__code-container__input {
    flex-grow: 2;
    text-align: center;
    border-radius: 20px
}

.dashboard__aside__team__code-container__submit {
    width: 100%
}

@media (max-width: 600px) {
    .dashboard__aside__team__code-container__submit {
        width: 15%
    }
}

@media only screen and (max-width: 1000px) {
    .dashboard__aside__team__title {
        padding-top: 30%
    }
}

@media (max-width: 1000px) {
    .dashboard__aside__event, .dashboard__aside__team {
        margin: 10px;
        width: 100%
    }
}

@media (max-width: 500px) {
    .dashboard__aside__event, .dashboard__aside__team {
        margin: 10px 0
    }
}

.dashboard .orange-rectangle {
    background-color: #ffb181;
    height: 50px;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em
}

@media only screen and (max-width: 350px) {
    .dashboard .orange-rectangle {
        width: 80%
    }
}

body, html {
    overflow: none;
    margin: 0;
    padding: 0
}

body {
    font-family: "Montserrat", sans-serif;
    color: #fff
}

:focus, button:focus {
    outline: none !important
}

a {
    text-decoration: none !important
}

a, a:active, a:hover, a:visited {
    color: inherit
}

::selection {
    color: #fff;
    background: #f3c583
}

::-webkit-scrollbar {
    height: 0;
    width: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000
}

::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 10px
}

.trail {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 6px;
    background: #ff7b00;
    pointer-events: none
}

/*# sourceMappingURL=main.770f8ac6.chunk.css.map */