﻿@import url(../css/flaticon.css);
@import url(../css/magnific-popup.css);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,400i,600,700&display=swap);

:root {
    --primarywhite: rgba(255, 255, 255, 1);
    --primarycharcoal: rgba(51, 51, 52, 1);
    --primarymuted-red: rgba(235, 92, 90, 1);
    --secondaryred: rgba(240, 68, 56, 1);
    --secondaryoff-white: rgba(227, 227, 227, 1);
    --event-categoriespopular: rgba(235, 92, 90, 1);
    --event-categoriesglobal: rgba(190, 251, 80, 1);
    --event-categorieslocal: rgba(97, 215, 251, 1);
    --event-categorieslive: rgba(237, 103, 44, 1);
    --event-categoriesvirtual: rgba(143, 45, 246, 1);
    --headings-heading-1-font-family: "Onest", Helvetica;
    --headings-heading-1-font-weight: 800;
    --headings-heading-1-font-size: 64px;
    --headings-heading-1-letter-spacing: 0px;
    --headings-heading-1-line-height: normal;
    --headings-heading-1-font-style: normal;
    --headings-heading-2-font-family: "Onest", Helvetica;
    --headings-heading-2-font-weight: 700;
    --headings-heading-2-font-size: 36px;
    --headings-heading-2-letter-spacing: 0px;
    --headings-heading-2-line-height: normal;
    --headings-heading-2-font-style: normal;
    --body-copy-title-page-copy-1-font-family: "Onest", Helvetica;
    --body-copy-title-page-copy-1-font-weight: 300;
    --body-copy-title-page-copy-1-font-size: 32px;
    --body-copy-title-page-copy-1-letter-spacing: 0px;
    --body-copy-title-page-copy-1-line-height: normal;
    --body-copy-title-page-copy-1-font-style: normal;
    --body-copy-copy-1-underline-font-family: "Onest", Helvetica;
    --body-copy-copy-1-underline-font-weight: 300;
    --body-copy-copy-1-underline-font-size: 32px;
    --body-copy-copy-1-underline-letter-spacing: 0px;
    --body-copy-copy-1-underline-line-height: normal;
    --body-copy-copy-1-underline-font-style: normal;
    --body-copy-copy-2-font-family: "Onest", Helvetica;
    --body-copy-copy-2-font-weight: 300;
    --body-copy-copy-2-font-size: 24px;
    --body-copy-copy-2-letter-spacing: 0px;
    --body-copy-copy-2-line-height: normal;
    --body-copy-copy-2-font-style: normal;
    --body-copy-copy-2-underline-font-family: "Onest", Helvetica;
    --body-copy-copy-2-underline-font-weight: 300;
    --body-copy-copy-2-underline-font-size: 24px;
    --body-copy-copy-2-underline-letter-spacing: 0px;
    --body-copy-copy-2-underline-line-height: normal;
    --body-copy-copy-2-underline-font-style: normal;
    --overline-overline-1-font-family: "Onest", Helvetica;
    --overline-overline-1-font-weight: 600;
    --overline-overline-1-font-size: 32px;
    --overline-overline-1-letter-spacing: 0px;
    --overline-overline-1-line-height: normal;
    --overline-overline-1-font-style: normal;
    --buttons-nav-bar-font-family: "Onest", Helvetica;
    --buttons-nav-bar-font-weight: 600;
    --buttons-nav-bar-font-size: 24px;
    --buttons-nav-bar-letter-spacing: 0px;
    --buttons-nav-bar-line-height: normal;
    --buttons-nav-bar-font-style: normal;
    --footer-footer-type-font-family: "Onest", Helvetica;
    --footer-footer-type-font-weight: 300;
    --footer-footer-type-font-size: 24px;
    --footer-footer-type-letter-spacing: 0px;
    --footer-footer-type-line-height: normal;
    --footer-footer-type-font-style: normal;
    --drop-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.bg-blur {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    opacity: .4
}

footer {
    position: unset;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 25px;
    line-height: 60px;
}

@media print,
screen and (min-width: 45em) {
    .bg-blur {
        opacity: .6
    }
}

.bg-blur svg {
    height: 100%;
    max-width: none
}

.bg-blur__wrapper {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bg-blur__wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.bg-blur__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.bg-blur__image--header {
    width: 100%;
    height: 100%;
    filter: blur(0px);
    -webkit-filter: blur(20px);
}

.event-hero {
    position: relative;
    overflow: hidden;
    background-color: black;
    width: 100%;
    left: 0;
}

.event-hero__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 75rem;
    margin: 0 auto;
}

.event-hero__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.event-hero__image:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 56.25%;
}

.event-hero__image:after {
    content: "";
    display: table;
    clear: both;
}

.event-hero__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
    padding: 1rem;
}

.event-hero__title h1 {
    margin: 0;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}


.label {
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.53847;
    letter-spacing: 0.025em;
    border: 1px #b0b0b0 solid;
    text-transform: uppercase;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.375rem;
    padding: 0.25rem 0.5rem;
}

.label--inverse {
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.75);
}


.eventClass {
    margin: 10px;
    color: black;
    height: 300px;
    width: 200px;
    background-color: white;
    box-shadow: 5px 10px 18px #888888;
    border-radius: 20px;
    padding: 0;
}

.pastEventClass {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 10px;
    color: black;
    text-align: start;
}

.cardImg {
    height: 280px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition-duration: .5s;
    text-decoration: none;
}

.profileImage {
    background: linear-gradient(to right, rgb(54, 54, 54), rgb(32, 32, 32));
    margin-top: 20px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.329);
}

.profileImage img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profileImage:hover {
    box-shadow: 2px 2px 20px #6c757d;
}

.textContainer {
    text-align: left;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.name {
    font-size: 0.9em;
    font-weight: 600;
    color: black;
    letter-spacing: 0.5px;
}

.scroll-1::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scroll-1::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #888;
}

.containerPast * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: #fff;
}

.containerPast {
    display: flex;
    overflow-x: scroll;
    padding: 24px;
    width: 100%;
    scroll-snap-type: x mandatory;
    scroll-padding-top: 24px;
    border-radius: 8px;
}

.containerPast .card {
    flex: none;
    width: 300px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #141414;
    scroll-snap-align: center;
}

.card .card__image {
    flex: 1;
    height: 100%;
}

.card:nth-child(1) .card__image {
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}

.card:nth-child(2) .card__image {
    background-image: linear-gradient(to right top, #dc09a5, #ce00b4, #ba00c5, #9c00d8, #6f12eb);
}

.card:nth-child(3) .card__image {
    background-image: linear-gradient(to right top, #dc1009, #e55f00, #e49200, #dac000, #c7eb12);
}

.event-hero__category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
}

.event-hero__category .label--inverse {
    color: #ffffffbf;
    border-color: #ffffff80;
}

.event-hero__category *+* {
    margin-left: 1rem;
}

.event-hero__category hr {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #ffffff40;
}

@media print,
screen and (min-width: 45em) {
    .event-hero__content {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media print,
screen and (min-width: 45em) {
    .event-hero__image {
        width: 62.5%;
    }
}

@media screen and (max-width: 44.9375em) {
    .event-hero__title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width: 45em) {
    .event-hero__title {
        padding: 0;
        margin: 2rem 2rem 2rem 0
    }
}

@media print,
screen and (min-width: 45em) {
    .event-hero__title h1 {
        padding: 0.5rem 0
    }
}

@media print,
screen and (min-width: 45em) {
    .event-hero__category {
        margin: 0;
        position: absolute;
        top: 100%;
        width: 100%
    }
}


@media print,
screen and (min-width: 45em) {
    .label {
        font-size: 0.75rem;
        line-height: 1.33334
    }
}

@media print,
screen and (min-width: 64em) {
    .label {
        font-size: 0.75rem;
        line-height: 1.33334
    }
}

.t-display {
    font-weight: 100;
    font-size: 1.4375rem;
    line-height: 1.39131
}

@media print,
screen and (min-width: 45em) {
    .t-display {
        font-size: 1.75rem;
        line-height: 1.14286
    }
}

@media print,
screen and (min-width: 64em) {
    .t-display {
        font-size: 2rem;
        line-height: 1.25
    }
}

@media print,
screen and (min-width: 45em) {

    .inset-x--large-on-medium {
        padding-left: 2rem !important
    }

    .inset-x--large-on-medium {
        padding-right: 2rem !important
    }
}


.event-bar {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
    padding: 0 1.5rem;
    position: relative;
    z-index: 1
}

@media print,
screen and (min-width: 45em) {
    .event-bar {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
        padding: 0 2rem
    }
}

.event-bar__wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 75rem;
    padding: 0
}

@media print,
screen and (min-width: 45em) {
    .event-bar__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 2rem 0
    }
}

@media print,
screen and (min-width: 64em) {
    .event-bar__wrapper {
        padding: 3rem 0
    }
}

.event-bar__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media print,
screen and (min-width: 45em) {
    .event-bar__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 0
    }
}

.event-bar__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    padding-bottom: 1rem
}

@media print,
screen and (min-width: 45em) {
    .event-bar__action {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 0.5rem;
        padding-bottom: 0rem
    }
}

@media print,
screen and (min-width: 64em) {
    .event-bar__action {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media screen and (max-width: 44.9375em) {
    .event-bar__action .event-detail:first-of-type {
        border-top: #e6e6e6 1px solid
    }
}

.event-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    padding: 1rem 0
}

@media print,
screen and (min-width: 45em) {
    .event-detail {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 1.5rem;
        padding: 0
    }
}

.event-detail+.event-detail {
    border-top: 1px #3c4852 solid
}

@media print,
screen and (min-width: 45em) {
    .event-detail+.event-detail {
        border-top: none;
        border-left: 1px #3c4852 solid;
        padding-left: 1rem
    }
}

.event-detail__content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
    color: #3c4852
}

.event-detail__content .btn+.btn {
    margin-left: 1rem
}

.event-detail__date,
.event-detail__date .event-detail__content {
    text-transform: uppercase
}

@media print,
screen and (min-width: 45em) {

    .event-detail__date,
    .event-detail__date .event-detail__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.event-detail__title h3 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.6
}

@media print,
screen and (min-width: 45em) {
    .event-detail__title h3 {
        font-size: 0.9375rem;
        line-height: 1.6
    }
}

@media print,
screen and (min-width: 64em) {
    .event-detail__title h3 {
        font-size: 0.9375rem;
        line-height: 1.6
    }
}

@media print,
screen and (min-width: 45em) {
    .event-detail__title h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.event-detail__link {
    letter-spacing: 0.025em;
    font-size: 0.6875rem;
    font-weight: 400;
    text-transform: uppercase
}

.event-detail__link .text-link {
    color: #5cabff
}

.event-detail__icon {
    margin-right: 1rem
}

.event-detail__icon svg {
    fill: #5cabff
}

.event-action {
    background: #5cabff;
    color: white;
    margin: 0.5rem 0 1rem;
    width: 100%
}

.event-action {
    overflow: hidden;
    text-overflow: ellipsis
}


.event-delete {
    background: #ff5e5c;
    color: white;
    margin: 0.5rem 0 1rem;
    width: 100%
}

.event-delete {
    overflow: hidden;
    text-overflow: ellipsis
}

.event-analytics {
    background: transparent;
    color: black;
    margin: 0.5rem 0 1rem;
    width: 100%
}

.event-analytics {
    overflow: hidden;
    text-overflow: ellipsis
}

.event-analytics:hover {
    color: #5cabff;
}

@media print,
screen and (min-width: 45em) {
    .event-action {
        max-width: 100%;
        width: 12rem
    }

    .event-delete {
        max-width: 100%;
        width: 12rem
    }

    .event-analytics {
        max-width: 100%;
        width: 12rem
    }
}

@media print,
screen and (min-width: 64em) {
    .event-action {
        width: 18.5rem
    }

    .event-delete {
        width: 10.5rem
    }

    .event-analytics {
        width: 10.5rem
    }
}

.event-carousel {
    background-color: var(--eventDetailsCarousel-default-bg);
    position: relative;
    overflow: hidden
}

@media print,
screen and (min-width: 45em) {
    .event-carousel {
        background-color: #ffffff
    }
}

.event-carousel__titles {
    width: 100%;
    text-align: center;
    position: relative
}

.event-carousel__title {
    display: inline-block;
    text-transform: uppercase;
    opacity: 0.6;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--eventDetailsCarousel-default-fg);
    -webkit-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
    padding: 1rem 0.5rem;
    min-width: 2.75rem;
    cursor: pointer
}

.event-carousel__title--active {
    opacity: 1
}

.event-carousel__slide {
    outline: none;
    border-radius: 0.375rem;
    overflow: hidden;
    position: relative;
    margin: 0.25rem;
    margin-top: 0;
    margin-bottom: 1rem
}

@media screen and (max-width: 44.9375em) {
    .event-carousel__slide {
        background-color: var(--eventDetailsCarousel-slide-default-bg);
        color: var(--eventDetailsCarousel-slide-default-fg);
        height: 100%
    }
}

@media print,
screen and (min-width: 45em) {
    .event-carousel__slide {
        border-radius: 0;
        margin: 0;
        overflow: auto
    }
}

.bg-blur {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    opacity: .4
}

@media print,
screen and (min-width: 45em) {
    .bg-blur {
        opacity: .6
    }
}

.bg-blur svg {
    height: 100%;
    max-width: none
}

.bg-blur__wrapper {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bg-blur__wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.bg-blur__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.bg-blur__image--header {
    width: 100%;
    height: 100%
}

.event-section {
    height: 100%
}

@media print,
screen and (min-width: 45em) {
    .event-section {
        overflow: auto;
        width: 100%;
        height: auto
    }

    .event-section:not(.event-section--map) {
        padding: 0 2rem
    }
}

@media print,
screen and (min-width: 45em) {
    .event-section__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        max-width: 75rem;
        margin: 0 auto
    }
}

.event-section__title {
    text-transform: uppercase;
    padding: 1rem 2rem 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (max-width: 44.9375em) {
    .event-section__title {
        margin-top: 1rem
    }
}

@media print,
screen and (min-width: 45em) {
    .event-section__title {
        width: 37.5%;
        padding: 2rem 0
    }
}

@media print,
screen and (min-width: 64em) {
    .event-section__title {
        padding: 3.5rem 0
    }
}

.event-section__title h2 {
    margin-bottom: 1rem
}

.event-section__title h2:after {
    content: '';
    display: block;
    width: 1.5rem
}

@media print,
screen and (min-width: 45em) {

    .event-section__title h2,
    .event-section__title--logo svg {
        margin-left: 3rem
    }
}

.event-section__title--logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.event-section__title--logo svg {
    fill: #a0a0a0
}

@media screen and (max-width: 44.9375em) {
    .event-section__title--logo.event-protect-logo svg {
        margin-left: 0.5rem
    }
}

@media print,
screen and (min-width: 64em) {
    .event-section__title--logo.event-protect-logo svg {
        width: 12.5rem;
        height: 3.3333333333rem
    }
}

@media print,
screen and (min-width: 45em) {
    .event-section--details {
        background: var(--eventDetails-default-bg);
        color: var(--eventDetails-default-fg);
        border-bottom: 1px solid var(--eventDetails-default-separator)
    }

    .event-section--details .event-section__content {
        color: var(--eventDetails-default-fg)
    }

    .event-section--details .event-section__title h2 {
        color: var(--eventDetails-title-default-fg)
    }

    .event-section--details .event-section__title h2:after {
        border-bottom: 1px solid var(--eventDetails-title-default-border)
    }
}

.event-section__details-modal-header {
    background: var(--eventDetailsModal-header-default-bg);
    color: var(--eventDetailsModal-header-default-fg);
    border-bottom: 1px solid var(--eventDetailsModal-header-default-border)
}

.event-section__details-modal-content {
    background: var(--eventDetailsModal-default-bg);
    color: var(--eventDetailsModal-default-fg)
}

.event-section__details-modal-icon svg {
    fill: var(--eventDetailsModal-header-default-fg)
}

.event-section--policy {
    background: var(--eventInformation-default-bg);
    border-bottom: 1px solid var(--eventInformation-default-separator);
    padding-bottom: 1rem
}

.event-section--policy .event-section__content {
    color: var(--eventInformation-default-fg)
}

.event-section--policy .event-section__title h2 {
    color: var(--eventInformation-title-default-fg)
}

.event-section--policy .event-section__title h2:after {
    border-bottom: 1px solid var(--eventInformation-title-default-border)
}

.event-section--organiser {
    background: var(--eventOrganiserCondensed-default-bg);
    padding-bottom: 1rem
}

@media print,
screen and (min-width: 45em) {
    .event-section--organiser {
        background: var(--eventOrganiser-default-bg)
    }
}

.event-section--organiser .event-section__content {
    color: var(--eventOrganiserCondensed-details-default-fg)
}

@media print,
screen and (min-width: 45em) {
    .event-section--organiser .event-section__content {
        color: var(--eventOrganiser-details-default-fg)
    }
}

.event-section--organiser .event-section__title h2 {
    color: var(--eventOrganiserCondensed-title-default-fg)
}

@media print,
screen and (min-width: 45em) {
    .event-section--organiser .event-section__title h2 {
        color: var(--eventOrganiser-title-default-fg)
    }
}

.event-section--organiser .event-section__title h2:after {
    border-bottom: 1px solid var(--eventOrganiserCondensed-title-default-border)
}

@media print,
screen and (min-width: 45em) {
    .event-section--organiser .event-section__title h2:after {
        border-bottom: 1px solid var(--eventOrganiser-title-default-border)
    }
}

.event-section__content {
    padding: 1.5rem
}

.event-section__content p,
.event-section__content span {
    background: none !important;
    color: currentColor !important
}

.event-section__content ul,
.event-section__content ol {
    list-style-position: inside
}

@media print,
screen and (min-width: 45em) {
    .event-section__content {
        padding: 2rem 0
    }
}

@media print,
screen and (min-width: 64em) {
    .event-section__content {
        padding: 3.5rem
    }
}

@media print,
screen and (min-width: 45em) {
    .event-section__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 62.5%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.event-section__content--collapse {
    padding: 0
}

.event-section__paragraph {
    margin: 0;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.6
}

@media print,
screen and (min-width: 45em) {
    .event-section__paragraph {
        font-size: 0.9375rem;
        line-height: 1.6
    }
}

@media print,
screen and (min-width: 64em) {
    .event-section__paragraph {
        font-size: 0.9375rem;
        line-height: 1.6
    }
}

.event-section__paragraph--secondary {
    color: #a0a0a0;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.53847
}

@media print,
screen and (min-width: 45em) {
    .event-section__paragraph--secondary {
        font-size: 0.75rem;
        line-height: 1.33334
    }
}

@media print,
screen and (min-width: 64em) {
    .event-section__paragraph--secondary {
        font-size: 0.75rem;
        line-height: 1.33334
    }
}

.event-section__paragraph p:last-child {
    margin-bottom: 0
}

.event-section__paragraph-expander {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-linear-gradient(top, transparent 0%, var(--eventDetailsCarousel-slide-default-bg) 50%);
    background-image: linear-gradient(to bottom, transparent 0%, var(--eventDetailsCarousel-slide-default-bg) 50%)
}

.event-section__paragraph-expander button {
    padding: 1rem 1.5rem;
    outline: none
}

.event-section__paragraph-expander svg {
    fill: var(--eventDetailsCarousel-slideIcon-default-fg);
    margin: 0 auto
}

.event-section:not(.paragraph-overflows) .event-section__paragraph-expander {
    display: none
}

.t-display {
    font-weight: 100;
    font-size: 1.4375rem;
    line-height: 1.39131
}

@media print,
screen and (min-width: 45em) {
    .t-display {
        font-size: 1.75rem;
        line-height: 1.14286
    }
}

@media print,
screen and (min-width: 64em) {
    .t-display {
        font-size: 2rem;
        line-height: 1.25
    }
}

.event-organiser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem
}

.event-organiser__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 0
}

.event-organiser__wrapper--full-width {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: var(--eventOrganiser-default-border) 1px solid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%
}

.event-organiser__wrapper--full-width a {
    margin-top: 0.5rem
}

.event-organiser__wrapper--details {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.event-organiser__avatar {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px -1px rgba(0, 0, 0, 0.07), 0px 2px 4px -1px rgba(0, 0, 0, 0.12);
    background: var(--eventOrganiserCondensed-avatar-default-bg) no-repeat center center;
    background-size: contain;
    border-radius: 0.375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 5rem;
    width: 5rem;
    margin-left: 0;
    overflow: hidden
}

@media print,
screen and (min-width: 45em) {
    .event-organiser__avatar {
        background: var(--eventOrganiser-avatar-default-bg) no-repeat center center;
        background-size: contain
    }
}

.event-organiser__details h4 {
    font-size: 16px;
    margin-bottom: 0
}

.event-organiser__details p {
    font-size: 13px
}

.event-organiser__details a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px
}

.event-organiser__info-text {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap
}

@media screen and (max-width: 44.9375em) {
    .event-organiser {
        padding: 0 2rem
    }
}

@media print,
screen and (min-width: 45em) {
    .event-organiser {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0.5rem 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .event-organiser .event-organiser__img {
        margin-left: 1rem
    }

    .event-organiser .event-organiser__details h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 22px
    }

    .event-organiser .event-organiser__details p {
        font-size: 16px
    }

    .event-organiser .event-organiser__details a {
        font-size: 14px
    }

    .event-organiser .event-organiser__wrapper {
        padding: 1.5rem 0
    }

    .event-organiser .event-organiser__wrapper--details {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .event-organiser .event-organiser__wrapper--img {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        display: block;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .event-organiser .event-organiser__wrapper--full-width {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .event-organiser .event-organiser__wrapper--full-width a {
        margin-top: 0
    }
}

@media print,
screen and (min-width: 64em) {
    .event-organiser {
        padding: 2rem 3.5rem 2rem
    }
}

.event-policy {
    padding: 1.5rem
}

@media screen and (max-width: 44.9375em) {
    .event-policy {
        margin: 0 1.5rem;
        padding: 0 1rem;
        border: var(--eventInformation-default-border) 1px solid;
        border-radius: 0.375rem
    }
}

@media print,
screen and (min-width: 45em) {
    .event-policy {
        padding: 0.5rem 0
    }
}

@media print,
screen and (min-width: 64em) {
    .event-policy {
        padding: 2rem 3.5rem
    }
}

.event-policy__attribute {
    min-width: 0;
    padding: 1rem 0
}

@media print,
screen and (min-width: 45em) {
    .event-policy__attribute {
        padding: 1.5rem 0
    }
}

@media print,
screen and (min-width: 64em) {
    .event-policy__attribute {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.event-policy__attribute+.event-policy__attribute {
    border-top: var(--eventInformation-policy-default-separator) 1px solid
}

.event-policy__key,
.event-policy__value {
    letter-spacing: 0.025em;
    font-size: 0.75rem
}

@media print,
screen and (min-width: 45em) {

    .event-policy__key,
    .event-policy__value {
        font-size: 0.875rem
    }
}

.event-policy__key {
    color: var(--eventInformation-header-default-fg);
    font-weight: 400;
    padding-bottom: 1rem;
    text-transform: uppercase
}

@media print,
screen and (min-width: 64em) {
    .event-policy__key {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 1rem
    }
}

.event-policy__link {
    color: var(--eventInformation-default-fg)
}

@media print,
screen and (min-width: 64em) {
    .event-policy__value {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.event-line-up {
    font-size: 0.875rem
}

@media print,
screen and (min-width: 45em) {

    .event-line-up::before,
    .event-line-up::after {
        display: table;
        content: ' '
    }

    .event-line-up::after {
        clear: both
    }
}

.event-line-up__artist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
    outline: none
}

@media print,
screen and (min-width: 45em) {
    .event-line-up__artist {
        margin-bottom: 2rem;
        float: left;
        width: 50%
    }
}

@media print,
screen and (min-width: 45em) {
    .event-line-up__artist--no-margin {
        margin-bottom: 0
    }
}

.event-line-up__artist:hover .event-line-up__name {
    text-decoration: underline
}

.event-line-up__name {
    letter-spacing: 0.025em;
    color: #3c4852;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media print,
screen and (min-width: 45em) {
    .event-line-up__name {
        max-height: 3em;
        margin-right: 1.5rem
    }
}

.event-line-up__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    margin-right: 1rem;
    position: relative;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08), 0px 4px 7px -2px rgba(0, 0, 0, 0.07), 0px 5px 11px -2px rgba(0, 0, 0, 0.12)
}

@media print,
screen and (min-width: 45em) {
    .event-line-up__image {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 4.5rem
    }
}

.event-line-up__image::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #e6e6e6;
    background-image: url(//d1as2iufift1z3.cloudfront.net/assets/event-icons/artist-placeholders/beamed-note-ebd5557946d63f0e9dd4e316246df8f3df35f9061ffafe1cb8791dd938f6f243.svg);
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 44.9375em) {
    .event-line-up__artist:nth-child(2n + 0) .event-line-up__image::after {
        background-image: url(//d1as2iufift1z3.cloudfront.net/assets/event-icons/artist-placeholders/semiquaver-c0969a7f81f850eb53fb1760084fa10740cdae45b3a972b601b8f35a3b3d3e55.svg)
    }
}

@media print,
screen and (min-width: 45em) {

    .event-line-up__artist:nth-child(4n + 1) .event-line-up__image::after,
    .event-line-up__artist:nth-child(4n + 0) .event-line-up__image::after {
        background-image: url(//d1as2iufift1z3.cloudfront.net/assets/event-icons/artist-placeholders/semiquaver-c0969a7f81f850eb53fb1760084fa10740cdae45b3a972b601b8f35a3b3d3e55.svg)
    }
}

.event-line-up__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 44.9375em) {
    .event-line-up__more {
        margin-bottom: 0;
        position: absolute;
        left: 1.5rem;
        right: 1.5rem;
        border-top: #e6e6e6 1px solid;
        bottom: 0;
        height: 3rem
    }
}

@media print,
screen and (min-width: 45em) {
    .event-line-up__more {
        float: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        width: 50%;
        font-size: inherit;
        height: 3rem
    }
}

.event-line-up__more button {
    outline: none
}

.event-line-up__more-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    line-height: 1;
    color: var(--eventLineUp-moreButton-default-fg)
}

@media print,
screen and (min-width: 45em) {
    .event-line-up__more-button {
        font-size: inherit
    }
}

.event-line-up__more-button svg {
    margin-left: 1rem;
    fill: var(--eventLineUp-moreButton-default-fg)
}

@media print,
screen and (min-width: 45em) {
    .event-line-up__more-button svg {
        margin-left: 0.5rem
    }
}

.file-uploader {
    background-color: #dbefe9;
    border-radius: 3px;
    color: #242424;
}

.file-uploader__message-area {
    font-size: 18px;
    padding: 1em;
    text-align: center;
    color: #377a65;
}

.file-list {
    background-color: white;
    font-size: 16px;
}

.file-list__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-list li {
    height: 50px;
    line-height: 50px;
    margin-left: 0.5em;
    border: none;
    overflow: hidden;
}

.removal-button {
    width: 20%;
    border: none;
    background-color: #d65d38;
    color: white;
}

.removal-button::before {
    content: "X";
}

.removal-button:focus {
    outline: 0;
}

.file-chooser {
    padding: 1em;
    transition: background-color 1s, height 1s;
}

.file-chooser p {
    font-size: 18px;
    padding-top: 1em;
}

.file-uploader {
    max-width: 400px;
    height: auto;
    margin: 2em auto;
}

.file-uploader * {
    display: block;
}

.file-uploader input[type=submit] {
    margin-top: 2em;
    float: right;
}

.file-list {
    margin: 0 auto;
    max-width: 90%;
}

.file-list__name {
    max-width: 70%;
    float: left;
}

.removal-button {
    display: inline-block;
    height: 100%;
    float: right;
}

.file-chooser {
    width: 90%;
    margin: 0.5em auto;
}

.file-chooser__input {
    margin: 0 auto;
}

.file-uploader__submit-button {
    width: 100%;
    border: none;
    font-size: 1.5em;
    padding: 1em;
    background-color: #72bfa7;
    color: white;
}

.file-uploader__submit-button:hover {
    background-color: #a7d7c8;
}

.file-list li:after,
.file-uploader:after {
    content: "";
    display: table;
    clear: both;
}

.hidden {
    display: none;
}

.hidden input {
    display: none;
}

.error {
    background-color: #d65d38;
    color: white;
}

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

ul,
li {
    margin: 0;
    padding: 0;
}

.review-container {
    padding: 50px;
    font-family: 'Onest';
}


/* Base setup */
/*@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);*/

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}

/* Hide radio */
.rate>input {
    display: none;
}

/* Order correctly by floating highest to the right */
.rate>label {
    float: right;
}

/* The star of the show */
.rate>label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}

/* Zero stars rating */
.rate>label:last-child:before {
    content: "\f006 ";
    /* empty star outline */
}

/* Half star trick */
.rate .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}

/* Click + hover color */
input:checked~label,
/* color current and previous stars on checked */
label:hover,
label:hover~label {
    color: #5cabff;
}

/* color previous stars on hover */

/* Hover highlights */
input:checked+label:hover,
input:checked~label:hover,
/* highlight current and previous stars */
input:checked~label:hover~label,
/* highlight previous selected stars for new rating */
label:hover~input:checked~label

/* highlight previous selected stars */
    {
    color: white;
}



.inpClass {
    margin: 5px;
    width: 100px;
    font-size: 85%;
    border: none;
    color: #fff;
    background: #EB5C5A;
    border-radius: 20px;
    background-size: 100% auto;
    font-family: "Onest";
    font-weight: bold;
    height: 30px;
}

.inpClass:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
}

.inpClassactive {
    background: white;
    color: #EB5C5A;
    border-bottom: 2px solid #EB5C5A;
}


@keyframes pulse512 {
    0% {
        box-shadow: 0 0 0 0 #EF8280;
    }

    70% {
        box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
}

.ulClass {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 10px;
    overflow-x: scroll;
}

.mediaLink {
    color: black !important;
}

/*    .instagramLink {
        color: black;
    }

        .instagramLink svg:hover {
            background: #e4405f;
            color: #fff;
            fill: #fff;
        }*/

.wrapper {
    display: inline-flex;
    list-style: none;
    padding-top: 10px;
    font-family: "Poppins", sans-serif;
    justify-content: center;
}

.wrapper .icon {
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #e4405f;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #e4405f;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover svg,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #1877f2;
    color: #fff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover svg,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
    background: #1da1f2;
    color: #fff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover svg,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    background: #e4405f;
    color: #fff;
}

.bodyClass {
    background-color: transparent;
    position: absolute;
    top: 4%;
    left: 29%;
}

#bigScreenLogin {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#smallScreenLogin {
    position: relative;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    #bigScreenLogin {
        display: none;
    }

    #smallScreenLogin {
        display: flex;
    }

    .bodyClass {
        top: 1%;
        left: 0%;
        width: 100%;
    }
}

.form-group {
    margin: 10px;
    margin-bottom: 20px;
}





/* Set color style to inherit */
.inherit-color * {
    color: inherit;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
    outline: 0.125rem solid #4d65ff;
    outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
    margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext> :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
    margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
    pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
    pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,
.container-small,
.container-large {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
    display: inline-flex;
}

/* These classes are never overwritten */
.hide {
    display: none !important;
}

@media screen and (max-width: 991px) {

    .hide,
    .hide-tablet {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hide-mobile-landscape {
        display: none !important;
    }
}

@media screen and (max-width: 479px) {
    .hide-mobile {
        display: none !important;
    }
}

.margin-0 {
    margin: 0rem !important;
}

.padding-0 {
    padding: 0rem !important;
}

.spacing-clean {
    padding: 0rem !important;
    margin: 0rem !important;
}

.margin-top {
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}

.padding-top {
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}

.margin-right {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}

.padding-right {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}

.margin-bottom {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.padding-bottom {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.margin-left {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
}

.padding-left {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
}

.margin-horizontal {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.padding-horizontal {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.margin-vertical {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.padding-vertical {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

/* Apply "..." at 100% width */
.truncate-width {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}


.container-large {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto
}

.features-component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
    position: relative
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

#w-node-_26f64dd0-5256-03ca-d51c-02e27d1b75fc-7eaf296f,
#w-node-_9957c753-d461-d876-80fe-b0cb6e36292a-7eaf296f,
#w-node-_9957c753-d461-d876-80fe-b0cb6e36292b-7eaf296f,
#w-node-_9957c753-d461-d876-80fe-b0cb6e36293b-7eaf296f,
#w-node-_9957c753-d461-d876-80fe-b0cb6e36294b-7eaf296f,
#cta.w-node-e9adfa3a-c5c3-2354-3ca7-a42fa7c9d58a-7eaf296f {
    grid-area: span 1/span 1/span 1/span 1
}

.padding-global {
    padding-left: 8rem;
    padding-right: 8rem;
}

.features-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    display: flex
}

.margin-xsmall {
    margin: 1rem
}

.margin-small {
    margin: 1.5rem
}

.margin-bottom,
.margin-bottom.margin-xxlarge,
.margin-bottom.margin-small,
.margin-bottom.margin-xxsmall,
.margin-bottom.margin-xsmall {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.box-tag {
    background-color: rgba(98, 51, 229, .07);
    border-radius: 999px;
    padding: .25rem 1rem
}

.text-tag {
    color: var(--base-color-brand--main);
    font-weight: 500
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2
}

.text-size-medium {
    font-size: 1.125rem
}

.features-mobile-image-wrapper {
    display: none
}

.features-mobile-image {
    width: 100%;
    position: absolute
}

.features-desktop-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 20vh
}

.features-image {
    position: absolute;
    top: 20px;
}

/*@media (min-width:992px) {
    .features-desktop-image-wrapper {
        display: block;
    }

    .features-mobile-image-wrapper {
        display: none;
    }
}

@media (max-width:991px) {
    .features-desktop-image-wrapper {
        display: none;
    }

    .features-mobile-image-wrapper {
        display: block;
    }
}*/


* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-font-smoothing: antialiased;
}

.wf-force-outline-none[tabindex="-1"]:focus {
    outline: none;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.75rem
    }

    h4 {
        font-size: 1.5rem;
        line-height: 1.4
    }

    h5 {
        font-size: 1.25rem
    }

    h6 {
        font-size: 1.125rem
    }

    .max-width-small {
        max-width: 50rem
    }

    .margin-xsmall {
        margin: .75rem
    }

    .margin-small {
        margin: 1.25rem
    }

    .margin-medium {
        margin: 1.5rem
    }

    .margin-xxlarge {
        margin: 3rem
    }

    .padding-medium {
        padding: 1.5rem
    }

    .padding-xxlarge {
        padding: 3rem
    }

    .padding-custom1 {
        padding-top: 9rem
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0
    }

    .text-size-medium {
        font-size: 1rem
    }

    .heading-style-h2 {
        font-size: 2.25rem
    }

    .heading-style-h6 {
        font-size: 1.125rem
    }

    .heading-style-h5 {
        font-size: 1.25rem
    }

    .heading-style-h1 {
        font-size: 2.5rem
    }

    .heading-style-h4 {
        font-size: 1.5rem;
        line-height: 1.4
    }

    .heading-style-h3 {
        font-size: 2rem
    }

    .form-field-wrapper {
        width: 100%
    }

    .text-size-large {
        font-size: 1.125rem
    }

    .padding-global {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .padding-section-medium {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .padding-section-large {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .footer-link-list {
        grid-column-gap: 0px;
        grid-row-gap: 1.5rem;
        grid-auto-flow: row;
        justify-items: center
    }

    .footer-bottom-wrapper {
        grid-column-gap: 0rem;
        grid-row-gap: 1rem;
        grid-auto-flow: row;
        justify-items: center;
        padding-bottom: 1rem;
        display: flex
    }

    .footer-credit-text {
        text-align: center;
        margin-top: 1rem
    }

    .hero-header-component {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem
    }

    .navbar-component {
        margin-top: 1rem;
        left: 2rem;
        right: 2rem
    }

    .navbar-container {
        min-height: 4rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .navbar-menu-link-wrapper {
        padding: 1.25rem
    }

    .stats-component {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr
    }

    .stats-item-list {
        grid-row-gap: 2rem
    }

    .stats-number {
        font-size: 3.5rem
    }

    .features-component {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr
    }

    .features-desktop-image-wrapper {
        display: none
    }

    .features-content {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 5rem
    }

    .features-mobile-image-wrapper {
        align-self: center;
        width: 45%;
        margin-top: 2.5rem;
        display: block
    }

    .features-mobile-image {
        position: static
    }

    .other-features-component {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem
    }

    .other-features-row {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-template-columns: 1fr
    }

    .other-features-card-content {
        padding: 1.5rem
    }

    .testimonial-component {
        column-count: 1
    }

    .testimonial-content {
        padding: 1.5rem
    }

    .testimonial-client {
        flex-direction: column;
        align-items: flex-start;
        width: 100%
    }

    .testimonial-client-image-wrapper {
        margin-bottom: 1rem;
        margin-right: 0
    }

    .cta-component {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem
    }

    .cta-card {
        flex-direction: column;
        grid-template-columns: 1fr;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1.5rem
    }

    .faq-question {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .faq-icon-wrapper {
        width: 1.75rem
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 2.5rem
    }

    .padding-custom1 {
        padding-top: 9rem
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .padding-vertical {
        padding-left: 0;
        padding-right: 0
    }

    .styleguide-heading {
        font-size: 2.5rem
    }

    .form-input {
        min-height: 3rem
    }

    .styleguide-subheading {
        font-size: 1.5rem
    }

    .padding-global {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .styleguide-color-list {
        grid-template-columns: 1fr
    }

    .signup-form-wrapper {
        grid-row-gap: .75rem;
        flex-direction: column;
        grid-template-columns: 1fr
    }

    .hero-header-component {
        grid-template-columns: 1fr
    }

    .hero-form {
        grid-row-gap: .75rem;
        flex-direction: column;
        grid-template-columns: 1fr
    }

    .form-input.is-alternate {
        min-height: 3rem
    }

    .hero-image-wrapper {
        width: 70%
    }

    .navbar-component {
        left: 1rem;
        right: 1rem
    }

    .navbar-container {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .stats-component {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr
    }

    .stats-item-list {
        grid-row-gap: 2rem;
        grid-template-columns: 1fr
    }

    .stats-item {
        padding-left: 1rem
    }

    .stats-number {
        font-size: 3rem
    }

    .features-component {
        grid-template-columns: 1fr
    }

    .features-content {
        height: auto;
        padding-bottom: 5rem
    }

    .features-mobile-image-wrapper {
        width: 65%
    }
}

#w-node-_00aa98a0-d9ad-d216-f1df-d291c22981d8-7eaf296f {
    justify-self: center
}

#w-node-_26f64dd0-5256-03ca-d51c-02e27d1b75fc-7eaf296f,
#w-node-_9957c753-d461-d876-80fe-b0cb6e36292a-7eaf296f,
#w-node-_9957c753-d461-d876-80fe-b0cb6e36292b-7eaf296f,
#w-node-_9957c753-d461-d876-80fe-b0cb6e36293b-7eaf296f,
#w-node-_9957c753-d461-d876-80fe-b0cb6e36294b-7eaf296f,
#cta.w-node-e9adfa3a-c5c3-2354-3ca7-a42fa7c9d58a-7eaf296f {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2fc0943f-52d9-ee01-de6c-7aa1af5d4ae9-af5d4ae3 {
    justify-self: start
}

#w-node-_2fc0943f-52d9-ee01-de6c-7aa1af5d4af4-af5d4ae3 {
    justify-self: end
}

#w-node-_54a968c9-6daf-1204-38b4-c8a1e1b470ea-e1b470e6 {
    justify-self: center
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-7eaf2994,
#w-node-_3e3e040e-4d6f-32de-3445-47604ff524d6-7eaf2994,
#w-node-_56560e5c-8c85-f111-c427-df324c749c44-7eaf2994,
#w-node-_3a5e31bf-683e-39b5-f17a-2f3be5649bfd-7eaf2994,
#w-node-_3e7af517-2bfa-9869-4c3d-ea6e4b6c9088-7eaf2994,
#w-node-d57a8f14-3a34-8c48-b0d8-9cbb837ed5c9-7eaf2994,
#w-node-_8deecbc0-a611-a67b-bec7-601307322a0b-7eaf2994,
#w-node-_621e29b2-2076-143f-e86f-a5187d737eac-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-7eaf2994,
#w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-7eaf2994,
#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-7eaf2994,
#w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-7eaf2994,
#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86418-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86423-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc86497-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-7eaf2994,
#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-7eaf2994,
#w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-7eaf2994 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-7eaf2994 {
    justify-self: start
}

@media screen and (max-width: 991px) {

    #w-node-_2fc0943f-52d9-ee01-de6c-7aa1af5d4ae9-af5d4ae3,
    #w-node-_2fc0943f-52d9-ee01-de6c-7aa1af5d4af4-af5d4ae3 {
        justify-self: center
    }

    #w-node-_336be75c-ab2b-838b-5642-972b6cc86225-7eaf2994,
    #w-node-_3e3e040e-4d6f-32de-3445-47604ff524d6-7eaf2994,
    #w-node-_56560e5c-8c85-f111-c427-df324c749c44-7eaf2994,
    #w-node-_3a5e31bf-683e-39b5-f17a-2f3be5649bfd-7eaf2994,
    #w-node-_3e7af517-2bfa-9869-4c3d-ea6e4b6c9088-7eaf2994,
    #w-node-d57a8f14-3a34-8c48-b0d8-9cbb837ed5c9-7eaf2994,
    #w-node-_8deecbc0-a611-a67b-bec7-601307322a0b-7eaf2994,
    #w-node-_621e29b2-2076-143f-e86f-a5187d737eac-7eaf2994 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

@media screen and (max-width: 767px) {
    #w-node-_2e1f7843-3bb5-ded5-0c65-1740e6cfe6fb-7eaf296f {
        order: -9999
    }

    #w-node-_2fc0943f-52d9-ee01-de6c-7aa1af5d4b02-af5d4ae3 {
        grid-area: 4/1/5/2
    }
}

@media screen and (max-width: 479px) {
    #w-node-_2fc0943f-52d9-ee01-de6c-7aa1af5d4ae9-af5d4ae3 {
        grid-area: span 1/span 1/span 1/span 1
    }
}

.home-03-container {
    padding: 165px 100px;
}

.homepage-03-hero-header {
    flex: 1;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.home-03-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

.home-04-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.heading-01 {
    display: flex;
    width: 100%;
    max-width: 560px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    color: var(--Primary-Charcoal, #333334);
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.heading-02 {
    display: flex;
    width: 100%;
    max-width: 660px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.heading-03 {
    display: flex;
    width: 100%;
    max-width: 660px;
    height: auto;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-family: Onest;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.about {
    width: 100%;
    max-width: 700px;
}

.about .abttext-wrapper {
    width: 100%;
    top: 0;
    left: 0;
    font-family: Onest;
    font-weight: 300;
    color: #333334;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: normal;
    font-style: normal;
}

.about2 {
    width: 100%;
    max-width: 700px;
}

.about2 .abttext-wrapper2 {
    width: 100%;
    top: 0;
    left: 0;
    font-family: Onest;
    font-weight: 300;
    color: white;
    font-size: x-large;
    letter-spacing: 0px;
    line-height: normal;
    font-style: normal;
}


.benefitsBox {
    background-color: white;
    width: 380px;
    height: 293px;
    margin: 20px 20px;
    border-radius: 8px;
    background: var(--Primary-White, #FFF);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.benefitsBox .actionText {
    color: #333334;
    font-size: 24px;
    font-family: Onest;
    font-weight: 300;
    word-wrap: break-word;
    padding: 20px 0px;
}

.color-purple {
    color: #EB5C5A;
}

.body-01 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-40 {
    margin-top: 40px;
}

.d-flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.mr-24 {
    margin-right: 24px;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.app-store {
    position: relative;
    width: 172px;
    height: 50px;
    background-image: url(./img/group.png);
    background-size: 100% 100%;
}

.app-icon {
    margin-right: 12px;
}

.app-text {
    margin-bottom: 0;
}


.inter-500 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.inter-300 {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

.home-03-header-image-box {
    position: relative;
    width: 500px;
    height: 540px;
}

.qr-text-02 {
    font-size: 15px;
}

.home-03-image-box {
    max-height: 733px;
    margin-top: 80px;
}

.home-03-image {
    height: 100%;
}

.play-store {
    color: white;
    border-radius: 4px;
    align-items: center;
    padding: 10px 24px;
    font-family: Inter Tight, sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    text-decoration: none;
    display: flex;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.text-white {
    color: black !important;
}

@media screen and (min-width: 992px) {
    .text-dark {
        color: white !important;
    }

    .whiteLogo {
        display: block;
    }

    .darkLogo {
        display: none
    }

    /*    .createAccount {
        padding: 200px 420px; 
    }*/
}

@media screen and (max-width: 991px) {
    .heading-01 {
        font-size: 64px;
        line-height: 72px;
    }

    .qr-code-box {
        margin-top: 40px;
    }

    .home-02-hero-container {
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 60px;
    }

    .homepage-03-hero-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-03-text {
        margin-bottom: 60px;
        margin-right: 0;
        margin-top: 50px;
    }

    .home-04-text {
        margin-bottom: 60px;
        margin-right: 0;
        margin-top: 50px;
    }


    .home-03-header-image-box {
        display: none;
    }

    header {
        background: white !important;
    }

    nav {
        background-image: none !important;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    }

    .home-03-container {
        background-position-y: 0;
        padding: 50px !important;
    }

    .whiteLogo {
        display: none
    }

    .darkLogo {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .heading-01 {
        font-size: 58px;
        line-height: 64px;
    }

    .heading-03 {
        font-size: 36px;
        line-height: 42px;
    }

    .heading-02 {
        font-size: 45px;
        line-height: 52px;
    }

    .home-hero {
        padding-bottom: 100px;
    }

    .image-box {
        margin-top: 140px;
    }
}

@media screen and (max-width: 479px) {

    .heading-01 {
        font-size: 44px;
        line-height: 52px;
    }

    .homepage-03-hero {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.footerClass {
    display: flex;
    padding: 150px 0px 50px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 150px;
    align-self: stretch;
    background: var(--Primary-Charcoal, #333334);
}

.base-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.footer-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.footer-rights-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.footer-brand-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 15px;
    display: flex;
}

.menu-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-social-icons-wrapper {
    padding-bottom: 15px;
}


.images {
    width: 100%;
    margin: 2rem auto;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(8, 10vw);
    grid-gap: 1.5rem;
}

.gallery__img {
    width: 300px;
    height: 100%;
    object-fit: contain;
    display: block;
}

.descText {
    display: flex;
    width: 220px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.gallery__item--3 {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 4;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 8;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.gallery__item--5 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 8;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.gallery__item--6 {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 5;
    grid-row-end: 8;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.text-wrapper {
    position: relative;
    flex: 1;
    height: 23px;
    margin-top: -1.00px;
    font-family: var(--headings-heading-2-font-family);
    font-weight: var(--headings-heading-2-font-weight);
    color: var(--primarycharcoal);
    font-size: 140%;
    text-align: center;
    letter-spacing: var(--headings-heading-2-letter-spacing);
    line-height: var(--headings-heading-2-line-height);
    white-space: nowrap;
    font-style: var(--headings-heading-2-font-style);
}

.rectangle {
    margin: 40px;
    position: relative;
    width: 300px;
    height: 150px;
    background-color: #d9d9d9;
}

.rectangle2 {
    margin: 20px;
    position: relative;
    width: 300px;
    height: 150px;
    background-color: #d9d9d9;
}


.workWithUs {
    display: flex;
    height: 43px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--Primary-White, #FFF);
    text-align: center;
    font-family: Onest;
    font-size: 300%;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.workWithUsSubText {
    display: flex;
    height: 62px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: var(--Primary-White, #FFF);
    text-align: center;
    font-family: Onest;
    font-size: 150%;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.learnMore {
    display: flex;
    width: 240px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    border: 1px solid var(--Primary-Muted-Red, #EB5C5A);
    color: var(--Primary-Muted-Red, #EB5C5A) !important;
    text-decoration: none;
    text-align: center;
    font-family: Onest;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footerInfo {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footerInfoBtns {
    display: flex;
    height: 31px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Primary-White, #FFF) !important;
    text-decoration: none;
    font-family: Onest;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.getInTouch {
    display: flex;
    align-items: center;
    gap: 50px;
}

.getInTouchBtn {
    display: flex;
    height: 31px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Primary-White, #FFF) !important;
    text-decoration: none;
    font-family: Onest;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.getInTouchSocials {
    display: flex;
    width: 156px;
    justify-content: space-between;
    align-items: center;
}

.getInTouchSocialsBtn {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin: 0px 5px;
}

.createAccount {
    width: 100%;
    height: 100%;
    background: #333334;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    margin: 0;
}

.createAccountLabel {
    color: white;
    font-size: xxx-large;
    font-family: Onest;
    font-weight: 800;
    word-wrap: break-word;
    text-align: center;
}

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

.inputLabel {
    color: white;
    font-family: Onest;
    font-size: 24px;
}

.inputField {
    border-radius: 8px;
    border-width: 0;
    width: 100%;
    padding: 15px;
}


.ui-wrapper {
    --width: 250px;
    --height: 50px;
    --background: #fff;
    --text-color: rgb(73, 73, 73);
    --border-color: rgb(185, 184, 184);
    --border-focus-color: rgb(0, 110, 255);
    --shadow-color: rgba(34, 60, 80, 0.2);
    --shadow-focus-color: rgba(0, 110, 255, 0.2);
    --dropdown-button-color: #e6e6e6;
    --dropdown-button-hover-color: #dad9d9;
}

.ui-wrapper *,
.ui-wrapper *::before,
.ui-wrapper *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    color: var(--text-color);
}

.ui-wrapper {
    height: var(--height);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 10px;
    position: relative;
    border: 1px solid var(--border-color);
    background-color: var(--background);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px var(--shadow-color);
    box-shadow: 0px 2px 5px 0px var(--shadow-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-wrapper>input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 9999px;
}

.dropdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 9px 0 0 9px;
    background-color: white;
}

.dropdown-container::before {
    content: "🇦🇹";
    font-size: 20px;
    background: none !important;
}

.dropdown-container::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNDk0OTQ5IiB3aWR0aD0iNzAwcHQiIGhlaWdodD0iNzAwcHQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDcwMCA3MDAiCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxwYXRoCiAgICAgICAgZD0ibTM4MC4zOSA0ODQuNzkgMzA3LjA0LTMwNS45OWMxNi43NjYtMTcuODEyIDE2Ljc2Ni00NS4wNTkgMC02MS44MjgtMTYuNzY2LTE2Ljc2Ni00NS4wNTktMTYuNzY2LTYxLjgyOCAwbC0yNzUuNiAyNzUuNi0yNzUuNi0yNzUuNmMtMTcuODEyLTE2Ljc2Ni00NS4wNTktMTYuNzY2LTYxLjgyOCAwLTE2Ljc2NiAxNi43NjYtMTYuNzY2IDQ0LjAxMiAwIDYxLjgyOGwzMDUuOTkgMzA1Ljk5YzE3LjgxMiAxNi43NjYgNDUuMDU5IDE2Ljc2NiA2MS44MjggMHoiCiAgICAgICAgZmlsbC1ydWxlPSJjdXJyZW50Q29sb3IiIC8+Cjwvc3ZnPg==");
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: cover;
    margin-left: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.select-wrapper {
    width: var(--width);
    position: absolute;
    top: calc(var(--height) + 20px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.select-wrapper ul {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    list-style: none;
    height: 300px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    white-space: nowrap;
}

.select-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}

.select-wrapper ul li label {
    width: 100%;
}

.select-wrapper ul li,
.select-wrapper ul li * {
    cursor: pointer;
}

.select-wrapper ul li:hover {
    background: lightgray;
}

.select-wrapper ul li span {
    display: inline-block;
    margin-right: 15px;
}

.input-wrapper {
    width: 100%;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 2px;
}

.input-wrapper legend {
    font-size: 11px;
}

.input-wrapper .textfield {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
}

.input-wrapper .textfield::before {
    content: "+31";
    margin-right: 5px;
    white-space: nowrap;
}

.input-wrapper .textfield input {
    width: 100%;
    font-size: 16px;
    outline: none;
    border: none;
    background: none;
}

.invalid-msg {
    font-size: 12px;
    position: absolute;
    color: red;
    top: 115%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/* actions */

#phonenumber:invalid+.invalid-msg {
    top: 110%;
    opacity: 1;
    visibility: visible;
}

.ui-wrapper:focus-within {
    border-color: var(--border-focus-color);
    -webkit-box-shadow: 0px 2px 5px 0px var(--shadow-focus-color);
    box-shadow: 0px 2px 5px 0px var(--shadow-focus-color);
}

.dropdown-container:hover {
    background-color: var(--dropdown-button-hover-color);
}

.dropdown-checkbox:checked~.select-wrapper {
    top: calc(var(--height) + 5px);
    opacity: 1;
    visibility: visible;
}

.dropdown-checkbox:checked+.dropdown-container::after {
    rotate: 180deg;
    translate: 0 -2px;
}

.ui-wrapper input#Austria:checked~.dropdown-container::before,
.ui-wrapper input#Austria:checked~.select-wrapper li.Austria {
    content: "🇦🇹";
    background-color: lightgray;
}

.ui-wrapper input#Belgium:checked~.dropdown-container::before,
.ui-wrapper input#Belgium:checked~.select-wrapper li.Belgium {
    content: "🇧🇪";
    background-color: lightgray;
}

.ui-wrapper input#Bulgaria:checked~.dropdown-container::before,
.ui-wrapper input#Bulgaria:checked~.select-wrapper li.Bulgaria {
    content: "🇧🇬";
    background-color: lightgray;
}

.ui-wrapper input#Croatia:checked~.dropdown-container::before,
.ui-wrapper input#Croatia:checked~.select-wrapper li.Croatia {
    content: "🇭🇷";
    background-color: lightgray;
}

.ui-wrapper input#Cyprus:checked~.dropdown-container::before,
.ui-wrapper input#Cyprus:checked~.select-wrapper li.Cyprus {
    content: "🇨🇾";
    background-color: lightgray;
}

.ui-wrapper input#Czech:checked~.dropdown-container::before,
.ui-wrapper input#Czech:checked~.select-wrapper li.Czech {
    content: "🇨🇿";
    background-color: lightgray;
}

.ui-wrapper input#Denmark:checked~.dropdown-container::before,
.ui-wrapper input#Denmark:checked~.select-wrapper li.Denmark {
    content: "🇩🇰";
    background-color: lightgray;
}

.ui-wrapper input#Estonia:checked~.dropdown-container::before,
.ui-wrapper input#Estonia:checked~.select-wrapper li.Estonia {
    content: "🇪🇪";
    background-color: lightgray;
}

.ui-wrapper input#Finland:checked~.dropdown-container::before,
.ui-wrapper input#Finland:checked~.select-wrapper li.Finland {
    content: "🇫🇮";
    background-color: lightgray;
}

.ui-wrapper input#France:checked~.dropdown-container::before,
.ui-wrapper input#France:checked~.select-wrapper li.France {
    content: "🇫🇷";
    background-color: lightgray;
}

.ui-wrapper input#Germany:checked~.dropdown-container::before,
.ui-wrapper input#Germany:checked~.select-wrapper li.Germany {
    content: "🇩🇪";
    background-color: lightgray;
}

.ui-wrapper input#Greece:checked~.dropdown-container::before,
.ui-wrapper input#Greece:checked~.select-wrapper li.Greece {
    content: "🇬🇷";
    background-color: lightgray;
}

.ui-wrapper input#Hungary:checked~.dropdown-container::before,
.ui-wrapper input#Hungary:checked~.select-wrapper li.Hungary {
    content: "🇭🇺";
    background-color: lightgray;
}

.ui-wrapper input#Iceland:checked~.dropdown-container::before,
.ui-wrapper input#Iceland:checked~.select-wrapper li.Iceland {
    content: "🇮🇸";
    background-color: lightgray;
}

.ui-wrapper input#Ireland:checked~.dropdown-container::before,
.ui-wrapper input#Ireland:checked~.select-wrapper li.Ireland {
    content: "🇮🇪";
    background-color: lightgray;
}

.ui-wrapper input#Italy:checked~.dropdown-container::before,
.ui-wrapper input#Italy:checked~.select-wrapper li.Italy {
    content: "🇮🇹";
    background-color: lightgray;
}

.ui-wrapper input#Latvia:checked~.dropdown-container::before,
.ui-wrapper input#Latvia:checked~.select-wrapper li.Latvia {
    content: "🇱🇻";
    background-color: lightgray;
}

.ui-wrapper input#Liechtenstein:checked~.dropdown-container::before,
.ui-wrapper input#Liechtenstein:checked~.select-wrapper li.Liechtenstein {
    content: "🇱🇮";
    background-color: lightgray;
}

.ui-wrapper input#Lithuania:checked~.dropdown-container::before,
.ui-wrapper input#Lithuania:checked~.select-wrapper li.Lithuania {
    content: "🇱🇹";
    background-color: lightgray;
}

.ui-wrapper input#Luxembourg:checked~.dropdown-container::before,
.ui-wrapper input#Luxembourg:checked~.select-wrapper li.Luxembourg {
    content: "🇱🇺";
    background-color: lightgray;
}

.ui-wrapper input#Malta:checked~.dropdown-container::before,
.ui-wrapper input#Malta:checked~.select-wrapper li.Malta {
    content: "🇲🇹";
    background-color: lightgray;
}

.ui-wrapper input#Netherlands:checked~.dropdown-container::before,
.ui-wrapper input#Netherlands:checked~.select-wrapper li.Netherlands {
    content: "🇳🇱";
    background-color: lightgray;
}

.ui-wrapper input#Norway:checked~.dropdown-container::before,
.ui-wrapper input#Norway:checked~.select-wrapper li.Norway {
    content: "🇳🇴";
    background-color: lightgray;
}

.ui-wrapper input#Poland:checked~.dropdown-container::before,
.ui-wrapper input#Poland:checked~.select-wrapper li.Poland {
    content: "🇵🇱";
    background-color: lightgray;
}

.ui-wrapper input#Portugal:checked~.dropdown-container::before,
.ui-wrapper input#Portugal:checked~.select-wrapper li.Portugal {
    content: "🇵🇹";
    background-color: lightgray;
}

.ui-wrapper input#Romania:checked~.dropdown-container::before,
.ui-wrapper input#Romania:checked~.select-wrapper li.Romania {
    content: "🇷🇴";
    background-color: lightgray;
}

.ui-wrapper input#Slovakia:checked~.dropdown-container::before,
.ui-wrapper input#Slovakia:checked~.select-wrapper li.Slovakia {
    content: "🇸🇰";
    background-color: lightgray;
}

.ui-wrapper input#Slovenia:checked~.dropdown-container::before,
.ui-wrapper input#Slovenia:checked~.select-wrapper li.Slovenia {
    content: "🇸🇮";
    background-color: lightgray;
}

.ui-wrapper input#SouthAfrica:checked~.dropdown-container::before,
.ui-wrapper input#SouthAfrica:checked~.select-wrapper li.SouthAfrica {
    content: "🇿🇦";
    background-color: lightgray;
}

.ui-wrapper input#Spain:checked~.dropdown-container::before,
.ui-wrapper input#Spain:checked~.select-wrapper li.Spain {
    content: "🇪🇸";
    background-color: lightgray;
}

.ui-wrapper input#Sweden:checked~.dropdown-container::before,
.ui-wrapper input#Sweden:checked~.select-wrapper li.Sweden {
    content: "🇸🇪";
    background-color: lightgray;
}

.ui-wrapper input#Austria:checked~.input-wrapper .textfield::before {
    content: "+43";
}

.ui-wrapper input#Belgium:checked~.input-wrapper .textfield::before {
    content: "+32";
}

.ui-wrapper input#Bulgaria:checked~.input-wrapper .textfield::before {
    content: "+359";
}

.ui-wrapper input#Croatia:checked~.input-wrapper .textfield::before {
    content: "+385";
}

.ui-wrapper input#Cyprus:checked~.input-wrapper .textfield::before {
    content: "+357";
}

.ui-wrapper input#Czech:checked~.input-wrapper .textfield::before {
    content: "+420";
}

.ui-wrapper input#Denmark:checked~.input-wrapper .textfield::before {
    content: "+45";
}

.ui-wrapper input#Estonia:checked~.input-wrapper .textfield::before {
    content: "+372";
}

.ui-wrapper input#Finland:checked~.input-wrapper .textfield::before {
    content: "+358";
}

.ui-wrapper input#France:checked~.input-wrapper .textfield::before {
    content: "+33";
}

.ui-wrapper input#Germany:checked~.input-wrapper .textfield::before {
    content: "+49";
}

.ui-wrapper input#Greece:checked~.input-wrapper .textfield::before {
    content: "+30";
}

.ui-wrapper input#Hungary:checked~.input-wrapper .textfield::before {
    content: "+36";
}

.ui-wrapper input#Iceland:checked~.input-wrapper .textfield::before {
    content: "+354";
}

.ui-wrapper input#Ireland:checked~.input-wrapper .textfield::before {
    content: "+353";
}

.ui-wrapper input#Italy:checked~.input-wrapper .textfield::before {
    content: "+39";
}

.ui-wrapper input#Latvia:checked~.input-wrapper .textfield::before {
    content: "+371";
}

.ui-wrapper input#Liechtenstein:checked~.input-wrapper .textfield::before {
    content: "+423";
}

.ui-wrapper input#Lithuania:checked~.input-wrapper .textfield::before {
    content: "+370";
}

.ui-wrapper input#Luxembourg:checked~.input-wrapper .textfield::before {
    content: "+352";
}

.ui-wrapper input#Malta:checked~.input-wrapper .textfield::before {
    content: "+356";
}

.ui-wrapper input#Netherlands:checked~.input-wrapper .textfield::before {
    content: "+31";
}

.ui-wrapper input#Norway:checked~.input-wrapper .textfield::before {
    content: "+47";
}

.ui-wrapper input#Poland:checked~.input-wrapper .textfield::before {
    content: "+48";
}

.ui-wrapper input#Portugal:checked~.input-wrapper .textfield::before {
    content: "+351";
}

.ui-wrapper input#Romania:checked~.input-wrapper .textfield::before {
    content: "+40";
}

.ui-wrapper input#Slovakia:checked~.input-wrapper .textfield::before {
    content: "+421";
}

.ui-wrapper input#Slovenia:checked~.input-wrapper .textfield::before {
    content: "+386";
}

.ui-wrapper input#SouthAfrica:checked~.input-wrapper .textfield::before {
    content: "+27";
}

.ui-wrapper input#Spain:checked~.input-wrapper .textfield::before {
    content: "+34";
}

.ui-wrapper input#Sweden:checked~.input-wrapper .textfield::before {
    content: "+46";
}

.portfolio_item {
    border-radius: 8px;
    background-color: rgb(247, 247, 247);
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

.portfolio_item img {
    height: 200px;
    width: 200px;
}

.portfolio_item .edu_stats_list {
    border-radius: 8px;
    background-color: rgb(255, 90, 95);
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 35px;
}

.portfolio_item .edu_stats_list span {
    color: rgb(255, 255, 255);
}

.form-control {
    box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--Primary-Charcoal, #333334);
    height: 50px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #EB5C5A;
    border-color: #EB5C5A;
}

.spls_style_two {
    position: relative;
}

.spls_style_two .title {
    color: #FFFFFF;
    font-family: "Nunito";
    font-size: 26px;
    font-weight: bold;
    left: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
}

.spls_style_two .title a {
    color: #FFF;
}

.spls_style_two img {
    border-radius: 8px;
}

.spls_style_two.end_style {
    background-color: #1d293e;
    border-radius: 6px;
}

.spls_style_two.end_style img {
    opacity: .2;
}

.w100 {
    width: 100% !important;
}

.maxw100 {
    max-width: 100%;
}