<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.locations {
    margin-left: 0 !important;
}
.locations ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
}
.locations ul li {
    display: inline-block;
    padding: 4px 10px;
    background-color: #f7f7f7;
    font-size: 11px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.img-event .img-fluid {
    width: auto !important;
}
.locations-grid {
    display: flex !important;
}
.locations-list {
    display: none !important;
}
.description-grid {
    display: block;
}
.description-list {
    display: none !important;
}
.online-status {
    background-color: green;
}
.grid-footer {
    display: block;
}
.list-footer {
    display: none;
}
.list-footer .footer-info {
    margin-top: -30px;
}
.sss-col {
    padding: 4px 25px 5px 30px !important;
}
.dark-grey-text,
.dark-grey-text:focus,
.dark-grey-text:hover {
    color: #4f4f4f !important;
}
.md-accordion .card {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.md-accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0.25rem;
}
.md-accordion .card .card-body {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.7;
    color: #626262;
    background-color: #fff;
}
.accordion .card:after {
    content: "";
    height: 1px;
    background-color: #fff;
    left: 0;
    position: relative;
    display: block;
    top: 10px;
}
.card-header {
    background-color: #f8f9fa !important;
}
.step-card {
    display: flex;
}
.dt-social-card {
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .dt-social-card {
        transition: none;
    }
}
.dt-social-card:hover {
    box-shadow: 0 14px 17px 0 rgba(0, 0, 0, 0.12);
}
.fs-16 {
    font-size: 16px;
}
.dt-social-card .dt-card__body {
    padding-left: 6.5rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.dt-social-card .dt-card__body .title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
}
.dt-social-card .dt-card__body p {
    line-height: 26px;
    font-size: 14px;
    color: #0f0f46;
}
.dt-social-card .dt-social__circle {
    transition: all 0.2s ease-in-out;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: -7.5rem;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .dt-social-card .dt-social__circle {
        transition: none;
    }
}
.dt-social-card.animate-slide .dt-social__circle {
    left: -12rem;
}
.dt-social-card.animate-slide .dt-social__circle .icon,
.dt-social-card.animate-slide .dt-social__circle i {
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(130%);
    transform: translateX(130%);
}
@media (prefers-reduced-motion: reduce) {
    .dt-social-card.animate-slide .dt-social__circle .icon,
    .dt-social-card.animate-slide .dt-social__circle i {
        transition: none;
    }
}
.dt-social-card.animate-slide:focus .dt-social__circle,
.dt-social-card.animate-slide:hover .dt-social__circle {
    left: -7.5rem;
}
.dt-social-card.animate-slide:focus .dt-social__circle .icon,
.dt-social-card.animate-slide:focus .dt-social__circle i,
.dt-social-card.animate-slide:hover .dt-social__circle .icon,
.dt-social-card.animate-slide:hover .dt-social__circle i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #fff !important;
}
.dt-card {
    display: block;
}
.border-w-2 {
    border-width: 2px !important;
}
.border-indigo {
    border-color: #3742b2 !important;
}
.border {
    border: 1px solid #ddd !important;
}
.dt-card,
.dt-module {
    position: relative;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 3.2rem;
    background-color: #fff;
    border-radius: 0.4rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.dt-social-card.animate-slide .dt-social__circle {
    left: -12rem;
}
.dt-social-card .dt-social__circle {
    transition: all 0.2s ease-in-out;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    left: -7.5rem;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1rem;
}
.bg-indigo {
    background-color: #4687a3 !important;
}
.bg-cherry {
    background-color: #ed5564 !important;
}
.bg-orange {
    background-color: #f15b24 !important;
}
.bg-green {
    background-color: #00a99d !important;
}
.dt-social-card.animate-slide .dt-social__circle .icon,
.dt-social-card.animate-slide .dt-social__circle i {
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(130%);
    transform: translateX(130%);
}
.icon-3x {
    font-size: 3rem;
}
.icon-fw {
    width: 1.28571429em;
    text-align: center;
}
.icon {
    line-height: 0.7;
    display: inline-block;
    vertical-align: middle;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-facebook::before {
    content: "\e00d";
}
[class*=" icon-"]::before,
[class^="icon-"]::before {
    font-family: gaxondrift !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
dt-card__body {
    padding: 3.2rem 3.2rem;
    display: block;
}
.dt-card__body + .dt-card__body,
.dt-card__header + .dt-card__body {
    padding-top: 0;
}
.banner-lessons {
    background-color: #3088a0;
    height: 405px !important;
}
.banner-search {
    z-index: 1;
    background: #fff;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.1);
    padding: 40px;
    -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.banner-lessons::before {
    background: 0 0;
}
.liveresult {
    width: 90%;
    z-index: 9;
    max-height: 200px;
    overflow: scroll;
    display: none;
}
.liveresultonline {
    position: absolute;
    width: 90%;
    z-index: 9;
    max-height: 200px;
    overflow: scroll;
    display: none;
}
.lesson-banner-bg {
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    text-align: center;
}
.landing-v4-header-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff !important;
}
.landing-v4-header-subtitle {
    font-size: 24px;
    font-weight: 400;
    max-width: 500px;
    color: #fff !important;
}
.landing-v4-header-p {
    font-weight: 600;
    line-height: 34px;
    font-size: 15px;
    color: #fff !important;
}
.banner-search p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}
.banner-icons {
    width: 30px;
    height: 30px;
}
.fast-access-banner-title {
    font-size: 35px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
}
.fast-access-banner-description {
    font-size: 19px;
    color: #fff;
    line-height: 22px;
    margin-top: 20px;
}
.fast-access-block {
    background-color: #09a1b9 !important;
}
.fast-list ul {
    list-style: none;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.fast-list ul li {
    list-style: none;
    flex: 0 0 11%;
    display: inline-block;
    padding: 10px;
    background-color: #e6e6e6;
    font-size: 13px;
    margin: 0 10px 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.fast-list ul li a {
    color: #000;
}
.fast-list ul li a:hover {
    color: #fa6484;
}
.child-list ul {
    list-style: none;
    margin-top: 0;
    display: block;
    flex-wrap: wrap;
    padding-left: 0;
}
.child-list ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    background-color: #e6e6e6;
    font-size: 13px;
    margin: 0 10px 10px 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.child-list ul li a {
    color: #000;
}
.child-list ul li a:hover {
    color: #fa6484;
}
.child-list ul li span {
    cursor: pointer;
}
.child-list ul li span:hover {
    color: #fa6484;
}
.request-image {
    width: 21% !important;
}
.url-request {
    background-color: transparent;
    float: right;
    width: 150px;
    border: 1px solid #ed5564;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #ed5564;
    display: block;
    text-align: center;
}
.card:hover,
.url-request:hover {
    transition: all 0.2s linear;
    box-shadow: 0 0 10px #aaa;
    color: #ed5564;
}
@media only screen and (max-width: 768px) {
    .since-time {
        margin-top: -20px;
    }
}
.item.list-group-item .list-group-image-request {
    margin: 10px 10px 10px 10px;
}
.request-card .img-event .img-fluid {
    width: 218px !important;
    border-radius: 5px 5px 5px 5px;
}
.banner-block .banner-content .message-title {
    font-size: 20px;
    line-height: 30px;
    color: #09a1b9;
    font-weight: 600;
    margin: 0;
}
.post-slide7 {
    border: 0 solid #ebebeb !important;
}
.post-slide7 .post-review {
    height: 200px;
}
.carousel .border {
    border: 0 solid #ddd !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 22px;
    height: 180px;
}
.carousel-control-next {
    right: -8px;
}
.carousel-control-prev {
    left: -8px;
}
.carousel .rounded-circle {
    border-radius: 0 !important;
}
.city-page .fast-access-banner-description {
    line-height: 34px;
}
.liveresult {
    position: absolute;
}
.liveresult li {
    cursor: pointer;
}
.liveresult li:hover {
    background: #f2f2f2;
}
.liveresultonline li {
    cursor: pointer;
}
.liveresultonline li:hover {
    background: #f2f2f2;
}
@media only screen and (max-width: 768px) {
    .city-page .breadcrumb-section {
        margin-top: 230px;
    }
    .city-page .breadcrumb-custom ol {
        padding-left: 10px;
    }
    .schoolListingResultInfoBox {
        display: block !important;
        height: 94px;
    }
    .schoolListingResultInfoBox .resultText {
        padding: 10px;
        line-height: 30px;
    }
}
.user-price {
    color: #09a1b9;
    font-size: 28px !important;
    font-weight: 600 !important;
}
.url-link {
    height: 34px !important;
    line-height: 34px !important;
}
.list-group-item .card-body {
    padding-left: 0 !important;
}
.step-bubble {
    position: absolute;
    background: #2e88a2;
    width: 75px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #ffff;
    padding-top: 7px;
    font-size: 39px;
    bottom: 10px;
    left: 5px;
}
.how-to-1 {
    background-color: #f0d8ff;
}
.how-to-1 p {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
}
.how-to-1 .fa-ul {
    font-size: 23px;
}
.how-to-2 {
    background-color: #f9ffe9;
}
.how-to-2 h3 {
    font-weight: 700;
}
.how-to-2 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.how-to-2 .field-icon {
    font-size: 50px;
}
.how-to-3 {
    background-color: #fff0ee;
}
.testimony-steps h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
}
.testimony-steps p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
    margin: 0;
    color: #000;
}
.blog-item .card {
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0.5rem;
    padding: 5px;
}
.blog-item .card .card-img-top {
    border-radius: 0.5rem;
}
.blog-item .card .card-img-top:hover {
    box-shadow: 10px 10px 10px #ccc;
    -moz-box-shadow: 10px 10px 10px #ccc;
    -webkit-box-shadow: 10px 10px 10px #ccc;
}
.blog-item .card-body {
    padding: 0 !important;
}
.blog-item .card-title {
    margin-bottom: 0.75rem;
    margin-top: 1rem;
}
.blog-item .card .card-body .card-title a {
    color: #1e3854;
}
.blog-item .card .card-body .card-title a:hover {
    color: #ed5564;
}
.card-text {
    font-size: 16px;
    font-weight: 500;
}
.blog-sub-text {
    color: #bababa;
    font-size: 12px;
}
.caption {
    padding: 1.25rem !important;
}
.course-page .liveresultonline {
    overflow: initial;
    max-height: initial;
}
.user-discounts {
    margin-left: 0 !important;
}
.user-discounts-list {
    display: flex !important;
}
.user-discounts .label {
    margin-right: 1rem;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-default {
    background-color: #777;
}
.label-success {
    background-color: #109f11;
}
.label-primary {
    background-color: #337ab7;
}
.label-info {
    background-color: #5bc0de;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-danger {
    background-color: #d9534f;
}/*
@media only screen and (max-width: 768px) {
    .ozelders .lp-banner {
        margin-top: 170px;
    }
}*/

.levelGroup {
    background-color: #fff;
    display: block;
    position: relative;
}
.levelGroup label {
    padding: 10px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 0.2s ease-in;
    overflow: hidden;
}
.levelGroup label:before {
    width: 15px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background-color: #09a1b9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.levelGroup label:after {
    width: 32px;
    height: 32px;
    content: "";
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.levelGroup input:checked ~ label {
    color: #fff;
}
.levelGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.levelGroup input:checked ~ label:after {
    background-color: #54e0c7;
    border-color: #54e0c7;
}
.levelGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.leftGroup label:after {
    width: 23px;
    height: 23px;
    left: 8px;
}
.leftGroup label {
    border-radius: 7px;
    padding: 14px 44px;
    background-color: #f7f7f7;
    background-size: 31px 26px;
    background-position: -3px 0px;
}
.item-active label:after {
    background-color: #1eb3ef;
    border-color: #1eb3ef;
    background-size: 31px 26px;
    background-position: -3px 0px;
}
.item-active label {
    color: #0893bd;
}
.item-active label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
    background-color: #dcf5ff;
}
.item-list-font {
    font-size: 15px;
    font-weight: 600;
    color: #999999;
    margin-bottom: 10px;
    text-align: left;
}
.scrollable {
    height: 300px;
    overflow-y: scroll;
    margin: -10px;
}

.noCount {
    padding: 5px;
    background-color: aliceblue;
}
.level-search-list {
    background-color: #f7f7f7;
    padding: 7px;
}
.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 110%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    height: 250px;
    overflow: scroll;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}
.tt-suggestion {
    padding: 3px 14px;
    font-size: 13px;
    line-height: 24px;
    border-bottom: 1px dashed #ececec;
}
.twitter-typeahead{
    width: 100%;
}
</pre></body></html>