/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

footer,
header,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #47525d;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=time] {
    -webkit-appearance: listbox
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-group {
    margin-bottom: 1rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #47525d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .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
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #47525d;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active {
    display: block
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.visible {
    visibility: visible !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0 0 1em 0;
    line-height: 1.6em;
    font-family: Lato
}

h1 {
    font-size: 18pt;
    font-weight: 400;
    margin: 10px 0
}

h2 {
    padding-top: 3px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    font-size: 10pt
}

h3 {
    padding: 0;
    margin: 0;
    font-size: 10pt
}

h4 {
    margin: 0 0 .5em 0;
    font-weight: 700;
    font-size: 14px
}

h5 {
    margin: 0 0 .5em 0;
    font-weight: 700;
    font-size: 12px
}

.footer-row.new-footer #homepage-footer {
    border-top: none !important
}

@media (max-width:1011px) {
    .container {
        width: 100% !important;
        max-width: 900px !important
    }
}

a {
    color: #2895f1;
    text-decoration: none;
    background-color: transparent
}

body {
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    padding: 0
}

body,
button,
input {
    font-family: "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
    font-size: 13px;
    color: #47525d;
    font-weight: 400
}

.paragrap-kolom-konten {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 28px
}

.link-akordion {
    font-size: 16px;
    color: #3c5467;
    position: relative;
    display: block;
    padding-right: 2em;
    font-weight: 600;
    line-height: 1.6;
    font-family: lato
}

@media (max-width:576px) {
    .link-akordion {
        font-size: 16px;
        color: #3c5467;
        font-weight: 500;
        line-height: normal;
        display: block
    }
}

.link-akordion:focus {
    text-decoration: none
}

.link-akordion:hover {
    text-decoration: none;
    color: #55738b
}

@media (min-width:768px) {
    .card-header {
        padding: 3rem 1.25rem;
        margin-bottom: 0;
        color: inherit;
        background-color: transparent;
        border: none;
        position: relative
    }
}

@media (max-width:768px) {
    .card-header {
        padding: 1rem .9rem;
        padding-left: 0;
        margin-bottom: 0;
        color: inherit;
        background-color: transparent;
        border: none
    }
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem
}

.akordion-faq {
    margin-top: 25px
}

.container {
    max-width: 1170px
}

b,
strong {
    font-weight: 700
}

@media (max-width:576px) {
    .link-akordion:after {
        content: "\f107";
        color: #55738b;
        font-family: FontAwesome;
        float: right !important;
        font-size: 24px;
        transition: .3s;
        transform: rotate(0);
        position: absolute;
        right: 0;
        top: 18px
    }
}

.link-akordion[aria-expanded=false]:after {
    content: "+"
}

.link-akordion:after {
    color: #4299d4;
    font-family: FontAwesome;
    float: right !important;
    font-size: 24px;
    transition: .3s;
    transform: rotate(0);
    position: absolute;
    right: 0;
    top: -8px
}

.link-akordion[aria-expanded=true]:after {
    transform: rotate(180deg)
}

.border-bottom {
    border-bottom: 1px solid #44536b !important
}

@media (max-width:480px) {
    .paragrap-kolom-konten.kemudahan {
        padding-left: 2em !important;
        padding-bottom: 1em
    }
}

.card-body.custome-faq-dropdown {
    background: #ecf5fb
}

@media (max-width:768px) {
    .card {
        text-align: left
    }

    .paper-footer-icon {
        width: 100% !important
    }

    .right-copyright {
        width: 100% !important;
        text-align: center !important
    }

    .left-copyright {
        width: 100% !important;
        text-align: center !important;
        padding: 0 !important
    }
}

.link-akordion[aria-expanded=true]:after {
    content: "\2212";
    transform: none
}

.carousel-item {
    background: #fff
}

.container-lg {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

.container-lg {
    max-width: 1120px;
    padding-top: 1.3em
}

.globalNav {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.globalNav ul {
    padding: 0;
    margin: 0
}

.globalNav li {
    list-style: none
}

.globalNav .navRoot {
    position: relative
}

.globalNav .navSection.logo {
    position: absolute;
    top: 0;
    left: 0
}

.globalNav .navSection.primary,
.globalNav .navSection.secondary {
    display: none
}

@media (min-width:977px) {

    .globalNav .navSection.primary,
    .globalNav .navSection.secondary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.globalNav .navSection.primary {
    padding-right: 73px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 3px
}

.globalNav .navSection.secondary {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    align-items: center
}

.globalNav .rootLink {
    display: inline-block;
    height: 50px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    line-height: 50px;
    font-weight: 400;
    margin: 0;
    padding: 0 12px
}

.globalNav .navSection.primary .rootLink {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: .4px;
    font-size: 14px;
    background-color: transparent;
    opacity: 70%
}

.globalNav .colorize.active,
.globalNav .colorize:hover {
    color: #e9e9e9;
    opacity: 100% !important;
    text-decoration: none
}

.globalNav .rootLink {
    cursor: pointer
}

.globalNav .dropdownRoot {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 75px;
    pointer-events: none;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    display: none;
    font-size: 1vw
}

@media (min-width:977px) {
    .globalNav .dropdownRoot {
        display: block
    }
}

.globalNav.dropdownActive .dropdownRoot {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none
}

.globalNav .dropdownBackground {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    width: 520px;
    height: 400px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.globalNav .alternateBackground,
.globalNav .dropdownBackground {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.globalNav .alternateBackground {
    right: 0;
    height: 1000px;
    background: #f6f9fc
}

.globalNav .dropdownArrow {
    top: -6px;
    margin: 0 0 0 -6px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    background: #fff;
    box-shadow: -3px -3px 5px rgba(82, 95, 127, .04);
    will-change: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.globalNav .dropdownArrow,
.globalNav .dropdownContainer {
    position: absolute;
    left: 0;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.globalNav .dropdownContainer {
    overflow: hidden;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: transform, width, height;
    -webkit-transition-property: width, height, -webkit-transform;
    transition-property: width, height, -webkit-transform;
    transition-property: transform, width, height;
    transition-property: transform, width, height, -webkit-transform;
    border-radius: 4px
}

.globalNav .dropdownSection {
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.globalNav .dropdownSection.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.globalNav .dropdownSection.left {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px)
}

.globalNav .dropdownSection.right {
    -webkit-transform: translateX(150px);
    transform: translateX(150px)
}

.globalNav.dropdownActive .dropdownSection.active {
    pointer-events: auto
}

.globalNav.noDropdownTransition .alternateBackground,
.globalNav.noDropdownTransition .dropdownArrow,
.globalNav.noDropdownTransition .dropdownBackground,
.globalNav.noDropdownTransition .dropdownContainer,
.globalNav.noDropdownTransition .dropdownSection {
    -webkit-transition: none;
    transition: none
}

.globalNav .dropdownContent {
    position: absolute;
    top: 0;
    left: 0
}

.globalNav .dropdownContent.product {
    display: flex
}

.globalNav .linkGroup {
    padding: 1.6em 1.6em 1.6em
}

.globalNav .companyGroup.linkGroup,
.solutionsGroup.linkGroup {
    padding: 0
}

.globalNav .companyGroup .navigation-right {
    padding: 15px 0
}

.banner-up div,
.banner-up span {
    margin-bottom: 0
}

.globalNav .linkContainer {
    display: block;
    padding: 9px 0
}

.globalNav .linkTitle {
    margin: 0;
    color: #133f5d;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: .8em;
    line-height: 2
}

.globalNav .linkSub {
    font-size: 14px;
    color: #6b7c93;
    margin: 5px 0 0;
    font-weight: 400;
    display: block;
    font-size: .8em;
    margin: 0;
    line-height: 1.5
}

.globalNav .linkSub,
.globalNav .linkTitle {
    -webkit-transition: color .1s;
    transition: color .1s
}

.globalNav .linkContainer:hover .linkTitle,
.globalNav .linkTitle:hover {
    color: #4199d5
}

.globalNav .linkContainer:hover .linkSub {
    color: #4199d5
}

.globalNav .productsGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 650px;
    max-width: calc(100vw - 85px);
    margin: -5px -5px
}

.globalNav .productsGroup.remove-flex {
    display: block;
    width: 290px
}

.globalNav .productsGroup>li {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.globalNav .productsGroup .linkContainer,
.globalNav .productsGroup>li {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.globalNav .productsGroup .linkContainer {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    text-decoration: none;
    min-height: 72px
}

.globalNav .solutionsGroup .productsGroup .linkContainer {
    padding-bottom: 2em
}

.globalNav .productsGroup img {
    width: 36px;
    height: 36px;
    align-self: normal;
    position: relative;
    top: 5px
}

.globalNav .companyGroup .productsGroup {
    width: 195px
}

.globalNav .companyGroup .productsGroup--tight {
    width: 140px
}

.globalNav .productLinkContent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 71px
}

.globalNav .productLinkContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: end;
    -ms-flex-pack: center;
    justify-content: end
}

.globalNav .companyGroup .linkSub {
    max-width: 250px
}

.companyGroup,
.solutionsGroup {
    display: flex
}

.globalNav .companyGroup .productLinkContent,
.globalNav .solutionsGroup .productLinkContent {
    min-height: 46px
}

.paper-logo img {
    width: 100%;
    max-width: 150px
}

.globalNav .rootLink.paper-button-green {
    background: #93c854;
    border: solid 2px #93c854;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    cursor: pointer;
    padding: 5px 15px;
    display: initial;
    text-decoration: none;
    line-height: normal;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 110px;
    justify-content: center
}

.globalNav .rootLink.ghost-button-green {
    background: 0 0;
    border: solid 2px #93c854;
    border-radius: 50px;
    color: #93c854;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    cursor: pointer;
    padding: 5px 15px;
    display: initial;
    text-decoration: none;
    line-height: normal;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 110px;
    justify-content: center
}

.globalNav .rootLink.paper-button-green:hover {
    background: 0 0;
    color: #93c854
}

.globalNav .rootLink.ghost-button-green.new:hover {
    background: #f7f8f938 !important
}

.globalNav .rootLink.ghost-button-green.new {
    border: solid 2px #f7f8f9 !important;
    color: #f7f8f9 !important
}

.globalNav .rootLink.ghost-button-green:hover {
    background: #93c854;
    color: #fff
}

.globalNav .linkGroup.right,
.navigation-right {
    background: #eff7fb
}

.linkGroup h5 {
    color: #4199d5;
    font-size: .8em
}

.linkGroup h4 {
    color: #4199d5;
    font-size: .9em
}

.companyGroup .productsGroup .linkContainer {
    padding: 0 0 30px;
    min-height: 0
}

.companyGroup .productsGroup .linkContainer.linkContainer--tight {
    padding: 0 0 9px
}

.solution-card {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none !important;
    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 2px #fff;
    position: relative;
    vertical-align: middle;
    overflow: hidden
}

.solution-card::after,
.solution-card::before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}

.solution-card {
    transition: color 20ms
}

.solution-card::after,
.solution-card::before {
    border: 2px solid transparent;
    width: 0;
    height: 0
}

.solution-card::before {
    top: 0;
    left: 0
}

.solution-card::after {
    bottom: 0;
    right: 0
}

.solution-card:hover::after,
.solution-card:hover::before {
    width: 100%;
    height: 100%
}

.solution-card:hover::before {
    border-top-color: #4199d5;
    border-right-color: #4199d5;
    border-radius: 10px;
    transition: width .2s ease-out, height .2s ease-out .2s
}

.solution-card:hover::after {
    border-bottom-color: #4199d5;
    border-left-color: #4199d5;
    border-radius: 10px;
    transition: border-color 0s ease-out .2s, width .2s ease-out .5s, height .2s ease-out .75s
}

.solution-card .header-card-new {
    display: flex
}

.solution-card .body-card-new {
    font-size: .9em;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 10px
}

.solution-card .body-card-new h5 {
    font-size: .8em;
    color: #6b7c93;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    font-weight: 500
}

.solution-card .body-card-new h4 {
    font-size: .8em;
    color: #6b7c93;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    font-weight: 500
}

.solution-card .footer-card {
    font-size: .8em;
    font-family: 'Lato', sans-serif;
    color: #4199d5;
    cursor: pointer
}

.solutionsGroup .navigation-left {
    padding: 1.6em 1.6em 1.6em
}

.solutionsGroup .navigation-right {
    width: 410px;
    padding: 1.6em 1.6em
}

.solutionsGroup .navigation-left h5,
.solutionsGroup .navigation-right h5 {
    margin-top: 0
}

.photo-content h5 {
    font-weight: 400;
    font-size: .8em;
    margin-bottom: 0;
    font-family: lato
}

.photo-content h3 {
    font-size: .6em;
    color: #133f5d;
    opacity: 90%;
    margin: 5px 0;
    font-family: lato
}

.globalNav .navSection.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1110px) {
    .globalNav .navSection.primary {
        padding-right: 10px;
        display: none;
    }
    .globalNav .navSection.secondary {
        display: none;
    }
    .globalNav .mobile.globalPopupActive .popup{
        height: 100%;
    }
    .globalNav .mobile.globalPopupActive .popup{
        height: 90em;
    }
}

@media (min-width:1110px) {
    .globalNav .navSection.mobile {
        display: none
    }
}

.globalNav .navSection.mobile .rootLink {
    cursor: pointer;
    width: 40px;
    height: 50px;
    position: relative
}

.globalNav .navSection.mobile .rootLink h2 {
    color: inherit;
    padding: 0
}

.globalNav .navSection.mobile .rootLink h2,
.globalNav .navSection.mobile .rootLink h2:after,
.globalNav .navSection.mobile .rootLink h2:before {
    position: absolute;
    width: 26px;
    height: 2px;
    border-radius: 1px;
    background: currentColor
}

.globalNav .navSection.mobile .rootLink h2 {
    font-size: 0;
    left: 0;
    top: 23px
}

.globalNav .navSection.mobile .rootLink h2:after,
.globalNav .navSection.mobile .rootLink h2:before {
    content: "";
    left: 0
}

.globalNav .navSection.mobile .rootLink h2:before {
    top: -8px
}

.globalNav .navSection.mobile .rootLink h2:after {
    top: 8px
}

.globalNav .mobile-list {
    padding-bottom: 15px
}

.globalNav .mobile-list a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .025em;
    color: #4199d5;
    text-transform: uppercase;
    padding: 0;
    text-align: left;
    position: relative;
    background-color: transparent;
    background: 0 0;
    border: 0;
    width: 100%;
    position: relative
}

.globalNav .mobile-list a.btn-primary {
    padding: 15px 19px;
    color: #133f5d;
    margin: 10px 0
}

.globalNav .mobile-list a.btn-primary img {
    width: 12px;
    transform: rotate(-90deg);
    position: absolute;
    right: 20px;
    top: 20px
}

.globalNav .mobile-list a.btn-primary[aria-expanded=true] img {
    transform: rotate(0)
}

.globalNav .mobile-list a:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.globalNav .mobile-list a:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #133f5d !important;
    box-shadow: none
}

.mobile-list .nav-collapse-btn {
    padding: 0 17px;
    color: #133f5d
}

.globalNav .mobileProductsList div {
    display: block;
    min-height: auto;
    margin-left: 5px
}

.globalNav .mobileProductsList h5 {
    color: #8898aa;
    padding: 10px 15px 5px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    white-space: normal;
    min-height: 58px
}

.globalNav .mobileProductsList h3 {
    font-weight: 600
}

.globalNav .mobileProductsList a {
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    display: flex;
    align-items: center;
    padding-bottom: 1em;
    height: 50px
}

.globalNav .mobileProductsList a img {
    width: 30px
}

.globalNav .mobileProductsList a:hover {
    color: #32325d
}

.globalNav .mobileProductsList a svg {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 15px 0 -3px;
    vertical-align: -5px
}

.globalNav .mobileProductsList .item-subscriptions {
    color: #24b47e
}

.globalNav .mobileProductsList .item-connect {
    color: #3297d3
}

.globalNav .mobileProductsList .item-relay {
    color: #e25950
}

.globalNav .mobileProductsList ul {
    white-space: normal
}
.navigationActive{
    background: #fff;
    position: fixed;
    top: 0;
    transition: all 0.2s ease;
    box-shadow: rgb(208, 212, 217) 0px 1px 1px;
    z-index: 9999;
  }
  
  .globalNav.navigationActive .navSection.primary .rootLink{
    color: #415767 !important;
    font-size: 14px;
    opacity: 70% !important;
  }
  
  .navigationActive .container-lg{
    padding: 8px 10px;
    background: #fff;
  }
  .navigationActive .paper-logo::before{
    background-image: url("../img/paperlogofinal.svg");
    position: relative;
    top: 4px;
    background-size: 180px;
  }
  
  .navigationActive .rootLink .menu-arrow{
    content: url("../img/down-arrow-dark.svg");
  }
  
  .navigationActive .navSection.mobile .rootLink h2, .navigationActive .navSection.mobile .rootLink h2:after, .navigationActive .navSection.mobile .rootLink h2:before{
    background: #47525d;
  }
  .navigationActive .dropdownRoot{
    top: 82px;
  }
.globalNav .mobile.globalPopupActive .popup{
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 2px 40px 0px rgb(7 10 12 / 60%);
  }
  .globalNav .navSection.mobile.globalPopupActive .popupContainer {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    height: 670px;
    overflow: auto;
  }
  .globalNav .navSection.mobile.globalPopupActive .popupContainer {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .globalFooterNav .metaNav .select.globalPopupActive .rootLink {
    color: #32325d;
  }
  .globalFooterNav .globalPopupActive .popup {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

.globalNav .popup {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: none;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    z-index: 99
}

.globalNav .popupContainer {
    background: #fff;
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    line-height: 40px;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transform: rotate3d(1, 1, 0, -15deg);
    transform: rotate3d(1, 1, 0, -15deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.globalNav .popupCloseButton {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 41px;
    height: 20px;
    font-size: 0;
    cursor: pointer;
    display: flex !important;
    justify-content: center
}

.globalNav .popupCloseButton img {
    width: 100%;
    max-width: 15px
}

.globalNav .popupCloseButton:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.globalNav .popupCloseButton:hover:after,
.globalNav .popupCloseButton:hover:before {
    background: #4199d5;
    opacity: .7
}

.photo-card img {
    width: 50px;
    margin-right: 14px
}

.product .linkGroup h5,
.solutionsGroup .navigation-left h5 {
    padding-bottom: .6em
}

.popup hr {
    margin: 0;
    border: none;
    height: 1px;
    background: #eee
}

.globalNav .companyGroup .navigation-left .productsGroup {
    padding-bottom: 0
}

.globalNav .companyGroup .navigation-left,
.globalNav .companyGroup .navigation-right {
    padding: 30px;
    padding-right: 0
}

.globalNav .companyGroup .navigation-left--tight {
    padding: 1.6em 1.6em 1.6em
}

.globalNav .companyGroup .productLinkContent {
    display: flex;
    justify-content: center
}

.dropdownContent.product .linkGroup div {
    display: block
}

.globalNav .productsGroup.left .linkContainer {
    padding-left: 20px;
    padding-right: 0
}

.rootLink .menu-arrow {
    width: 9px;
    position: relative;
    bottom: 1px;
    left: 2px;
    transition: .2s
}

.dropdownActive .rootLink.active .menu-arrow {
    transform: rotateZ(180deg)
}

.solution-categories {
    display: flex
}

.solution-categories h4 {
    font-size: .6em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #6b7c93;
    margin: 0;
    padding: 0 1em 0 !important;
    margin-top: 10px !important
}

.solution-categories h5 {
    font-size: .6em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #6b7c93;
    margin: 0;
    padding: 0 1em 0 !important;
    margin-top: 10px !important
}

.solution-categories h5.remove-padding-left {
    padding-left: 0 !important
}

.solution-categories h4.remove-padding-left {
    padding-left: 0 !important
}

.new-label {
    background: #93c854;
    color: #fff;
    font-size: .7rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 2px 6px;
    border-radius: 15px;
    position: relative;
    bottom: 6px
}

.paper-logo::before {
    content: '';
    background-image: url("../img/paperlogofinal-white-modify.svg");
    background-repeat: no-repeat;
    width: 140px;
    height: 52px;
    display: inline-block;
    background-size: 150px;
    position: relative;
    left: -12px;
    background-size: contain;
    top: 4px
}

.top-45.custom-45 {
    top: 76px;
    left: 50%;
    transform: translate(-50%, -50%)
}

.mobile-list .get-started {
    display: flex;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 20px
}

.globalNav .mobile-list a.paper-button {
    background: #d0d1d5;
    border-radius: 120px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    position: relative;
    min-width: 120px;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 10%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid #d0d1d5;
    display: inline-block;
    text-align: center;
    line-height: 1;
    letter-spacing: .4px;
    font-weight: 400;
    padding: 13px 20px;
    max-width: 160px
}

.globalNav .mobile-list a.paper-ghost-button {
    background: 0 0;
    border-radius: 120px;
    color: fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    position: relative;
    min-width: 120px;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 10%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid;
    display: inline-block;
    text-align: center;
    line-height: 1;
    letter-spacing: .4px;
    font-weight: 400;
    padding: 13px 20px;
    outline: 0;
    white-space: nowrap;
    max-width: 160px
}

.globalNav .mobile-list a.blue-button {
    background: #aae481;
    color: #fff;
    border: 2px solid #aae481;
    text-align: center
}

.globalNav .mobile-list a.paper-ghost-button.blue-button {
    color: #aae481;
    border: 2px solid #aae481;
    background: 0 0
}

.globalNav .mobile-list .get-started a {
    margin: 0 10px;
    max-width: 130px
}

.banner-up {
    background: #133f5d;
    box-shadow: -3px -3px 5px rgb(82 95 127 / 4%);
    color: #ffff;
    display: flex;
    text-align: center;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 15px
}

.banner-up a {
    color: #ffff;
    margin: 0 3px
}

.banner-up.--primary-blue-bg {
    background: #4199d5
}

.banner-up .banner-up__container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center
}

#banner-app-store-campaign {
    position: relative;
    z-index: 9999;
    width: 100%;
    min-height: 55px
}

#close-banner-app-store-campaign {
    cursor: pointer
}

.banner-up__container__area__left-side {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    align-items: center
}

.banner-up.--app-store-banner .banner-up__container__area {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px
}

@media (min-width:1024px) {
    .banner-up.--app-store-banner {
        display: none !important
    }

    .banner-up.--mkt-banner {
        display: none
    }
}

.banner-up__container__area__left-side__content {
    display: flex;
    flex-direction: row;
    column-gap: .8rem;
    align-items: center;
    margin-left: 6px
}

.banner-up__container__area__left-side__content__text__head {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 0;
    padding-bottom: 0
}

.banner-up__container__area__left-side__content__text__body {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 0;
    padding-bottom: 0
}

.banner-up.--mkt-banner {
    min-height: auto;
    background: linear-gradient(240deg, #83bb3d 16.37%, #6f922e 79.6%)
}

#banner-app-store-campaign.--mkt-banner {
    height: auto;
    position: relative;
    display: none
}

.--mkt-banner .banner-up__container__area__left-side__content__text__head {
    font-weight: 400;
    font-size: 1.1em
}

.--mkt-banner .banner-up__container__area__left-side__content__text__head a {
    text-decoration: underline;
    transition: .3s
}

.--mkt-banner .banner-up__container__area__left-side__content__text__head a:hover {
    opacity: .6;
    color: #fff
}

.--mkt-banner .banner-up__container__area__left-side {
    justify-content: center
}

#landing-page a.fx,
#landing-page a.fx-full:hover {
    color: #fff !important
}

#landing-page a.fx:hover {
    color: #4199d5 !important
}

#landing-page a.fx,
#landing-page a.fx-full {
    border: solid 2px #fff !important
}

#landing-page a.fx-full {
    background-color: #fff !important;
    color: #4199d5 !important
}

#landing-page a.fx:hover {
    background-color: #fff !important
}

#landing-page a.fx-full:hover {
    background-color: transparent !important
}

.item-company {
    color: inherit
}

.new-landing {
    color: inherit
}

.--mkt-banner {
    display: none
}

.--mkt-banner .banner-up__container__area__left-side {
    justify-content: center
}

.--mkt-banner p a:hover {
    color: #fff;
    opacity: .5
}

.--mkt-banner p a {
    text-decoration: underline;
    transition: .3s
}

.--mkt-banner p {
    margin: 0;
    font-size: 1em
}

@media (min-width:1600px) {
    .globalNav .companyGroup .productsGroup .linkContainer {
        min-height: 65px
    }

    .globalNav .companyGroup .productsGroup.remove-flex {
        width: 179px
    }

    .globalNav .productsGroup.remove-flex {
        width: 355px
    }

    .globalNav .linkGroup.solutionsGroup {
        padding: 0
    }

    .globalNav .linkGroup {
        padding: 1.6em 1.6em 1.6em
    }

    .globalNav .productsGroup .linkContainer {
        min-height: 90px
    }
}

@media (min-width:1800px) {
    .globalNav .productsGroup .linkContainer {
        min-height: 100px
    }
}

#btn-download-top-campaign-mobile-app {
    text-decoration: none !important
}

#banner-app-store-campaign {
    letter-spacing: unset !important
}

.linkContainer h3 {
    padding-bottom: 0 !important
}

.linkContainer p {
    padding-bottom: 0 !important
}

.slider p {
    font-size: 1.1em;
    line-height: 22px
}

/*!
 * bootswatch v3.3.5
 * Homepage: http://bootswatch.com
 * Copyright 2012-2015 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details,
footer,
header,
menu,
nav,
section {
    display: block
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button,
html input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .label {
        border: 1px solid #000
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-refresh:before {
    content: "\e031"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #2fa4e7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #157ab5;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
.h5,
h4,
h5 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

p {
    margin: 0 0 10px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:1011px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=time].form-control {
        line-height: 38px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.radio+.radio {
    margin-top: -5px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #555;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary {
    color: #fff;
    background-color: #2fa4e7;
    border-color: #2fa4e7
}

.btn-primary:focus {
    color: #fff;
    background-color: #178acc;
    border-color: #105b87
}

.btn-primary:hover {
    color: #fff;
    background-color: #178acc;
    border-color: #1684c2
}

.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #178acc;
    border-color: #1684c2
}

.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #1474ac;
    border-color: #105b87
}

.btn-primary.active,
.btn-primary:active {
    background-image: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.open>a {
    outline: 0
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #2fa4e7
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media {
    zoom: 1;
    overflow: hidden
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

@media screen and (min-width:768px) {
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.nav:after,
.row:after {
    clear: both
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

.btn {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.btn-primary {
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border-bottom: 1px solid #178acc
}

#homepage-footer {
    border: none;
    padding: 0;
    width: auto
}

#homepage-footer nav .o-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 160px;
    color: #7b8994
}

#homepage-footer nav .o-nav__header {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 11px
}

#homepage-footer nav .o-nav__item {
    margin-bottom: 11px;
    line-height: 16px
}

#homepage-footer nav a {
    color: #7b8994
}

body,
button,
input {
    font-family: "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
    font-size: 13px;
    color: #47525d;
    font-weight: 400
}

body {
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    padding: 0
}

a,
a * {
    cursor: pointer;
    outline: 0
}

a {
    color: #2895f1;
    text-decoration: none
}

a:focus {
    text-decoration: underline
}

a img {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0 0 1em 0;
    line-height: 1.6em
}

h1 {
    font-size: 18pt;
    font-weight: 400;
    margin: 10px 0
}

h2 {
    padding-top: 3px;
    padding-bottom: 10px;
    margin-bottom: 4px;
    font-size: 10pt
}

h3 {
    padding: 0;
    margin: 0;
    font-size: 10pt
}

h4 {
    margin: 0 0 .5em 0;
    font-weight: 700;
    font-size: 1rem
}

h5 {
    margin: 0 0 .5em 0;
    font-weight: 700;
    font-size: 12px
}

button {
    border: 0;
    width: auto;
    overflow: visible;
    border-style: solid;
    outline: 0
}

form {
    padding: 0;
    margin: 0
}

label {
    cursor: default
}

.carousel * {
    font-family: Gotham, "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif
}

.carousel a {
    color: #0bacff
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

* {
    -webkit-font-smoothing: antialiased
}

*,
:after,
:before {
    box-sizing: border-box
}

.twelve-column {
    margin: 0 auto;
    width: 1010px
}

* {
    -webkit-font-smoothing: antialiased
}

.paper-logo {
    height: 42px;
    position: relative;
    max-width: 220px;
    font-size: 0;
    text-align: left;
    display: block;
    z-index: 3;
    text-align: center
}

* {
    -webkit-font-smoothing: antialiased
}

* {
    -webkit-font-smoothing: antialiased
}

.hero {
    padding-top: 51px;
    width: 100%;
    text-align: center
}

* {
    -webkit-font-smoothing: antialiased
}

* {
    -webkit-font-smoothing: antialiased
}

* {
    -webkit-font-smoothing: antialiased
}

* {
    -webkit-font-smoothing: antialiased
}

* {
    -webkit-font-smoothing: antialiased
}

* {
    -webkit-font-smoothing: antialiased
}

html {
    font-size: 14px !important
}

.footer-row.new-footer #homepage-footer nav .o-nav.product {
    display: flex;
    min-width: 285px
}

.footer-row.new-footer #homepage-footer nav .o-nav.company {
    width: 92px;
    margin: 0
}

.footer-row.new-footer #homepage-footer nav .o-nav.solutions {
    width: 80px
}

.footer-row.new-footer #homepage-footer nav .o-nav.product .product-container {
    min-width: 160px
}

#homepage-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width:767px) {
    .operating-hour li div {
        flex-direction: column
    }

    .footer-row.new-footer #homepage-footer nav .operating-hour {
        width: 100%;
        max-width: 140px
    }
}

@media (max-width:873px) {
    .footer-row.new-footer .copyright .twelve-column {
        display: grid !important;
        justify-content: center !important
    }

    .footer-row.new-footer .copyright .right-copyright {
        order: 3;
        padding-right: 0 !important
    }

    .copyright .center-socmed {
        order: 1;
        padding-bottom: 2em;
        margin: 0 auto
    }

    .footer-row.new-footer .inline-footer-links {
        order: 2;
        padding-bottom: 2em
    }
}

@media (max-width:1002px) {
    .copyright .center-socmed {
        width: 171px !important
    }
}

.paper-logo img {
    width: 180px;
    height: auto
}

.hero .twelve-column {
    width: 100% !important
}

@media only screen and (max-width:1010px) {
    .twelve-column {
        width: 100%
    }
}

.row {
    margin: 0 auto;
    max-width: 1010px
}

.hero-title {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.7
}

.testimony-title {
    font-size: 1.8em
}

@media only screen and (min-width:767px) {
    .footer-row #homepage-footer {
        padding-bottom: 2rem
    }
}

.contact-footer {
    width: 314px !important
}

.contact-footer .o-nav__item {
    overflow: hidden
}

.right-copyright {
    text-align: center;
    padding-right: 2em
}

.left-copyright li {
    display: inline-block;
    width: 30%
}

@media only screen and (max-width:570px) {
    .left-copyright li {
        width: 100%
    }
}

.inline-footer-links a {
    color: #565963
}

section.copyright {
    color: #565963;
    background: #31333b
}

@media only screen and (max-width:767px) {
    .paper-logo {
        text-align: center
    }

    .paper-logo img {
        width: 170px
    }
}

@media only screen and (max-width:480px) {
    .sof-wrapper img {
        padding-right: 2em
    }

    .footer-row.new-footer {
        padding: 20px 15px !important
    }

    #homepage-footer nav .o-nav__item .footer-icon.address {
        height: 8px
    }
}

.invoice {
    padding: 15px 9px 40px;
    z-index: 2;
    color: #555;
    max-width: 1000px;
    overflow: hidden;
    min-height: 750px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .1);
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    margin: 10px 25px 0
}

@media only screen and (max-width:767px) {
    .footer-row.new-footer .paper-footer-icon {
        width: 100% !important
    }

    .footer-row.new-footer .right-copyright {
        width: 100% !important;
        text-align: left;
        text-align: center
    }

    .footer-row.new-footer .left-copyright {
        width: 100% !important
    }
}

.close:focus,
.close:hover {
    color: #47525d;
    text-decoration: none;
    cursor: pointer
}

.footer-row.new-footer .right-copyright {
    color: #fff;
    opacity: .6
}

.footer-row.new-footer .left-copyright li a {
    color: #fff
}

.footer-row.new-footer .inline-footer-links {
    position: initial;
    color: #fff
}

.footer-row.new-footer #homepage-footer nav .o-nav {
    color: #fff;
    margin: 0 2em 0 0;
    width: 140px;
    min-height: 300px
}

.footer-row.new-footer #homepage-footer nav .o-nav p {
    color: #fff;
    padding-bottom: initial
}

.footer-row.new-footer #homepage-footer nav .operating-hour {
    width: 165px;
    margin-right: 1em
}

.footer-row.new-footer #homepage-footer {
    border-bottom: 1px solid #ffffff8f;
    border-top: 1px solid #ffffff8f;
    padding: 2rem 0
}

#homepage-footer nav .o-nav__item {
    margin-bottom: 15px
}

.footer-row.new-footer #homepage-footer nav .phone-call,
.footer-row.new-footer #homepage-footer nav a,
.o-nav__item.custom_footer_email,
.operating-hour li div p {
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.1rem
}

.operating-hour li div p {
    margin-bottom: 5px
}

.operating-hour li div.weekend p.days {
    padding-right: .7em
}

.operating-hour li div.weekday {
    margin-bottom: 1em
}

.operating-hour li div.weekday p.days {
    padding-right: 4.8em
}

.footer-row.new-footer #homepage-footer nav .o-nav__header.custom_footer_our_contact,
.footer-row.new-footer .o-nav__item.play-store h5,
.footer-row.new-footer .o-nav__item.play-store p,
.footer-row.new-footer .secure-on-footer h5,
.footer-row.new-footer .secure-on-footer p,
.security-footer .secure-on-footer h5,
.security-footer .secure-on-footer p {
    font-size: 1rem;
    font-weight: 600;
    font-family: lato
}

.security-footer .secure-on-footer h5,
.security-footer .secure-on-footer p {
    color: #fff
}

.security-footer .o-nav.social-footer li {
    padding: 0 2em
}

.security-footer .o-nav.social-footer li a {
    text-align: center;
    width: 128px;
    display: inline-block
}

.sof-wrapper img {
    padding-right: 2em
}

.footer-row.new-footer #homepage-footer nav .o-nav.social-footer {
    width: 155px
}

.footer-row.new-footer .left-copyright li {
    display: inline-block;
    width: initial;
    padding: 0 1em;
    font-size: 14px
}

.footer-row.new-footer .left-copyright {
    text-align: right
}

.footer-row.new-footer .copyright .twelve-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 1em
}

.footer-row.new-footer .copyright .right-copyright {
    white-space: nowrap
}

.footer-row.new-footer #homepage-footer nav .o-nav.contact-footer {
    margin-right: .1em
}

.footer-row.new-footer #homepage-footer nav a {
    color: #fff
}

.footer-row.new-footer .paper-footer-icon img {
    width: 100%;
    max-width: 209px;
    position: relative;
    left: -12px
}

.footer-row.new-footer .paper-footer-icon {
    margin-bottom: 1.5em
}

.footer-row.new-footer #homepage-footer nav .o-nav__header {
    font-weight: 400;
    font-family: lato
}

.footer-row.new-footer .custom-padding-top {
    padding-top: 34px;
    padding-left: 20px
}

.footer-row.new-footer {
    background: #4299d4;
    background: -moz-linear-gradient(-45deg, #4299d4 0, #4299d4 26%, #65acdb 87%, #65acdb 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, #4299d4), color-stop(26%, #4299d4), color-stop(87%, #65acdb), color-stop(100%, #65acdb));
    background: -webkit-linear-gradient(-45deg, #4299d4 0, #4299d4 26%, #65acdb 87%, #65acdb 100%);
    background: -o-linear-gradient(-45deg, #4299d4 0, #4299d4 26%, #65acdb 87%, #65acdb 100%);
    background: -ms-linear-gradient(-45deg, #4299d4 0, #4299d4 26%, #65acdb 87%, #65acdb 100%);
    background: linear-gradient(135deg, #4299d4 0, #4299d4 26%, #65acdb 87%, #65acdb 100%);
    position: relative
}

.footer-row.new-footer #homepage-footer nav a {
    font-family: lato
}

.footer-row.new-footer #homepage-footer nav .operating-hour {
    padding-top: 6em
}

.operating-hour .o-nav__item {
    display: block
}

h1 {
    font-size: 1.6rem
}

.o-nav__ul {
    list-style: none;
    padding: 0
}

nav .o-nav__item {
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    display: flex
}

nav .o-nav__item img {
    width: 100%;
    max-width: 15px;
    position: relative;
    top: 2px
}

nav .o-nav__item .footer-icon.phone2 {
    opacity: 0
}

nav .o-nav__item .footer-icon.address {
    height: 84px
}

nav .o-nav__item .footer-icon {
    width: 100%;
    margin-right: 7px;
    height: 21px;
    max-width: 18px
}

.o-nav__item.play-store h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    color: #fff
}

.o-nav__item.play-store p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    color: #fff;
    text-align: center
}

[v-cloak] {
    display: none
}

.security-footer .o-nav.social-footer h5 {
    margin-bottom: 11px
}

.security-footer .o-nav.social-footer {
    display: flex;
    justify-content: center;
    padding: 2em 0;
    border-bottom: 1px solid #ffffff8f;
    list-style: none;
    max-width: 1120px;
    margin: 0 auto
}

.o-nav__item.play-store .download {
    display: flex;
    justify-content: center
}

@media (max-width:674px) {
    .o-nav.social-footer {
        order: 0
    }

    .footer-row.new-footer #homepage-footer nav .o-nav {
        margin-bottom: 3em
    }

    .o-nav__item.play-store .download {
        flex-direction: column
    }

    .o-nav__item.play-store img {
        position: inherit;
        margin-bottom: -8px
    }

    .security-footer .o-nav.social-footer li a {
        width: 100%
    }

    .sof-wrapper img {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .footer-row.new-footer #homepage-footer nav .o-nav {
        margin-bottom: 2em;
        min-height: 100px
    }

    .footer-row.new-footer #homepage-footer nav .o-nav.company {
        width: 30% !important
    }

    .footer-row.new-footer .paper-footer-icon img {
        left: -17px
    }
}

.secure-on-footer h5 {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 9px
}

.secure-on-footer img {
    width: 170px
}

.secure-on-footer {
    text-align: center
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d4dade;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #c8cfd4;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #becbd3
}

@media (max-width:1054px) {
    .footer-row.new-footer #homepage-footer nav .o-nav.contact-footer {
        width: 400px !important
    }

    .footer-row.new-footer #homepage-footer nav .operating-hour {
        width: 291px
    }

    .operating-hour li div {
        display: flex
    }

    .operating-hour li div.weekday p.days,
    .operating-hour li div.weekend p.days {
        padding-right: 1em
    }

    #homepage-footer nav {
        justify-content: flex-start;
        max-width: 1010px
    }

    .footer-row.new-footer #homepage-footer nav .o-nav.company {
        margin-left: 3em
    }
}

@media (max-width:1042px) {
    .left-copyright {
        padding-left: 0
    }
}

@media (max-width:736px) {
    #homepage-footer nav {
        justify-content: left
    }

    .footer-row.new-footer #homepage-footer nav .o-nav.contact-footer {
        width: 315px !important
    }

    .footer-row.new-footer #homepage-footer nav .operating-hour {
        margin-left: 3em
    }
}

@media (max-width:672px) {
    .operating-hour li div {
        display: block
    }

    .footer-row.new-footer #homepage-footer nav .operating-hour {
        width: 169px
    }
}

@media (max-width:567px) {
    #homepage-footer nav {
        gap: 15px
    }

    .footer-row.new-footer #homepage-footer nav .operating-hour {
        margin-left: 0;
        padding-top: 0
    }

    .footer-row.new-footer #homepage-footer nav .o-nav.company {
        margin-left: 0
    }

    .footer-row.new-footer #homepage-footer nav .o-nav {
        margin-bottom: 1em
    }
}

@media (max-width:534px) {
    .footer-row.new-footer #homepage-footer nav .o-nav.contact-footer {
        width: 100% !important
    }
}

.globalNav .colorize {
    color: #fff !important;
    -webkit-transition: color .1s ease;
    transition: color .1s ease
}

.footer-row.new-footer #homepage-footer {
    max-width: 1120px
}

.footer-row .twelve-column {
    width: 100%;
    max-width: 1120px
}

.paper-container {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%
}

.paper-button {
    background: #d0d1d5;
    border-radius: 120px;
    color: #fff;
    cursor: pointer;
    position: relative;
    min-width: 120px;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 10%);
    transition: all .5s ease;
    border: 2px solid #d0d1d5;
    display: inline-block;
    text-align: center;
    padding: 14px 24px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0
}

a:focus,
a:hover {
    text-decoration: none
}

.green-button {
    background: #93c854;
    color: #fff;
    border: 2px solid #93c854
}

.green-button:hover {
    background: 0 0;
    color: #93c854;
    border: 2px solid #93c854;
    text-decoration: none
}

a.white-button {
    background: #fff;
    color: #133f5d;
    text-decoration: none;
    padding: 14px 26px
}

a.white-button:hover {
    background: rgba(255, 255, 255, .7);
    color: #133f5d;
    text-decoration: none
}

a.white-button.--primary-blue-color,
a.white-button.--primary-blue-color:hover {
    color: #4199d5
}

a.white-button.--no-border {
    border: none !important
}

a.white-button.--min-content {
    min-width: min-content
}

.no-shadow {
    box-shadow: none !important
}

.--width-250 {
    width: 250px
}

.--mt-20 {
    margin-top: 20px !important
}

.paper-button__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 6px
}

.blue-button {
    background: #4199d5;
    color: #fff;
    border: 2px solid #4199d5
}

.blue-button:hover {
    background: 0 0;
    color: #4199d5;
    border: 2px solid #4199d5;
    text-decoration: none
}

.copyright .center-socmed img {
    width: 30px
}

.copyright .center-socmed a {
    padding: 0 5px
}

.copyright .center-socmed {
    width: 300px;
    text-align: center
}

@media (max-width:768px) {
    .footer-row.new-footer .copyright .twelve-column {
        display: block
    }

    .o-nav__item.play-store .download {
        justify-content: center
    }

    .o-nav__item.play-store img.appstore {
        top: 0
    }
}

.top-45 {
    position: absolute;
    top: 45px
}

.ph-12 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.pv-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.align-left {
    text-align: left
}

.px-10 {
    font-size: 10px
}

html {
    overflow-x: hidden !important
}

@media (max-width:412px) {
    .security-footer .o-nav.social-footer li {
        padding: 0
    }

    .sof-wrapper img {
        padding-right: 2em
    }
}