.staticpage-content {
    display: flex;
}

.columns {
    flex: 1;
    padding: 8px;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover,
.price:focus {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

.button {
    background: linear-gradient(90deg, #3f3dec 0%, #26258e 95%);
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.grey a {
    text-transform: none;
    font-weight: 400;
}

.grey a:hover,
.grey a:focus {
    color: #9f9ef6;
}

.staticpage-title {
    font-size: 2.75rem;
    margin-bottom: 1.5rem;
}

.wrapper-course {
    width: 100%;
    margin-top: 100px;
    padding: 40px;
    background-color: #fff;
    border-radius: 7px;
}

table.prices {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.prices th,
.prices td {
    font-family: inherit;
    font-size: 0.875em;
    line-height: 1.45;
    color: #444;
    vertical-align: middle;
    padding: 1em;
}

.prices th {
    font-weight: 600;
}

.prices colgroup:nth-child(1) {
    width: 32%;
    border: 0 none;
}

.prices colgroup:nth-child(2) {
    width: 20%;
    border: 1px solid #ccc;
}

.prices colgroup:nth-child(3) {
    width: 24%;
    border: 1px solid #ccc;
}

.prices colgroup:nth-child(4) {
    width: 24%;
    border: 10px solid #59c7fb;
}

.prices thead th {
    background: #def4fe;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 3em 0 2em;
    font-weight: 400;
    color: #999;
}

.prices thead th:nth-child(1) {
    background: transparent;
}

.prices thead th:nth-child(4) {
    padding: 5rem 0 5em 0;
}

.prices thead th h2 {
    font-weight: 300;
    font-size: 2.4em;
    line-height: 1.2;
    color: #59c7fb;
}

.prices thead th h2 + p {
    font-size: 1.25em;
    line-height: 1.4;
    font-weight: bold;
}

.prices thead th p.prices-promo {
    font-size: 1em;
    color: #fff;
    position: absolute;
    left: -2.5%;
    z-index: 1;
    width: 105%;
    margin: 0;
    padding: 0.625em 17px 0.75em;
    background: #c00;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #900;
}

.prices thead th p.prices-promo:before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 7px 0;
    border-color: transparent #900 transparent transparent;
    bottom: -7px;
    left: 0;
}

.prices thead th p.prices-promo:after {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #900 transparent transparent transparent;
    bottom: -7px;
    right: 0;
}

.prices tbody th {
    background: #fff;
    border-left: 1px solid #ccc;
}

.prices tbody th span {
    font-weight: normal;
    font-size: 87.5%;
    color: #999;
    display: block;
}

.prices tbody th h2 {
    font-weight: 300;
    font-size: 2em;
    color: #59c7fb;
    margin: 0.2em 0.4em;
}

.prices tbody td {
    background: #fff;
    text-align: center;
}

.prices tbody tr:nth-child(even) th,
.prices tbody tr:nth-child(even) td {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-width: 1px 0 1px 1px;
}

.prices tbody tr:last-child td {
    border-bottom: 0 none;
}

.prices tfoot th {
    padding: 2em 1em;
    border-top: 1px solid #ccc;
}

.prices tfoot td {
    text-align: center;
    padding: 2em 1em;
    border-top: 1px solid #ccc;
}

.prices tfoot a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 1.125em 2em;
    background: #59c7fb;
    border-radius: 0.5em;
}

@media only screen and (max-width: 900px) {
    .staticpage-content {
        flex-direction: column;
    }
}

#individual-pricing-popup {
    text-align: center;
    display: flex;
    flex-direction: column;
    position: fixed;
    padding: 1rem;
    top: calc(50% - 82px);
    align-self: center;
    z-index: 1001;
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
    box-shadow: rgb(0 0 0 / 5%) 0 1px 0, rgb(0 0 0 / 5%) 0 4px 16px,
        rgb(0 0 0 / 8%) 0 10px 20px;
    opacity: 0;
    transition: opacity 0.2s linear;
}

#individual-pricing-popup-close {
    display: flex;
    align-self: flex-end;
    width: fit-content;
    cursor: pointer;
    font-weight: bold;
    font-size: 2rem;
    margin-right: 0.5rem;
}

#individual-pricing-popup h3 {
    margin-left: 2rem;
    margin-right: 2rem;
}

#individual-pricing-popup a {
    text-transform: initial;
}

#individual-pricing-popup p:last-child {
    text-align: right;
    margin-right: 1.2rem;
}

#page-mask {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.staticpage-content {
    display: flex;
    flex-direction: column;
}

.staticpage-content > img {
    max-width: 60%;
    margin: 1em auto;
    border-radius: 10px;
}
