html {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666;
}

@font-face {
    font-family: 'LatoWebLight';
    src: url('/static/fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('/static/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('/static/fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('/static/fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'LatoWebBold';
    src: url('/static/fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('/static/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('/static/fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('/static/fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/lato-latin.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/lato-latin-ext.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.logo-lato {
    font-family: LatoWebLight;
    width: 140px;
    display: block;
    text-align: center;
    line-height: 1.2;
    font-size: 32px;
}

.logo-lato b {
    font-family: LatoWebBold;
}

.uk-text-blue-bold b {
    color: #3f81f8;
}

.tm-navbar-main {
    z-index: 980;
    border-bottom: 1px solid rgba(228, 228, 228, 0.8);
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.tm-navbar-main-sm {
    z-index: 980;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.tm-tabbar {
    z-index: 981;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    position: fixed;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: 56px;
    padding-bottom: 14px;
}

.tm-modal-dialog {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tm-modal-close-full {
    background: rgba(255, 255, 255, 0) !important;
}

/*
    blog_home.html block "slider_section"
    start
*/

.uk-heading-img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.uk-slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-slide-items {
    display: inline-block;
    color: #1c1c1c;
    margin-top: -35px;
    margin-bottom: 40px;
}
.uk-slide-items ul {
    list-style: none;
    padding-left: 0;
}
.uk-slide-items ul li {
    float: left;
}
.uk-slide-items ul li span{
    margin-right: 15px;
    padding: 5px 10px;
    font-weight: 600;
}

.uk-speech-bubble {
    position: relative;
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 0;
}
.uk-speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right-color: #e5e5e5;
    border-left: 0;
    margin-top: -12px;
    margin-left: -12px;
}
.uk-speech-bubble p {
    font-size: 20px;
    margin: 10px;
}

.uk-see-more {
    padding-left: 48px;
    line-height: 1.5;
    background: none;
    color: #333;
    position: relative;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: .875rem;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
}

.uk-see-more::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 40px;
    border-bottom: 2px solid currentColor;
}

.uk-text-background-test {
    background-color: #ffffff;
    color: transparent!important;
    background-image: linear-gradient(150deg,#3f81f8 0,#3f81f8 20%,#00b3c0 40%,#ff6e4f 80%);
}

.uk-overlay-dim {
    background: rgba(34,34,34,0.4);
}

.uk-font-six h3 {
    font-weight: 600;
}

.uk-login-button {
    background: #3f81f8;
    color: #fff;
    border: 1px solid #3f81f8;
    border-radius: 5px;
    padding: 2px 5px 2px 2px;
}

/*
    blog_home.html block "slider_section"
    end
*/

table, td, th {
    border: 1px solid #c1c1c1;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    text-align: left;
    padding: 8px;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}

@media (min-width: 1200px) {
    .tm-sidebar-left+.tm-main {
        padding-left: 240px;
    }
}

.tm-sidebar-left {
    position: fixed;
    top: 80px;
    bottom: 0;
    box-sizing: border-box;
    width: 240px !important;
    padding: 10px 10px 60px 10px;
    border-right: 1px #e5e5e5 solid;
    overflow: auto;
}

.uk-button-lined {
        background-color: #ffffff;
        color: #333;
        border: 1px solid #e5e5e5;
    }

@media (max-width: 960px) {
    .uk-text-home-heading {
        margin-bottom: 35px;
        margin-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .uk-grid-margin-sm {
        margin-top: 4px;
    }
    .uk-margin-large-top-sm {
        margin-top: 50px;
    }
    .uk-heading-small-sm {
        margin-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .uk-heading-small {
        font-size: 1.4rem;
    }
    .uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
        min-height: 50px;
    }
    .uk-grid {
        margin-left: -5px;
    }
    .uk-grid > * {
        padding-left: 5px;
    }
    .uk-padding {
        padding: 5px;
    }
    .uk-padding-lf {
        padding-left: 25px;
        padding-right: 25px;
    }
    .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {
        margin-top: 10px;
    }
    .uk-card-body {
        padding: 10px 10px;
    }
    h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6 {
        margin: 0 0 10px 0;
    }
    h1, .uk-h1 {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .uk-h1-sm {
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 20px;
    }
    h4, .uk-h4 {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    h5, .uk-h5 {
        font-size: 1.3rem;
        line-height: 1.3;
    }
    p, ul, ol, dl, pre, address, fieldset, figure {
        margin: 0 0 10px 0;
    }
    * + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
        margin-top: 10px;
    }
    * + hr, * + .uk-hr {
        margin-top: 10px;
    }
    hr, .uk-hr {
        margin: 0 0 10px 0;
    }
    .hr-home {
        margin: 10px;
        padding: 10px;
        border-top: 0;
    }
    .uk-card-margin-home {
        margin-top: 20px;
        margin-left: 20px;
        padding-right: 20px;
    }
    .uk-card-title {
        font-size: 1.3rem;
        line-height: 1.2;
    }
    .canvas-article {
        height: 200px;
    }
    .uk-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .uk-article-title {
        font-size: 1.5rem;
    }
    .uk-comment-primary {
        padding: 5px;
    }
    .uk-comment-header {
        margin-bottom: 10px;
    }
    .uk-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
            border-top: 0;
    }
    .uk-progress {
        background-color: #ababab;
        margin-bottom: 10px;
        margin-top: 10px !important;
        height: 8px;
    }
    .uk-container-tab-margin {
        margin-bottom: 56px !important;
    }
    .wagtail-userbar-nav {
        display: none;
    }
}


label > u {
    border-bottom: 2px solid #000;
    text-decoration: none;
}

    .uk-testimonial-quote {
        font-size: 16px;
    }

    .uk-testimonial-avatar-sm {
        margin: auto;
        width: 120px;
    }

    .uk-testimonial-avatar-sm img {
        border: 1px solid #ffffff;
        border-radius: 50%;
        width: 120px;
        height: 120px;
    }

    .uk-testimonial-quote blockquote {
        border: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        background: none;
        font-style: normal;
        line-height: 1.6;
        position: relative;
        z-index: 600;
    }

    .uk-testimonial-quote blockquote * {
        box-sizing: border-box;
    }

    .uk-testimonial-quote blockquote p {
        color: #454545;
        line-height: 1.6;
    }

    .uk-testimonial-quote blockquote p:first-child:before {
        content: '\201C';
        font-family: Georgia, serif;
        color: #8d8d8d;
        font-size: 7.5em;
        font-weight: 700;
        opacity: .3;
        position: absolute;
        top: -.4em;
        left: -.2em;
        text-shadow: none;
        z-index: -300;
    }

    .uk-testimonial-quote img {
        border: 1px solid #ffffff;
        border-radius: 50%;
        display: block;
        width: 120px;
        height: 120px;
        position: absolute;
        top: -.2em;
        left: 0;
    }

    .uk-testimonial-quote cite {
        color: gray;
        display: block;
        font-size: .8em;
    }

    .uk-testimonial-quote cite span {
        color: #5e5e5e;
        font-size: 1em;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-shadow: 0 1px white;
    }

    .uk-testimonial-quote {
        position: relative;
    }

    @media (min-width: 960px) {
        .uk-testimonial-quote .uk-quote-container {
            padding-left: 160px;
        }
        .uk-padding-testi {
            padding-right: 15px;
            padding-left: 15px;
        }
        .uk-margin-medium-top-pc {
            margin-top: 40px !important;
        }
    }
    @media (max-width: 959px) {
        .uk-testimonial-padding-sm {
            padding: 5px 15px 5px 15px;
        }
        .uk-testimonial-quote blockquote {
            font-size: 16px;
        }
        .uk-testimonial-quote blockquote p:first-child:before {
            top: -.7em;
            left: -0.1em;
        }
        .uk-margin-medium-top-pc {
            margin-top: 10px !important;
        }
    }

a.uk-link-text:hover, .uk-link-text a:hover, .uk-link-toggle:hover .uk-link-text, .uk-link-toggle:focus .uk-link-text {
    text-decoration: none;
}

#post-quiz-page {
    color: #000;
}

label > input {
    margin-right: 5px;
}

.uk-list > li > u {
    border-bottom: 2px solid #000;
    text-decoration: none;
}

@media (min-width: 960px) {
    h1, .uk-h1 {
        line-height: 1.5;
    }
}
blockquote {
    border-left: 5px solid #848484;
    padding-left: 10px;
}
.uk-card-profile {
    color: #666;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.uk-card-profile-footer li {
    padding: 0 15px;
}
.uk-navbar-subtitle-tab {
    text-transform: none;
    font-size: .65rem;
}
.uk-container-article {
    max-width: 1080px;
}
.article-sidebar-right {
    top: 460px;
    width: 250px;
}
.article-nav > li.uk-active > a:before {
    content: "";
    position: absolute;
    width: 30px;
    border-top: 1px solid #3f81f8;
}
.article-nav > li > a {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.uk-post-fav polygon {
    fill: #242424
}
.uk-post-fav:hover polygon {
    fill: #1e87f0
}
.uk-video-fav polygon {
    fill: #242424
}
.uk-video-fav:hover polygon {
    fill: #1e87f0
}

.tm-price-meta {
    display: inline-block;
    margin-top: 17px;
    margin-right: 5px;
    font-size: 26px;
    font-weight: 300;
    vertical-align: top;
}

.tm-pagination-btn {
    padding: 10px 16px;
    box-sizing: border-box;
    min-width: 42px;
    line-height: 1.5;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 500px;
    background-color: #fff;
}

.tm-pagination-btn:hover {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(57, 65, 124, 0.3);
}

.tm-pagination-btn-active {
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.8), 5px 5px 10px rgba(57, 65, 124, 0.2);
}


.tm-landing-page-canvas, .tm-home-page-canvas {
    width: 100%;
    height: 600px;
}

.tm-test-canvas {
    width: 100%;
    height: 400px;
}

.service-page-container {
    min-height: calc(100vh - 232px);
}

@media (max-width: 1920px) {
    .tm-landing-page-canvas, .tm-home-page-canvas {
        height: 527px;
    }
    .service-page-container {
        min-height: calc(100vh - 394px);
    }
}
@media (max-width: 1366px) {
    .tm-landing-page-canvas, .tm-home-page-canvas {
        height: 500px;
    }
    .service-page-container {
        min-height: calc(100vh - 394px);
    }
}
@media (max-width: 1280px) {
    .tm-landing-page-canvas, .tm-home-page-canvas {
        height: 450px;
    }
    .service-page-container {
        min-height: calc(100vh - 394px);
    }
}
@media (max-width: 1024px) {
    .tm-landing-page-canvas, .tm-home-page-canvas {
        height: 400px;
    }
    .service-page-container {
        min-height: calc(100vh - 394px);
    }
}
@media (max-width: 768px) {
    .tm-landing-page-canvas, .tm-home-page-canvas {
        height: 360px;
    }
    .service-page-container {
        min-height: calc(100vh - 232px);
    }
}
@media (max-width: 480px) {
    .tm-landing-page-canvas, .tm-home-page-canvas {
        height: 227px;
    }
    .service-page-container {
        min-height: calc(100vh - 232px);
    }
}

.tm-page-content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
}