/* ========================================================================
   Component: Base
 ========================================================================== */

/* 

font-family: din-2014, sans-serif; 

*/

html {
    background: #1c233a;
    color: #fff;
    font-family: 'din-2014', sans-serif;
}

.tm-wrapper-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

@media(max-width: 960px) {
    .tm-wrapper-page {
        overflow-x: hidden;
    }
}

.uk-container {
    max-width: 1630px;
}

.uk-container-xl {
    max-width: 1685px;
}

.uk-container-xl2 {
    max-width: 1745px;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'din-2014', sans-serif;
}

@media(max-width: 375px) {
    .uk-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media(max-width: 767px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Button */

.uk-button {
    border: 1px solid #ffffff !important;;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff !important;
    font-family: 'din-2014', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 55px;
    text-transform: uppercase;
    padding: 0 75px;
    -webkit-transition: linear 0.35s;
    transition: linear 0.35s;
}

.uk-button:hover, .uk-button:focus, .uk-button:active {
    border-color: #4d7ff6 !important;
    color: #4d7ff6 !important;
}

.uk-button-large {
    line-height: 47px;
    padding: 0 55px;
}

.uk-button-primary {
    background: #fff !important;
    border-color: #fff !important;;
    color: #5a8c28 !important;
}

.uk-button-primary-v2 {
    color: #1c233a !important;
    padding: 0 27px !important;
}

.uk-button-primary:hover, .uk-button-primary:focus, .uk-button-primary:active {
    background: #fff !important;
    border-color: #fff !important;
    color: #1C233A !important;
}

.uk-button-secondary {
    background: #1c3078 !important;    
    border-color: #1c3078 !important; 
    color: #fff !important;
    line-height: 55px;
    padding: 0 60px;
}

.uk-button-secondary:hover, .uk-button-secondary:focus, .uk-button-secondary:active {
    background: #2946af !important;  
    border-color: #2946af !important;  
    color: #fff !important;
}

.uk-button-link {
    background: transparent !important; 
    border: 0 !important; 
    padding: 0 !important; 
    color: #5b5763 !important; 
}

@media(max-width: 400px) {
    .uk-button {
        padding: 0 30px;
    }
}

@media(min-width: 401px) and (max-width: 767px) {
    .uk-button {
        padding: 0 50px;
    }
}

/* Video wrapper */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper .video {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.videoWrapper .video iframe, .videoWrapper video {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/* Notification */

.uk-modal-dialog {
    background: #161b2e;
}

.uk-modal-footer {
    background: #161b2e;
    border-top: 0;
}

/* ========================================================================
   Component: Form
 ========================================================================== */

/* Autocomplete hack */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #ffffff !important;
}
/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #ffffff !important;
}

.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='28px' height='28px' viewBox='0 0 28 28' enable-background='new 0 0 28 28' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FDCE38' d='M14.133,4.133c5.522,0,10,4.478,10,10s-4.478,10-10,10 c-5.523,0-10-4.478-10-10S8.61,4.133,14.133,4.133z'/%3E%3C/svg%3E");
}
.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='28' height='28' viewBox='0 0 24 24' stroke-width='3' stroke='%23fdce36' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
}
.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='28' height='28' viewBox='0 0 24 24' stroke-width='3' stroke='%23fdce36' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
}

/* ========================================================================
   Component: Header
 ========================================================================== */

.tm-header-block {
    padding-top: 50px;
    position: relative;    
}

.tm-header-block > img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

.tm-header-block .languageSite button {
    color: #fff !important;
}

@media(max-width: 959px) {
    .tm-header-block {
        padding-top: 15px;
    }
    .tm-header-block > img {
        max-width: initial;
        width: auto;
        height: 1000px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-header-block {
        padding-top: 35px;
    }
    .tm-header-block > img {
        max-width: initial;
        width: auto;
        height: 900px;
    }
}

/* Navbar */

.navbarBlock .uk-navbar-container {
    border-bottom: 2px solid #6982ca;
    padding: 0 0 30px;
    margin: 0 0 90px;
}

.navbarBlock .uk-navbar-container .uk-logo {    
    padding: 0 40px 3px;
}

.navbarBlock .uk-navbar-container .uk-logo::before {
    width: 0 !important;
}

.navbarBlock .uk-navbar-container .uk-logo > img {
    height: 80px;
}

.navbarBlock .uk-navbar-container .uk-navbar-nav > li {
    height: 80px;
}

.navbarBlock .uk-navbar-container .uk-navbar-nav > li > a {
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    min-height: inherit;
    height: 80px;
    line-height: 21px;
    align-items: end;
    position: relative;
}

.navbarBlock .uk-navbar-container .uk-navbar-nav > li:first-child > a {
    padding-left: 0;
}

.navbarBlock .uk-navbar-container .uk-navbar-nav > li:last-child > a {
    padding-right: 0;
}

.navbarBlock .uk-navbar-container .uk-navbar-nav > .clientZone > a svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.navbarBlock .uk-navbar-container .uk-navbar-nav > li > a::before {
    content: "";
    background: transparent;
    width: calc(100% - 30px);
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 15px;
    -webkit-transition: linear 0.35s;
    transition: linear 0.35s;
}

.navbarBlock .uk-navbar-container .uk-navbar-nav > li:first-child > a::before {
    width: calc(100% - 15px);
    left: 0;
}
.navbarBlock .uk-navbar-container .uk-navbar-nav > li:last-child > a::before {
    width: calc(100% - 15px);
}

.navbarBlock .uk-navbar-container .uk-navbar-nav > li > a:hover::before,
.navbarBlock .uk-navbar-container .uk-navbar-nav > li > a:focus::before {
    background: #fff;
}

.navbarBlock .uk-navbar-container .uk-navbar-nav > li.uk-active > a::before {
    background: #fff;
}

@media(max-width: 767px) {
    .navbarBlock .uk-container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbarBlock .uk-navbar-container {
        border-bottom: 2px solid #6982ca;
        padding: 0 20px 15px;
        margin: 0 0 45px;
    }
    .navbarBlock .uk-navbar-container .uk-logo > img {
        height: 50px;
    }
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li {
        height: 50px;
    }
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li > a {
        height: 50px;
    }
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li > a::before {
        width: 0 !important;
    }
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li > a > span {
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li > a > span > svg {
        width: initial !important;
        height: 38px !important;
        vertical-align: -16px;
        margin: 0 !important;
    }   
}

@media(min-width: 768px) and (max-width: 1199px) {
    .navbarBlock .uk-container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbarBlock .uk-navbar-container {
        border-bottom: 2px solid #6982ca;
        padding: 0 20px 15px;
        margin: 0 0 45px;
    }
    .navbarBlock .uk-navbar-container .uk-logo > img {
        height: 50px;
    }
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li {
        height: 50px;
    }
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li > a {
        height: 50px;
    }
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li > a::before {
        width: 0 !important;
    }
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li > a > span {
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height:40px;
    }
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li > a > span > svg {
        width: initial !important;
        height: 38px !important;        
        vertical-align: -13px;
        margin: 0 !important;
    }   
}

@media(min-width: 1200px) and (max-width: 1465px) {    
    .navbarBlock .uk-navbar-container .uk-navbar-nav > li > a {
        font-size: 16px;
        font-weight: 700;
        padding: 0 10px;
    }
    .navbarBlock .uk-navbar-container .uk-logo {
        padding: 0 25px 3px !important;
    }
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */

.tm-slideshow-block {
    margin-bottom: 200px;
}

.tm-slideshow-block .subtitle {
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
    line-height: 45px;
    text-transform: uppercase;        
    color: #142165;
    padding: 0 35px;
    margin-bottom: 30px;
}

.tm-slideshow-block h1 {
    font-size: 90px;
    font-weight: 800;
    line-height: 94px;
    color: #fff;
    margin: 0 0 50px;
}

.tm-slideshow-block .introtext {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px;
}

.tm-slideshow-block .introtext > p {
    margin: 0 0 25px;
}

.tm-slideshow-block .introtext > *:last-child {
    margin: 0 !important;
}

.tm-slideshow-block .uk-slideshow .uk-slideshow-nav  {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.tm-slideshow-block .uk-slideshow .uk-slideshow-nav > li {
    margin-bottom: 7px;
}

.tm-slideshow-block .uk-slideshow .uk-slideshow-nav > li:last-child {
    margin-bottom: 0;
}

.tm-slideshow-block .uk-slideshow .uk-slideshow-nav > li > a {
    background: #fff;
    display: inline-block;
    width: 3px;
    height: 40px;
}

.tm-slideshow-block .uk-slideshow .uk-slideshow-nav > li.uk-active > a {
    background: #fdd03f;
}

@media(max-width: 767px) {
    .tm-slideshow-block {
        margin-bottom: 50px;
    }
    .tm-slideshow-block h1 {
        font-size: 45px;
        line-height: 53px;
        margin: 0 0 30px;
    }
    .tm-slideshow-block .introtext {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .tm-slideshow-block .uk-grid > li > .uk-button {
        font-size: 12px;
        padding: 0 20px;
        margin-bottom: 10px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-slideshow-block {
        margin-bottom: 50px;
    }
    .tm-slideshow-block h1 {
        font-size: 45px;
        line-height: 53px;
        margin: 0 0 30px;
    }
    .tm-slideshow-block .introtext {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-slideshow-block {
        margin-bottom: 100px;
    }
    .tm-slideshow-block h1 {
        font-size: 45px;
        line-height: 53px;
        margin: 0 0 30px;
    }
    .tm-slideshow-block .introtext {
        font-size: 18px;
        line-height: 26px;
    }
    .tm-slideshow-block .uk-grid > li > .uk-button {
        padding: 0 20px;
    }
    .tm-slideshow-block .uk-slideshow .uk-slideshow-nav  {
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: inherit;
        bottom: 0;
        right: inherit;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .tm-slideshow-block .uk-slideshow .uk-slideshow-nav > li {
        margin-right: 7px;
    }

    .tm-slideshow-block .uk-slideshow .uk-slideshow-nav > li:last-child {
        margin-bottom: 0;
    }

    .tm-slideshow-block .uk-slideshow .uk-slideshow-nav > li > a {
        background: #fff;
        display: inline-block;
        width: 40px;
        height: 3px;
    }
}

@media(min-width: 1200px) and (max-width: 1465px) {
    .tm-slideshow-block {
        margin-bottom: 50px;
    }
    .tm-slideshow-block h1 {
        font-size: 45px;
        line-height: 53px;
        margin: 0 0 30px;
    }
    .tm-slideshow-block .introtext {
        font-size: 18px;
        line-height: 26px;
    }
    .tm-slideshow-block .uk-grid > li > .uk-button {
        padding: 0 50px;
    }
}

/* ========================================================================
   Component: Develop
 ========================================================================== */

/* About us */

.tm-develop-block {
    padding: 55px 0 0;
}

.tm-develop-block .uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 3px solid #3740d9;
}

.tm-develop-block .aboutUs > .slogan > img {
    max-width: 300px;
    position: relative;
    top: -55px;
}

.tm-develop-block .aboutUs > .slogan h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 80px;
    color: #fff;
    margin: -20px 0 0;
}

.tm-develop-block .aboutUs > .content {
    font-size: 21px;
    line-height: 40px;
}

.tm-develop-block .aboutUs > .content > p {
    margin: 0 0 50px;
}

.tm-develop-block .aboutUs > .content > *:last-child {
    margin: 0 !important;
}

/* Why us */

.tm-develop-block .whyUs {
    padding: 120px 0 0;
}

.tm-develop-block .whyUs .ico > img {
    max-height: 125px;
}

.tm-develop-block .whyUs h3 {
    font-size: 21px;
    line-height: 32px;
    color: #fff;
    margin: 55px 0 0;
}

@media(max-width: 767px) {
    .tm-develop-block {
        padding: 35px 0 0;
    }
    .tm-develop-block .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
        border-top: 3px solid #3740d9;
    }
    .tm-develop-block .aboutUs > .slogan{
        text-align: center;
    }
    .tm-develop-block .aboutUs > .slogan > img {
        max-width: 150px;
        top: -35px;
    }
    .tm-develop-block .aboutUs > .slogan h2 {
        font-size: 33px;
        line-height: 42px;
    }
    .tm-develop-block .aboutUs > .content {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
    .tm-develop-block .aboutUs > .content > p {
        margin: 0 0 20px;
    }
    .tm-develop-block .aboutUs > .content > div > a {
        color: #fdd03f;
        text-decoration: underline;
    }
    .tm-develop-block .aboutUs > .content > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-develop-block .whyUs .ico > img {
        max-height: 80px;
    }
    .tm-develop-block .whyUs {
        padding: 45px 0 0;
    }
    .tm-develop-block .whyUs h3 {
        font-size: 14px;
        line-height: 22px;
        margin: 20px 0 0;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-develop-block {
        padding: 35px 0 0;
    }
    .tm-develop-block .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
        border-top: 3px solid #3740d9;
    }
    .tm-develop-block .aboutUs > .slogan{
        text-align: center;
    }
    .tm-develop-block .aboutUs > .slogan > img {
        max-width: 150px;
        top: -35px;
    }
    .tm-develop-block .aboutUs > .slogan h2 {
        font-size: 33px;
        line-height: 42px;
    }
    .tm-develop-block .aboutUs > .content {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
    .tm-develop-block .aboutUs > .content > p {
        margin: 0 0 20px;
    }
    .tm-develop-block .aboutUs > .content > div > a {
        color: #fdd03f;
        text-decoration: underline;
    }
    .tm-develop-block .aboutUs > .content > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-develop-block .whyUs .ico > img {
        max-height: 80px;
    }
    .tm-develop-block .whyUs {
        padding: 45px 0 0;
    }
    .tm-develop-block .whyUs h3 {
        font-size: 14px;
        line-height: 22px;
        margin: 20px 0 0;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-develop-block .aboutUs > .slogan h2 {
        font-size: 38px;
        line-height: 52px;
    }
    .tm-develop-block .aboutUs > .content {
        font-size: 18px;
        line-height: 32px;
    }
    .tm-develop-block .aboutUs > .content > p {
        margin-bottom: 25px;
    }
    .tm-develop-block .whyUs {
        padding: 90px 0 0;
    }
    .tm-develop-block .whyUs h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(min-width: 1200px) and (max-width: 1465px) {
    .tm-develop-block .aboutUs > .slogan h2 {
        font-size: 48px;
        line-height: 62px;
    }
    .tm-develop-block .aboutUs > .content {
        font-size: 18px;
        line-height: 32px;
    }
    .tm-develop-block .aboutUs > .content > p {
        margin-bottom: 25px;
    }
    .tm-develop-block .whyUs {
        padding: 90px 0 0;
    }
}

/* ========================================================================
   Component: Latest games release
 ========================================================================== */

.tm-latest-games-block {
    padding: 185px 0 0;
}

.tm-latest-games-block .head {
    text-align: center;
    margin-bottom: 85px;
}

.tm-latest-games-block .head > h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 35px;
    margin: 0 0 35px;
    position: relative;
}

.tm-latest-games-block .head > h2::before {
    background: #3740d9;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-latest-games-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.tm-latest-games-block .uk-slider .uk-card-body {
    background: #0c132b;
    padding: 30px 70px 65px;
    position: relative;
}

.tm-latest-games-block .uk-slider .uk-card-body h3 {
    font-size: 27px;
    font-weight: 800;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.tm-latest-games-block .uk-slider .uk-card-body h3 > a {
    font-size: 27px;
    font-weight: 800;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.tm-latest-games-block .uk-slider .uk-card-body .game-ico > li > img {
    max-width: 37px;
}

.tm-latest-games-block .uk-slider .uk-card-body .introtext {
    line-height: 28px;
    margin-top: 25px;
}

.tm-latest-games-block .uk-slider .uk-card-body .moreBtn {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    position: absolute;
    bottom: 45px;
    left: 70px;
}

.tm-latest-games-block .uk-slider .uk-slider-nav  {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tm-latest-games-block .uk-slider .uk-slider-nav > li {
    line-height: 3px;
    margin-right: 7px;
}

.tm-latest-games-block .uk-slider .uk-slider-nav > li:last-child {
    margin-right: 0;
}

.tm-latest-games-block .uk-slider .uk-slider-nav > li > a {
    background: #fff;
    display: inline-block;
    width: 20px;
    height: 3px;
}

.tm-latest-games-block .uk-slider .uk-slider-nav > li.uk-active > a {
    background: #fdd03f;
}

.tm-latest-games-block .more {
    margin-top: 65px;
}

@media(max-width: 767px) {
    .tm-latest-games-block {
        padding: 80px 0 0;
    }
    .tm-latest-games-block .head > h2 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    }
    .tm-latest-games-block .head > h2::before {
        width: 160px;
    }
    .tm-latest-games-block .head p {
        font-size: 14px;
        line-height: 22px;
    }
    .tm-latest-games-block .head {
        margin-bottom: 40px;
    }
    .tm-latest-games-block .uk-slider .uk-card-body {
        padding: 30px 30px 28px;
    }
    .tm-latest-games-block .uk-slider .uk-card-body h3, .tm-latest-games-block .uk-slider .uk-card-body h3 > a {
        font-size: 25px;
        line-height: 33px;
    }
    .tm-latest-games-block .uk-slider .uk-card-body .game-ico > li > img {
        max-width: 30px;
    }
    .tm-latest-games-block .more {
        margin-top: 45px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-latest-games-block {
        padding: 80px 0 0;
    }
    .tm-latest-games-block .head > h2 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    }
    .tm-latest-games-block .head > h2::before {
        width: 160px;
    }
    .tm-latest-games-block .head p {
        font-size: 14px;
        line-height: 22px;
    }
    .tm-latest-games-block .head {
        margin-bottom: 40px;
    }
    .tm-latest-games-block .uk-slider .uk-card-body {
        padding: 30px 30px 28px;
    }
    .tm-latest-games-block .uk-slider .uk-card-body h3, .tm-latest-games-block .uk-slider .uk-card-body h3 > a {
        font-size: 25px;
        line-height: 33px;
    }
    .tm-latest-games-block .uk-slider .uk-card-body .game-ico > li > img {
        max-width: 30px;
    }
    .tm-latest-games-block .more {
        margin-top: 45px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-latest-games-block {
        padding: 120px 0 0;
    }
}

@media(min-width: 1200px) and (max-width: 1465px) {
    .tm-latest-games-block {
        padding: 145px 0 0;
    }
    .tm-latest-games-block .uk-slider .uk-card-body h3, .tm-latest-games-block .uk-slider .uk-card-body h3 > a {
        font-size: 25px;
        line-height: 33px;
    }
    .tm-latest-games-block .uk-slider .uk-card-body .game-ico > li > img {
        max-width: 30px;
    }
    .tm-latest-games-block .uk-slider .uk-grid-column-large, .tm-latest-games-block .uk-slider .uk-grid-large {
        margin-left: -40px;
    }
    .tm-latest-games-block .uk-slider .uk-grid-column-large > *, .tm-latest-games-block .uk-slider .uk-grid-large > * {
        padding-left: 40px;
    }
}

/* ========================================================================
   Component: VLT cabines
 ========================================================================== */

.tm-vlt-cabinets-block {
    padding: 185px 0 0;
    position: relative;
}

.tm-vlt-cabinets-block > img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

.tm-vlt-cabinets-block .head {
    text-align: center;
    margin-bottom: 55px;
}

.tm-vlt-cabinets-block .head > h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 35px;
    margin: 0 0 35px;
    position: relative;
}

.tm-vlt-cabinets-block .head > h2::before {
    background: #fff;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-vlt-cabinets-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.tm-vlt-cabinets-block .uk-slider .uk-card-body {
    margin-top: 45px;
}

.tm-vlt-cabinets-block .uk-slider .uk-card-body h3, .tm-vlt-cabinets-block .uk-slider .uk-card-body h3 > a {
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.tm-vlt-cabinets-block .uk-slider .uk-card-body .introtext {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 45px;
}

@media(max-width: 767px) {
    .tm-vlt-cabinets-block {
        padding: 70px 0 0;
    }
    .tm-vlt-cabinets-block .uk-container {
        padding-left: 0;
        padding-right: 0; 
    }
    .tm-vlt-cabinets-block > img {
        width: auto;
        height: 1200px;
        max-width: none;
    }
    .tm-vlt-cabinets-block .head {
        padding-left: 30px;
        padding-right: 30px;
    }
    .tm-vlt-cabinets-block .head > h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    }
    .tm-vlt-cabinets-block .head > h2::before {
        width: 170px;
    }
    .tm-vlt-cabinets-block .head p {
        font-size: 14px;
        line-height: 28px;;
    }
    .tm-vlt-cabinets-block .uk-slider .uk-card-body {
        margin-top: 35px;
    }
    .tm-vlt-cabinets-block .uk-slider .uk-card-body h3 {
        margin-bottom: 15px;
    }
    .tm-vlt-cabinets-block .uk-slider .uk-card-body h3, .tm-vlt-cabinets-block .uk-slider .uk-card-body h3 > a {
        font-size: 24px;
        line-height: 32px;        
    }
    .tm-vlt-cabinets-block .uk-slider .uk-card-body .introtext {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-vlt-cabinets-block {
        padding: 70px 0 0;
    }
    .tm-vlt-cabinets-block .uk-container {
        padding-left: 0;
        padding-right: 0; 
    }
    .tm-vlt-cabinets-block > img {
        width: auto;
        height: 1200px;
        max-width: none;
    }
    .tm-vlt-cabinets-block .head {
        padding-left: 30px;
        padding-right: 30px;
    }
    .tm-vlt-cabinets-block .head > h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    }
    .tm-vlt-cabinets-block .head > h2::before {
        width: 170px;
    }
    .tm-vlt-cabinets-block .head p {
        font-size: 14px;
        line-height: 28px;;
    }
    .tm-vlt-cabinets-block .uk-slider .uk-card-body {
        margin-top: 35px;
    }
    .tm-vlt-cabinets-block .uk-slider .uk-card-body h3 {
        margin-bottom: 15px;
    }
    .tm-vlt-cabinets-block .uk-slider .uk-card-body h3, .tm-vlt-cabinets-block .uk-slider .uk-card-body h3 > a {
        font-size: 24px;
        line-height: 32px;        
    }
    .tm-vlt-cabinets-block .uk-slider .uk-card-body .introtext {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-vlt-cabinets-block {
        padding: 120px 0 0;
    }
}

@media(min-width: 1200px) and (max-width: 1465px) {
    .tm-vlt-cabinets-block {
        padding: 145px 0 0;
        position: relative;
    }
    .tm-vlt-cabinets-block .uk-slider .uk-grid-column-large, .tm-vlt-cabinets-block .uk-slider .uk-grid-large {
        margin-left: -40px;
    }
    .tm-vlt-cabinets-block .uk-slider .uk-grid-column-large > *, .tm-vlt-cabinets-block .uk-slider .uk-grid-large > * {
        padding-left: 40px;
    }
}

/* ========================================================================
   Component: Jackpot solutions
 ========================================================================== */

.tm-jackpot-solution-block {
    padding: 170px 0 225px;
    position: relative;
}

.tm-jackpot-solution-block > img {
    position: absolute;
    bottom: -210px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

.tm-jackpot-solution-block .head {
    text-align: center;
    margin-bottom: 260px;
}

.tm-jackpot-solution-block .head > h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 35px;
    margin: 0 0 35px;
    position: relative;
}

.tm-jackpot-solution-block .head > h2::before {
    background: #3740d9;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-jackpot-solution-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.tm-jackpot-solution-block .content {
    padding-left: 90px;
}

.tm-jackpot-solution-block .content > div {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px;
}

.tm-jackpot-solution-block .content > div > p {    
    margin: 0 0 50px;
}

.tm-jackpot-solution-block .content > div > *:last-child {
    margin: 0 !important;
}

@media(max-width: 767px) {
    .tm-jackpot-solution-block {
        padding: 90px 0 0;
    }
    .tm-jackpot-solution-block > img {
        max-width: initial;
        width: 100%;        
        margin-top: 50px;
        position: initial;
        bottom: initial;
        left: initial;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
    .tm-jackpot-solution-block .head {
        text-align: center;
        margin-bottom: 40px;
    }
    .tm-jackpot-solution-block .head > h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    }

    .tm-jackpot-solution-block .head > h2::before {
        width: 170px;
    }
    .tm-jackpot-solution-block .head p {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
    .tm-jackpot-solution-block .uk-flex {
        margin-left: -40px;
    }
    .tm-jackpot-solution-block .content {
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        padding-left: 40px;
    }
    .tm-jackpot-solution-block .content > div {
        display: none;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-jackpot-solution-block {
        padding: 90px 0 0;
    }
    .tm-jackpot-solution-block > img {
        max-width: initial;
        width: 100%;        
        margin-top: 50px;
        position: initial;
        bottom: initial;
        left: initial;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
    .tm-jackpot-solution-block .head {
        text-align: center;
        margin-bottom: 40px;
    }
    .tm-jackpot-solution-block .head > h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    }

    .tm-jackpot-solution-block .head > h2::before {
        width: 170px;
    }
    .tm-jackpot-solution-block .head p {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
    .tm-jackpot-solution-block .uk-flex {
        margin-left: -40px;
    }
    .tm-jackpot-solution-block .content {
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        padding-left: 40px;
    }
    .tm-jackpot-solution-block .content > div {
        display: none;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-jackpot-solution-block {
        padding: 120px 0 235px;
    }
    .tm-jackpot-solution-block > img {
        bottom: -140px;
    }
    .tm-jackpot-solution-block .head {
        margin-bottom: 50px;
    }
    .tm-jackpot-solution-block .content {
        max-width: 50%;
        padding-left: 30px;
    }
    .tm-jackpot-solution-block .content > div > p {
        margin: 0 0 25px;
    }   
}

@media(min-width: 1200px) and (max-width: 1465px) {
    .tm-jackpot-solution-block {
        padding: 120px 0 235px;
    }
    .tm-jackpot-solution-block > img {
        bottom: -140px;
    }
    .tm-jackpot-solution-block .head {
        margin-bottom: 50px;
    }
    .tm-jackpot-solution-block .content {
        max-width: 50%;
        padding-left: 30px;
    }
    .tm-jackpot-solution-block .content > div > p {
        margin: 0 0 25px;
    }   
}

@media(min-width: 1466px) and (max-width: 1765px) {
    .tm-jackpot-solution-block .head {
        margin-bottom: 100px;
    }
}

/* ========================================================================
   Component: References
 ========================================================================== */

.tm-references-block .wrapper {
    background: url(../images/bg_references_5x600px.jpg) repeat-x scroll bottom left #232c49;
    padding: 90px 75px;
}

.tm-references-block .wrapper .head {
    text-align: center;
    margin-bottom: 65px;
}

.tm-references-block .wrapper .head h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px;
}

.tm-references-block .wrapper .head p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.tm-references-block .wrapper .uk-slider > ul > li > div {
    text-align: center;
    position: relative;
}

.tm-references-block .wrapper .uk-slider > ul > li.uk-active > div::before {
    content: "";
    background: #046af6;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 1;
}

.tm-references-block .wrapper .uk-slider .uk-slider-nav  {
    list-style-type: none;
    padding: 0;
    margin: 0;
    
}

.tm-references-block .wrapper .uk-slider .uk-slider-nav > li {
    line-height: 3px;
    margin-right: 7px;
}

.tm-references-block .wrapper .uk-slider .uk-slider-nav > li:last-child {
    margin-right: 0;
}

.tm-references-block .wrapper .uk-slider .uk-slider-nav > li > a {
    background: #fff;
    display: inline-block;
    width: 20px;
    height: 3px;
}

.tm-references-block .wrapper .uk-slider .uk-slider-nav > li.uk-active > a {
    background: #fdd03f;
}

@media(max-width: 767px) {
    .tm-references-block .wrapper {
        background: transparent;
        padding: 50px 35px 0;
        margin: 0 -40px;
    }
    .tm-references-block .wrapper .head {
        margin-bottom: 33px;
    }
    .tm-references-block .wrapper .head h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 20px;
    }
    .tm-references-block .head p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-references-block .wrapper {
        background: transparent;
        padding: 50px 35px 0;
        margin: 0 -40px;
    }
    .tm-references-block .wrapper .head {
        margin-bottom: 33px;
    }
    .tm-references-block .wrapper .head h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 20px;
    }
    .tm-references-block .head p {
        font-size: 14px;
        line-height: 22px;
    }
}

/* ========================================================================
   Component: News
 ========================================================================== */

.tm-news-block {
    padding: 70px 0 0;
}

.tm-news-block .head {
    text-align: center;
    margin-bottom: 75px;
}

.tm-news-block .head h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 35px;
    margin: 0 0 35px;
    position: relative;
}

.tm-news-block .head h2::before {
    background: #3740d9;
    content: "";
    width: 240px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-news-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.tm-news-block .list .uk-slider .uk-card-body {
    padding: 35px 0 5px;
}

.tm-news-block .list .uk-slider .uk-card-body .date {
    background: #3740d9;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    padding: 0 25px;
    margin-bottom: 35px;
}

.tm-news-block .list .uk-slider .uk-card-body h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 35px;
}

.tm-news-block .list .uk-slider .uk-card-body h3 > a {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.tm-news-block .list .uk-slider .uk-card-body .introtext {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}

.tm-news-block .list .uk-slider .uk-card-body .introtext > p {    
    margin: 0 0 20px;
}

.tm-news-block .list .uk-slider .uk-card-body .introtext > p:last-child {
    margin: 0;
}

.tm-news-block .uk-slider .uk-slider-nav  {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%,0);
}

.tm-news-block .uk-slider .uk-slider-nav > li {
    line-height: 3px;
    margin-right: 7px;
}

.tm-news-block .uk-slider .uk-slider-nav > li:last-child {
    margin-right: 0;
}

.tm-news-block .uk-slider .uk-slider-nav > li > a {
    background: #fff;
    display: inline-block;
    width: 20px;
    height: 3px;
}

.tm-news-block .uk-slider .uk-slider-nav > li.uk-active > a {
    background: #fdd03f;
}

@media(max-width: 767px) {
    .tm-news-block .head {
        margin-bottom: 25px;
    }
    .tm-news-block .head h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 25px;
        margin: 25px 0 20px;
    }
    .tm-news-block .head h2::before {
        width: 170px;
    }
    .tm-news-block .head p {
        font-size: 14px;
        line-height: 22px;
    }
    .tm-news-block .uk-slider {
        padding-top: 30px;
    }
    .tm-news-block .list .uk-slider .uk-card-body .date {
        margin-bottom: 30px;
    }
    .tm-news-block .list .uk-slider .uk-card-body h3, .tm-news-block .list .uk-slider .uk-card-body h3 > a {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .tm-news-block .list .uk-slider .uk-card-body .introtext {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-news-block .head {
        margin-bottom: 25px;
    }
    .tm-news-block .head h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 25px;
        margin: 25px 0 20px;
    }
    .tm-news-block .head h2::before {
        width: 170px;
    }
    .tm-news-block .head p {
        font-size: 14px;
        line-height: 22px;
    }
    .tm-news-block .uk-slider {
        padding-top: 30px;
    }
    .tm-news-block .list .uk-slider .uk-card-body .date {
        margin-bottom: 30px;
    }
    .tm-news-block .list .uk-slider .uk-card-body h3, .tm-news-block .list .uk-slider .uk-card-body h3 > a {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .tm-news-block .list .uk-slider .uk-card-body .introtext {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}

@media(min-width: 1200px) and (max-width: 1465px) {
    .tm-news-block {
        padding: 40px 0 0;
    }
    .tm-news-block .uk-slider .uk-grid-column-large, .tm-news-block .uk-slider .uk-grid-large {
        margin-left: -40px;
    }
    .tm-news-block .uk-slider .uk-grid-column-large > *, .tm-news-block .uk-slider .uk-grid-large > * {
        padding-left: 40px;
    }
}

/* ========================================================================
   Component: Contact
 ========================================================================== */

.tm-contact-block {
    height: 1000px;
    position: relative;
}

.tm-contact-block > img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

.tm-contact-block .uk-flex > div > img {
    width: 300px;
}

.tm-contact-block .uk-flex > div > h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 45px;
    margin: 40px 0 45px;
    position: relative;
}

.tm-contact-block .uk-flex > div > h2::before {
    background: #3740d9;
    content: "";
    width: 240px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-contact-block .uk-flex > div > .addressInfo > h3 {
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px;
}

.tm-contact-block .uk-flex > div > .addressInfo > p {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 27px;
}

.tm-contact-block .uk-flex > div > .addressInfo > p:last-child {
    margin: 90px 0 0;
}

.tm-contact-block .uk-flex > div > .addressInfo > p > a {
    color: #fff;
}

.tm-contact-block .uk-flex > div > .addressInfo > p > span {
    font-size: 14px;
}

@media(max-width: 767px) {
    .tm-contact-block {
        overflow-x: hidden;
        height: 800px;
    }
    .tm-contact-block > img {
        width: auto;
        height: 800px;
        max-width: none;
    }
    .tm-contact-block .uk-flex > div > img {
        width: 160px;
    }
    .tm-contact-block .uk-flex > div > h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 25px;
        margin: 30px 0 70px;
    }
    .tm-contact-block .uk-flex > div > h2::before {
        width: 195px;
    }
    .tm-contact-block .uk-flex > div > .addressInfo > h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-contact-block .uk-flex > div > .addressInfo > p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .tm-contact-block .uk-flex > div > .addressInfo > p:last-child {
        margin: 70px 0 0;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-contact-block {
        overflow-x: hidden;
        height: 800px;
    }
    .tm-contact-block > img {
        width: auto;
        height: 800px;
        max-width: none;
    }
    .tm-contact-block .uk-flex > div > img {
        width: 160px;
    }
    .tm-contact-block .uk-flex > div > h2 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 25px;
        margin: 30px 0 70px;
    }
    .tm-contact-block .uk-flex > div > h2::before {
        width: 195px;
    }
    .tm-contact-block .uk-flex > div > .addressInfo > h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-contact-block .uk-flex > div > .addressInfo > p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .tm-contact-block .uk-flex > div > .addressInfo > p:last-child {
        margin: 70px 0 0;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-contact-block > img {
        width: auto;
        height: 1000px;
        max-width: none;
    }
}

/* ========================================================================
   Component: Client Zone
 ========================================================================== */

.tm-clientZone-block {
    padding: 25px 0 185px;
}

.tm-clientZone-block .head {
    text-align: center;
    margin-bottom: 60px;
}

.tm-clientZone-block .head h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 0 35px;
    position: relative;
}

.tm-clientZone-block .head > h1::before {
    background: #4d7ff6;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-clientZone-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.tm-clientZone-block .sign {
    max-width: 720px;
    width: 100%;
}

.tm-clientZone-block .sign .uk-card {
    background: #1c233a;
    padding: 75px 55px 70px;
}

.tm-clientZone-block .sign .uk-card form .dataForm > div + div {
    margin-top: 20px;
}

.tm-clientZone-block .sign .uk-card form .dataForm > div > input {
    background: #343d59 !important;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    color: #fff !important;
    font-size: 21px;
    height: 55px;
    line-height: 55px;
    padding: 0 55px;
}

.tm-clientZone-block .sign .uk-card form .dataForm > div > input::-webkit-input-placeholder {
  color: #fff !important;
}

.tm-clientZone-block .sign .uk-card form .dataForm > div > input:-ms-input-placeholder {
  color: #fff !important;
}

.tm-clientZone-block .sign .uk-card form .dataForm > div > input::placeholder {
  color: #fff !important;
}

.tm-clientZone-block .sign .uk-card form .sendForm {
    margin: 30px 0 85px;
}

.tm-clientZone-block .sign .uk-card form .sendForm button > svg {
    width: 27px;
    margin-right: 17px;
}

.tm-clientZone-block .sign .uk-card form .forgotPasswd {
    font-size: 18px;
}

.tm-clientZone-block .sign .uk-card form .forgotPasswd > a {
    text-decoration: underline;
    color: #fff !important;
}

@media(max-width: 400px) {
    .tm-clientZone-block .sign .uk-card form .sendForm button > svg {
        display: none;
    }
}

@media(max-width: 640px) {
    .tm-clientZone-block .sign .uk-card form .forgotPasswd {
        text-align: center;
    }
}

@media(max-width: 767px) {
    .tm-clientZone-block {
        padding: 0 0 65px;
    }
    .tm-clientZone-block .uk-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .tm-clientZone-block .head {
        margin-bottom: 50px;
    }
    .tm-clientZone-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-clientZone-block .head p {
        font-size: 14px;
        line-height: 22px;
    }       
    .tm-clientZone-block .sign .uk-card {
        padding: 35px;        
    }
    .tm-clientZone-block .sign .uk-card form .sendForm {
        margin-bottom: 45px;
    }
    .tm-clientZone-block .sign .uk-card form .forgotPasswd {
        font-size: 14px;
    }
}

/* ========================================================================
   Component: Games base
 ========================================================================== */

.tm-games-list-block, .tm-games-detail-block {
    padding: 25px 0 100px;
}

.tm-games-list-block .head, .tm-games-detail-block .head {
    text-align: center;
    margin-bottom: 90px;
}

.tm-games-list-block .head h1, .tm-games-detail-block .head h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 0 35px;
    position: relative;
}

.tm-games-list-block .head > h1::before, .tm-games-detail-block .head > h1::before {
    background: #4d7ff6;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-games-list-block .head p, .tm-games-detail-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.tm-games-list-block .gamesList, .tm-games-detail-block .gamesDetail {
    background: #1c233a;
    padding: 70px 55px 0;
}

@media(max-width: 767px) {
    .tm-games-list-block, .tm-games-detail-block {
        padding: 0 0 50px;
    }
    .tm-games-list-block .head h1, .tm-games-detail-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-games-list-block .head p, .tm-games-detail-block .head p {
        font-size: 14px;
        line-height: 22px;
    }   
    .tm-games-list-block .head, .tm-games-detail-block .head {
        margin-bottom: 50px;
    }
    .tm-games-list-block .gamesList, .tm-games-detail-block .gamesDetail {
        padding: 35px 25px 0;
        margin: 0 -25px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-games-list-block .head h1, .tm-games-detail-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-games-list-block .head p, .tm-games-detail-block .head p {
        font-size: 14px;
        line-height: 22px;
    }   
    .tm-games-list-block .head, .tm-games-detail-block .head {
        margin-bottom: 50px;
    }
    .tm-games-list-block .gamesList, .tm-games-detail-block .gamesDetail {
        padding: 35px 25px 0;
        margin: 0 -25px;
    }
}

/* ========================================================================
   Component: Games list
 ========================================================================== */

/* filters */

.tm-games-list-block .gamesList .gamesFilter {
    border-bottom: 2px solid #696e8f;
    padding: 0 25px 50px;
    margin-bottom: 50px
}

.tm-games-list-block .gamesList .gamesFilter ul > li:first-child {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
}

.tm-games-list-block .gamesList .gamesFilter ul > li:nth-child(2) {
    padding-left: 20px !important;
}

.tm-games-list-block .gamesList .gamesFilter ul > li > label {
    display: inline-block;
    font-size: 21px;
    line-height: 32px;
    padding: 0 0 0 49px;
    position: relative;
}

.tm-games-list-block .gamesList .gamesFilter ul > li > label > input {
    background-color: #fff;
    border: 0;
    width: 32px;
    height: 32px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/* Games */

.tm-games-list-block .gamesList .uk-card-body {
    background: #0c132b;
    padding: 30px 70px 65px;
    position: relative;
}

.tm-games-list-block .gamesList .uk-card-body h3 {
    font-size: 27px;
    font-weight: 800;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.tm-games-list-block .gamesList .uk-card-body h3 > a {
    font-size: 27px;
    font-weight: 800;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.tm-games-list-block .gamesList .uk-card-body .game-ico > li > img {
    max-width: 60px;
}

.tm-games-list-block .gamesList .uk-card-body .introtext {
    line-height: 28px;
    margin-top: 25px;
}

.tm-games-list-block .gamesList .more {
    margin-top: 65px;
}

.tm-games-list-block .gamesList .uk-card-body .moreBtn {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    position: absolute;
    bottom: 45px;
    left: 70px;
}

/* Search */

.tm-games-list-block .gamesList .gamesFilter .param-3 input {
    border-radius: 50px;
}

.tm-games-list-block .gamesList .gamesFilter .param-3 .uk-button {
    background-color: #3E8FF2 !important;
    border: 0 !important;
    color: #fff !important;
    line-height: 40px;
    padding: 0 20px;
}

.tm-games-list-block .gamesList .gamesFilter .param-3 .uk-button:hover {
    background-color: #257ce6 !important;
}

.tm-games-list-block .gamesList .gamesFilter .param-3 .uk-button-danger {
    background-color: #1B4498 !important;
    color: #fff !important;
}

.tm-games-list-block .gamesList .gamesFilter .param-3 .uk-button-danger:hover {
    background-color: #0d3a95 !important;
}

/* UIkit hack */

.tm-games-list-block .gamesList .gamesFilter [hidden] {
    display: inherit !important;
}

/* Pagination */

.tm-games-list-block .gamesList .uk-pagination {
    justify-content: center;
}

.tm-games-list-block .gamesList .uk-pagination li a, .tm-games-list-block .gamesList .uk-pagination li span {
    color: #fff;
    font-size: 18px;
    transition: ease-in-out .15s;
}

.tm-games-list-block .gamesList .uk-pagination li.uk-active a {    
    background-color: #1e87f0;
}

.tm-games-list-block .gamesList .uk-pagination li a:hover {
    background-color: #0c132b;
}

@media(max-width: 767px) {
    /* Filters */
    .tm-games-list-block .gamesList .gamesFilter {
        padding: 0 25px 35px;
        margin-bottom: 35px;
    }
    .tm-games-list-block .gamesList .gamesFilter [hidden] {
        display: none !important;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li:nth-child(2) {
        padding-left: 30px !important;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li:first-child > span {
        display: block;
        cursor: pointer;
        position: relative;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li:first-child > span > .uk-icon {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    /* Games */
    .tm-games-list-block .gamesList .uk-card-body {
        padding: 30px 30px 48px;
    }
    .tm-games-list-block .gamesList .uk-card-body h3, .tm-games-list-block .gamesList .uk-card-body h3 > a {
        font-size: 25px;
        line-height: 33px;
    }
    .tm-games-list-block .gamesList .uk-card-body .game-ico > li > img {
        max-width: 30px;
    }
    .tm-games-list-block .gamesList .more {
        margin-top: 45px;
    }
    .tm-games-list-block .gamesList .uk-card-body .moreBtn {
        bottom: 28px;
        left: 30px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    /* Filters */
    .tm-games-list-block .gamesList .gamesFilter {
        padding: 0 25px 35px;
        margin-bottom: 35px;
    }
    .tm-games-list-block .gamesList .gamesFilter [hidden] {
        display: none !important;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li:nth-child(2) {
        padding-left: 30px !important;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li:first-child > span {
        display: block;
        cursor: pointer;
        position: relative;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li:first-child > span > .uk-icon {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    /* Games */
    .tm-games-list-block .gamesList .uk-card-body {
        padding: 30px 30px 48px;
    }
    .tm-games-list-block .gamesList .uk-card-body h3, .tm-games-list-block .gamesList .uk-card-body h3 > a {
        font-size: 25px;
        line-height: 33px;
    }
    .tm-games-list-block .gamesList .uk-card-body .game-ico > li > img {
        max-width: 30px;
    }
    .tm-games-list-block .gamesList .more {
        margin-top: 45px;
    }
    .tm-games-list-block .gamesList .uk-card-body .moreBtn {
        bottom: 28px;
        left: 30px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    /* Filters */
    .tm-games-list-block .gamesList .gamesFilter {
        padding: 0 25px 35px;
        margin-bottom: 35px;
    }
    .tm-games-list-block .gamesList .gamesFilter [hidden] {
        display: none !important;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li:nth-child(2) {
        padding-left: 30px !important;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li:first-child > span {
        display: block;
        cursor: pointer;
        position: relative;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li:first-child > span > .uk-icon {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    /* Games */
    .tm-games-list-block .gamesList .uk-card-body {
        padding: 30px 30px 48px;
    }
    .tm-games-list-block .gamesList .uk-card-body h3, .tm-games-list-block .gamesList .uk-card-body h3 > a {
        font-size: 25px;
        line-height: 33px;
    }
    .tm-games-list-block .gamesList .uk-card-body .game-ico > li > img {
        max-width: 30px;
    }
    .tm-games-list-block .gamesList .more {
        margin-top: 45px;
    }
    .tm-games-list-block .gamesList .uk-card-body .moreBtn {
        bottom: 28px;
        left: 30px;
    }
}

@media(min-width:1200px) and (max-width: 1465px) {
    .tm-games-list-block .gamesList .uk-grid-column-large, .tm-games-list-block .gamesList .uk-grid-large {
        margin-left: -40px;
    }
    .tm-games-list-block .gamesList .uk-grid-column-large > *, .tm-games-list-block .gamesList .uk-grid-large > * {
        padding-left: 40px;
    }
    .tm-games-list-block .gamesList .uk-grid-large > .uk-grid-margin {
        margin-top: 40px;
    }
    .tm-games-list-block .gamesList .uk-card-body {
        padding: 30px 30px 48px;
    }
    .tm-games-list-block .gamesList .uk-card-body .moreBtn {
        bottom: 28px;
        left: 30px;
    }
}

@media(min-width:1200px) and (max-width: 1700px) {
    /* Filters */
    .tm-games-list-block .gamesList .gamesFilter * + .uk-grid-margin {
        margin-top: 20px;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li:first-child {
        width: 100%;
        font-size: 16px;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li {
        padding-left: 20px;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li > label {
        font-size: 16px;
        line-height: 24px;
    }
    .tm-games-list-block .gamesList .gamesFilter ul > li > label > input {
        width: 24px;
        height: 24px;
    }
}

/* ========================================================================
   Component: Games detail
 ========================================================================== */

.tm-games-detail-block .gamesDetail .uk-grid-large {
    margin-left: -85px;
}

.tm-games-detail-block .gamesDetail .uk-grid-large > .uk-grid-margin {
    margin-top: 85px;
}

.tm-games-detail-block .gamesDetail .uk-grid-large > * {
    padding-left: 85px;
}

.tm-games-detail-block .gamesDetail .gallery .main {
    margin-bottom: 25px;
}

.tm-games-detail-block .gamesDetail .gallery .uk-slider .uk-slidenav {
    color: #fff;
}

.tm-games-detail-block .gamesDetail .gallery .uk-slider .uk-slider-items > li > a {
    display: block;
    position: relative;
}

.tm-games-detail-block .gamesDetail .gallery .uk-slider .uk-slider-items > li > a::before {
    content: "";
    background: transparent;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: background linear 0.35s;
    transition: background linear 0.35s;
    position: absolute;
    top: 0;
    left: 0;
}

.tm-games-detail-block .gamesDetail .gallery .uk-slider .uk-slider-items > li > a:hover::before {
    background: rgba(255,255,255,0.15);
}

.tm-games-detail-block .gamesDetail .content h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 50px;
}

.tm-games-detail-block .gamesDetail .content .game-ico {
    margin: 0 0 50px -20px;
}

.tm-games-detail-block .gamesDetail .content .game-ico > li {
    padding-left: 20px;
}

.tm-games-detail-block .gamesDetail .content .game-ico > li > img {
    max-height: 60px;
}

.tm-games-detail-block .gamesDetail .content .introtext {
    font-size: 21px;
    line-height: 32px;
    margin: 0 0 50px;
}

.tm-games-detail-block .gamesDetail .content .introtext > *:last-child {
    margin: 0 !important;
} 

.tm-games-detail-block .gamesDetail .content .features {
    margin: 50px 0;
}

.tm-games-detail-block .gamesDetail .content .features h3 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 45px;
}

.tm-games-detail-block .gamesDetail .content .features .uk-heading-line >::after, .tm-games-detail-block .gamesDetail .content .features .uk-heading-line > ::before {
    border-bottom: calc(0.2px + 0.05em) solid #09a4f3;
}

.tm-games-detail-block .gamesDetail .content .features .uk-heading-line >::before {
    margin-right: calc(20px + 0.3em);
}

.tm-games-detail-block .gamesDetail .content .features .uk-heading-line >::after {
     margin-left: calc(20px + 0.3em);
}

.tm-games-detail-block .gamesDetail .content .features .uk-card {
    font-size: 21px;
    background: #2c3757;
    padding: 20px 20px 15px;
}

.tm-games-detail-block .gamesDetail .content .features .uk-grid {
    margin-left: -5px;
}

.tm-games-detail-block .gamesDetail .content .features .uk-grid + .uk-grid {
    margin-top: 5px;
}

.tm-games-detail-block .gamesDetail .content .features .uk-grid > .uk-grid-margin {
    margin-top: 5px;
}

.tm-games-detail-block .gamesDetail .content .features .uk-grid > div {
    padding-left: 5px;
}

.tm-games-detail-block .gamesDetail .content .features .uk-grid .uk-card strong + div {
    margin-top: 15px;
}

@media(max-width: 767px) {
    .tm-games-detail-block .gamesDetail .uk-grid-column-large, .tm-games-detail-block .gamesDetail .uk-grid-large {
        margin-left: -40px;
    }
    .tm-games-detail-block .gamesDetail .uk-grid-column-large > *, .tm-games-detail-block .gamesDetail .uk-grid-large > * {
        padding-left: 40px;
    }
    .tm-games-detail-block .gamesDetail .uk-grid-large > .uk-grid-margin {
        margin-top: 40px;
    }
    .tm-games-detail-block .gamesDetail .content h2 {
        font-size: 38px;
        margin: 0 0 35px;
    }
    .tm-games-detail-block .gamesDetail .content .game-ico {
        margin: 0 0 30px -20px;
    }

    .tm-games-detail-block .gamesDetail .content .game-ico > li {
        padding-left: 20px;
    }

    .tm-games-detail-block .gamesDetail .content .game-ico > li > img {
        max-height: 30px;
    }
    .tm-games-detail-block .gamesDetail .content .features .uk-card {
        font-size: 16px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-games-detail-block .gamesDetail .uk-grid-column-large, .tm-games-detail-block .gamesDetail .uk-grid-large {
        margin-left: -40px;
    }
    .tm-games-detail-block .gamesDetail .uk-grid-column-large > *, .tm-games-detail-block .gamesDetail .uk-grid-large > * {
        padding-left: 40px;
    }
    .tm-games-detail-block .gamesDetail .uk-grid-large > .uk-grid-margin {
        margin-top: 40px;
    }
    .tm-games-detail-block .gamesDetail .content h2 {
        font-size: 38px;
        margin: 0 0 35px;
    }
    .tm-games-detail-block .gamesDetail .content .game-ico {
        margin: 0 0 30px -20px;
    }

    .tm-games-detail-block .gamesDetail .content .game-ico > li {
        padding-left: 20px;
    }

    .tm-games-detail-block .gamesDetail .content .game-ico > li > img {
        max-height: 30px;
    }
    .tm-games-detail-block .gamesDetail .content .features .uk-card {
        font-size: 16px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-games-detail-block .gamesDetail .content h2 {
        font-size: 38px;
        margin: 0 0 35px;
    }
    .tm-games-detail-block .gamesDetail .content .game-ico {
        margin: 0 0 30px -20px;
    }

    .tm-games-detail-block .gamesDetail .content .game-ico > li {
        padding-left: 20px;
    }

    .tm-games-detail-block .gamesDetail .content .game-ico > li > img {
        max-height: 30px;
    }
    .tm-games-detail-block .gamesDetail .content .features .uk-card {
        font-size: 16px;
    }
}

@media(min-width:1200px) and (max-width: 1465px) {    
    .tm-games-detail-block .gamesDetail .content .features .uk-grid .uk-card strong + div {
        margin-top: 8px;
    }
    .tm-games-detail-block .gamesDetail .content .uk-button {
        padding: 0 40px;
    }
}

/* ========================================================================
   Component: Landbase base
 ========================================================================== */

.tm-landbase-list-block {
    padding: 25px 0 100px;
}

.tm-landbase-detail-block {
    padding: 25px 0 0;
}

.tm-landbase-list-block .head, .tm-landbase-detail-block .head {
    text-align: center;
    margin-bottom: 55px;
}

.tm-landbase-list-block .head h1, .tm-landbase-detail-block .head h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 0 35px;
    position: relative;
}

.tm-landbase-list-block .head > h1::before, .tm-landbase-detail-block .head > h1::before {
    background: #4d7ff6;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-landbase-list-block .head p, .tm-landbase-detail-block .head > p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

@media(max-width: 767px) {
    .tm-landbase-list-block {
        padding: 0 0 50px;
    }
    .tm-landbase-list-block .head, .tm-landbase-detail-block .head {
        margin-bottom: 50px;
    } 
    .tm-landbase-list-block .head h1, .tm-landbase-detail-block .head h1 {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-landbase-list-block .head p, .tm-landbase-detail-block .head > p {
        font-size: 14px;
        line-height: 22px;
    }      
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-landbase-list-block {
        padding: 0 0 50px;
    }
    .tm-landbase-list-block .head, .tm-landbase-detail-block .head {
        margin-bottom: 50px;
    } 
    .tm-landbase-list-block .head h1, .tm-landbase-detail-block .head h1 {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-landbase-list-block .head p, .tm-landbase-detail-block .head > p {
        font-size: 14px;
        line-height: 22px;
    } 
}

@media(min-width: 960px) and (max-width: 1199px) {
    
}

/* ========================================================================
   Component: Landbase list
 ========================================================================== */

.tm-landbase-list-block .landbaseTop .slogan > div,
.tm-landbase-list-block .landbaseTop .content > div {
    padding: 60px 0;
}

.tm-landbase-list-block .landbaseTop .slogan h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    color: #fff;
}

.tm-landbase-list-block .landbaseTop .content {
    font-size: 21px;
    line-height: 40px;
}

.tm-landbase-list-block .landbaseTop .content > p {
    margin: 0 0 50px;
}

.tm-landbase-list-block .landbaseTop .content > *:last-child {
    margin: 0 !important;
}

.tm-landbase-list-block .landbaseTop .uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 3px solid #3740d9;
}

.tm-landbase-list-block .landbaseBottom {
    font-size: 21px;
    line-height: 40px;
    text-align: center;
    margin: 65px 0 0
}

.tm-landbase-list-block .landbaseBottom  > p {
    margin: 0 0 50px;
}

.tm-landbase-list-block .landbaseTop .content > *:last-child {
    margin: 0 !important;
}

.tm-landbase-list-block .landbaseType {
    margin-top: 85px;
}

.tm-landbase-list-block .landbaseType > h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 55px;
}

.tm-landbase-list-block .landbaseType .uk-card {
    background: #131829;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 35px 90px; 
}

.tm-landbase-list-block .landbaseType .uk-card img {
    max-height: 450px;
}

.tm-landbase-list-block .landbaseType .uk-card h3 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 45px;
}

.tm-landbase-list-block .landbaseType .uk-card h3 > span {
    display: block;
}

.tm-landbase-list-block .landbaseType .uk-card .introtext {
    font-size: 21px;
    line-height: 32px;
    margin: 0 0 45px;
}

.tm-landbase-list-block .landbaseType .uk-card .introtext > *:last-child {
    margin: 0 !important;
}

.tm-landbase-list-block .landbaseType .uk-card .link {
    padding-right: 40px;
}

.tm-landbase-list-block .customGameSolution {
    margin-top: 90px;
}

.tm-landbase-list-block .customGameSolution .slogan h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    color: #fff;
}

.tm-landbase-list-block .customGameSolution .content {
    font-size: 21px;
    line-height: 45px;
}

.tm-landbase-list-block .customGameSolution .content > *:last-child {
    margin: 0 !important;
}

.tm-landbase-list-block .more {
    margin-top: 65px;
}

@media(max-width: 767px) {  
    .tm-landbase-list-block .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
        border-top: 3px solid #3740d9;
    }
    .tm-landbase-list-block .landbaseTop .slogan{
        text-align: center;
    }
    .tm-landbase-list-block .landbaseTop .slogan h2 {
        font-size: 33px;
        line-height: 42px;
        margin: 0;
    }
    .tm-landbase-list-block .landbaseTop .content {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
    .tm-landbase-list-block .landbaseTop .content p {
        margin: 0 0 20px;
    }
    .tm-landbase-list-block .landbaseTop .content div > a {
        color: #fdd03f;
        text-decoration: underline;
    }
    .tm-landbase-list-block .landbaseTop .content > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-landbase-list-block .landbaseTop .slogan > div, .tm-landbase-list-block .landbaseTop .content > div {
        padding: 0;
    }
    .tm-landbase-list-block .landbaseBottom {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        margin: 35px 0 0;
    }
    .tm-landbase-list-block .landbaseBottom  p {
        margin: 0 0 20px;
    }
    .tm-landbase-list-block .landbaseBottom > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-landbase-list-block .landbaseType {
        margin-top: 55px;
    }
    .tm-landbase-list-block .landbaseType > h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 35px;
    }
    .tm-landbase-list-block .landbaseType .uk-card {
        text-align: center;
        padding: 35px 35px 50px;
    }
    .tm-landbase-list-block .landbaseType .uk-card img {
        max-height: 200px;
    }
    .tm-landbase-list-block .landbaseType .uk-card h3 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 30px;
    }
    .tm-landbase-list-block .landbaseType .uk-card > p {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0 25px;
    }
    .tm-landbase-list-block .customGameSolution .slogan h2 {
        font-size: 33px;
        line-height: 42px;
        text-align: center;
    }
    .tm-landbase-list-block .customGameSolution .content {
        font-size: 18px;
        line-height: 34px;
        text-align: center;
    }
    .tm-landbase-list-block .more {
        margin-top: 45px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-landbase-list-block .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
        border-top: 3px solid #3740d9;
    }
    .tm-landbase-list-block .landbaseTop .slogan{
        text-align: center;
    }
    .tm-landbase-list-block .landbaseTop .slogan h2 {
        font-size: 33px;
        line-height: 42px;
        margin: 0;
    }
    .tm-landbase-list-block .landbaseTop .content {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
    .tm-landbase-list-block .landbaseTop .content p {
        margin: 0 0 20px;
    }
    .tm-landbase-list-block .landbaseTop .content div > a {
        color: #fdd03f;
        text-decoration: underline;
    }
    .tm-landbase-list-block .landbaseTop .content > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-landbase-list-block .landbaseTop .slogan > div, .tm-landbase-list-block .landbaseTop .content > div {
        padding: 0;
    }
    .tm-landbase-list-block .landbaseBottom {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        margin: 35px 0 0;
    }
    .tm-landbase-list-block .landbaseBottom  p {
        margin: 0 0 20px;
    }
    .tm-landbase-list-block .landbaseBottom > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-landbase-list-block .landbaseType {
        margin-top: 55px;
    }
    .tm-landbase-list-block .landbaseType > h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 35px;
    }
    .tm-landbase-list-block .landbaseType .uk-card {
        text-align: center;
        padding: 35px 35px 50px;
    }
    .tm-landbase-list-block .landbaseType .uk-card img {
        max-height: 200px;
    }
    .tm-landbase-list-block .landbaseType .uk-card h3 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 30px;
    }
    .tm-landbase-list-block .landbaseType .uk-card > p {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0 25px;
    }
    .tm-landbase-list-block .customGameSolution {
        text-align: center;
    }
    .tm-landbase-list-block .customGameSolution img {
        max-height: 300px;
    }
    .tm-landbase-list-block .customGameSolution .slogan h2 {
        font-size: 33px;
        line-height: 42px;
    }
    .tm-landbase-list-block .customGameSolution .content {
        font-size: 18px;
        line-height: 34px;
    }
    .tm-landbase-list-block .more {
        margin-top: 45px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-landbase-list-block .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
        border-top: 3px solid #3740d9;
    }
    .tm-landbase-list-block .landbaseTop .slogan{
        text-align: center;
    }
    .tm-landbase-list-block .landbaseTop .slogan h2 {
        font-size: 33px;
        line-height: 42px;
        margin: 0;
    }
    .tm-landbase-list-block .landbaseTop .content {
        font-size: 14px;
        line-height: 26px;
    }
    .tm-landbase-list-block .landbaseTop .content p {
        margin: 0 0 20px;
    }
    .tm-landbase-list-block .landbaseTop .content div > a {
        color: #fdd03f;
        text-decoration: underline;
    }
    .tm-landbase-list-block .landbaseTop .content > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-landbase-list-block .landbaseTop .slogan > div {
        padding: 20px 0 0;
    }
    .tm-landbase-list-block .landbaseTop .content > div {
        padding: 0;
    }
    .tm-landbase-list-block .landbaseBottom {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        margin: 35px 0 0;
    }
    .tm-landbase-list-block .landbaseBottom  p {
        margin: 0 0 20px;
    }
    .tm-landbase-list-block .landbaseBottom > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-landbase-list-block .landbaseType {
        margin-top: 55px;
    }
    .tm-landbase-list-block .landbaseType > h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 35px;
    }
    .tm-landbase-list-block .landbaseType .uk-grid .uk-flex {
        align-items: start;
    }
    .tm-landbase-list-block .landbaseType .uk-card {
        padding: 35px 35px 50px;
    }
    .tm-landbase-list-block .landbaseType .uk-card img {
        max-height: 200px;
    }
    .tm-landbase-list-block .landbaseType .uk-card h3 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 30px;
    }
    .tm-landbase-list-block .landbaseType .uk-card > p {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0 25px;
    }
    .tm-landbase-list-block .landbaseType .uk-card .uk-button {
        padding: 0 40px;
    }
    .tm-landbase-list-block .customGameSolution {
        text-align: center;
    }
    .tm-landbase-list-block .customGameSolution img {
        max-height: 300px;
    }
    .tm-landbase-list-block .customGameSolution .slogan h2 {
        text-align: center;
        font-size: 33px;
        line-height: 42px;
    }
    .tm-landbase-list-block .customGameSolution .content {
        font-size: 18px;
        line-height: 34px;
    }
}

@media (min-width: 1200px) {
    .tm-landbase-list-block .landbaseTop .uk-grid-divider.uk-grid-column-large, .tm-landbase-list-block .landbaseTop .uk-grid-divider.uk-grid-large {
        margin-left: -160px;
    }
    .tm-landbase-list-block .landbaseTop .uk-grid-divider.uk-grid-column-large > *, .tm-landbase-list-block .landbaseTop .uk-grid-divider.uk-grid-large > * {
        padding-left: 160px;
    }
}

@media(min-width:1200px) and (max-width: 1465px) {
    .tm-landbase-list-block .landbaseType .uk-grid .uk-flex {
        align-items: start;
    }
    .tm-landbase-list-block .landbaseType .uk-card {
        padding: 35px 35px 50px;
    }
    .tm-landbase-list-block .landbaseType .uk-card img {
        max-height: 200px;
    }
    .tm-landbase-list-block .landbaseType .uk-card h3 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 30px;
    }
    .tm-landbase-list-block .landbaseType .uk-card > p {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0 25px;
    }
    .tm-landbase-list-block .landbaseType .uk-card .uk-button {
        padding: 0 40px;
    }
    .tm-landbase-list-block .customGameSolution img {
        max-height: 300px;
    }
    .tm-landbase-list-block .customGameSolution .slogan h2 {
        font-size: 33px;
        line-height: 42px;
    }
    .tm-landbase-list-block .customGameSolution .content {
        font-size: 18px;
        line-height: 34px;
    }
}

/* ========================================================================
   Component: Landbase detail
 ========================================================================== */

.tm-landbase-detail-block .landbaseDetail {
    background: #1c233a;
    padding: 90px 90px 100px;
}

/* Content */

.tm-landbase-detail-block .landbaseDetail h2 {
    font-size: 52px;
    font-weight: 60px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 55px;
}

.tm-landbase-detail-block .landbaseDetail h2 > span {
    display: block;
    color: #767f9a
}

.tm-landbase-detail-block .landbaseDetail .introtext, .tm-landbase-detail-block .landbaseDetail .fulltext {
    font-size: 21px;
    line-height: 32px;
}

.tm-landbase-detail-block .landbaseDetail .introtext p + p, .tm-landbase-detail-block .landbaseDetail .fulltext p + p {
    margin-top: 45px;
}

.tm-landbase-detail-block .landbaseDetail .introtext > *:last-child {
    margin: 0 !important;
}

.tm-landbase-detail-block .landbaseDetail .gallery {
    margin: 45px 0;
}

/* Images */

.tm-landbase-detail-block .landbaseDetail .images > img {
    max-height: 900px;
}

/* Features */

.tm-landbase-detail-block .landbaseDetail h3 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 75px 0 45px;
}

.tm-landbase-detail-block .landbaseDetail .uk-heading-line > ::after, .tm-landbase-detail-block .landbaseDetail .uk-heading-line > ::before {
    border-bottom: calc(0.2px + 0.05em) solid #09a4f3;
}

.tm-landbase-detail-block .landbaseDetail .uk-heading-line > ::after {
    margin-left: 25px;
}

.tm-landbase-detail-block .landbaseDetail .uk-list > li {
    font-size: 21px;
}

.tm-landbase-detail-block .landbaseDetail .uk-list > ::before {
    color: #09a4f3 !important;
}

.tm-landbase-detail-block .landbaseDetail .uk-list > * > ul, .uk-list > :nth-child(n+2) {
    margin-top: 15px;
}


.tm-landbase-detail-block .landbaseDetail .btn {
    margin-top: 65px;
}

.tm-landbase-detail-block .landbaseDetail .btn .uk-button {
    padding: 0 25px;
}

@media(max-width: 767px) {  
    .tm-landbase-detail-block .landbaseDetail {
        padding: 35px 35px 50px;
        margin: 0 -25px;
    }
    .tm-landbase-detail-block .landbaseDetail .images > img {
        max-height: 300px;
    }
    .tm-landbase-detail-block .landbaseDetail .content {
        text-align: center;
    }
    .tm-landbase-detail-block .landbaseDetail .content h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 35px;
    }
    .tm-landbase-detail-block .landbaseDetail .gallery {
        margin: 30px 0;
    }
    .tm-landbase-detail-block .landbaseDetail .gallery .uk-grid > div:nth-child(3) {
        width: 100%;
    }
    .tm-landbase-detail-block .landbaseDetail .introtext, .tm-landbase-detail-block .landbaseDetail .fulltext {
        font-size: 18px;
        line-height: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail .introtext p + p, .tm-landbase-detail-block .landbaseDetail .fulltext p + p {
        margin-top: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail .fulltext {
        margin-top: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail #toggle > a {
        color: #fdd03f;
        text-decoration: underline;
    }    
    .tm-landbase-detail-block .landbaseDetail h3 {
        margin-top: 45px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-landbase-detail-block .landbaseDetail {
        padding: 35px 35px 50px;
        margin: 0 -25px;
    }
    .tm-landbase-detail-block .landbaseDetail .images > img {
        max-height: 300px;
    }
    .tm-landbase-detail-block .landbaseDetail .content {
        text-align: center;
    }
    .tm-landbase-detail-block .landbaseDetail .content h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 35px;
    }
    .tm-landbase-detail-block .landbaseDetail .gallery {
        margin: 30px 0;
    }
    .tm-landbase-detail-block .landbaseDetail .introtext, .tm-landbase-detail-block .landbaseDetail .fulltext {
        font-size: 18px;
        line-height: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail .introtext p + p, .tm-landbase-detail-block .landbaseDetail .fulltext p + p {
        margin-top: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail .fulltext {
        margin-top: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail #toggle > a {
        color: #fdd03f;
        text-decoration: underline;
    }    
    .tm-landbase-detail-block .landbaseDetail h3 {
        margin-top: 45px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-landbase-detail-block .landbaseDetail {
        padding: 35px 35px 50px;
        margin: 0 -25px;
    }
    .tm-landbase-detail-block .landbaseDetail .images > img {
        max-height: 300px;
    }
    .tm-landbase-detail-block .landbaseDetail .content {
        text-align: center;
    }
    .tm-landbase-detail-block .landbaseDetail .content h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 35px;
    }
    .tm-landbase-detail-block .landbaseDetail .gallery {
        margin: 30px 0;
    }
    .tm-landbase-detail-block .landbaseDetail .introtext, .tm-landbase-detail-block .landbaseDetail .fulltext {
        font-size: 18px;
        line-height: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail .introtext p + p, .tm-landbase-detail-block .landbaseDetail .fulltext p + p {
        margin-top: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail .fulltext {
        margin-top: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail #toggle > a {
        color: #fdd03f;
        text-decoration: underline;
    }    
    .tm-landbase-detail-block .landbaseDetail h3 {
        margin-top: 45px;
    }
}

@media (min-width: 1200px) {
    .tm-landbase-detail-block .landbaseDetail .gallery .uk-grid {
        margin-left: -25px;
    }
    .tm-landbase-detail-block .landbaseDetail .gallery .uk-grid > * {
        padding-left: 25px;
    }
}

@media(min-width:1200px) and (max-width: 1399px) {
    .tm-landbase-detail-block .landbaseDetail .content h2 {
        font-size: 38px;
        line-height: 46px;
        margin: 0 0 35px;
    }
    .tm-landbase-detail-block .landbaseDetail h3 {
        margin-top: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail .gallery {
        margin: 30px 0;
    }
    .tm-landbase-detail-block .landbaseDetail .introtext, .tm-landbase-detail-block .landbaseDetail .fulltext {
        font-size: 18px;
        line-height: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail .introtext p + p, .tm-landbase-detail-block .landbaseDetail .fulltext p + p {
        margin-top: 30px;
    }
    .tm-landbase-detail-block .landbaseDetail .uk-list > li {
        font-size: 18px;
    }
    .tm-landbase-detail-block .landbaseDetail .btn {
        margin-top: 45px;
    }
    .tm-landbase-detail-block .landbaseDetail .btn .uk-grid > div {
        width: 100%;
    }
}

/* ========================================================================
   Component: Jackpots
 ========================================================================== */

.tm-jackpots-block {
    padding: 25px 0 100px;
}

.tm-jackpots-block .head {
    text-align: center;
    margin-bottom: -40px;
}

.tm-jackpots-block .head h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 0 35px;
    position: relative;
}

.tm-jackpots-block .head > h1::before {
    background: #4d7ff6;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-jackpots-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.tm-jackpots-block .jackpotsTop .slogan > div,
.tm-jackpots-block .jackpotsTop .content > div {
    padding: 60px 0;
}

.tm-jackpots-block .jackpotsTop .slogan h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    color: #fff;
}

.tm-jackpots-block .jackpotsTop .content {
    font-size: 21px;
    line-height: 40px;
}

.tm-jackpots-block .jackpotsTop .content > p {
    margin: 0 0 50px;
}

.tm-jackpots-block .jackpotsTop .content > *:last-child {
    margin: 0 !important;
}

.tm-jackpots-block .jackpotsTop .uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 3px solid #3740d9;
}

.tm-jackpots-block .jackpotsBottom {
    font-size: 21px;
    line-height: 40px;
    text-align: center;
    margin: 65px 0 0
}

.tm-jackpots-block .jackpotsBottom  > p {
    margin: 0 0 50px;
}

.tm-jackpots-block .jackpotsTop .content > *:last-child {
    margin: 0 !important;
}

.tm-jackpots-block .jackpotsType {
    margin-top: 85px;
}

.tm-jackpots-block .jackpotsType .uk-card {
    background: #131829;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 70px 50px 65px 100px; 
}

.tm-jackpots-block .jackpotsType .uk-card h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
}

.tm-jackpots-block .jackpotsType .uk-card h2 img {
    padding-left: 40px;
    height: 135px;
}

.tm-jackpots-block .jackpotsType .uk-card > p {
    font-size: 21px;
    line-height: 40px;
    margin: 45px 0 50px;
}

.tm-jackpots-block .jackpotsType .uk-card .link {
    padding-right: 40px;
}

@media(max-width: 767px) {
    .tm-jackpots-block {
        padding: 0 0 50px;
    }
    .tm-jackpots-block .head h1 {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-jackpots-block .head p {
        font-size: 14px;
        line-height: 22px;
    }   
    .tm-jackpots-block .head {
        margin-bottom: 50px;
    }    
    .tm-jackpots-block .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
        border-top: 3px solid #3740d9;
    }
    .tm-jackpots-block .jackpotsTop .slogan{
        text-align: center;
    }
    .tm-jackpots-block .jackpotsTop .slogan h2 {
        font-size: 33px;
        line-height: 42px;
        margin: 0;
    }
    .tm-jackpots-block .jackpotsTop .content {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
    .tm-jackpots-block .jackpotsTop .content p {
        margin: 0 0 20px;
    }
    .tm-jackpots-block .jackpotsTop .content div > a {
        color: #fdd03f;
        text-decoration: underline;
    }
    .tm-jackpots-block .jackpotsTop .content > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-jackpots-block .jackpotsTop .slogan > div, .tm-jackpots-block .jackpotsTop .content > div {
        padding: 0;
    }
    .tm-jackpots-block .jackpotsBottom {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        margin: 35px 0 0;
    }
    .tm-jackpots-block .jackpotsBottom  p {
        margin: 0 0 20px;
    }
    .tm-jackpots-block .jackpotsBottom > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-jackpots-block .jackpotsType {
        margin-top: 55px;
    }
    .tm-jackpots-block .jackpotsType .uk-card {
        text-align: center;
        padding: 35px 35px 50px;
    }
    .tm-jackpots-block .jackpotsType .uk-card h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .tm-jackpots-block .jackpotsType .uk-card h2 > span > img {
        padding-left: 0;
        height: 65px;
    }
    .tm-jackpots-block .jackpotsType .uk-card > p {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0 25px;
    }
    .tm-jackpots-block .jackpotsType .uk-card .link {
        padding: 0;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-jackpots-block {
        padding: 0 0 50px;
    }
    .tm-jackpots-block .head h1 {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-jackpots-block .head p {
        font-size: 16px;
        line-height: 22px;
    }   
    .tm-jackpots-block .head {
        margin-bottom: 50px;
    }    
    .tm-jackpots-block .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
        border-top: 3px solid #3740d9;
    }
    .tm-jackpots-block .jackpotsTop .slogan{
        text-align: center;
    }
    .tm-jackpots-block .jackpotsTop .slogan h2 {
        font-size: 33px;
        line-height: 42px;
        margin: 0;
    }
    .tm-jackpots-block .jackpotsTop .content {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
    .tm-jackpots-block .jackpotsTop .content p {
        margin: 0 0 20px;
    }
    .tm-jackpots-block .jackpotsTop .content div > a {
        color: #fdd03f;
        text-decoration: underline;
    }
    .tm-jackpots-block .jackpotsTop .content > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-jackpots-block .jackpotsTop .slogan > div, .tm-jackpots-block .jackpotsTop .content > div {
        padding: 0;
    }
    .tm-jackpots-block .jackpotsBottom {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        margin: 35px 0 0;
    }
    .tm-jackpots-block .jackpotsBottom  p {
        margin: 0 0 20px;
    }
    .tm-jackpots-block .jackpotsBottom > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-jackpots-block .jackpotsType {
        margin-top: 55px;
    }
    .tm-jackpots-block .jackpotsType .uk-card {
        text-align: center;
        padding: 35px 35px 50px;
    }
    .tm-jackpots-block .jackpotsType .uk-card h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .tm-jackpots-block .jackpotsType .uk-card h2 > span > img {
        padding-left: 0;
        height: 65px;
    }
    .tm-jackpots-block .jackpotsType .uk-card > p {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0 25px;
    }
    .tm-jackpots-block .jackpotsType .uk-card .link {
        padding: 0;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-jackpots-block {
        padding: 0 0 50px;
    }
    .tm-jackpots-block .head h1 {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-jackpots-block .head p {
        font-size: 18px;
        line-height: 22px;
    }   
    .tm-jackpots-block .head {
        margin-bottom: 50px;
    }    
    .tm-jackpots-block .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
        border-top: 3px solid #3740d9;
    }
    .tm-jackpots-block .jackpotsTop .slogan h2 {
        font-size: 33px;
        line-height: 42px;
        margin: 0;
    }
    .tm-jackpots-block .jackpotsTop .content {
        font-size: 16px;
        line-height: 28px;
    }
    .tm-jackpots-block .jackpotsTop .content p {
        margin: 0 0 20px;
    }
    .tm-jackpots-block .jackpotsTop .slogan > div, .tm-jackpots-block .jackpotsTop .content > div {
        padding: 30px 0;
    }
    .tm-jackpots-block .jackpotsBottom {
        font-size: 16px;
        line-height: 26px;
        margin: 35px 0 0;
    }
    .tm-jackpots-block .jackpotsBottom  p {
        margin: 0 0 20px;
    }
    .tm-jackpots-block .jackpotsBottom > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-jackpots-block .jackpotsType {
        margin-top: 55px;
    }
    .tm-jackpots-block .jackpotsType .uk-card {
        padding: 35px 35px 50px;
    }
    .tm-jackpots-block .jackpotsType .uk-card h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .tm-jackpots-block .jackpotsType .uk-card h2 > span > img {
        padding-left: 0;
        height: 65px;
    }
    .tm-jackpots-block .jackpotsType .uk-card > p {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0 25px;
    }
    .tm-jackpots-block .jackpotsType .uk-card .link {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .tm-jackpots-block .jackpotsTop .uk-grid-divider.uk-grid-column-large, .tm-jackpots-block .jackpotsTop .uk-grid-divider.uk-grid-large {
        margin-left: -160px;
    }
    .tm-jackpots-block .jackpotsTop .uk-grid-divider.uk-grid-column-large > *, .tm-jackpots-block .jackpotsTop .uk-grid-divider.uk-grid-large > * {
        padding-left: 160px;
    }
}

@media(min-width:1200px) and (max-width: 1465px) {
    .tm-jackpots-block .jackpotsType .uk-card {
        padding: 35px 35px 50px;
    }
    .tm-jackpots-block .jackpotsType .uk-card h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .tm-jackpots-block .jackpotsType .uk-card h2 > span > img {
        height: 100px;
    }
}

/* ========================================================================
   Component: News base
 ========================================================================== */

.tm-news-list-block, .tm-news-detail-block {
    padding: 25px 0 100px;
}

.tm-news-list-block .head, .tm-news-detail-block .head {
    text-align: center;
    margin-bottom: 90px;
}

.tm-news-list-block .head h1, .tm-news-detail-block .head h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 0 35px;
    position: relative;
}

.tm-news-list-block .head > h1::before, .tm-news-detail-block .head > h1::before {
    background: #4d7ff6;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-news-list-block .head p, .tm-news-detail-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.tm-news-list-block .newsList, .tm-news-detail-block .newsDetail {
    background: #1c233a;
    padding: 70px 55px 0;
}

@media(max-width: 767px) {
    .tm-news-list-block, .tm-news-detail-block {
        padding: 0 0 50px;
    }
    .tm-news-list-block .head, .tm-news-detail-block .head {
        margin-bottom: 50px;
    }
    .tm-news-list-block .head h1, .tm-news-detail-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-news-list-block .head p, .tm-news-detail-block .head p {
        font-size: 14px;
        line-height: 22px;
    }       
    .tm-news-list-block .newsList, .tm-news-detail-block .newsDetail {
        padding: 35px 25px 0;
        margin: 0 -25px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-news-list-block, .tm-news-detail-block {
        padding: 0 0 50px;
    }
    .tm-news-list-block .head, .tm-news-detail-block .head {
        margin-bottom: 50px;
    }
    .tm-news-list-block .head h1, .tm-news-detail-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-news-list-block .head p, .tm-news-detail-block .head p {
        font-size: 14px;
        line-height: 22px;
    }       
    .tm-news-list-block .newsList {
        padding: 35px 25px 0;
        margin: 0 -25px;
    }
    .tm-news-detail-block .newsDetail {
        padding: 35px 25px 0;
        margin: 0 -10px;
    }
}

/* ========================================================================
   Component: News list
 ========================================================================== */

/* Main article */

.tm-news-list-block .newsList .main article {
    padding: 0 20px;
}

.tm-news-list-block .newsList .main .date {
    background: #3740d9;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    padding: 0 25px;
}

.tm-news-list-block .newsList .main h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
    margin: 35px 0 40px;
}

.tm-news-list-block .newsList .main h2 > a {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.tm-news-list-block .newsList .main .introtext {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 40px;
}

.tm-news-list-block .newsList .main .introtext > p {    
    margin: 0 0 20px;
}

.tm-news-list-block .newsList .main .introtext > p:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .tm-news-list-block .newsList .main .uk-grid-column-large, .tm-news-list-block .newsList .main .uk-grid-large {
        margin-left: -100px;
    }
    .tm-news-list-block .newsList .main .uk-grid-column-large > *, .tm-news-list-block .newsList .main .uk-grid-large > * {
        padding-left: 100px;
    }
}

/* Other article */

.tm-news-list-block .newsList .uk-card-media-top {
    position: relative;
}

.tm-news-list-block .newsList .uk-card-media-top .date {
    background: #3740d9;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    padding: 0 25px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tm-news-list-block .newsList .uk-card-body {
    padding: 35px 0 0;
}

.tm-news-list-block .newsList .uk-card-body h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 35px;
}

.tm-news-list-block .newsList .uk-card-body h3 > a {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.tm-news-list-block .newsList .uk-card-body .introtext {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}

.tm-news-list-block .newsList .uk-card-body .introtext > p {    
    margin: 0 0 20px;
}

.tm-news-list-block .newsList .uk-card-body .introtext > p:last-child {
    margin: 0;
}

.tm-news-list-block .newsList .more {
    margin-top: 65px;
}

@media(max-width: 767px) {
    /* Main */
    .tm-news-list-block .newsList .main article {
        border-bottom: 2px solid  #09a4f3;
        padding: 0 0 40px;
    }
    .tm-news-list-block .newsList .main article .uk-flex {
        align-items: flex-start !important;
    }
    .tm-news-list-block .newsList .main h2, .tm-news-list-block .newsList .main h2 > a {
        font-size: 24px;
        line-height: 34px;
    }
    /* Other */
    .tm-news-list-block .newsList .uk-card-body .date {
        margin-bottom: 30px;
    }
    .tm-news-list-block .newsList .uk-card-body h3, .tm-news-list-block .newsList .uk-card-body h3 > a {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .tm-news-list-block .newsList .uk-card-body .introtext {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .tm-news-list-block .newsList .more {
        margin-top: 45px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    /* Main */
    .tm-news-list-block .newsList .main article {
        border-bottom: 2px solid  #09a4f3;
        padding: 0 0 40px;
    }
    .tm-news-list-block .newsList .main article .uk-flex {
        align-items: flex-start !important;
    }
    .tm-news-list-block .newsList .main h2, .tm-news-list-block .newsList .main h2 > a {
        font-size: 24px;
        line-height: 34px;
    }
    .tm-news-list-block .newsList .main .introtext {
        font-size: 18px;
        line-height: 26px;
    }
    /* Other */
    .tm-news-list-block .newsList .uk-card-body .date {
        margin-bottom: 30px;
    }
    .tm-news-list-block .newsList .uk-card-body h3, .tm-news-list-block .newsList .uk-card-body h3 > a {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .tm-news-list-block .newsList .uk-card-body .introtext {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .tm-news-list-block .newsList .more {
        margin-top: 45px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    /* Main */
    .tm-news-list-block .newsList .main article {
        border-bottom: 2px solid  #09a4f3;
        padding: 0 0 40px;
    }
    .tm-news-list-block .newsList .main article .uk-flex {
        align-items: flex-start !important;
    }
    .tm-news-list-block .newsList .main h2, .tm-news-list-block .newsList .main h2 > a {
        font-size: 28px;
        line-height: 40px;
    }
    .tm-news-list-block .newsList .main .introtext {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(min-width:1200px) and (max-width: 1465px) {
    .tm-news-list-block .newsList .uk-grid-column-large, .tm-news-list-block .newsList .uk-grid-large {
        margin-left: -40px;
    }
    .tm-news-list-block .newsList .uk-grid-column-large > *, .tm-news-list-block .newsList .uk-grid-large > * {
        padding-left: 40px;
    }
    .tm-news-list-block .newsList .uk-grid-large > .uk-grid-margin {
        margin-top: 40px;
    }
    /* Main */
    .tm-news-list-block .newsList .main article {
        border-bottom: 2px solid  #09a4f3;
        padding: 0 0 40px;
    }
    .tm-news-list-block .newsList .main article .uk-flex {
        align-items: flex-start !important;
    }
    .tm-news-list-block .newsList .main h2, .tm-news-list-block .newsList .main h2 > a {
        font-size: 32px;
        line-height: 42px;
    }
}

/* ========================================================================
   Component: News detail
 ========================================================================== */

.tm-news-detail-block .newsDetail .date {
    background: #3740d9;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    padding: 0 25px;
}

.tm-news-detail-block .newsDetail h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    margin: 45px 0 35px;
}

.tm-news-detail-block .newsDetail h2 > a {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.tm-news-detail-block .newsDetail h3, .tm-news-detail-block .newsDetail h4, .tm-news-detail-block .newsDetail h5, .tm-news-detail-block .newsDetail h6 {
    color: #fff;
}

.tm-news-detail-block .introtext, .tm-news-detail-block .fulltext {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 50px;
}

.tm-news-detail-block .introtext > p, .tm-news-detail-block .fulltext > p {    
    margin: 0 0 50px;
}

.tm-news-detail-block .introtext > p:last-child, .tm-news-detail-block .fulltext > p:last-child {
    margin: 0;
}

.tm-news-detail-block .backToList {
    margin-top: 90px;
}

@media(max-width: 767px) {
    .tm-news-detail-block .newsDetail h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .tm-news-detail-block .introtext, .tm-news-detail-block .fulltext {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 35px;
    }
    .tm-news-detail-block .introtext > p, .tm-news-detail-block .fulltext > p {    
        margin: 0 0 35px;
    }
    .tm-news-detail-block .backToList {
        margin-top: 50px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-news-detail-block .newsDetail h2 {
        font-size: 28px;
        line-height: 30px;
    }
     .tm-news-detail-block .introtext, .tm-news-detail-block .fulltext {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 35px;
    }
    .tm-news-detail-block .introtext > p, .tm-news-detail-block .fulltext > p {    
        margin: 0 0 35px;
    }
    .tm-news-detail-block .backToList {
        margin-top: 50px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-news-detail-block .newsDetail h2 {
        font-size: 28px;
        line-height: 30px;
    }
     .tm-news-detail-block .introtext, .tm-news-detail-block .fulltext {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 35px;
    }
    .tm-news-detail-block .introtext > p, .tm-news-detail-block .fulltext > p {    
        margin: 0 0 35px;
    }
    .tm-news-detail-block .backToList {
        margin-top: 50px;
    }
}

@media(min-width:1200px) and (max-width: 1465px) {
    .tm-news-detail-block .newsDetail .uk-grid-column-large, .tm-news-detail-block .newsDetail .uk-grid-large {
        margin-left: -40px;
    }
    .tm-news-detail-block .newsDetail .uk-grid-column-large > *, .tm-news-detail-block .newsDetail .uk-grid-large > * {
        padding-left: 40px;
    }
    .tm-news-detail-block .newsDetail .uk-grid-large > .uk-grid-margin {
        margin-top: 40px;
    }
    .tm-news-detail-block .newsDetail h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (min-width: 1466px) {
    .tm-news-detail-block .newsDetail .uk-grid-column-large, .tm-news-detail-block .newsDetail .uk-grid-large {
        margin-left: -100px;
    }
    .tm-news-detail-block .newsDetail .uk-grid-column-large > *, .tm-news-detail-block .newsDetail .uk-grid-large > * {
        padding-left: 100px;
    }
}

/* ========================================================================
   Component: Career base
 ========================================================================== */

.tm-career-list-block {
    padding: 25px 0 100px;
}

.tm-career-detail-block {
    padding: 25px 0 85px;
}

.tm-career-list-block .head, .tm-career-detail-block .head {
    text-align: center;
    margin-bottom: 60px;
}

.tm-career-list-block .head h1, .tm-career-detail-block .head h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 0 35px;
    position: relative;
}

.tm-career-list-block .head > h1::before, .tm-career-detail-block .head > h1::before {
    background: #4d7ff6;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-career-list-block .head p, .tm-career-detail-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

@media(max-width: 767px) {
    .tm-career-list-block {
        padding: 0 0 50px;
    }
    .tm-career-list-block .head, .tm-career-detail-block .head {
        margin-bottom: 50px;
    }
    .tm-career-list-block .head h1, .tm-career-detail-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-career-list-block .head p, .tm-career-detail-block .head p {
        font-size: 14px;
        line-height: 22px;
    }       
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-career-list-block {
        padding: 0 0 50px;
    }
    .tm-career-list-block .head, .tm-career-detail-block .head {
        margin-bottom: 50px;
    }
    .tm-career-list-block .head h1, .tm-career-detail-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-career-list-block .head p, .tm-career-detail-block .head p {
        font-size: 14px;
        line-height: 22px;
    }       
}

/* ========================================================================
   Component: Career list
 ========================================================================== */

.tm-career-list-block .careerList {
    background: #1c233a;
    padding: 50px 60px;
}

.tm-career-list-block .careerList .uk-card {
    background: #0c132b;
    padding: 55px 40px;
}

.tm-career-list-block .careerList .uk-card img {
    max-height: 130px;
}

.tm-career-list-block .careerList .uk-card h2 {
    font-size: 27px;
    line-height: 36px;
    color: #fff;
    margin: 40px 0 15px;
}

.tm-career-list-block .careerList .uk-card p {
    margin: 0 0 45px;
}

@media(max-width: 767px) {
    .tm-career-list-block .careerList {
        padding: 25px 30px;
        margin: 0 -25px;
    }
    .tm-career-list-block .careerList .uk-card h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-career-list-block .careerList .uk-card img {
        max-height: 90px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-career-list-block .careerList {
        padding: 25px 30px;
        margin: 0 -25px;
    }
    .tm-career-list-block .careerList .uk-card h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-career-list-block .careerList .uk-card img {
        max-height: 90px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-career-list-block .careerList {
        padding: 25px 30px;
        margin: 0 -25px;
    }
    .tm-career-list-block .careerList .uk-card h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-career-list-block .careerList .uk-card img {
        max-height: 90px;
    }
}

@media(min-width: 1200px) and (max-width: 1465px) {
    .tm-career-list-block .careerList .uk-card h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-career-list-block .careerList .uk-card img {
        max-height: 90px;
    }
    .tm-career-list-block .careerList .uk-card .uk-button {
        padding: 0 40px;
    }
}

/* ========================================================================
   Component: Career detail
 ========================================================================== */

.tm-career-detail-block .careerDetail {
    background: #1c233a;
    padding: 105px 105px 0;
}

.tm-career-detail-block .careerDetail h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
}

.tm-career-detail-block .careerDetail h2 > span > img {
    max-height: 110px;
}

.tm-career-detail-block .careerDetail .careerData {
    margin-top: 50px;
}

.tm-career-detail-block .careerDetail .careerData h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 40px;
}

.tm-career-detail-block .careerDetail .careerData h3 > ::after {
    margin-left: calc(30px + 0.3em);
}

.tm-career-detail-block .careerDetail .careerData h3 > ::after,
.tm-career-detail-block .careerDetail .careerData h3 > ::before {
    border-bottom: calc(0.2px + 0.05em) solid #09aff3;
}

.tm-career-detail-block .careerDetail .careerData .description {
    font-size: 21px;
    line-height: 30px;
    padding-left: 25px;
}

.tm-career-detail-block .careerDetail .careerForm {
    background: #161b2e;
    padding: 85px 80px 100px;
    margin-top: 150px;
}

.tm-career-detail-block .careerDetail .careerForm h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    color: #ffc456;
}

.tm-career-detail-block .careerDetail .careerForm p {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm > div + div {
    margin-top: 25px;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm > .normal > input, .tm-career-detail-block .careerDetail .careerForm .sendForm > .special {
    background: #2f364f !important;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    color: #fff !important;
    font-size: 21px;
    height: 65px;
    line-height: 65px;
    padding: 0 45px;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm > .special input {
    background: transparent !important;
    border: 0 !important;
    color: #fff;
    padding-left: 0;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm > .special {
    color: #fff !important;
    font-size: 21px;
    cursor: pointer;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm > div input::-webkit-input-placeholder {
    color: #fff !important;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm > div input:-ms-input-placeholder {
    color: #fff !important;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm > div input::placeholder {
    color: #fff !important;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm .grecaptchaNotice {
    font-size: 12px;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm .grecaptchaNotice > a {
    color: #fff;
    text-decoration: underline;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm > button {
    font-size: 28px;
    line-height: 65px;
    padding: 0 80px;
    margin-top: 40px;
}

@media(max-width: 767px) {
    .tm-career-detail-block .careerDetail {
        padding: 45px 45px 0;
        margin: 0 -25px;
    }
    .tm-career-detail-block .careerDetail h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .tm-career-detail-block .careerDetail h2 > span > img {
        max-height: 55px;
    }
    .tm-career-detail-block .careerDetail .careerData {
        margin-top: 35px;
    }
    .tm-career-detail-block .careerDetail .careerData .description {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
    .tm-career-detail-block .careerDetail .careerForm {
        padding: 45px 40px 50px;
        margin: 50px -25px 0;;
    }
    .tm-career-detail-block .careerDetail .careerForm h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-career-detail-block .careerDetail .careerForm p {
        font-size: 18px;
        line-height: 24px;
    }
    .tm-career-detail-block .careerDetail .careerForm .sendForm > .normal > input, .tm-career-detail-block .careerDetail .careerForm .sendForm > .special {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
    }
    .tm-career-detail-block .careerDetail .careerForm .sendForm > button {
        font-size: 22px;
        line-height: 45px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-career-detail-block .careerDetail {
        padding: 45px 45px 0;
        margin: 0 -25px;
    }
    .tm-career-detail-block .careerDetail h2 {
        align-items: center;
        font-size: 34px;
        line-height: 42px;
    }
    .tm-career-detail-block .careerDetail h2 > span > img {
        max-height: 55px;
    }
    .tm-career-detail-block .careerDetail .careerData {
        margin-top: 35px;
    }
    .tm-career-detail-block .careerDetail .careerData .description {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
    .tm-career-detail-block .careerDetail .careerForm {
        padding: 45px 40px 50px;
        margin: 50px -25px 0;;
    }
    .tm-career-detail-block .careerDetail .careerForm h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-career-detail-block .careerDetail .careerForm p {
        font-size: 18px;
        line-height: 24px;
    }
    .tm-career-detail-block .careerDetail .careerForm .sendForm > .normal > input, .tm-career-detail-block .careerDetail .careerForm .sendForm > .special {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
    }
    .tm-career-detail-block .careerDetail .careerForm .sendForm > button {
        font-size: 22px;
        line-height: 45px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-career-detail-block .careerDetail {
        padding: 45px 45px 0;
        margin: 0 -25px;
    }
    .tm-career-detail-block .careerDetail h2 {
        align-items: center;
        font-size: 42px;
        line-height: 52px;
    }
    .tm-career-detail-block .careerDetail h2 > span > img {
        max-height: 55px;
    }
    .tm-career-detail-block .careerDetail .careerData {
        margin-top: 35px;
    }
    .tm-career-detail-block .careerDetail .careerData .description {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
    .tm-career-detail-block .careerDetail .careerForm {
        padding: 45px 40px 50px;
        margin: 50px -25px 0;;
    }
    .tm-career-detail-block .careerDetail .careerForm h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-career-detail-block .careerDetail .careerForm p {
        font-size: 18px;
        line-height: 24px;
    }
    .tm-career-detail-block .careerDetail .careerForm .sendForm > .normal > input, .tm-career-detail-block .careerDetail .careerForm .sendForm > .special {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
    }
    .tm-career-detail-block .careerDetail .careerForm .sendForm > button {
        font-size: 22px;
        line-height: 45px;
    }
}

@media(min-width: 1200px) and (max-width: 1465px) {
    .tm-career-detail-block .careerDetail {
        padding: 45px 45px 0;
        margin: 0 -25px;
    }
    .tm-career-detail-block .careerDetail h2 {
        align-items: center;
        font-size: 42px;
        line-height: 52px;
    }
    .tm-career-detail-block .careerDetail h2 > span > img {
        max-height: 55px;
    }
    .tm-career-detail-block .careerDetail .careerData {
        margin-top: 35px;
    }
    .tm-career-detail-block .careerDetail .careerData .description {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
    .tm-career-detail-block .careerDetail .careerForm {
        padding: 45px 40px 50px;
        margin: 50px -25px 0;;
    }
    .tm-career-detail-block .careerDetail .careerForm h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .tm-career-detail-block .careerDetail .careerForm p {
        font-size: 18px;
        line-height: 24px;
    }
    .tm-career-detail-block .careerDetail .careerForm .sendForm > .normal > input, .tm-career-detail-block .careerDetail .careerForm .sendForm > .special {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
    }
    .tm-career-detail-block .careerDetail .careerForm .sendForm > button {
        font-size: 22px;
        line-height: 45px;
    }
}

/* ========================================================================
   Component: About us block
 ========================================================================== */

.tm-aboutus-block {
    padding: 25px 0 0;
}

.tm-aboutus-block .head {
    text-align: center;
    margin-bottom: 150px;
}

.tm-aboutus-block .head h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 0 35px;
    position: relative;
}

.tm-aboutus-block .head > h1::before {
    background: #4d7ff6;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-aboutus-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.tm-aboutus-block .aboutUs .slogan h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    color: #fff;
}

.tm-aboutus-block .aboutUs .content {
    font-size: 21px;
    line-height: 40px;
}

.tm-aboutus-block .aboutUs .content > p {
    margin: 0 0 50px;
}

.tm-aboutus-block .aboutUs .content > *:last-child {
    margin: 0 !important;
}

.tm-aboutus-block .whyUs {
    padding: 120px 0 0;
}

.tm-aboutus-block .whyUs .uk-card {
    background: rgba(32,33,54, 0.37);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 50px 40px;
}

.tm-aboutus-block .whyUs .uk-card .ico > img {
    max-height: 125px;
}

.tm-aboutus-block .whyUs .uk-card h3 {
    font-size: 21px;
    line-height: 32px;
    color: #fff;
    margin: 55px 0 0;
}

@media(max-width: 767px) {
    .tm-aboutus-block {
        padding: 0;
    }
    .tm-aboutus-block .head, .tm-aboutus-block .head {
        margin-bottom: 50px;
    }
    .tm-aboutus-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-aboutus-block .head p {
        font-size: 14px;
        line-height: 22px;
    }
    .tm-aboutus-block .aboutUs .slogan {
        text-align: center;
    }
    .tm-aboutus-block .aboutUs .slogan h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .tm-aboutus-block .aboutUs .content {
        text-align: center;
        font-size: 18px;
        line-height: 32px;
    }
    .tm-aboutus-block .aboutUs .content > p {
        margin: 0 0 20px;
    } 
    .tm-aboutus-block .aboutUs .content > div > a {
        color: #fdd03f;
        text-decoration: underline;
    }
    .tm-aboutus-block .aboutUs .content > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-aboutus-block .whyUs {
        padding: 60px 0 0;
    }
    .tm-aboutus-block .whyUs .uk-card {
        background: rgba(32,33,54, 0.37);
        -webkit-border-radius: 15px;
        border-radius: 15px;
        padding: 25px 15px;
    }

    .tm-aboutus-block .whyUs .uk-card .ico > img {
        max-height: 65px;
    }

    .tm-aboutus-block .whyUs .uk-card h3 {
        font-size: 14px;
        line-height: 24px;
        margin: 30px 0 0;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-aboutus-block {
        padding: 0;
    }
    .tm-aboutus-block .head, .tm-aboutus-block .head {
        margin-bottom: 50px;
    }
    .tm-aboutus-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-aboutus-block .head p {
        font-size: 14px;
        line-height: 22px;
    }
    .tm-aboutus-block .aboutUs .slogan {
        text-align: center;
    }
    .tm-aboutus-block .aboutUs .slogan h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .tm-aboutus-block .aboutUs .content {
        text-align: center;
        font-size: 18px;
        line-height: 32px;
    }

    .tm-aboutus-block .aboutUs .content > p {
        margin: 0 0 20px;
    } 
    .tm-aboutus-block .aboutUs .content > div > a {
        color: #fdd03f;
        text-decoration: underline;
    }
    .tm-aboutus-block .aboutUs .content > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-aboutus-block .whyUs {
        padding: 60px 0 0;
    }

    .tm-aboutus-block .whyUs .uk-card {
        background: rgba(32,33,54, 0.37);
        -webkit-border-radius: 15px;
        border-radius: 15px;
        padding: 35px 25px;
    }

    .tm-aboutus-block .whyUs .uk-card .ico > img {
        max-height: 65px;
    }

    .tm-aboutus-block .whyUs .uk-card h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 30px 0 0;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-aboutus-block {
        padding: 0;
    }
    .tm-aboutus-block .head, .tm-aboutus-block .head {
        margin-bottom: 50px;
    }
    .tm-aboutus-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-aboutus-block .head p {
        font-size: 14px;
        line-height: 22px;
    }
    .tm-aboutus-block .aboutUs .slogan h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .tm-aboutus-block .aboutUs .content {
        font-size: 18px;
        line-height: 32px;
    }

    .tm-aboutus-block .aboutUs .content > p {
        margin: 0 0 20px;
    } 
    .tm-aboutus-block .aboutUs .content > div > a {
        color: #fdd03f;
        text-decoration: underline;
    }
    .tm-aboutus-block .aboutUs .content > *:last-child {
        margin: 20px 0 0 !important;
    }
    .tm-aboutus-block .whyUs {
        padding: 60px 0 0;
    }

    .tm-aboutus-block .whyUs .uk-card {
        background: rgba(32,33,54, 0.37);
        -webkit-border-radius: 15px;
        border-radius: 15px;
        padding: 35px 25px;
    }

    .tm-aboutus-block .whyUs .uk-card .ico > img {
        max-height: 65px;
    }

    .tm-aboutus-block .whyUs .uk-card h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 30px 0 0;
    }
}

@media (min-width: 1200px) {
    .tm-aboutus-block .aboutUs .uk-grid-column-large, .tm-aboutus-block .aboutUs .uk-grid-large {
        margin-left: -85px;
    }
    .tm-aboutus-block .aboutUs .uk-grid-column-large > *, .tm-aboutus-block .aboutUs .uk-grid-large > * {
        padding-left: 85px;
    }
}

/* ========================================================================
   Component: Timeline block
 ========================================================================== */

.tm-timeline-block {
    padding-top: 125px;
}

.tm-timeline-block .wrapper {
    position: relative;
}

.tm-timeline-block .wrapper::before {
    background: rgba(255,212,92,1);
    background: -moz-linear-gradient(left, rgba(255,212,92,1) 0%, rgba(255,163,82,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,212,92,1)), color-stop(100%, rgba(255,163,82,1)));
    background: -webkit-linear-gradient(left, rgba(255,212,92,1) 0%, rgba(255,163,82,1) 100%);
    background: -o-linear-gradient(left, rgba(255,212,92,1) 0%, rgba(255,163,82,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,212,92,1) 0%, rgba(255,163,82,1) 100%);
    background: linear-gradient(to right, rgba(255,212,92,1) 0%, rgba(255,163,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd45c', endColorstr='#ffa352', GradientType=1 );
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 32px;
    left: 0;
}

.tm-timeline-block .head {
    text-align: center;
    margin-bottom: 115px;
}

.tm-timeline-block .head h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
    color: #fff;
    padding-bottom: 40px;
    margin: 0 0 50px;
    position: relative;
}

.tm-timeline-block .head > h2::before {
    background: #4d5ae2;
    content: "";
    width: 260px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tm-timeline-block .head p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.tm-timeline-block .uk-slider li > .uk-card {
    position: relative;
}

.tm-timeline-block .uk-slider li > .uk-card h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 0;
}

.tm-timeline-block .uk-slider li > .uk-card * {
    color: #595f6f;
    -webkit-transition: linear 0.35s;
    transition: linear 0.35s;
}    

.tm-timeline-block .uk-slider li > .uk-card:hover *,
.tm-timeline-block .uk-slider li > .uk-card:focus * {
    color: #fff;
}

.tm-timeline-block .uk-slider li > .uk-card > p {
    margin: 17px 0 0;
}

.tm-timeline-block .uk-slider .ringLine {
    padding-top: 58px;
    position: relative;
}

.tm-timeline-block .uk-slider .ringLine ul > li > .ring > div {
    background: #1c233a;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 7px solid #ffa352;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
}

.tm-timeline-block .uk-slider .ringLine ul > li:nth-child(1) > .ring > div,
.tm-timeline-block .uk-slider .ringLine ul > li:nth-child(2) > .ring > div,
.tm-timeline-block .uk-slider .ringLine ul > li:nth-child(3) > .ring > div {
    border: 7px solid #ffd45c;
}

@media(max-width: 767px) {
    .tm-timeline-block {
        padding: 65px 0 0;
    }
    .tm-timeline-block .head {       
        margin-bottom: 50px;
    }
    .tm-timeline-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-timeline-block .head p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 40px;
    }
    .tm-timeline-block .uk-slider {
        margin: 0 0 0 40px;
    }    
    .tm-timeline-block .uk-slider li > .uk-card h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .tm-timeline-block .ringLine > ul > li {
        display: none;
    }
    .tm-timeline-block .ringLine > ul > li:first-child, .tm-timeline-block .ringLine > ul > li:last-child {
        display: block;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-timeline-block {
        padding: 65px 0 0;
    }
    .tm-timeline-block .head {       
        margin-bottom: 50px;
    }
    .tm-timeline-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-timeline-block .head p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 40px;
    }
    .tm-timeline-block .uk-slider {
        margin: 0 0 0 40px;
    }    
    .tm-timeline-block .uk-slider li > .uk-card h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .tm-timeline-block .ringLine > ul > li {
        display: none;
    }
    .tm-timeline-block .ringLine > ul > li:first-child, .tm-timeline-block .ringLine > ul > li:last-child {
        display: block;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-timeline-block {
        padding: 65px 0 0;
    }
    .tm-timeline-block .head {       
        margin-bottom: 50px;
    }
    .tm-timeline-block .head h1 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
        margin: 0 0 25px;
    } 
    .tm-timeline-block .head p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 40px;
    }
    .tm-timeline-block .uk-slider {
        margin: 0 0 0 40px;
    }    
    .tm-timeline-block .uk-slider li > .uk-card h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .tm-timeline-block .ringLine > ul > li {
        display: none;
    }
    .tm-timeline-block .ringLine > ul > li:first-child,
    .tm-timeline-block .ringLine > ul > li:nth-child(2),
    .tm-timeline-block .ringLine > ul > li:nth-child(5),
    .tm-timeline-block .ringLine > ul > li:last-child {
        display: block;
    }
}

@media(min-width: 960px) {
    .tm-timeline-block .uk-slider li > .uk-card .draggable {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: ew-resize;
    }
}

@media(min-width: 1200px) {
    .tm-timeline-block .wrapper {
        padding: 0 0 0 75px;
    }
}

/* ========================================================================
   Component: Worldwide block
 ========================================================================== */

.tm-worldwide-block {
    padding: 165px 0 110px;
}

.tm-worldwide-block .worldWide .content {
    font-size: 21px;
    line-height: 36px;
}

.tm-worldwide-block .worldWide .slogan h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    color: #fff;
}

.tm-worldwide-block .map {
    text-align: center;
    padding-top: 120px;
}

@media(max-width: 767px) {
    .tm-worldwide-block {
        text-align: center;
        padding: 95px 0 55px;
    }
    .tm-worldwide-block .worldWide .slogan h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .tm-worldwide-block .worldWide .content {
        font-size: 18px;
        line-height: 28px;
    }
    .tm-worldwide-block .map {
        padding-top: 60px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-worldwide-block {
        text-align: center;
        padding: 95px 0 55px;
    }
    .tm-worldwide-block .worldWide .slogan h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .tm-worldwide-block .worldWide .content {
        font-size: 18px;
        line-height: 28px;
    }
    .tm-worldwide-block .map {
        padding-top: 60px;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .tm-worldwide-block {
        padding: 95px 0 55px;
    }
    .tm-worldwide-block .uk-flex {
        align-items: flex-start;
    }
    .tm-worldwide-block .worldWide .slogan h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .tm-worldwide-block .worldWide .content {
        font-size: 18px;
        line-height: 28px;
    }
    .tm-worldwide-block .map {
        padding-top: 60px;
    }
}

@media (min-width: 1200px) {
    .tm-worldwide-block .uk-grid-column-large, .tm-worldwide-block .uk-grid-large {
        margin-left: -85px;
    }
    .tm-worldwide-block .uk-grid-column-large > *, .tm-worldwide-block .uk-grid-large > * {
        padding-left: 85px;
    }
}

/* ========================================================================
   Component: Footer
 ========================================================================== */

.tm-footer-block .wrapper {
    border-top: 2px solid #696f90;
    padding-top: 50px;
    padding-bottom: 175px;
}

.tm-footer-block .addressInfo {
    margin-bottom: 55px;
}

.tm-footer-block .addressInfo > div > img {
    max-width: 210px;
    margin-bottom: 60px;
}

.tm-footer-block .addressInfo > div > p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.tm-footer-block .addressInfo > div > p > a {
    color: #fff;
    text-decoration: none;
}

.tm-footer-block .logos > div > img {
    max-height: 44px;
}

.tm-footer-block .logos > div > a > img {
    max-height: 44px;
}

.tm-footer-block .copyright {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 50px;
}

.tm-footer-block .copyright > p:first-child {
    margin-top: 0;
}

.tm-footer-block .copyright > p:last-child {
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .tm-footer-block .wrapper {
        padding-bottom: 60px;
    }
    .tm-footer-block .copyright {
        font-size: 12px;
        line-height: 28px;
        text-align: center;
        color: #a29d9d;
        margin-top: 0;
    }
    .tm-footer-block .copyright > img {
        max-width: 100px;
        margin-top: 30px;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .tm-footer-block .wrapper {
        padding-bottom: 60px;
    }
    .tm-footer-block .copyright {
        font-size: 12px;
        line-height: 28px;
        text-align: center;
        color: #a29d9d;
        margin-top: 0;
    }
    .tm-footer-block .copyright > img {
        max-width: 100px;
        margin-top: 30px;
    }
}

/* ========================================================================
   Component: Offcanvas
 ========================================================================== */

.uk-navbar-toggle {
    color: #fff;
}

#offcanvasNavPrimary .uk-offcanvas-bar a, #offcanvasNavPrimary .uk-offcanvas-bar .uk-offcanvas-close {
    color: #fff;
}

#offcanvasNavPrimary .uk-offcanvas-bar {
    background: #232c49;
}

#offcanvasNavPrimary .uk-offcanvas-bar .uk-nav-primary > li > a {
    color: #fff;
}

#offcanvasNavPrimary .uk-offcanvas-bar .top > ul > li > a > img {
    width: 145px;
}

/* ========================================================================
   Component: Error block
 ========================================================================== */

@media(max-width: 767px) {
    .errorBlock {
        margin: 50px 0 100px !important;
    }
}

@media(min-width: 768px) and (max-width: 959px) {
    .errorBlock {
        margin: 100px 0 150px !important;
    }
}

@media(min-width: 960px) and (max-width: 1199px) {
    .errorBlock {
        margin: 150px 0 200px;
    }
}

@media(min-width: 1200px) {
    .errorBlock {
        margin: 250px 0 300px;
    }
}

.tm-career-detail-block .careerDetail .careerForm .sendForm > .normal > input.form-control-error, .tm-career-detail-block .careerDetail .careerForm .sendForm > .special-error {
    background: red !important;
    border: 0 !important;
    color: #fff !important;
}

.tm-career-detail-block .careerDetail .careerForm .tos-agree .form-control-error {
    border-color: red !important;
}

.tm-career-detail-block .careerDetail .careerForm .sendForm .form-error-message {
    display: none !important;
    visibility: hidden !important;
}

