.tp-typo {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400
}

.tp-typo.level-1 {
    font-size: 100px
}

.tp-typo.level-1 svg {
    height: 100px;
    width: 100px
}

.tp-typo.level-2 {
    font-size: 40px
}

.tp-typo.level-2 svg {
    height: 40px;
    width: 40px
}

.tp-typo.level-3 {
    font-size: 25px
}

.tp-typo.level-3 svg {
    height: 25px;
    width: 25px
}

.tp-typo.level-4 {
    font-size: 20px
}

.tp-typo.level-4 svg {
    height: 20px;
    width: 20px
}

.tp-typo.level-5 {
    font-size: 16px
}

.tp-typo.level-5 svg {
    height: 16px;
    width: 16px
}

.tp-typo.level-6 {
    font-size: 14px
}

.tp-typo.level-6 svg {
    height: 14px;
    width: 14px
}

.tp-typo.level-7 {
    font-size: 12px
}

.tp-typo.level-7 svg {
    height: 12px;
    width: 12px
}

.tp-typo.level-8 {
    font-size: 10px
}

.tp-typo.level-8 svg {
    height: 10px;
    width: 10px
}

@media screen and (min-width:768px) {
    .tp-typo.level-1 {
        font-size: 120px
    }

    .tp-typo.level-1 svg {
        height: 120px;
        width: 120px
    }

    .tp-typo.level-2 {
        font-size: 50px
    }

    .tp-typo.level-2 svg {
        height: 50px;
        width: 50px
    }

    .tp-typo.level-3 {
        font-size: 30px
    }

    .tp-typo.level-3 svg {
        height: 30px;
        width: 30px
    }

    .tp-typo.level-4 {
        font-size: 25px
    }

    .tp-typo.level-4 svg {
        height: 25px;
        width: 25px
    }

    .tp-typo.level-5 {
        font-size: 18px
    }

    .tp-typo.level-5 svg {
        height: 18px;
        width: 18px
    }

    .tp-typo.level-6 {
        font-size: 16px
    }

    .tp-typo.level-6 svg {
        height: 16px;
        width: 16px
    }

    .tp-typo.level-7 {
        font-size: 14px
    }

    .tp-typo.level-7 svg {
        height: 14px;
        width: 14px
    }

    .tp-typo.level-8 {
        font-size: 12px
    }

    .tp-typo.level-8 svg {
        height: 12px;
        width: 12px
    }
}

.uppercase {
    text-transform: uppercase
}

.extrabold {
    font-weight: 800
}

.semibold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.primary-text {
    color: #33a7a1
}

html {
    font-size: 13px
}

html ::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

html ::-webkit-scrollbar-thumb {
    background: rgba(51, 167, 161, .85)
}

html ::-webkit-scrollbar-track {
    background: #fff
}

html * {
    scrollbar-face-color: rgba(51, 167, 161, .85);
    scrollbar-track-color: #fff
}

html * ::selection {
    color: #fff;
    background-color: rgba(51, 167, 161, .5)
}

html * ::-moz-selection {
    color: #fff;
    background-color: rgba(51, 167, 161, .5)
}

html body {
    background-color: #fff;
    color: #666;
    font-family: "Trirong", "Cactus Classical Serif", "Battambang", sans-serif;
    font-weight: 400
}

html body.open-side-menu {
    overflow: hidden
}

html body svg {
    fill: #666
}

html body #bs-support.m_b #main-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    min-height: 100vh
}

html body #bs-support.m_b #main-content main.main-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

html body #bs-support #main-content:not(.front-page) main.main-content {
    padding: 30px 0;
    margin-top: 60px
}

html body #bs-support #main-content.not-found main.main-content {
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

html body #bs-support .lazy {
    background-color: rgba(0, 0, 0, .15)
}

html body #bs-support a {
    transition: color .3s ease-out;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out
}

html body #bs-support .tp-link {
    border: 0;
    outline: 0;
    background: 0 0;
    text-decoration: none !important;
    transition: color .3s ease-out;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out
}

html body #bs-support .tp-link.primary {
    color: #666
}

html body #bs-support .tp-link.primary svg {
    fill: #666
}

html body #bs-support .tp-link.primary.ondark {
    color: #fff
}

html body #bs-support .tp-link.primary.ondark svg {
    fill: #fff
}

html body #bs-support .tp-link.primary:hover {
    color: #33a7a1 !important
}

html body #bs-support .tp-link.primary:hover svg {
    fill: #33a7a1 !important
}

html body #bs-support .tp-link.dark {
    color: #999
}

html body #bs-support .tp-link.dark svg {
    fill: #999
}

html body #bs-support .tp-link.dark:hover {
    color: #33a7a1 !important
}

html body #bs-support .tp-link.dark:hover svg {
    fill: #33a7a1 !important
}

html body #bs-support .tp-link.underline {
    text-decoration: underline !important
}

html body #bs-support .tp-button {
    display: inline-block;
    outline: 0;
    padding: 3px 10px;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out
}

html body #bs-support .tp-button svg {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out
}

html body #bs-support .tp-button.large {
    padding: 7px 15px
}

html body #bs-support .tp-button.solid {
    border: 0
}

html body #bs-support .tp-button.solid.primary {
    color: #fff;
    background-color: #33a7a1
}

html body #bs-support .tp-button.solid.primary svg {
    fill: #fff
}

html body #bs-support .tp-button.solid.primary:hover {
    color: #33a7a1 !important;
    background-color: #fff
}

html body #bs-support .tp-button.solid.primary:hover svg {
    fill: #33a7a1 !important
}

html body #bs-support .tp-button.solid.primary.dark:hover {
    color: #fff !important;
    background-color: #27807b
}

html body #bs-support .tp-button.solid.primary.dark:hover svg {
    fill: #fff !important
}

html body #bs-support .tp-button.outline {
    position: relative;
    background-color: transparent;
    border: 2px solid transparent
}

html body #bs-support .tp-button.outline.primary {
    color: #33a7a1;
    border-color: #33a7a1
}

html body #bs-support .tp-button.outline.primary svg {
    fill: #33a7a1
}

html body #bs-support .tp-button.outline.primary:hover {
    background-color: rgba(221, 240, 235, .7) !important
}

html body #bs-support .tp-button.transparent {
    border: 0
}

html body #bs-support .tp-button.transparent.primary {
    background-color: transparent;
    color: #666
}

html body #bs-support .tp-button.transparent.primary svg {
    fill: #666
}

html body #bs-support .tp-button.transparent.primary:hover {
    color: #33a7a1
}

html body #bs-support .tp-button.transparent.primary:hover svg {
    fill: #33a7a1
}

html body #bs-support .tp-button.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

html body #bs-support .tp-button.block {
    display: block;
    width: 100%
}

html body #bs-support .tp-content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

html body #bs-support .tp-content-wrapper>svg.before {
    margin-right: 8px
}

html body #bs-support .tp-content-wrapper>svg.after {
    margin-left: 8px
}

html body #bs-support .tp-title-wrapper {
    margin-bottom: 30px;
    text-align: center
}

html body #bs-support input[type=email],
html body #bs-support input[type=number],
html body #bs-support input[type=text],
html body #bs-support textarea {
    outline: 0;
    border: 2px solid rgba(51, 167, 161, .2);
    padding: 5px 15px;
    min-height: 40px;
    background-color: rgba(221, 240, 235, .3);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out
}

html body #bs-support input[type=email]:focus,
html body #bs-support input[type=number]:focus,
html body #bs-support input[type=text]:focus,
html body #bs-support textarea:focus {
    border-color: #33a7a1;
    -webkit-box-shadow: 0 0 8px rgba(51, 167, 161, .25);
    -moz-box-shadow: 0 0 8px rgba(51, 167, 161, .25);
    box-shadow: 0 0 8px rgba(51, 167, 161, .25)
}

html body #bs-support footer #copyright {
    border-top: 1px solid rgba(102, 102, 102, .2);
    padding: 15px 0;
    text-align: center
}

html body #bs-support footer #copyright span {
    color: #33a7a1
}

html body #bs-support #loading {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out
}

html body #bs-support #loading .spinner {
    width: 60px;
    height: 60px;
    position: relative
}

html body #bs-support #loading .spinner .bounce {
    width: 100%;
    height: 100%;
    background-color: #33a7a1;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

html body #bs-support #loading .spinner .bounce.bounce1 {
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    -moz-animation: sk-bounce 2s infinite ease-in-out;
    -ms-animation: sk-bounce 2s infinite ease-in-out;
    -o-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

html body #bs-support #loading .spinner .bounce.bounce2 {
    -webkit-animation: sk-bounce 2s infinite ease-in-out -1s;
    -moz-animation: sk-bounce 2s infinite ease-in-out -1s;
    -ms-animation: sk-bounce 2s infinite ease-in-out -1s;
    -o-animation: sk-bounce 2s infinite ease-in-out -1s;
    animation: sk-bounce 2s infinite ease-in-out -1s
}

html body #bs-support #loading.show {
    opacity: 1;
    pointer-events: auto
}

html body #bs-support #scroll-to-top-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    padding: 15px 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

html body #bs-support #scroll-to-top-btn.show {
    opacity: 1;
    pointer-events: auto
}

html body #bs-not-support .browser-not-supported {
    text-align: center;
    overflow: hidden;
    padding: 30px 0
}

html body #bs-not-support .browser-not-supported .browser-not-supported-container {
    width: 100%
}

html body #bs-not-support .browser-not-supported .browser-not-supported-container>h1 {
    margin-bottom: 5px
}

html body #bs-support #main-content .videos .video {
    margin-top: 1rem
}

html body #bs-support #main-content .videos .video .embed {
    margin-top: .5rem;
    width: 100%;
    padding-bottom: calc(100% * 9 / 16);
    position: relative
}

html body #bs-support #main-content .videos .video .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (min-width:768px) {
    html {
        font-size: 15px
    }

    html body #bs-support #main-content:not(.front-page) main.main-content {
        padding: 50px 0
    }

    html body #bs-support #main-content .tp-title-wrapper {
        margin-bottom: 35px
    }

    html body #bs-support #main-content input[type=email],
    html body #bs-support #main-content input[type=number],
    html body #bs-support #main-content input[type=text],
    html body #bs-support #main-content textarea {
        padding: 7px 20px
    }

    html body #bs-not-support .browser-not-supported {
        padding: 70px 0
    }

    html body #bs-not-support .browser-not-supported .browser-not-supported-container>h1 {
        margin-bottom: 10px
    }
}

html .bg img {
    position: fixed;
    z-index: -1;
    height: auto;
    opacity: .2;
}

html .bg img:first-child {
    left: 0;
    bottom: 0
}

html .bg img:last-child {
    right: 0;
    top: 0
}

@media (orientation:landscape) {
    html .bg img {
        width: 17vw
    }
}

@media (orientation:portrait) {
    html .bg img {
        width: 17vh
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes sk-bounce {

    0%,
    100% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes sk-bounce {

    0%,
    100% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}