﻿html,
body {
    font-family: 'Montserrat', 'Noto Sans TC', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #1c2a43;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: white;
}

::-webkit-scrollbar-thumb {
    background-color: #1c2a43;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: white;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.8em;
    }
}


h4 {
    color: #718191;
}

a {
    text-decoration: none;
}

#app-root {
    margin: 0;
    padding-top: 80px;
    font-size: 20px;
    background-color: #f5f7fa;
}

body.font-zh {
    font-family: 'Montserrat', 'Noto Sans TC', Arial, Helvetica, sans-serif;
}

body.font-en {
    font-family: 'Montserrat', 'Noto Sans TC', Arial, Helvetica, sans-serif;
}

body.font-jp {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
}

body.font-cn {
    font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
}

.cursor-pointer {
    cursor: pointer;
}

.header {
    /* transition: padding 0.4s ease-in, background 0.4s ease-in; */
    position: relative;
}

.logo {
    z-index: 0;
    background-image: url('../svg/logo.svg');
    background-repeat: no-repeat;
    position: absolute;
    height: 80px;
    width: 80px;
    top: -25px;
    right: 0;
}

.hint {
    font-size: 15px;
}

.bold {
    font-weight: bold;
}

.group {
    position: relative;
    margin: 30px 0;
}

.tag {
    padding: 1px 5px;
    background: #007dd9;
    color: white;
    font-size: 10px;
    border-radius: 7px;
    margin-left: 8px;
}

.tag.large-tag {
    font-size: 0.5em;
    padding: 3px 10px;
}

input,
textarea {
    background: none;
    color: #25274d;
    font-size: 18px;
    padding: 10px 10px 10px 0;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #25274d;
}

input:focus {
    outline: none;
}

input:focus~label,
input:valid~label {
    top: -14px;
    font-size: 12px;
    color: #2196f3;
}

input:focus~.bar:before {
    width: 100%;
}

textarea {
    resize: none;
    height: 180px;
}

textarea:focus {
    outline: none;
}

textarea:focus~label,
textarea:valid~label {
    top: -16px;
    font-size: 12px;
    color: #2196f3;
}

textarea:focus~.bar:before {
    width: 100%;
}

label {
    color: #25274d;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
    transition: 300ms ease all;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #2196f3;
    transition: 300ms ease all;
    left: 0;
}

.anchor {
    display: inline-flex;
    padding: 0.6rem 1.8rem;
    font-size: 1.1rem;
    cursor: pointer;
    /* transition: All 0.4s ease; */
    line-height: 1.5;
    border-radius: 40px;
    background-color: #fff;
    border-color: #fff;
    color: #62717a;
    text-decoration: none;
}

.anchor.mini-anchor {
    padding: 0.2rem;
}

.anchor:hover {
    color: #62717a;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.anchor:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 234, 235, 0.5);
}

.anchor.blue-anchor {
    background: #007dd9;
    border-color: #007dd9;
    color: white;
}

.anchor.blue-anchor:hover {
    background-color: #0d98ff;
    border-color: #0d98ff;
    color: white;
}

.anchor.header-anchor {
    padding: 0.5rem 1.5rem;
    background: linear-gradient(45deg, #2EBED9, #47A1FF);
    border-color: #0d98ff;
    color: white !important;
    font-weight: 300;
}

.anchor.header-anchor:hover {
    background: linear-gradient(45deg, #2EBED9, #47A1FF);
    border-color: #0d98ff;
    color: white;
}

.anchor.selected-feature-anchor {
    background: #7dd900;
    border-color: #7dd900;
    color: white;
}

.anchor.orange-anchor {
    background: linear-gradient(45deg, #FC8B01, #FC7501);
    border-color: #FC8B01;
    color: white;
}

@media only screen and (max-width: 992px) {
    .anchor.header-anchor {
        padding: 0.5rem 0.8rem;
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
        z-index: 1;
    }

    2% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    33% {
        opacity: 1;
        z-index: 1;
    }

    34% {
        z-index: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

b {
    font-weight: 600;
}

b.yellow-b {
    color: #f1c232;
}

.title {
    margin: 0 0 35px 0;
    font-size: 1.5em;
    line-height: 1.2em;
}

@media only screen and (max-width: 768px) {
    .title {
        font-size: 1.2em;
    }
}

.title.reversed-title {
    background-color: #10293c;
    color: white !important;
    padding: 12px 0;
}

.sub-title {
    margin: 1em 0;
    font-size: 1.2em;
    line-height: 1.2em;
}

@media only screen and (max-width: 768px) {
    .sub-title {
        font-size: 1.2em;
    }
}

.content {
    font-weight: 400;
    font-size: 1em;
}


.header .container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.vertical-align-top {
    vertical-align: top;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.align-items-center {
    align-items: center;
    justify-content: center;
}

.copyright {
    font-size: 0.5em;
}


.detail {
    color: #62717a;
}

.close-button {
    position: fixed;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.close-button svg {
    height: 40px;
    width: 40px;
}

.mobile {
    display: none;
}

.desktop {
    display: flex;
}

.row {
    margin: 0;
}


@media only screen and (min-width: 768px) {
    .hide-gt-xs {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .hide-xs {
        display: none;
    }

    body {
        font-size: 15px;
    }

    .logo {
        top: -10px;
        right: -30px;
    }

    .content {
        font-size: 0.9em;
    }

    .header .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
    }

    .close-button {
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 600px) {
    body {
        font-size: 11px;
    }
}

@media only screen and (max-width: 500px) {
    body {
        font-size: 9px;
    }
}

.lang-button {
    background-color: #ef5350;
    color: white !important;
    padding: 6px;
    min-width: 36px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
}

.lang-button.zh-ver {
    font-size: 15px;
}

.section {
    min-height: 250px;
    position: relative;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .section {
        padding: 20px 0;
    }
}

.section .title {
    font-weight: 800;
}

.white-section {
    background-color: white;
}

.white-section .title {
    color: #10293c;
}

.white-section .content {
    color: #25274d;
}



.promo-section .title {
    color: #10293c;
}

.promo-section .content {
    color: #25274d;
}

.grey-section {
    background-color: #f5f7fa;
}

.all-in-one-building-section {
    background-image: url(../webp/building_background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    background-position: center;
}

#office-system-section{
    background-image: url(../webp/office-system.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0px;
}


.box-shadow-none {
    box-shadow: none !important;
}

.blob-1 {
    background-image: url('../svg/blob.svg');
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center;
}

.blob-2 {
    background-image: url('../svg/blob_1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center;
}

.blob-3 {
    background-image: url('../svg/blob_2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center;
}

.blob-4 {
    background-image: url('../svg/blob_3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center;
}

.stamp {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 200px;
    height: 200px;
    opacity: 0.8;
    background-image: url(../webp/stamp.webp);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: right;
}

.recommend-tag {
    position: absolute;
    bottom: 10px;
    left: 0px;
}

@media screen and (min-width: 960px) {
    .recommend-tag {
        left: 80px;
    }
}

.grey-section.blob-1 {
    background-color: white;
    background-image: url('../svg/blob-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center;
}

.grey-section.blob-2 {
    background-color: white;
    background-image: url('../svg/blob_1-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center;
}

.grey-section.blob-3 {
    background-color: white;
    background-image: url('../svg/blob_2-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center;
}

.grey-section.blob-4 {
    background-color: white;
    background-image: url('../svg/blob_3-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    background-position: center;
}


.grey-section .title {
    color: #10293c;
}

.grey-section .content {
    color: #25274d;
}

.world-section {
    color: white;
    text-shadow: 0 3px 8px #2a2a2a;
}

.world-section .container {
    background-image: url('../webp/world-section-background.webp');
    background-size: cover;
}

.blue-section {
    background-color: #25274d;
    background-image: url('../svg/blue-background.svg');
    background-size: cover;
    color: white;
}

.blue-section b {
    color: #f1c232;
}

.dark-blue-section {
    background-color: #10293c;
    color: white;
}

.black-section {
    background-color: black;
    color: white;
}

.title-section {
    min-height: 0;
}

@media screen and (min-width: 960px) {
    .title-section {
        padding-left: 20%;
        padding-right: 20%;
    }
}

.title-section .title {
    font-size: 2em;
    max-width: 680px;
    margin: 20px auto;
}

@media screen and (max-width: 960px) {
    .title-section .title {
        font-size: 1.8em;
    }
}

.title-section .title-detail {
    margin: 20px auto;
    color: #62717a;
    max-width: 680px;
    font-size: 1em;
    padding: 0px 35px;
}


.first-title {
    font-size: 2.5em;
}

.first-title-detail {
    font-size: 1.1em;
}


.content-section {
    background: #10293c;
    padding: 48px;
    border-radius: 8px;
}

.content-section * {
    color: #95a1ac !important;
}

.content-section .title,
.content-section a,
.content-section b,
.content-section span,
.content-section em {
    color: white !important;
}
.content-section em {
    position: relative;
    padding-left: 12px;
}

.content-section em:before {
    display: block;
    padding-left: 10px;
    content: "\0022";
    font-size: 100px;
    position: absolute;
    left: -50px;
    top: -50px;
    color: white;
}


.content-section .ad-logo {
    width: 30px;
    height: 26px;
    margin-right: 6px;
    background-image: url(../png/logo%404x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.icon {
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: center;
}

.fix-section {
    height: auto !important;
}

.fix-section .fp-slide,
.fix-section .fp-tableCell {
    height: auto !important;
}

.fix-section .footer {
    padding: 60px 20px 60px 20px;
}


.video-dialog {
    width: 80vw !important;
}

.video-dialog .mat-dialog-container {
    background-color: white;
    position: relative;
    height: 90vh;
}

.video-dialog .mat-dialog-content {
    height: 100%;
    max-height: 100%;
    padding: 10px 24px 0 24px;
}

.video-dialog iframe {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 30px 10px;
}

.video-dialog .mat-dialog-title {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .video-dialog {
        height: 100vh !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .video-dialog .mat-dialog-container {
        border-radius: 0;
        height: 100vh;
    }

    .video-dialog .mat-dialog-content {
        height: 95%;
        max-height: 90vh;
    }

    .video-dialog iframe {
        width: 100%;
        height: 300px;
        border: 0;
    }
}

@media screen and (min-width: 960px) {
    .bg-gradient {
        width: 60%;
    }
}

.cover-image {
    top: 10px;
    height: 240px;
    background-repeat: no-repeat;
    object-fit: contain;
}

.partner-image {
    top: 10px;
    height: 160px;
    width: 160px;
    background-repeat: no-repeat;
    object-fit: contain;
    padding: 20px;
    background: white;
}


.cover-image.layout-image {
    top: 10% !important;
    height: 80% !important;
    width: 25% !important;
    border-radius: 0.1875rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    object-fit: cover !important;
}

@media screen and (max-width: 960px) {
    .cover-image.layout-image {
        left: 0;
        right: 0;
        width: 100% !important;
        height: 300px !important;
        background-position: center center;
        -webkit-animation: none;
        animation: none;
        position: relative;
    }
}

.center-image {
    margin-top: 30px;
    width: 80%;
    height: 400px;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 15px 0;
}

@media screen and (max-width: 960px) {
    .center-image {
        width: 90%;
    }
}

.section-title {
    background-position: center;
}

.section-image {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.section-image.contain {
    object-fit: contain;
}

@media screen and (max-width: 960px) {
    .section-image {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }
}

.section-image.grey-background {
    background: linear-gradient(to bottom, #ffffff, #efefef);
    border-radius: 10px;
}

.left-section .cover-image {
    left: 55%;
    background-position: center;
}

.right-section .cover-image {
    margin-right: 15px;
    right: 55%;
    background-position: center;
}

.title {
    margin: 20px auto;
}

@media screen and (max-width: 960px) {

    .left-section .cover-image,
    .right-section .cover-image {
        left: 0;
        right: 0;
        width: 90%;
        height: 30vh;
        background-position: center center;
        -webkit-animation: none;
        animation: none;
        position: relative;
    }
}

@media screen and (min-width: 1200px) {
    .left-section .section-title {
        padding-top: 3vh;
        padding-bottom: 3vh;
        padding-left: 10%;
        padding-right: 10%;
    }

    .right-section .section-title {
        padding-top: 3vh;
        padding-bottom: 3vh;
        padding-right: 0;
        width: 90%;
    }
}

@media screen and (max-width: 960px) {
    .section-title {
        top: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        background-position: top;
        -webkit-animation: none;
        animation: none;
        position: relative;
    }
}

#sub-highlights-section .highlight-item.sub-highlight-item {
    background-position-x: left;
}

#sub-highlights-section .highlight-item.sub-highlight-item:nth-of-type(3) {
    background-position-x: 80%;
}

#sub-highlights-section .content {
    background-color: rgba(6, 7, 31, 0.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#sub-highlights-section .content:hover {
    background-color: rgba(6, 7, 31, 0.7);
}

.highlights-section .highlight-item {
    position: relative;
    object-fit: cover;
    background-position: right;
    padding: 0;
}

.highlights-section .highlight-item.sub-highlight-item {
    height: 350px;
}

@media only screen and (max-width: 1279px) {
    .highlights-section .highlight-item.sub-highlight-item {
        height: 250px;
    }
}

.highlights-section .highlight-item .background {
    width: 100%;
}




.highlights-section .highlight-item .circle-icon {
    border-radius: 100%;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1em;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 400;
}

.step-section .title {
    margin-top: 0;
}

.step-section ul {
    padding: 0;
}

.step-section .events li {
    display: flex;
}

.step-section .events time {
    position: relative;
    color: #ccc;
    padding: 0 1.5em;
    width: 150px;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

.step-section .events time.end {
    color: transparent;
}

.step-section .events time::after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    top: 8px;
    transform: translateX(50%);
    border-radius: 50%;
    background: #fff;
    border: 1px #ccc solid;
    width: 0.8em;
    height: 0.8em;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

.step-section .events .step-section-container {
    padding: 0 1.5em 1.5em 1.5em;
    position: relative;
    width: 500px;
    font-size: 1rem;
}

.step-section .events .step-section-container.second-end {
    height: 200px;
}


.step-section .events strong {
    font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .step-section .events strong {
        font-size: 1.2rem;
    }
}

.step-section .events .step-section-container:not(.end)::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    height: calc(100% + 10px);
    border-left: 1px #ccc solid;
}

.step-section .events strong {
    display: block;
}

.step-section .icon {
    margin: 0 auto 1.5em auto;
    width: 180px;
    height: 180px;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

@media only screen and (max-width: 768px) {
    .step-section .icon {
        margin: 0 0 1.5em 0;
        width: 110px;
        height: 110px;
    }
}

.step-section strong {
    font-weight: 600;
}

.step-section #planning-icon {
    background-image: url(../svg/planning.svg);
}

.step-section #design-icon {
    background-image: url(../svg/design.svg);
}

.step-section #develop-icon {
    background-image: url(../svg/develop.svg);
}

.step-section #testing-icon {
    background-image: url(../svg/testing.svg);
}

.step-section #deployment-icon {
    background-image: url(../svg/deployment.svg);
}

.step-section #maintenance-icon {
    background-image: url(../svg/maintenance.svg);
}

.step-section #flag-icon {
    margin-top: 0;
    width: 110px;
    height: 110px;
    background-image: url(../svg/finish-flag.svg);
}

.step-section #man-ticket-icon {
    margin-top: 0;
    width: 110px;
    height: 110px;
    background-image: url(../png/man-ticket.png);
}

@media only screen and (max-width: 768px) {
    .step-section .events span.second-end {
        height: 270px;
    }

    .step-section #flag-icon {
        margin-top: 0;
        width: 90px;
        height: 90px;
    }
}

.step-section .preload.icon {
    opacity: 0;
    position: absolute;
}

.step-section li:hover time {
    color: #172f47;
}

.step-section li:hover time::after {
    background: #172f47;
    border: 1px #172f47 solid;
}

.step-section li:hover #planning-icon {
    background-image: url(../svg/planning-color.svg);
}

.step-section li:hover #design-icon {
    background-image: url(../svg/design-color.svg);
}

.step-section li:hover #develop-icon {
    background-image: url(../svg/develop-color.svg);
}

.step-section li:hover #testing-icon {
    background-image: url(../svg/testing-color.svg);
}

.step-section li:hover #deployment-icon {
    background-image: url(../svg/deployment-color.svg);
}

.step-section li:hover #maintenance-icon {
    background-image: url(../svg/maintenance-color.svg);
}

.step-section li:hover #flag-icon {
    background-image: url(../svg/finish-flag-color.svg);
}

.step-section li:hover #man-ticket-icon {
    background-image: url(../png/man-ticket-color.png);
}

.step-section .preload#planning-icon {
    background-image: url(../svg/planning-color.svg);
}

.step-section .preload#design-icon {
    background-image: url(../svg/design-color.svg);
}

.step-section .preload#develop-icon {
    background-image: url(../svg/develop-color.svg);
}

.step-section .preload#testing-icon {
    background-image: url(../svg/testing-color.svg);
}

.step-section .preload#deployment-icon {
    background-image: url(../svg/deployment-color.svg);
}

.step-section .preload#maintenance-icon {
    background-image: url(../svg/maintenance-color.svg);
}

.step-section .preload#flag-icon {
    background-image: url(../svg/finish-flag-color.svg);
}

.step-section .preload#man-ticket-icon {
    background-image: url(../png/man-ticket-color.png);
}

@media only screen and (max-width: 992px) {
    .step-section .events time {
        padding: 0 1.5em 0 0;
    }
}

.contain-image {
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px;
    top: 0;
    left: 0;
    width: 450px;
    max-width: 100%;
    height: 300px;
    padding: 0px;
    object-fit: cover;
    object-position: center center;
}

.contain-image.contain {
    object-fit: contain;
}

@media only screen and (max-width: 992px) {
    .contain-image {
        height: 180px;
    }
}



.contain-image.no-shadow {
    box-shadow: rgb(0 0 0 / 10%) 0 0 0;
}

.contain-image.large-contain-image {
    height: 450px;
}

@media only screen and (max-width: 992px) {
    .contain-image.large-contain-image {
        height: 250px;
    }
}


.icon-image {
    top: 0;
    left: 0;
    width: 240px;
    max-width: 100%;
    height: 240px;
    object-fit: contain;
    object-position: center center;
}


.font-weight-bold {
    font-weight: bold;
}

.font-weight-light {
    font-weight: 100;
}

h5 {
    color: #0A5BEB;
    font-size: 0.9rem;
    font-weight: 500;
}


button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button.large-button {    
    font-size: 1em;
    padding: 12px 45px 12px 34px;
}

button.gradient-button {
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    font-size: 24px;
    position: relative;
  }


  @media only screen and (max-width: 992px) {
    button.gradient-button {
      margin: 10px auto;
    }
}

button.gradient-button:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
 
 
button.gradient-button::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-radius: 2px;
    position: absolute;
    right: 18px;
    top: 28px;
    transform: rotateZ(314deg);
}

button.disabled {
    opacity: 0.5;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border-radius: 0.25rem;
    opacity: .5;
}

.btn-close.white-btn {
    color: white;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.btn-continue {
    box-sizing: content-box;
    height: 1em;
    line-height: 1em;
    color: white;
    border-radius: 0.25rem;
    background: #007dd9;
}


.btn-primary {
    color: #fff;
    background-color: #29599f;
    border-color: #29599f;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100%;
    }
}

.display-none,
[class$="display-none"]  {
    display: none;
}


img {
    object-fit: cover;
}

[data-src="/assets/booking/circle-checkmark.svg"] {
    width: 32px;
    height: 32px;
}

.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    /* creates a 16:9 aspect ratio */
}

.video-container iframe,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* And set the max-width of the parent element */
.video-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}


.tag-line {
    background: #fdcb00;
    border-radius: 10px;
}

.tag-line a {
    margin: 0 8px;
}

td {
    padding: 3px 0px;
}

td:first-child {
    padding: 3px 12px 3px 0px;
}

.checklist {
    margin: 16px 0px;
    list-style-type: none;
    padding: 0;
}

.checklist li {
    padding-left: 2.8em;
    text-indent: -2.8em;
    line-height: normal;
    padding-bottom: 0.8em;
}

.checklist li:before {
    content: '';
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    background-image: url(../svg/circle-checkmark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1em;
    position: relative;
    top: 0px;
    vertical-align: middle;
}

.feature-block {
    margin-bottom: 40px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    background: white;
    padding: 20px;
    border-radius: 4px;
}

.highlight-title:before {
    background-color: #29599f;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 42px;
    margin-bottom: 1rem;
}

.blue-text {
    color: #29599f;
}

.hardware-tag {
    padding: 0.2rem 0.5rem;
    margin-right: 4px;
    margin-bottom: 4px;
    background: #007dd9;
    border-color: #007dd9;
    color: white !important;
    font-weight: 300;
    font-size: 12px;
    width: auto;
    border-radius: 4px;
}

.feature-tag {
    padding: 0.2rem 0.5rem;
    margin-right: 4px;
    margin-bottom: 4px;
    background: #7dd900;
    border-color: #7dd900;
    color: white !important;
    font-weight: 300;
    font-size: 12px;
    width: auto;
    border-radius: 4px;
}

.error-tag {
    padding: 0.2rem 0.5rem;
    margin-right: 4px;
    margin-bottom: 4px;
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: grey !important;
    font-weight: 300;
    font-size: 12px;
    width: auto;
    border-radius: 4px;
}

.round-border {
    border-radius: 10px;
}

#hardware-function {
    background: #007dd9;
    color: white;
}


.white-color{
    color: white !important;
}

#offision-banner{
    z-index: 290;
    width: 100%;
    padding: 16px 32px 16px 52px;
    background:linear-gradient(315deg, #aacaef 0%, #fde7f9 74%);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
    font-family: Muli, "Helvetica Neue", Arial, "sans-serif";
    font-size: 16px;
}

@keyframes gradient {
    0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


#offision-banner.displayNone{
    display:none;
}

#offision-banner-tag{
    font-weight: 800;
    margin-right: 12px;
}

#free-trial-now-button{
    white-space: nowrap;
    background-color: rgb(16, 41, 60);
    color: white;
    padding: 6px 12px 6px 12px;
    border-radius: 6px;
    cursor: pointer;
}

#free-trial-now-close-button{
    margin-left:12px;
}

@media (min-width: 576px) {
    #offisionPromoModal .modal-dialog{
        width: 80vw;
        max-width: 80vw;
    }
}

.modal {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

#promo-video{
    border-radius: 12px;
    margin: 12px 4px;
}


.blue_highlight_bold{
    background-image: url(../svg/blue_highlight_bold_03.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
  }

  .green_highlight_bold{
    background-image: url(../svg/green_highlight_01.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
  }

  .red_highlight_bold{
    background-image: url(../svg/red_highlight_03.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
  }
  
  .green_highlight_bold_2{
    border-bottom: 5px solid #00ceb3;
  }

  .blue_highlight_bold_2{
    border-bottom: 2px solid #276cda;
    padding: 0px 0px 7px 0px;
  }

  .wd_feature{    
    margin-bottom: 2rem;
    padding: 2rem;
    background-color: #fff;
    border-radius: 0.625rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow: hidden;
    padding-top: 1rem;
  }
  .img-thumbnail {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    padding: 0.75rem;
    background-color: #ffffff;
    border: 0 solid #dee2e6;
    border-radius: 0.625rem;
    max-width: 100%;
    height: auto;
  }
  .img-thumbnail.grey{
    background-color: #e0e0e0;
  }
  .img-thumbnail.half-thumbnail {
    width: 50%;
    margin: 0 auto;
  }
  @media only screen and (max-width: 992px) {
    .img-thumbnail.half-thumbnail {
      width: 100%;
    }
  }

  .mb-n5{
    margin-bottom: -3rem !important;
  }

  .ad-title{
    font-size: 4em;
    font-weight: 900;
    line-height: 1.2em;
  }

  .rounded { 
    border-radius: 8px !important;
  }

  .page-solutions-office-system {    
    background: linear-gradient(315deg, #fde7f9 0%, #aacaef 74%);
  }

  #promo-text{
    animation: color-change 3s infinite;
  }

  @keyframes color-change {
    0% { color: rgb(2, 83, 185); }
    50% { color: rgb(4, 161, 255); }
    100% { color: rgb(2, 83, 185); }
  }