﻿/*!
 * 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;
    --breakpoint-xxl: 2000px;
    --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%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

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

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

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

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

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

    a:not([href]):not([tabindex]),
    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
        }

code,
pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

    [type=button]::-moz-focus-inner,
    [type=reset]::-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=date],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

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

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    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
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

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

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.figure {
    display: inline-block
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.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
    }
}

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

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

.col,
.col-lg-8,
.col-lg-12,
.col-lg-16,
.col-md-8,
.col-md-12,
.col-md-16,
.col-md-24 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width:768px) {

    .col-md-8 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-16 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-24 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {

    .col-lg-8 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-16 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table td,
    .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

.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:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

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

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

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    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: #212529;
    text-decoration: none
}

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

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled {
    pointer-events: none
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty:after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.nav {
    display: flex;
    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-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.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-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

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

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

    .navbar,
    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none
    }

@media(max-width:991.98px) {

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

.card {
    position: relative;
    display: flex;
    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 > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

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

.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
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: -1px
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item.disabled,
    .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.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
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

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

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

    .popover,
    .popover .arrow {
        position: absolute;
        display: block
    }

        .popover .arrow {
            width: 1rem;
            height: .5rem;
            margin: 0 .3rem
        }

            .popover .arrow:after,
            .popover .arrow:before {
                position: absolute;
                display: block;
                content: "";
                border-color: transparent;
                border-style: solid
            }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

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

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

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

    .active.carousel-item-right,
    .carousel-item-next:not(.carousel-item-left) {
        transform: translateX(100%)
    }

    .active.carousel-item-left,
    .carousel-item-prev:not(.carousel-item-right) {
        transform: translateX(-100%)
    }

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

    .carousel-indicators li {
        box-sizing: content-box;
        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
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.align-baseline {
    vertical-align: baseline !important
}

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

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

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

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

.d-flex {
    display: flex !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-center {
    justify-content: center !important
}

.position-static {
    position: static !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.mt-1 {
    margin-top: .25rem !important
}

.p-0 {
    padding: 0 !important
}


.my-auto {
    margin-top: auto !important
}


.mx-auto {
    margin-right: auto !important
}


.my-auto {
    margin-bottom: auto !important
}


.mx-auto {
    margin-left: auto !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-white {
    color: #fff !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

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

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

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        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
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

        .table td,
        .table th {
            background-color: #fff !important
        }
}
.safe-svg-cover {
    text-align: center
}

    .safe-svg-cover .safe-svg-inside {
        display: inline-block;
        max-width: 100%
    }

    .safe-svg-cover svg {
        fill: currentColor;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        width: 100%
    }

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

    .wp-block-quote cite,
    .wp-block-quote footer {
        color: currentColor;
        font-size: .8125em;
        font-style: normal;
        position: relative
    }

    .wp-block-quote:where(.has-text-align-center) {
        border: 0;
        padding-left: 0
    }

.wp-block-separator {
    border: 0;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

    .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
        width: 100px
    }

    .wp-block-separator.has-background:not(.is-style-dots) {
        border-bottom: 0;
        height: 1px
    }

    .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
        height: 2px
    }

.tablepress {
    --text-color: #111;
    --head-text-color: var(--text-color);
    --head-bg-color: #d9edf7;
    --odd-text-color: var(--text-color);
    --odd-bg-color: #fff;
    --even-text-color: var(--text-color);
    --even-bg-color: #f9f9f9;
    --hover-text-color: var(--text-color);
    --hover-bg-color: #f3f3f3;
    --border-color: #ddd;
    --padding: .5rem;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto 1rem;
    table-layout: auto;
    width: 100%
}

    .tablepress > :not(caption) > * > * {
        background: none;
        border: 0;
        box-sizing: border-box;
        float: none !important;
        padding: var(--padding);
        text-align: left;
        vertical-align: top
    }

    .tablepress > :where(thead) + tbody > :where(:not(.child)) > *,
    .tablepress > tbody > * ~ :where(:not(.child)) > *,
    .tablepress > tfoot > :where(:first-child) > * {
        border-top: 1px solid var(--border-color)
    }

    .tablepress > :where(thead, tfoot) > tr > * {
        background-color: var(--head-bg-color);
        color: var(--head-text-color);
        font-weight: 700;
        vertical-align: middle;
        word-break: normal
    }

    .tablepress > :where(tbody) > tr > * {
        color: var(--text-color)
    }

    .tablepress > :where(tbody.row-striping) > :nth-child(odd of :where(:not(.child, .dtrg-group))) + :where(.child) > *,
    .tablepress > :where(tbody.row-striping) > :nth-child(odd of :where(:not(.child, .dtrg-group))) > * {
        background-color: var(--odd-bg-color);
        color: var(--odd-text-color)
    }

    .tablepress > :where(tbody.row-striping) > :nth-child(even of :where(:not(.child, .dtrg-group))) + :where(.child) > *,
    .tablepress > :where(tbody.row-striping) > :nth-child(even of :where(:not(.child, .dtrg-group))) > * {
        background-color: var(--even-bg-color);
        color: var(--even-text-color)
    }

    .tablepress > .row-hover > tr {
        content-visibility: auto
    }

        .tablepress > .row-hover > tr:has(+.child:hover) > *,
        .tablepress > .row-hover > tr:hover + :where(.child) > *,
        .tablepress > .row-hover > tr:where(:not(.dtrg-group)):hover > * {
            background-color: var(--hover-bg-color);
            color: var(--hover-text-color)
        }

    .tablepress img {
        border: 0;
        margin: 0;
        max-width: none;
        padding: 0
    }

.tablepress-table-description {
    clear: both;
    display: block
}

.dt-scroll {
    width: 100%
}

    .dt-scroll .tablepress {
        width: 100% !important
    }

div.dt-scroll-body tfoot tr,
div.dt-scroll-body thead tr {
    height: 0
}

    div.dt-scroll-body tfoot tr td,
    div.dt-scroll-body tfoot tr th,
    div.dt-scroll-body thead tr td,
    div.dt-scroll-body thead tr th {
        border-bottom-width: 0 !important;
        border-top-width: 0 !important;
        height: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

        div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,
        div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
        div.dt-scroll-body thead tr td div.dt-scroll-sizing,
        div.dt-scroll-body thead tr th div.dt-scroll-sizing {
            height: 0 !important;
            overflow: hidden !important
        }

div.dt-scroll-body > table.dataTable > thead > tr > td,
div.dt-scroll-body > table.dataTable > thead > tr > th {
    overflow: hidden
}

.tablepress {
    --head-active-bg-color: #049cdb;
    --head-active-text-color: var(--head-text-color);
    --head-sort-arrow-color: var(--head-active-text-color)
}

    .tablepress thead th:active {
        outline: 0
    }

    .tablepress thead .dt-orderable-asc .dt-column-order:before,
    .tablepress thead .dt-ordering-asc .dt-column-order:before {
        bottom: 50%;
        content: "â–²" /"";
        display: block;
        position: absolute
    }

    .tablepress thead .dt-orderable-desc .dt-column-order:after,
    .tablepress thead .dt-ordering-desc .dt-column-order:after {
        content: "â–¼" /"";
        display: block;
        position: absolute;
        top: 50%
    }

    .tablepress thead .dt-orderable-asc .dt-column-order,
    .tablepress thead .dt-orderable-desc .dt-column-order,
    .tablepress thead .dt-ordering-asc .dt-column-order,
    .tablepress thead .dt-ordering-desc .dt-column-order {
        color: var(--head-sort-arrow-color);
        font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif !important;
        font-size: 14px;
        height: 24px;
        line-height: 12px;
        position: relative;
        width: 12px
    }

        .tablepress thead .dt-orderable-asc .dt-column-order:after,
        .tablepress thead .dt-orderable-asc .dt-column-order:before,
        .tablepress thead .dt-orderable-desc .dt-column-order:after,
        .tablepress thead .dt-orderable-desc .dt-column-order:before,
        .tablepress thead .dt-ordering-asc .dt-column-order:after,
        .tablepress thead .dt-ordering-asc .dt-column-order:before,
        .tablepress thead .dt-ordering-desc .dt-column-order:after,
        .tablepress thead .dt-ordering-desc .dt-column-order:before {
            opacity: .2
        }

    .tablepress thead .dt-orderable-asc,
    .tablepress thead .dt-orderable-desc {
        cursor: pointer;
        outline-offset: -2px
    }

        .tablepress thead .dt-orderable-asc:hover,
        .tablepress thead .dt-orderable-desc:hover,
        .tablepress thead .dt-ordering-asc,
        .tablepress thead .dt-ordering-desc {
            background-color: var(--head-active-bg-color);
            color: var(--head-active-text-color)
        }

            .tablepress thead .dt-ordering-asc .dt-column-order:before,
            .tablepress thead .dt-ordering-desc .dt-column-order:after {
                opacity: .8
            }

    .tablepress tfoot > tr > * .dt-column-footer,
    .tablepress tfoot > tr > * .dt-column-header,
    .tablepress thead > tr > * .dt-column-footer,
    .tablepress thead > tr > * .dt-column-header {
        align-items: center;
        display: flex;
        gap: 4px;
        justify-content: space-between
    }

        .tablepress tfoot > tr > * .dt-column-footer .dt-column-title,
        .tablepress tfoot > tr > * .dt-column-header .dt-column-title,
        .tablepress thead > tr > * .dt-column-footer .dt-column-title,
        .tablepress thead > tr > * .dt-column-header .dt-column-title {
            flex-grow: 1
        }

            .tablepress tfoot > tr > * .dt-column-footer .dt-column-title:empty,
            .tablepress tfoot > tr > * .dt-column-header .dt-column-title:empty,
            .tablepress thead > tr > * .dt-column-footer .dt-column-title:empty,
            .tablepress thead > tr > * .dt-column-header .dt-column-title:empty {
                display: none
            }

    .tablepress:where(.auto-type-alignment) .dt-right,
    .tablepress:where(.auto-type-alignment) .dt-type-date,
    .tablepress:where(.auto-type-alignment) .dt-type-numeric {
        text-align: right
    }

        .tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,
        .tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,
        .tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,
        .tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,
        .tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,
        .tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header {
            flex-direction: row-reverse
        }

.dt-container {
    clear: both;
    margin-bottom: 1rem;
    position: relative
}

    .dt-container .tablepress {
        margin-bottom: 0
    }

        .dt-container .tablepress tfoot:empty {
            display: none
        }

    .dt-container .dt-layout-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }

        .dt-container .dt-layout-row.dt-layout-table .dt-layout-cell {
            display: block;
            width: 100%
        }

    .dt-container .dt-layout-cell {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1em;
        padding: 5px 0
    }

        .dt-container .dt-layout-cell.dt-layout-full {
            align-items: center;
            justify-content: space-between;
            width: 100%
        }

            .dt-container .dt-layout-cell.dt-layout-full > :only-child {
                margin: auto
            }

        .dt-container .dt-layout-cell.dt-layout-start {
            align-items: center;
            justify-content: flex-start;
            margin-right: auto
        }

        .dt-container .dt-layout-cell.dt-layout-end {
            align-items: center;
            justify-content: flex-end;
            margin-left: auto
        }

        .dt-container .dt-layout-cell:empty {
            display: none
        }

    .dt-container .dt-input,
    .dt-container label {
        display: inline;
        width: auto
    }

    .dt-container .dt-input {
        font-size: inherit;
        padding: 5px
    }

    .dt-container .dt-length,
    .dt-container .dt-search {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center
    }

    .dt-container .dt-paging .dt-paging-button {
        background: #0000;
        border: 1px solid #0000;
        border-radius: 2px;
        box-sizing: border-box;
        color: inherit !important;
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        height: 32px;
        margin-left: 2px;
        min-width: 32px;
        padding: 0 5px;
        text-align: center;
        text-decoration: none !important;
        vertical-align: middle
    }

        .dt-container .dt-paging .dt-paging-button.current,
        .dt-container .dt-paging .dt-paging-button:hover {
            border: 1px solid #111
        }

        .dt-container .dt-paging .dt-paging-button.disabled,
        .dt-container .dt-paging .dt-paging-button.disabled:active,
        .dt-container .dt-paging .dt-paging-button.disabled:hover {
            border: 1px solid #0000;
            color: #0000004d !important;
            cursor: default;
            outline: 0
        }

    .dt-container .dt-paging > .dt-paging-button:first-child {
        margin-left: 0
    }

    .dt-container .dt-paging .ellipsis {
        padding: 0 1em
    }

@media screen and (max-width:767px) {
    .dt-container .dt-layout-row {
        flex-direction: column
    }

    .dt-container .dt-layout-cell {
        flex-direction: column;
        padding: .5em 0
    }
}

img:is([sizes="auto" i]) {
    contain-intrinsic-size: 3000px 1500px
}

.cover {
    background-size: cover
}

.contain,
.cover {
    background-repeat: no-repeat
}

.contain {
    background-size: contain;
    background-position: 50%
}

.mdc-button {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: .0892857143em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 8px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    height: 36px;
    border: 0;
    outline: 0;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 4px
}

    .mdc-button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    .mdc-button:active {
        outline: 0
    }

    .mdc-button:hover {
        cursor: pointer
    }

    .mdc-button:disabled {
        background-color: transparent;
        color: rgba(0, 0, 0, .37);
        cursor: default;
        pointer-events: none
    }

    .mdc-button:not(:disabled) {
        background-color: transparent
    }

    .mdc-button:not(:disabled) {
        color: #6200ee;
        color: var(--mdc-theme-primary, #6200ee)
    }

.mdc-button--raised {
    padding: 0 16px
}

    .mdc-button--raised:disabled {
        background-color: rgba(0, 0, 0, .12);
        color: rgba(0, 0, 0, .37)
    }

    .mdc-button--raised:not(:disabled) {
        background-color: #6200ee
    }

@supports not (-ms-ime-align:auto) {

    .mdc-button--raised:not(:disabled) {
        background-color: var(--mdc-theme-primary, #6200ee)
    }
}

.mdc-button--raised:not(:disabled) {
    color: #fff;
    color: var(--mdc-theme-on-primary, #fff)
}

.mdc-button--raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1)
}

    .mdc-button--raised:focus,
    .mdc-button--raised:hover {
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
    }

    .mdc-button--raised:active {
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
    }

    .mdc-button--raised:disabled {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
    }

@keyframes mdc-ripple-fg-radius-in {
    0% {
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
    }

    to {
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
    }
}

@keyframes mdc-ripple-fg-opacity-in {
    0% {
        animation-timing-function: linear;
        opacity: 0
    }

    to {
        opacity: var(--mdc-ripple-fg-opacity, 0)
    }
}

@keyframes mdc-ripple-fg-opacity-out {
    0% {
        animation-timing-function: linear;
        opacity: var(--mdc-ripple-fg-opacity, 0)
    }

    to {
        opacity: 0
    }
}

.mdc-button {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

    .mdc-button:after,
    .mdc-button:before {
        position: absolute;
        border-radius: 50%;
        opacity: 0;
        pointer-events: none;
        content: ""
    }

    .mdc-button:before {
        transition: opacity 15ms linear, background-color 15ms linear;
        z-index: 1
    }

    .mdc-button:after,
    .mdc-button:before {
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%
    }

    .mdc-button:after,
    .mdc-button:before {
        background-color: #6200ee
    }

@supports not (-ms-ime-align:auto) {

    .mdc-button:after,
    .mdc-button:before {
        background-color: var(--mdc-theme-primary, #6200ee)
    }
}

.mdc-button:hover:before {
    opacity: .04
}


.mdc-button:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-button:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-button:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .12
}

.mdc-button--raised:after,
.mdc-button--raised:before {
    background-color: #fff
}

@supports not (-ms-ime-align:auto) {

    .mdc-button--raised:after,
    .mdc-button--raised:before {
        background-color: var(--mdc-theme-on-primary, #fff)
    }
}

.mdc-button--raised:hover:before {
    opacity: .08
}


.mdc-button--raised:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: .24
}

.mdc-button--raised:not(.mdc-ripple-upgraded):after {
    transition: opacity .15s linear
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: .24
}


.button-wrap .white-bg span {
    color: #37474f !important
}

.button-wrap a {
    text-decoration: none
}

.button-wrap button {
    -moz-box-shadow: 0 0 23px -14px #000;
    -webkit-box-shadow: 0 0 23px -14px #000;
    border-radius: 25px !important;
    box-shadow: 0 0 23px -14px #000;
    height: auto;
    min-height: 50px;
    min-width: 200px
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .button-wrap button {
        height: 0
    }
}

.button-wrap button:focus {
    outline: 0
}

.button-wrap button span {
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    padding-left: 25px;
    padding-right: 25px;
    font-size: .8125rem
}

@media(max-width:991.98px) {
    .button-wrap button span {
        font-size: .875rem
    }
}

.small {
    min-height: 30px !important
}

.nav-up {
    top: -155px !important
}

body.additional-banner {
    margin-top: 156px !important
}

    body.additional-banner #banner.banner {
        height: 155px
    }

        body.additional-banner #banner.banner banner {
            background-color: #ddf3f7;
            height: 65px;
            display: block
        }

            body.additional-banner #banner.banner banner > div {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100%
            }

                body.additional-banner #banner.banner banner > div .image {
                    height: 48px;
                    width: 62px;
                    display: none
                }

@media(min-width:576px) {
    body.additional-banner #banner.banner banner > div .image {
        display: block
    }
}

body.additional-banner #banner.banner banner > div .text-desktop {
    display: none;
    padding-left: 32px;
    padding-right: 32px
}

@media(min-width:1200px) {
    body.additional-banner #banner.banner banner > div .text-desktop {
        display: block
    }
}

body.additional-banner #banner.banner banner > div .text-tablet-mobile {
    display: block;
    padding-left: 32px;
    padding-right: 32px
}

@media(min-width:1200px) {
    body.additional-banner #banner.banner banner > div .text-tablet-mobile {
        display: none
    }
}

body.additional-banner #banner.banner banner .button {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none
}

@media(min-width:992px) {
    body.additional-banner #banner.banner banner .button {
        display: flex
    }
}

body.additional-banner #banner.banner banner .button .button-wrap {
    padding-bottom: 0
}

    body.additional-banner #banner.banner banner .button .button-wrap button {
        border: 2px solid #00bcd4;
        box-shadow: none;
        padding: 0;
        min-width: 140px;
        min-height: 36px
    }

        body.additional-banner #banner.banner banner .button .button-wrap button span {
            color: #00bcd4;
            text-transform: none;
            padding-left: 16px;
            padding-right: 16px;
            font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif !important;
            letter-spacing: .03em;
            font-size: .75rem
        }

            body.additional-banner #banner.banner banner .button .button-wrap button span:after {
                content: "";
                background-image: url(/images/banner_arrow-right.svg?v=lVEE8WZYHuSmww8RePXxP_RAfmk);
                display: inline-block;
                width: 12px;
                height: 12px;
                margin-left: 10px
            }

#banner {
    height: 90px;
    top: 0;
    position: fixed;
    width: 100%;
    transition: top .2s ease-in-out;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    background: #fff
}

    #banner #menu-primary_navigation {
        margin-top: 25px
    }

        #banner #menu-primary_navigation > li {
            display: flex;
            align-items: baseline;
            flex-direction: column
        }

            #banner #menu-primary_navigation > li:before {
                display: none
            }

    #banner .nav-wrap {
        box-shadow: 0 -2px 4px rgba(0, 0, 0, .1)
    }

@media(max-width:991.98px) {
    #banner .nav-wrap {
        padding-top: 12.5px;
        background: #fff
    }
}

@media(min-width:992px) {
    #banner .navbar-brand {
        padding-bottom: 0;
        margin-right: 46px
    }

    #banner .nav-link {
        padding: 0
    }

    #banner .navbar-expand-lg {
        align-items: baseline
    }
}

@media(max-width:991.98px) {
    #banner .menu-item {
        padding-left: 20px
    }
}

#banner .show {
    box-shadow: 0 4px 15px -10px rgba(0, 0, 0, .1)
}

    #banner .show .menu-item:focus,
    #banner .show .menu-item:hover {
        background: #f9f9f9;
        transition: all .2s ease-in-out
    }

#banner .dropdown-menu {
    list-style: none !important
}

    #banner .dropdown-menu li {
        padding-left: 0
    }

    #banner .dropdown-menu .menu-item {
        display: flex;
        align-items: center
    }

        #banner .dropdown-menu .menu-item:before {
            display: none
        }

        #banner .dropdown-menu .menu-item a {
            font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
            font-size: .9375rem
        }

        #banner .dropdown-menu .menu-item .dropdown-item:active,
        #banner .dropdown-menu .menu-item .dropdown-item:focus {
            background: #9e9c9a;
            color: #37474f
        }

#banner .icon-bar {
    width: 22px;
    height: 2px;
    background-color: #37474f;
    display: block;
    transition: all .2s;
    margin-top: 4px
}

#banner .navbar-toggler {
    border: 0;
    background: transparent !important
}

@media(min-width:992px) {
    #banner .navbar-toggler {
        display: none
    }
}

#banner .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

#banner .navbar-toggler .middle-bar {
    opacity: 0
}

#banner .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

#banner .navbar-toggler.collapsed .top-bar {
    transform: rotate(0)
}

#banner .navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

#banner .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0)
}

#banner .nav-link {
    color: #37474f !important;
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-size: .9375rem
}

@media(min-width:992px) {
    #banner .nav-link {
        padding-right: .9rem !important
    }
}

@media(min-width:1200px) {
    #banner .nav-link {
        padding-right: 3.3rem !important
    }
}

#banner .btn1 {
    background-color: #00bcd4
}

@media(min-width:992px) {
    #banner .btn1 {
        margin-right: 10px
    }
}

@media(min-width:1200px) {
    #banner .btn1 {
        margin-right: 20px
    }
}

#banner .btn2 {
    background-color: #8bc34a
}

#banner .btn {
    text-transform: uppercase
}

    #banner .btn:hover {
        color: #fff;
        opacity: .6;
        transition: all .2s ease-in-out
    }

#banner .btnHead {
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-size: .75rem;
    color: #fff;
    border-radius: 25px
}

#banner .btn1,
#banner .btn2 {
    display: none
}

@media(min-width:992px) {

    #banner .btn1,
    #banner .btn2 {
        width: 120px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap
    }
}

#banner .btnMobile1 {
    background-color: #00bcd4;
    margin-right: 10px
}

#banner .btnMobile2 {
    background-color: #8bc34a
}

#banner .btnMobile1,
#banner .btnMobile2 {
    display: block
}

@media(min-width:992px) {

    #banner .btnMobile1,
    #banner .btnMobile2 {
        display: none
    }
}

#banner .btnMobGroup {
    display: flex;
    padding-left: 20px;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px
}

@media(min-width:992px) {
    #banner .btnMobGroup {
        display: none;
    }
}

.blog-posts {
    padding-top: 80px
}

    .blog-posts .row {
        flex-wrap: nowrap;
        flex-direction: row
    }

@media(max-width:767.98px) {
    .blog-posts .row {
        flex-direction: column-reverse
    }
}

@media(min-width:768px) {
    .blog-posts .blog-list {
        padding-right: 35px
    }

        .blog-posts .blog-list .prev-img {
            border-radius: 3px;
            border-bottom: 1px solid #dbdedf
        }
}

.blog-posts .blog-list__preview {
    border: 1px solid #dbdedf;
    margin-bottom: 40px;
    border-radius: 3px
}

.blog-posts .blog-list article {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px
}

    .blog-posts .blog-list article .entry-title {
        position: relative;
        margin-bottom: 12px;
        font-size: 1.25rem;
        font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
        line-height: 1.2
    }

        .blog-posts .blog-list article .entry-title a {
            color: #37474f
        }

    .blog-posts .blog-list article time {
        font-size: 1rem;
        color: #00bcd4;
        font-style: italic;
        font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
    }

    .blog-posts .blog-list article .read-time {
        border-radius: 25px !important;
        margin-right: 15px;
        background: #00bcd4
    }

        .blog-posts .blog-list article .read-time span {
            padding-left: 5px;
            color: #fff;
            text-transform: none !important;
            font-size: .875rem;
            font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
            line-height: 1.78
        }

    .blog-posts .blog-list article .entry-summary {
        padding-top: 20px;
        padding-bottom: 20px
    }

.bp-sidebar .no-background:after {
    background-image: none !important
}

.bp-sidebar .blog_cats_list {
    text-indent: 0;
    padding-left: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f9f9f9
}

    .bp-sidebar .blog_cats_list li a {
        white-space: nowrap;
        padding: 0
    }

    .bp-sidebar .blog_cats_list li:before {
        display: none
    }

.bp-sidebar .blog-categories {
    border-bottom: 2px solid #00bcd4
}

    .bp-sidebar .blog-categories:first-child {
        padding-bottom: 12px;
        margin-bottom: 12px
    }

        .bp-sidebar .blog-categories:first-child .postform {
            font-size: 1rem;
            font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
            color: #163344
        }

.bp-sidebar .blog_cats {
    font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    color: #163344;
    line-height: 36px;
    font-size: 1rem
}

    .bp-sidebar .blog_cats .postform:hover {
        transition: all .2s ease;
        color: #00bcd4
    }

.bp-sidebar .button-wrap {
    padding-top: 32px;
    text-align: center
}

.bp-sidebar .active_cat {
    color: #00bcd4
}

.bp-sidebar__items > .item {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f9f9f9
}

    .bp-sidebar__items > .item:last-child {
        border-bottom: 0
    }

footer {
    padding-top: 60px
}

    footer .top {
        display: flex;
        padding-bottom: 20px;
        border-bottom: 1px solid #37474f
    }

        footer .top .logo {
            margin-right: auto
        }

        footer .top .social {
            margin-left: auto
        }

            footer .top .social a {
                padding-left: 25px
            }

@media(max-width:991.98px) {
    footer .top .social a {
        padding-left: 12px
    }
}

footer .top a {
    text-decoration: none
}

footer .middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media(max-width:991.98px) {
    footer .middle {
        justify-content: flex-start
    }
}

@media(max-width:575.98px) {
    footer .middle {
        flex-direction: column;
        align-items: flex-start
    }
}

footer .middle .footer_menu {
    padding-right: 5px
}

@media(max-width:991.98px) {
    footer .middle .footer_menu {
        padding-right: 20px
    }
}

@media(max-width:575.98px) {
    footer .middle .footer_menu {
        width: 200px
    }
}

footer .middle .footer_menu:last-child {
    padding-right: 60px
}

@media(max-width:991.98px) {
    footer .middle .footer_menu:last-child {
        padding-right: 0
    }
}

footer .middle .title {
    font-size: .875rem;
    padding-top: 25px;
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
}

footer .middle ul {
    padding-left: 0;
    text-indent: 0
}

footer .middle li {
    list-style-type: none;
    width: -moz-max-content;
    width: max-content
}

    footer .middle li:before {
        background: none
    }

    footer .middle li a {
        font-size: .875rem;
        font-weight: 400;
        font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
        color: #37474f
    }

        footer .middle li a:after {
            content: "";
            display: block;
            width: 100%;
            border-bottom: 1px solid transparent
        }

        footer .middle li a:hover {
            transition: all .2s ease;
            color: #00bcd4;
            text-decoration: none
        }

footer .bottom {
    padding-top: 60px;
    padding-bottom: 60px
}

    footer .bottom p {
        width: 100%;
        text-align: center
    }

    footer .bottom a,
    footer .bottom p {
        font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
        font-size: .8125rem
    }

    footer .bottom a {
        padding-left: 50px;
        color: #37474f
    }

        footer .bottom a:hover {
            transition: all .2s ease;
            color: #00bcd4;
            text-decoration: none
        }

.single-case-study {
    margin-top: -70px
}

    .single-case-study .ban {
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%)
    }

.norton-museum-of-art .single-case-study .ban.medium-height {
    background-position: bottom;
    min-height: 60vh;
}

.single-case-study .logo {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    height: 0
}

@media(min-width:576px) {
    .single-case-study .logo {
        max-width: 600px
    }
}

.single-case-study .logo__wrap {
    position: relative;
    top: -145px;
    background: #fff;
    padding: 60px;
    text-align: center;
    height: 50px;
    width: 200px;
    border-radius: 200px 200px 0 0;
    margin: 0 auto;
    left: 0;
    right: 0
}

    .single-case-study .logo__wrap svg {
        width: 100%;
        height: 85px
    }

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .single-case-study .logo__wrap {
        top: -140px;
        height: 200px;
        width: 300px;
        border-radius: 400px 400px 0 0
    }

        .single-case-study .logo__wrap img {
            width: 140px
        }

        .single-case-study .logo__wrap svg {
            width: 140px;
            height: 190px
        }
}

@media(min-width:576px) {
    .single-case-study .logo__wrap {
        top: -170px;
        height: 200px;
        width: 400px;
        border-radius: 400px 400px 0 0
    }

        .single-case-study .logo__wrap img {
            width: 140px
        }

        .single-case-study .logo__wrap svg {
            width: 140px;
            height: 190px
        }
}

.single-case-study .content {
    padding-top: 80px
}

    .single-case-study .content .entry-title {
        font-size: 1.5625rem;
        color: #163344;
        text-align: center
    }

@font-face {
    font-family: Sarala-Regular;
    font-display: block;
    src: url(/fonts/Sarala-Regular.woff2) format("woff2"), url(/fonts/Sarala-Regular.woff) format("woff"), url(/fonts/Sarala-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Sarala-Bold;
    font-display: block;
    src: url(/fonts/Sarala-Bold.woff2) format("woff2"), url(/fonts/Sarala-Bold.woff) format("woff"), url(/fonts/Sarala-Bold.ttf) format("truetype")
}

@font-face {
    font-family: OpenSans-Regular;
    font-display: block;
    src: url(/fonts/OpenSans-Regular.eot) format("eot"), url(/fonts/OpenSans-Regular.woff2) format("woff2"), url(/fonts/OpenSans-Regular.woff) format("woff"), url(/fonts/OpenSans-Regular.ttf) format("truetype"), url(/fonts/OpenSans-Regular.svg) format("svg")
}

@font-face {
    font-family: OpenSans-SemiBold;
    font-display: block;
    src: url(/fonts/OpenSans-SemiBold.eot) format("eot"), url(/fonts/OpenSans-SemiBold.woff2) format("woff2"), url(/fonts/OpenSans-SemiBold.woff) format("woff"), url(/fonts/OpenSans-SemiBold.ttf) format("truetype"), url(/fonts/OpenSans-SemiBold.svg) format("svg")
}

@font-face {
    font-family: OpenSans-Bold;
    font-display: block;
    src: url(/fonts/OpenSans-Bold.eot) format("eot"), url(/fonts/OpenSans-Bold.woff2) format("woff2"), url(/fonts/OpenSans-Bold.woff) format("woff"), url(/fonts/OpenSans-Bold.ttf) format("truetype"), url(/fonts/OpenSans-Bold.svg) format("svg")
}

body {
    display: block !important;
    margin-top: 90px !important
}

body,
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    overflow-x: hidden
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {

    .col,
    .col-lg-8,
    .col-lg-12,
    .col-lg-16,
    .col-md-8,
    .col-md-12,
    .col-md-16,
    .col-md-24 {
        height: 100%
    }
}

.login {
    margin-bottom: 90px !important;
    margin-top: 0 !important
}

    .login footer,
    .login header {
        display: none !important
    }

img {
    height: auto;
    max-width: 100%
}

.large-height {
    min-height: 80vh
}

.medium-height {
    min-height: 50vh
}

.small-height {
    min-height: 30vh
}

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

@media(min-width:576px) {
    .container-small {
        width: 520px
    }
}

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

@media(min-width:992px) {
    .container-small {
        width: 900px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1230px !important
    }

    .container-small {
        width: 1020px
    }
}

.container-small {
    margin: 0 auto;
    max-width: 100%
}

h1 {
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 1.75rem
}

@media(min-width:768px) {
    h1 {
        font-size: 2.375rem
    }
}

@media(max-width:575.98px) {
    .support .medium-height {
        min-height: auto
    }
}

.support h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.25rem;
    line-height: 1.2
}

h2,
h3 {
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
}

h3 {
    font-size: 1.1875rem
}

h4 {
    font-size: 1.125rem
}

h4,
h5 {
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
}

h5 {
    font-size: 1rem
}

h6 {
    color: #00bcd4;
    font-size: 1.25rem
}

h6,
p {
    font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
}

p {
    color: #37474f;
    line-height: 1.47;
    font-size: 1.0625rem
}

li p {
    line-height: 1.95
}

.p-small {
    color: #78909c;
    font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 1.95;
    font-size: .875rem
}


li .p-small {
    line-height: 2.3
}

ul {
    font-family: inherit;
    list-style: none;
    padding-left: 1em;
    text-indent: 0
}

.av-blue-bullets {
    line-height: 36px;
    margin-left: 0
}

    .av-blue-bullets:before {
        background-image: url(/images/bullet-blue.svg?v=QUs0FGn2DONjm9GLp3WABP0y8O4);
        background-position-x: left;
        background-position-y: center;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 1em;
        margin-left: -1em;
        width: 1em
    }

.tick-bullets {
    display: inherit;
    line-height: 36px;
    margin-left: 1.5em;
    position: relative
}

    .tick-bullets:before {
        background-image: url(/images/bullet-tick.svg?v=Sg58yj1otjdwHiWDtk_jDW_uwnc);
        background-repeat: no-repeat;
        content: "";
        height: 1.5em;
        left: -5px;
        margin-left: -1.5em;
        position: absolute;
        top: 10px;
        width: 1.5em
    }

.av-green-bullets {
    line-height: 36px;
    margin-left: 0
}

    .av-green-bullets:before {
        background-image: url(/images/bullet-green.svg?v=BeQ66enpFOFqcPZXVvPdAhkm3go);
        background-position-x: left;
        background-position-y: center;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 1em;
        margin-left: -1em;
        width: 1em
    }

.lnHeight05 {
    line-height: .5 !important
}

.lnHeight1 {
    line-height: 1 !important
}

.lnHeight15 {
    line-height: 1.5 !important
}

.lnHeight2 {
    line-height: 2 !important
}

.lnHeight25 {
    line-height: 2.5 !important
}

.av-white-bullets {
    line-height: 36px;
    margin-left: -1em
}

    .av-white-bullets:before {
        background-image: url(/images/bullet-white.svg?v=wloR9cNlmuMQhurArZaT0t4k42w);
        background-position-x: left;
        background-position-y: center;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 1em;
        margin-left: -1em;
        width: 1em
    }

.p-large {
    font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
}

.p-large {
    color: #37474f;
    line-height: 1.47;
    font-size: 1.5rem
}

.sarala-Regular {
    font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif !important
}

.sarala-Bold {
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif !important
}

.open-sans-regular,
.pricing-large {
    font-family: OpenSans-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif !important
}

.pricing-large {
    color: #00bcd4;
    line-height: 1;
    font-size: 3.125rem
}

pre {
    overflow: hidden
}

    pre span {
        font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
        white-space: normal;
        font-size: .875rem
    }

a {
    color: inherit
}

    a:hover {
        color: #00bcd4;
        text-decoration: none;
        transition: all .2s ease
    }

.shadow-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

@media(min-width:768px) {
    .five {
        width: calc(15% - -20px)
    }

    .four {
        width: calc(20% - -20px)
    }

    .seven {
        width: calc(10% - -20px)
    }

    .six {
        width: calc(13% - -20px)
    }

    .three {
        width: calc(30% - -20px)
    }

    .two {
        width: calc(45% - -20px)
    }
}

p {
    margin-bottom: 0
}

.justify-between {
    justify-content: center !important
}

@media(min-width:768px) {
    .justify-between {
        justify-content: space-between !important
    }
}

@supports not (-ms-high-contrast:none) {
    .diagonal_top_and_bottom_right {
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 100% 100%, 100% 95%, 0 100%, 0 100%);
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 100% 100%, 100% 95%, 0 100%, 0 100%);
        padding-bottom: 10% !important;
        padding-top: 10% !important
    }

    @media(min-width:992px) {
        .diagonal_top_and_bottom_right {
            -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 100% 100%, 100% 90%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 100% 100%, 100% 90%, 0 100%, 0 100%);
            padding-bottom: 5% !important;
            padding-top: 5% !important
        }
    }
}

@supports not (-ms-high-contrast:none) {
    .diagonal_stripe_right {
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 100% 100%, 100% 100%, 0 95%, 0 100%);
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 100% 100%, 100% 100%, 0 95%, 0 100%);
        padding-bottom: 10% !important;
        padding-top: 10% !important
    }

    @media(min-width:992px) {
        .diagonal_stripe_right {
            -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 100% 100%, 100% 100%, 0 90%, 0 100%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 100% 100%, 100% 100%, 0 90%, 0 100%);
            padding-bottom: 5% !important;
            padding-top: 5% !important
        }
    }
}

@supports not (-ms-high-contrast:none) {
}

@supports not (-ms-high-contrast:none) {
    .diagonal_top_and_bottom_left {
        -webkit-clip-path: polygon(0 5%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 97%, 0 100%);
        clip-path: polygon(0 5%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 97%, 0 100%);
        padding-bottom: 10% !important;
        padding-top: 10% !important
    }

    @media(min-width:992px) {
        .diagonal_top_and_bottom_left {
            -webkit-clip-path: polygon(0 10%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 90%, 0 100%);
            clip-path: polygon(0 10%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 90%, 0 100%);
            padding-bottom: 5% !important;
            padding-top: 5% !important
        }
    }

    @media(min-width:768px) {
        .diagonal_top_and_bottom_left {
            -webkit-clip-path: polygon(0 5%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 95%, 0 100%);
            clip-path: polygon(0 5%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 95%, 0 100%);
            padding-bottom: 5% !important;
            padding-top: 5% !important
        }
    }
}

@supports not (-ms-high-contrast:none) {
    .diagonal_top_right {
        -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
        clip-path: polygon(0 0, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
        padding-top: 25% !important
    }

    @media(min-width:992px) {
        .diagonal_top_right {
            -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 7%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
            padding-top: 10% !important
        }
    }

    @media(min-width:576px) {
        .diagonal_top_right {
            -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 3%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
            padding-top: 20% !important
        }
    }
}

@supports not (-ms-high-contrast:none) {
    .diagonal_top_left {
        -webkit-clip-path: polygon(0 5%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
        clip-path: polygon(0 5%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
        padding-top: 10% !important
    }

    @media(min-width:992px) {
        .diagonal_top_left {
            -webkit-clip-path: polygon(0 10%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(0 10%, 100% 2%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 100%);
            padding-top: 5% !important
        }
    }
}

@supports not (-ms-high-contrast:none) {
    .diagonal_bottom_left {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99%);
        padding-bottom: 10% !important
    }

    @media(min-width:768px) {
        .diagonal_bottom_left {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
            padding-bottom: 5% !important
        }
    }

    @media(min-width:576px) {
        .diagonal_bottom_left {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%)
        }
    }
}

@supports not (-ms-high-contrast:none) {
    .diagonal_bottom_left_double {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 57%);
        clip-path: polygon(0 0, 100% 0, 100% 78%, 0 57%);
        padding-bottom: 15% !important
    }

    @media(min-width:768px) {
        .diagonal_bottom_left_double {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 56%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 56%);
            padding-bottom: 5% !important
        }
    }

    @media(min-width:576px) {
        .diagonal_bottom_left_double {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 67%);
            clip-path: polygon(0 0, 100% 0, 100% 85%, 0 67%)
        }
    }
}

@supports not (-ms-high-contrast:none) {
    .diagonal_bottom_right {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
        padding-bottom: 10% !important
    }

    @media(min-width:768px) {
        .diagonal_bottom_right {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            padding-bottom: 5% !important
        }
    }
}

@supports not (-ms-high-contrast:none) {
}

.video-container {
    height: 0;
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    width: 100%
}

    .video-container embed,
    .video-container iframe,
    .video-container object {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.avius-light-blue-bg {
    background-color: #00bcd4 !important
}

    .avius-light-blue-bg ul {
        list-style: none
    }

        .avius-light-blue-bg ul li:before {
            content: "";
            background-image: url(/images/bullet-white.svg?v=wloR9cNlmuMQhurArZaT0t4k42w);
            background-position-x: left;
            background-position-y: center;
            display: inline-block;
            background-repeat: no-repeat;
            width: 1em;
            height: 1em;
            margin-left: -1em
        }

    .avius-light-blue-bg .one-testimonial .t-content span {
        color: #fff
    }

.transparent {
    background-color: transparent !important
}

.avius-background-grey-bg {
    background-color: #f8f8f8 !important
}

    .avius-background-grey-bg ul {
        list-style: none
    }

        .avius-background-grey-bg ul li:before {
            content: "";
            background-image: url(/images/bullet-white.svg?v=wloR9cNlmuMQhurArZaT0t4k42w);
            background-position-x: left;
            background-position-y: center;
            display: inline-block;
            background-repeat: no-repeat;
            width: 1em;
            height: 1em;
            margin-left: -1em
        }

    .avius-background-grey-bg .one-testimonial .t-content span {
        color: #fff
    }

.button-wrap > a > .avius-background-grey-bg > span {
    color: #37474f
}

.avius-green-bg {
    background-color: #a2c748 !important
}

    .avius-green-bg ul {
        list-style: none
    }

        .avius-green-bg ul li:before {
            content: "";
            background-image: url(/images/bullet-white.svg?v=wloR9cNlmuMQhurArZaT0t4k42w);
            background-position-x: left;
            background-position-y: center;
            display: inline-block;
            background-repeat: no-repeat;
            width: 1em;
            height: 1em;
            margin-left: -1em
        }

    .avius-green-bg .one-testimonial .t-content span {
        color: #fff
    }

.white-bg {
    background-color: #fff !important
}

    .white-bg ul {
        list-style: none
    }

        .white-bg ul li:before {
            background-image: url(/images/bullet-blue.svg?v=QUs0FGn2DONjm9GLp3WABP0y8O4);
            background-position-x: left;
            background-position-y: center;
            background-repeat: no-repeat;
            color: #00bcd4;
            display: inline-block;
            width: 1em;
            margin-left: -1em
        }

.border-blue {
    border: 1px solid #00bcd4
}

.av-pagination {
    text-align: center;
    width: 100%
}

    .av-pagination .current {
        color: #fff !important;
        position: relative
    }

        .av-pagination .current:after {
            background: #00bcd4;
            border-radius: 50%;
            content: "";
            height: 25px;
            left: 0;
            position: absolute;
            right: 0;
            width: 25px;
            z-index: -1
        }

    .av-pagination .next {
        display: inline !important
    }

        .av-pagination .next > span {
            display: none
        }

@media(min-width:768px) {
    .av-pagination .next > span {
        display: inherit;
        padding-left: 30px;
        padding-right: 15px
    }
}

.av-pagination .page-numbers {
    color: #00bcd4;
    display: inline-block;
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    width: 25px
}

@media(min-width:1200px) {
    .av-pagination .page-numbers {
        margin-left: 5px;
        margin-right: 5px
    }
}

.av-pagination .prev {
    display: inline !important
}

    .av-pagination .prev > span {
        display: none
    }

@media(min-width:768px) {
    .av-pagination .prev > span {
        display: inherit;
        padding-left: 15px;
        padding-right: 30px
    }
}

.modal {
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.single-av_casestudy .mc_img_txt__wrap {
    justify-content: space-between
}

p {
    line-height: 1.55
}


.visible-everywhere {
    display: block
}

.hidden-everywhere {
    display: none
}

@media(max-width:575.98px) {
    .tablepress {
        font-size: 80%;
        text-transform: lowercase
    }

        .tablepress td,
        .tablepress th {
            padding: 5px
        }

        .tablepress thead th {
            font-size: 70%
        }
}

.avgreyshadow {
    text-shadow: 1px 1px #37474f
}

.cc-banner {
    bottom: 0;
    flex-direction: row;
    font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    left: 0;
    padding: 1em 1.8em;
    right: 0;
    width: 100%
}

.cc-compliance {
    font-size: .75rem
}

    .cc-compliance a {
        border-radius: 25px;
        color: #fff !important;
        font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
        max-width: 250px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: .75rem
    }

.cc-window.cc-floating {
    max-width: 100% !important
}

.home .button-wrap {
    padding-bottom: 30px
}

.home .hero .button-wrap {
    padding-bottom: 0 !important
}

.home .hero .two-horizontal:last-child .content_text {
    padding-top: 0 !important
}

.home .hero .two-horizontal .content_text {
    padding-bottom: 60px
}

.support .content-block .button-wrap {
    padding-top: 12px
}

.support .content-block .single-col {
    padding-bottom: 0
}

.careers .hero {
    padding-bottom: 10% !important
}

@media(max-width:991.98px) {
    .careers .hero {
        padding-bottom: 110px !important
    }
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .content-block .button-wrap {
        padding-bottom: 30px
    }

    .voice-of-employee .hero #vertical-col1 img {
        max-width: 100%
    }

    .about-us .mc_img_txt .horizontal {
        width: 100%
    }

        .about-us .mc_img_txt .horizontal .block__content {
            margin-left: 16px
        }

    .facilities-management-customer-satisfaction-surveys .multiple-columns .container {
        margin-bottom: -110px !important
    }

    .passenger-feedback-surveys .hero #vertical-col1 img {
        max-width: 100%
    }
}

.modal-dialog {
    height: 100%;
    margin: 0 auto;
    max-width: 320px;
    pointer-events: auto;
    width: 320px
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 640px;
        width: 640px
    }
}

.tooltip > .tooltip-inner {
    background: #fff;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .1), 0 0 16px rgba(0, 0, 0, .25);
    color: #37474f;
    display: flex;
    flex-direction: column;
    font-family: OpenSans-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    min-width: 490px;
    text-align: left;
    font-size: 1rem
}

    .tooltip > .tooltip-inner span {
        padding: 16px 40px
    }

        .tooltip > .tooltip-inner span:first-child {
            color: #00bcd4;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 25px;
            padding-top: 40px;
            text-align: left;
            font-size: 1.125rem
        }

        .tooltip > .tooltip-inner span:last-child {
            padding-bottom: 40px
        }

@media(max-width:575.98px) {
    .postid-14083 iframe {
        display: block;
        height: auto;
        margin: 0 auto;
        max-height: 315px;
        max-width: 560px;
        width: auto
    }
}

.single-post .entry-summary {
    padding-bottom: 0 !important
}

.single-post table,
.single-post td,
.single-post th {
    border: 1px solid #808080;
    padding: 10px
}

.single-post article {
    padding-left: 0 !important
}

.single-post .single-post-title {
    font-size: 1.25rem;
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 1.2
}

.single-post p {
    padding-top: 12px;
    padding-bottom: 12px
}

body#tinymce {
    margin: 12px !important
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

    .cc-window.cc-invisible {
        opacity: 0
    }

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

    .cc-animate.cc-revoke.cc-top {
        transform: translateY(-2em)
    }

    .cc-animate.cc-revoke.cc-bottom {
        transform: translateY(2em)
    }

    .cc-animate.cc-revoke.cc-active.cc-bottom,
    .cc-animate.cc-revoke.cc-active.cc-top,
    .cc-revoke:hover {
        transform: translateY(0)
    }

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    z-index: 99999999
}

    .cc-window.cc-static {
        position: static
    }

    .cc-window.cc-floating {
        padding: 2em;
        max-width: 24em;
        flex-direction: column
    }

    .cc-window.cc-banner {
        padding: 1em 1.8em;
        width: 100%;
        flex-direction: row
    }

.cc-revoke {
    padding: .5em
}

    .cc-revoke:hover {
        text-decoration: underline
    }

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline
}

    .cc-link:hover {
        opacity: 1
    }

    .cc-link:active,
    .cc-link:visited {
        color: initial
    }

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

    .cc-highlight .cc-btn:first-child:focus,
    .cc-highlight .cc-btn:first-child:hover {
        background-color: transparent;
        text-decoration: underline
    }

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

    .cc-close:focus,
    .cc-close:hover {
        opacity: 1
    }

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    flex: 1 0 auto
}

.cc-window.cc-banner {
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: flex;
    align-items: center;
    align-content: space-between
}

.cc-floating .cc-compliance > .cc-btn {
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        flex-direction: column
    }

        .cc-window.cc-banner .cc-compliance {
            flex: 1 1 auto
        }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        align-items: unset
    }

        .cc-window.cc-banner .cc-message {
            margin-right: 0
        }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

    .cc-theme-classic .cc-btn:last-child {
        min-width: 140px
    }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

.show-last-two-posts .txt-wrap {
    padding: 25px
}

.show-last-two-posts .permalink {
    color: #37474f;
    border: 0;
    padding: 25px
}

    .show-last-two-posts .permalink .card-img-top-wrap {
        border-radius: 3px;
        border: 1px solid #dbdedf
    }

@media(-ms-high-contrast:0), screen and (-ms-high-contrast:active) {
    .show-last-two-posts .permalink .card-img-top-wrap {
        padding: 2px;
        height: 350px
    }
}

.show-last-two-posts .permalink .card-body {
    padding-left: 0;
    padding-right: 0
}

    .show-last-two-posts .permalink .card-body .title {
        color: #00bcd4;
        font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: .5rem
    }

@media(min-width:992px) {
    .awkward-background {
        background-position-x: 150%
    }
}

@media only screen and (max-width:1330px) {
    .awkward-background {
        background-position-x: 100%
    }
}

@media(max-width:991.98px) {
    .awkward-background {
        background-position-x: inherit
    }

        .awkward-background .container > .row > div {
            text-align: center
        }

        .awkward-background #vertical-col2 {
            padding-top: 40px !important
        }
}

@media(max-width:991.98px) {
    .awkward-background .button-wrap {
        width: 100%;
        text-align: center
    }
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .awkward-background {
        background-color: #00bcd4;
        background-image: none !important
    }
}

.about-us-hero {
    margin-bottom: -15px
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .about-us-hero {
        margin-bottom: -30px;
        background-position: 0 0;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        display: block;
        height: 100%;
        min-width: 0
    }
}

.hero {
    position: relative;
    overflow-x: hidden;
    background-size: cover;
    background-repeat: no-repeat
}

    .hero ul {
        text-indent: 1em
    }

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .hero #vertical-col2 img {
        height: 100%
    }
}

.hero #vertical-col2 .frame {
    background-repeat: no-repeat;
    margin-bottom: -30px;
    position: relative
}

@media(max-width:575.98px) {
    .hero #vertical-col2 .frame {
        margin-bottom: inherit
    }
}

.hero #vertical-col2 .frame video {
    position: absolute;
    top: 69px;
    width: 364px;
    left: 103px;
    height: 270px
}

@media(max-width:1199.98px) {
    .hero #vertical-col2 .frame video {
        top: 52px;
        width: 276px;
        left: 79px;
        height: 207px
    }
}

@media(max-width:991.98px) {
    .hero #vertical-col2 .frame video {
        top: 80px;
        width: 417px;
        left: 120px;
        height: 313px
    }
}

@media(max-width:767.98px) {
    .hero #vertical-col2 .frame video {
        top: 58px;
        width: 304px;
        left: 87px;
        height: 228px
    }
}

@media(max-width:575.98px) {
    .hero #vertical-col2 .frame video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.hero .single-horizontal {
    max-width: 845px;
    margin: 0 auto
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .hero .single-horizontal .content_text {
        width: 100%;
        height: 100%
    }

    .hero .single-horizontal .image-link {
        height: 100%
    }
}

.hero .with-full-width .two-horizontal .full-width .button-wrap {
    margin: 0 auto;
    text-align: center
}

.hero .with-full-width .fv-first {
    padding-bottom: 40px;
    padding-top: 40px
}

.hero .two-horizontal > div > .button-wrap {
    width: 100%
}

.hero .two-horizontal .fv-second {
    text-align: center;
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .hero .two-horizontal .fv-second img {
        width: 100%
    }
}

.hero .two-horizontal > .content_text {
    max-width: 870px;
    margin: 0 auto
}

    .hero .two-horizontal > .content_text .button-wrap {
        text-align: center
    }

.hero .two-horizontal > .full-width {
    max-width: 100%
}

.hero .vertical-centre {
    justify-content: center;
    display: flex;
    height: 100%;
    flex-direction: column
}

.hero .horizontal-centre {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column
}

    .hero .horizontal-centre .button-wrap {
        text-align: center;
        width: 100%
    }

@media(min-width:992px) {
    .hero .row {
        flex-direction: row
    }
}

.hero .content_text {
    padding-top: 30px;
    padding-bottom: 30px
}

@media(min-width:992px) {
    .hero .content_text {
        padding-top: 80px
    }
}

.hero .content_text h1 {
    padding-bottom: 20px
}

.hero .content_text > svg {
    max-width: 600px;
    width: 100%
}

.hero .content_text ul li:before {
    margin-left: -2em !important
}

.hero .inner {
    height: 100%;
    width: 100%
}

@media(max-width:575.98px) {
    .hero .inner {
        margin: 0 auto
    }
}

.hero .button-wrap {
    padding-top: 40px;
    display: table
}

.hero .video-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

@media(min-width:768px) {
    .hero .video-container {
        max-width: none
    }
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .hero .col-lg-12:first-child .img-link {
        height: 100% !important
    }

    .hero .col-lg-12:first-child img {
        max-width: 50%;
        height: 100%
    }
}

.content-with-sidebar {
    padding-top: 40px;
    margin-bottom: 60px
}

    .content-with-sidebar .sidebar .button-wrap {
        width: 220px;
        margin: 0 auto
    }

        .content-with-sidebar .sidebar .button-wrap button span {
            white-space: normal
        }

.information-menu .title {
    border-bottom: 2px solid #00bcd4
}

    .information-menu .title:first-child {
        padding-bottom: 12px;
        margin-bottom: 12px
    }

        .information-menu .title:first-child .postform {
            font-size: 1rem;
            font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
            color: #163344 !important
        }

.information-menu #menu-information_menu {
    text-indent: 0;
    padding-left: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #f9f9f9
}

    .information-menu #menu-information_menu .current_page_item {
        color: #00bcd4 !important
    }

    .information-menu #menu-information_menu li {
        font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
        color: #163344 !important;
        line-height: 36px;
        font-size: 1rem
    }

        .information-menu #menu-information_menu li .postform:hover {
            transition: all .2s ease;
            color: #00bcd4
        }

        .information-menu #menu-information_menu li a {
            white-space: nowrap;
            padding: 0
        }

        .information-menu #menu-information_menu li:before {
            display: none
        }

.mc_img_txt .facilities-exception {
    justify-content: space-between
}

    .mc_img_txt .facilities-exception .block {
        text-align: center
    }

    .mc_img_txt .facilities-exception .block__content {
        margin-right: 0 !important;
        padding-top: 12px;
        width: 120px
    }

@media(min-width:768px) {
    .mc_img_txt .facilities-exception .block__content {
        width: auto
    }
}

.mc_img_txt__wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-height: auto
}

@media(min-width:768px) {
    .mc_img_txt__wrap {
        flex-direction: row;
        align-items: baseline
    }
}

@media(max-width:991.98px) {
    .mc_img_txt__wrap {
        width: 100% !important
    }
}

.mc_img_txt .horizontal {
    display: flex;
    justify-content: center;
    align-items: center
}

    .mc_img_txt .horizontal .block__content {
        padding: 5px
    }

@media(max-width:767.98px) {
    .mc_img_txt .horizontal {
        width: 300px;
        margin: 0 auto;
        justify-content: start
    }
}

@media(max-width:767.98px) {
    .mc_img_txt .about-us .horizontal {
        display: contents
    }
}

.mc_img_txt .about-us .horizontal svg {
    max-width: 200px
}

@media(max-width:767.98px) {
    .mc_img_txt .about-us .horizontal svg {
        max-width: 100%
    }
}

.mc_img_txt .vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px
}

@media(max-width:767.98px) {
    .mc_img_txt .vertical {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }
}

.mc_img_txt .vertical .block__content {
    margin-top: auto
}

@media(max-width:767.98px) {
    .mc_img_txt .vertical .block__content {
        margin-right: auto
    }
}

.mc_img_txt .block {
    padding-top: 12px;
    padding-bottom: 12px
}

@media(min-width:768px) {
    .mc_img_txt .block {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.mc_img_txt .block__content a {
    color: #37474f
}

    .mc_img_txt .block__content a:hover {
        transition: all .2s ease;
        color: #00bcd4;
        text-decoration: none
    }

.mc_img_txt .block svg {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    height: 100px
}

@media(max-width:767.98px) {
    .mc_img_txt .block svg {
        width: auto
    }
}

.mc_img_txt .block img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100px
}

.mc_img_txt .block:last-child {
    margin-right: 0
}

@media(max-width:767.98px) {
    .mc_img_txt .block:last-child {
        margin: auto
    }
}

.fifty_fifty > .container {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column
}

@media(min-width:768px) {
    .fifty_fifty > .container {
        padding-top: 80px
    }
}

@media(min-width:992px) {
    .fifty_fifty > .container {
        flex-direction: row
    }
}

.fifty_fifty > .container .video-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
    overflow: hidden;
    height: 0
}

.fifty_fifty > .container .img-vid-mobile {
    display: block;
    text-align: center;
    min-height: 200px
}

@media(min-width:992px) {
    .fifty_fifty > .container .img-vid-mobile {
        display: none
    }
}

.fifty_fifty > .container .img-vid-desktop {
    display: none
}

@media(min-width:992px) {
    .fifty_fifty > .container .img-vid-desktop {
        display: block
    }
}

@media(min-width:992px) {
    .fifty_fifty > .container > img {
        width: 50%
    }
}

@media(min-width:992px) {
    .fifty_fifty__content > .button-wrap {
        padding-top: 40px
    }
}

.fifty_fifty__content > .title {
    padding-bottom: 30px
}

@media(min-width:992px) {
    .fifty_fifty__content > .title {
        padding-top: 40px
    }
}

@media(max-width:991.98px) {
    .fifty_fifty__content > .title {
        text-align: center;
        padding-bottom: 40px
    }
}

@media(max-width:991.98px) {
    .fifty_fifty__content > .content {
        padding-top: 50px;
        padding-bottom: 30px;
        text-align: center
    }

        .fifty_fifty__content > .content ul {
            text-align: start !important
        }
}

@media(max-width:991.98px) {
    .fifty_fifty__content > .button-wrap {
        text-align: center;
        padding-bottom: 20px
    }
}

.login__title {
    padding-top: 65px;
    padding-bottom: 50px;
    font-size: 1.125rem;
    font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    text-align: center;
    color: #fff
}

.login .notice {
    padding: 24px 32px;
    width: 700px;
    margin: 60px auto;
    border-radius: 8px
}

@media(max-width:991.98px) {
    .login .notice {
        width: 100%;
        margin: 40px auto
    }
}

.login .home-link {
    position: relative;
    color: #fff;
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-size: .9375rem;
    padding-left: 22px;
    padding-top: 40px;
    display: block
}

    .login .home-link:before {
        content: "";
        background-image: url(/images/home-arrow.svg?v=MfiNJ8LoH2rDMO_eJETujmAe1o8);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 18px;
        height: 25px;
        position: absolute;
        left: 0
    }

.login__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .login__wrap {
        padding-bottom: 40px;
        margin-bottom: 40px
    }
}

@media(min-width:576px) {
    .login__wrap {
        flex-direction: row
    }
}

.login__wrap .bl {
    padding: 16px;
    display: inline;
    border-radius: 50%;
    margin: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:576px) {
    .login__wrap .bl {
        display: inline;
        width: 225px;
        height: 206px;
        padding: 0
    }
}

.login__wrap .bl svg {
    width: 50%;
    height: 50%
}

@media(min-width:576px) {
    .login__wrap .bl svg {
        width: 100%;
        height: 100%
    }
}

.case-studies {
    margin-top: 40px;
    margin-bottom: 40px
}

    .case-studies .title {
        margin-bottom: 60px
    }

    .case-studies .caseStudeis-wrap {
        display: flex;
        flex-direction: column;
        align-items: center
    }

@media(min-width:992px) {
    .case-studies .caseStudeis-wrap {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }
}

.case-studies .caseStudeis-wrap .case-study {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80%;
    margin: 15px;
    border-radius: 5px
}

    .case-studies .caseStudeis-wrap .case-study:before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #000;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: .5;
        background-size: cover
    }

@media(min-width:992px) {
    .case-studies .caseStudeis-wrap .case-study {
        width: calc(50% - 100px);
        max-width: 580px;
        min-height: 280px
    }
}

.case-studies .caseStudeis-wrap .btn_bottom {
    padding-bottom: 25px;
    width: 100%
}

@media(max-width:1199.98px) {
    .case-studies .caseStudeis-wrap .btn_bottom {
        padding-left: 12px;
        padding-right: 12px
    }
}

.case-studies .caseStudeis-wrap .btn_bottom .button-wrap a .small {
    min-width: auto
}

@media(min-width:992px) {
    .case-studies .caseStudeis-wrap .btn_bottom {
        position: absolute;
        bottom: 20px
    }
}

.case-studies .caseStudeis-wrap .two-btns {
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .case-studies .caseStudeis-wrap .two-btns > .button-wrap {
        margin: inherit
    }

@media(min-width:768px) {
    .case-studies .caseStudeis-wrap .two-btns > .button-wrap:first-child {
        padding-right: 20px
    }
}

@media(min-width:576px) {
    .case-studies .caseStudeis-wrap .two-btns {
        flex-direction: row
    }
}

.case-studies .caseStudeis-wrap .logo-wrap {
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative
}

    .case-studies .caseStudeis-wrap .logo-wrap svg {
        max-height: 121px;
        max-width: 280px
    }

.case-studies .caseStudeis-wrap .button-wrap {
    padding-top: 25px;
    text-align: center;
    margin: 0 auto
}

.av_form {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px
}

    .av_form .g-recaptcha {
        position: relative
    }

    .av_form h1,
    .av_form p {
        text-align: center;
        font-family: OpenSans-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
    }

    .av_form h1 {
        font-family: OpenSans-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
    }

    .av_form p {
        font-size: 16px
    }

    .av_form .cf {
        padding-top: 80px;
        text-align: center;
        margin: 0 auto;
        max-width: 900px;
        font-family: OpenSans-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
    }

        .av_form .cf form {
            background-color: #f9f9fa;
            border: 1px solid #cbd2d8;
            border-radius: 8px;
            font-size: 14px;
            padding: 24px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
        }

        .av_form .cf .error {
            color: #f45521;
            font-family: OpenSans-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
        }

        .av_form .cf:last-child {
            text-align: left
        }

        .av_form .cf label {
            text-align: left;
            width: 100%;
            color: #4f5764;
            font-family: OpenSans-SemiBold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
        }

    .av_form .cf_row {
        display: flex
    }

@media(max-width:575.98px) {

    .av_form .cf_row {
        flex-direction: column
    }
}

.av_form .cf_msg-wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px
}

    .av_form .cf_msg-wrap textarea {
        min-height: 160px;
        border: 1px solid #cbd2d8;
        border-radius: 6px;
        padding: 12px;
        color: #242e3d
    }

        .av_form .cf_msg-wrap textarea.error {
            border-color: #f45521
        }

.av_form .cf_msg {
    text-align: left
}

.av_form .cf_couple {
    width: 50%;
    text-align: left;
    padding-bottom: 25px
}

@media(max-width:767.98px) {

    .av_form .cf_couple {
        width: 100%;
        text-align: center
    }
}

.av_form .cf_couple:nth-child(2) {
    margin-left: 10px
}

@media(max-width:575.98px) {

    .av_form .cf_couple:nth-child(2) {
        margin-left: 0
    }
}

.av_form .cf_couple input {
    width: 100%;
    height: 40px;
    border: 1px solid #cbd2d8;
    border-radius: 6px;
    padding: 12px;
    color: #242e3d
}

    .av_form .cf_couple input.error {
        border-color: #f45521
    }

.av_form .cf .submit-wrap {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding-top: 30px
}

@media(max-width:767.98px) {

    .av_form .cf .submit-wrap {
        text-align: center;
        width: auto
    }
}

.av_form .cf input.submit-me {
    text-align: center;
    width: 200px;
    border-radius: 25px !important;
    position: relative;
    background: #00bcd4 !important;
    color: #fff !important;
    font-family: OpenSans-SemiBold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    height: 42px !important
}

.accordion:after {
    top: 25px
}

.accordion-with-sidebar {
    padding-top: 40px;
    padding-bottom: 40px
}

    .accordion-with-sidebar .title-txt {
        padding-bottom: 5px
    }

    .accordion-with-sidebar .scrollmagic-pin-spacer {
        width: 20% !important
    }

    .accordion-with-sidebar .accSidebar {
        max-width: auto;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 40px
    }

@media(min-width:768px) {
    .accordion-with-sidebar .accSidebar {
        max-width: 250px !important
    }
}

.accordion-with-sidebar .accSidebar h2 {
    position: relative
}

.accordion-with-sidebar .accSidebarItem h2 {
    font-size: 1.0625rem;
    font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif !important;
    line-height: 36px
}

.accordion-with-sidebar .acc-block {
    padding-bottom: 50px
}

.accordion-with-sidebar .mb-0 {
    display: flex;
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 34px;
    color: #37474f;
    padding-right: 30px
}

.accordion-with-sidebar .card {
    min-height: 60px;
    margin-bottom: 15px
}

    .accordion-with-sidebar .card:last-child {
        margin-bottom: 0
    }

.accordion-with-sidebar .card-header {
    padding: .75rem
}

.accordion-with-sidebar .accordion:after,
.accordion:after {
    content: "";
    top: 15px
}

.accordion:after {
    position: absolute;
    right: 25px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(/images/baseline-add_circle_outline-24px.svg?v=g_Qm-hwxA3b27oQOQ4tywEGeoaI)
}

.accordion {
    cursor: pointer;
    transition: .4s
}

.active:after {
    content: "";
    background-image: url(/images/baseline-remove_circle_outline-24px.svg?v=4iGGUr-JTZeX02qAhY-sLIzt8uM)
}

div.panel {
    display: none
}

    div.panel.show {
        display: block !important
    }

.gallery {
    padding-top: 40px;
    padding-bottom: 40px
}

    .gallery .title {
        padding-bottom: 40px;
        max-width: 800px;
        margin: 0 auto
    }

    .gallery .outer-wrap {
        padding: 5px;
        position: relative;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

@media(min-width:992px) {
    .gallery .outer-wrap {
        justify-content: space-evenly
    }
}

.gallery .img-wrap {
    width: 180px;
    height: 100%;
    margin: 10px
}

    .gallery .img-wrap img {
        -o-object-fit: cover !important;
        object-fit: cover !important;
        height: 170px !important;
        width: auto !important
    }

.testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover
}

    .testimonials .button-wrap {
        padding-top: 20px
    }

    .testimonials .t-title {
        -webkit-padding-before: 20px;
        padding-block-start: 20px;
        padding-bottom: 20px;
        max-width: 630px;
        margin: 0 auto
    }

    .testimonials .t-wrap {
        border-radius: 4px;
        margin-top: 40px;
        margin-bottom: 40px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative
    }

@media(min-width:768px) {
    .testimonials .t-wrap {
        margin-right: 25px
    }
}

.testimonials .t-wrap:last-child {
    margin-right: 0
}

.testimonials .one-testimonial .t-img-bottom {
    display: none
}

.testimonials .one-testimonial .t-wrap {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    flex-direction: column
}

@media(min-width:576px) {
    .testimonials .one-testimonial .t-wrap {
        flex-direction: row
    }
}

.testimonials .one-testimonial .t-wrap .t-avatar {
    height: auto !important
}

.testimonials .one-testimonial .t-avatar {
    -o-object-fit: contain;
    object-fit: contain;
    text-align: center;
    max-width: 142px;
    padding-bottom: 12px
}

@media(min-width:576px) {
    .testimonials .one-testimonial .t-avatar {
        margin-right: 25px;
        margin-bottom: 0;
        max-width: 100%;
        padding-bottom: 0
    }
}

@media(min-width:768px) {
    .testimonials .one-testimonial .t-avatar {
        height: 145px;
        margin-right: 60px
    }
}

.testimonials .one-testimonial .t-avatar img {
    max-width: 145px;
    border-radius: 50%;
    border: 2.5px solid #e1e1e1
}

@media(-ms-high-contrast:0), screen and (-ms-high-contrast:active) {
    .testimonials .one-testimonial .t-avatar img {
        width: 142px
    }
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .testimonials .one-testimonial .t-content {
        width: 100%
    }
}

.testimonials .one-testimonial .t-content p {
    text-align: left !important
}

.testimonials .one-testimonial .t-img-bottom {
    position: relative;
    padding-bottom: 0
}

.testimonials .three-testimonials {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width:768px) {
    .testimonials .three-testimonials {
        flex-direction: row;
        justify-content: space-between;
        align-items: normal
    }
}

.testimonials .three-testimonials .t-wrap {
    max-width: 410px;
    display: flex;
    flex-direction: column
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .testimonials .three-testimonials .t-wrap {
        width: 410px
    }
}

.testimonials .three-testimonials > div > .t-img-bottom {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

    .testimonials .three-testimonials > div > .t-img-bottom > .img-wrap {
        width: 150px;
        position: relative !important;
        display: block !important;
        margin-top: auto
    }

.testimonials .three-testimonials .t-content {
    padding-top: 10px
}

.testimonials .three-testimonials .t-avatar {
    width: 100%;
    text-align: center;
    margin-top: -30px
}

    .testimonials .three-testimonials .t-avatar img {
        max-width: 60px;
        border-radius: 50%;
        border: 2.5px solid #e1e1e1
    }

.testimonials .t-img-bottom {
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px
}

@media(min-width:768px) {
    .testimonials .t-img-bottom {
        position: absolute
    }
}

.testimonials .t-img-bottom img {
    max-height: 50px
}

.multiple-columns {
    width: 100%
}

@media(max-width:767.98px) {
    .multiple-columns .voc-services-special .columns-wrap .card {
        width: 200px
    }
}

@media(max-width:575.98px) {
    .multiple-columns .voc-services-special .columns-wrap .card {
        width: 100%;
        text-align: center
    }
}

@media(max-width:991.98px) {
    .multiple-columns {
        padding-top: 60px !important
    }
}

@media(max-width:767.98px) {
    .multiple-columns {
        padding-top: 40px !important
    }
}

.multiple-columns ul {
    text-indent: 1em
}

.multiple-columns .seven .card-img-top-wrap {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.multiple-columns .two {
    margin-right: 0 !important;
    margin-bottom: 40px !important
}

    .multiple-columns .two > .card-img-top-wrap img,
    .multiple-columns .two > .card-img-top-wrap svg {
        width: 100%;
        height: 100%
    }

.multiple-columns .four .card-img-top-wrap {
    padding: 0;
    margin: 0 auto
}

    .multiple-columns .four .card-img-top-wrap img,
    .multiple-columns .four .card-img-top-wrap svg {
        width: 100%
    }

@media(min-width:768px) {
    .multiple-columns .four > .card-body {
        display: flex;
        flex-direction: column
    }
}

.multiple-columns .four > .card-body > img,
.multiple-columns .four > .card-body svg {
    margin-top: auto;
    padding-top: 25px;
    width: 100%
}

.multiple-columns .download-apps {
    padding-top: 35px
}

    .multiple-columns .download-apps > p {
        padding-bottom: 19px
    }

    .multiple-columns .download-apps > div {
        display: flex;
        justify-content: center
    }

@media(max-width:575.98px) {
    .multiple-columns .download-apps > div {
        flex-direction: column;
        align-items: center
    }
}

.multiple-columns .download-apps > div > a {
    max-width: 150px
}

    .multiple-columns .download-apps > div > a svg {
        height: 50px
    }

@media(max-width:575.98px) {
    .multiple-columns .download-apps > div > a svg {
        width: 100%
    }
}

.multiple-columns .download-apps > div > a:first-child {
    margin-right: 30px
}

@media(max-width:575.98px) {

    .multiple-columns .download-apps > div > a:first-child,
    .multiple-columns .download-apps > div > a:last-child {
        margin: 0 auto
    }
}

.multiple-columns .columns-wrap {
    padding-top: 25px
}

.multiple-columns .cover {
    background-position: 0
}

@media(min-width:768px) {
    .multiple-columns .cover {
        background-position: 50%
    }
}

.multiple-columns .title {
    padding-bottom: 40px;
    max-width: 766px;
    margin: 0 auto
}

.multiple-columns .arrow-from-title {
    display: none
}

@media(min-width:768px) {
    .multiple-columns .arrow-from-title {
        display: block;
        background-image: url(/images/titleArrows.svg?v=HBJRl_nTcRAzuyebNayGVLaDSxI);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        margin-bottom: 0;
        height: 40px
    }
}

@media(min-width:992px) {
    .multiple-columns .arrow-from-title {
        background-image: url(/images/titleArrows.svg?v=HBJRl_nTcRAzuyebNayGVLaDSxI);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        margin-bottom: 50px;
        height: 70px
    }
}

.multiple-columns .padding-bottom {
    padding-bottom: 40px
}

.multiple-columns .three-columns {
    flex-direction: column
}

    .multiple-columns .three-columns > .three {
        margin-bottom: 20px
    }

        .multiple-columns .three-columns > .three .card-img-top-wrap {
            padding: 0
        }

@media(max-width:767.98px) {
    .multiple-columns .three-columns > .three {
        margin-bottom: 40px
    }
}

@media(min-width:768px) {
    .multiple-columns .three-columns > .three {
        margin-right: 16px !important
    }
}

@media(min-width:992px) {
    .multiple-columns .three-columns > .three {
        margin-right: 40px !important
    }
}

.multiple-columns .three-columns > .three:last-child {
    margin-right: 0 !important
}

.multiple-columns .three-columns .card-body {
    display: flex;
    flex-direction: column;
    padding-bottom: 16px
}

@media(min-width:768px) {
    .multiple-columns .three-columns {
        flex-direction: row;
        flex-wrap: nowrap !important
    }
}

.multiple-columns .seven .card-img-top {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-width: 190px !important;
    height: auto !important
}

.multiple-columns .card {
    border: 0
}

@media(max-width:767.98px) and (-ms-high-contrast:0), screen and (max-width:767.98px) and (-ms-high-contrast:active) {
    .multiple-columns .card {
        width: 100%
    }
}

@media(min-width:768px) {
    .multiple-columns .card {
        margin-right: 5px
    }
}

@media(min-width:992px) {
    .multiple-columns .card {
        margin-right: 20px
    }
}

@media(max-width:767.98px) {
    .multiple-columns .card:last-child {
        margin-right: 0
    }
}

.multiple-columns .card:nth-child(odd) .arrow-right:after {
    background-image: url(/images/arrow-rightOdd1.svg?v=PK9sZOr61fvZIVZEIc_l720lUWM)
}

@media(min-width:992px) {
    .multiple-columns .card:nth-child(odd) .arrow-right:after {
        content: "";
        width: 60px;
        height: 20px;
        right: -53px;
        background-repeat: no-repeat;
        position: absolute
    }
}

.multiple-columns .card:nth-child(2n) .arrow-right:after {
    background-image: url(/images/arrow-rightEven1.svg?v=dbt1JjkI3iX1O4YoNKxVCX-Pjyg)
}

@media(min-width:992px) {
    .multiple-columns .card:nth-child(2n) .arrow-right:after {
        content: "";
        width: 60px;
        height: 20px;
        right: -53px;
        background-repeat: no-repeat;
        position: absolute
    }
}

.multiple-columns .card:last-child .arrow-right:after {
    display: none
}

.multiple-columns .card .card-img-top-wrap {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px
}

    .multiple-columns .card .card-img-top-wrap > svg {
        width: 120px
    }

.multiple-columns .card .card-img-top {
    height: 205px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.multiple-columns .btn-bottom {
    margin-bottom: 80px;
    width: 100%
}

@media(min-width:768px) {
    .multiple-columns .btn-bottom {
        margin-top: 50px
    }
}

@media(max-width:991.98px) {
    .features .card-body {
        padding: .5rem
    }
}

.tabs-block {
    padding-top: 110px;
    padding-bottom: 90px
}

@media(max-width:991.98px) {
    .tabs-block {
        padding-bottom: 30px
    }
}

@media(max-width:991.98px) {
    .tabs-block > .container {
        max-width: 540px
    }
}

.tabs-block > .container > .btn-bottom {
    padding-top: 40px
}

.tabs-block .tab-pane {
    padding-right: 20px
}

.tabs-block .title {
    padding-bottom: 10px
}

.tabs-block .tabs-wrap {
    display: flex;
    flex-direction: column
}

@media(min-width:992px) {
    .tabs-block .tabs-wrap {
        flex-direction: row-reverse
    }
}

.tabs-block .tabs-wrap > .nav-tabs {
    text-indent: 0
}

@media(min-width:768px) {
    .tabs-block .tabs-wrap > .nav-tabs {
        max-width: 579.77px
    }
}

.tabs-block .side-wrap {
    display: flex
}

    .tabs-block .side-wrap .side-img {
        padding-top: 10px;
        float: left;
        height: 100%
    }

@media(min-width:768px) {
    .tabs-block .side-wrap .side-img {
        float: inherit
    }
}

.tabs-block .side-wrap > div {
    margin-left: 20px
}

.tabs-block .nav.nav-tabs {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    border: 0
}

@media(min-width:992px) {
    .tabs-block .nav.nav-tabs {
        width: 50%
    }
}

.tabs-block .nav.nav-tabs .nav-item {
    margin-bottom: 6px
}

    .tabs-block .nav.nav-tabs .nav-item:before {
        background: none
    }

    .tabs-block .nav.nav-tabs .nav-item:last-child {
        margin-bottom: 0
    }

.tabs-block .nav.nav-tabs .nav-link {
    padding: 16px !important;
    color: #b3b3b3;
    font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 1rem;
    box-shadow: none;
    border: 1px solid #f9f9f9
}

    .tabs-block .nav.nav-tabs .nav-link img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 52px
    }

    .tabs-block .nav.nav-tabs .nav-link span {
        font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
        font-size: .8125rem;
        font-weight: 400;
        color: #666;
        line-height: .7
    }

.tabs-block .nav.nav-tabs .active {
    color: #00bcd4 !important;
    border: 1px solid #00bcd4 !important;
    border-radius: 4px;
    box-shadow: none;
    border: 0
}

.tabs-block .tab-content {
    padding-top: 25px
}

@media(min-width:992px) {
    .tabs-block .tab-content {
        padding-top: 0;
        width: 50%;
        min-height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center
    }

        .tabs-block .tab-content > .active {
            min-height: 300px;
            width: 100%
        }
}

.maps iframe {
    width: 100%;
    height: 100%;
    height: 30vh
}

.maps__title {
    padding-bottom: 30px
}

.maps__content {
    padding-top: 20px;
    padding-bottom: 20px
}

.content-block {
    padding-top: 60px
}

@media(-ms-high-contrast:none) and (max-width:575.98px), screen and (-ms-high-contrast:active) and (max-width:575.98px) {
    .content-block {
        padding-left: 15px;
        padding-right: 15px
    }
}

.content-block .button-wrap {
    padding-top: 30px
}

.content-block .single-col .block > .txt-wrap {
    width: 100%
}

.content-block .single-col .block > .img-wrap {
    margin-bottom: auto;
    max-width: inherit;
    width: inherit
}

@media(min-width:768px) {
    .content-block .single-col .block > .img-wrap {
        max-width: 125px
    }
}

.content-block .title {
    padding-bottom: 50px
}

.content-block .two-columns .txt-wrap {
    width: 100%
}

@media(min-width:768px) {
    .content-block .two-columns {
        display: flex
    }
}

.content-block .block {
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media(max-width:767.98px) {
    .content-block .block {
        padding-bottom: 30px
    }
}

@media(min-width:576px) {
    .content-block .block {
        max-width: 850px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        padding-bottom: 40px
    }
}

.content-block .block .img-wrap {
    max-width: inherit;
    width: inherit;
    margin: 0 auto
}

@media(min-width:576px) {
    .content-block .block .img-wrap {
        margin-right: 30px
    }
}

.content-block .block .img-wrap svg {
    width: 100%
}

.content-block .block .img-wrap-two {
    margin: 0 auto auto
}

@media(min-width:576px) {
    .content-block .block .img-wrap-two {
        margin-right: 30px
    }
}

@media(max-width:575.98px) {
    .content-block .block .img-wrap-two {
        padding-bottom: 12px;
        padding-top: 12px
    }
}

.content-block .block .img-wrap-two img,
.content-block .block .img-wrap-two svg {
    width: inherit;
    max-width: inherit
}

@media(min-width:768px) {

    .content-block .block .img-wrap-two img,
    .content-block .block .img-wrap-two svg {
        width: inherit
    }
}

.pricing-plans.background-gradient {
    background-image: url(/images/Rectangle_bg.svg?v=QUs0FGn2DONjm9GLp3WABP0y8O4);
    background-position-y: -22%;
    background-repeat: no-repeat;
    background-size: 100% 228%;
    padding-top: 1% !important
}

@media(max-width:991.98px) {
    .pricing-plans.background-gradient {
        padding-bottom: 10% !important
    }
}

.pricing-plans .card-body {
    z-index: 5
}

    .pricing-plans .card-body .pricing-block-wrap {
        display: flex;
        justify-content: center;
        padding-top: 111px
    }

@media(max-width:1199.98px) {
    .pricing-plans .card-body .pricing-block-wrap {
        display: grid;
        grid-row: auto auto;
        grid-template-columns: auto 280px
    }
}

@media(max-width:991.98px) {
    .pricing-plans .card-body .pricing-block-wrap {
        padding-top: 40px
    }
}

@media(max-width:767.98px) {
    .pricing-plans .card-body .pricing-block-wrap {
        align-items: center;
        display: flex;
        flex-direction: column
    }
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .05), 0 0 16px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column
}

@media(max-width:1199.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block {
        flex-basis: 60%;
        max-width: 280px;
        width: 280px
    }

    .pricing-plans .card-body .pricing-block-wrap .pricing-block-head {
        border-top-right-radius: 8px
    }

    .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular {
        border-bottom-right-radius: 0;
        margin-bottom: 0 !important;
        margin-top: 20px !important;
        zoom: 1 !important
    }

        .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular .pricing-block-foot {
            border-bottom-right-radius: 0
        }

        .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular .pricing-block-head {
            border-top-right-radius: 0
        }

    .pricing-plans .card-body .pricing-block-wrap .pricing-block:nth-child(2) {
        border-top-right-radius: 8px
    }

    .pricing-plans .card-body .pricing-block-wrap .pricing-block:nth-child(3n),
    .pricing-plans .card-body .pricing-block-wrap .pricing-block:nth-child(4n) {
        margin-top: 20px
    }
}

@media(max-width:991.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block {
        margin-top: 20px
    }

        .pricing-plans .card-body .pricing-block-wrap .pricing-block:nth-child(3n),
        .pricing-plans .card-body .pricing-block-wrap .pricing-block:nth-child(4n) {
            margin-top: 20px
        }
}

@media(max-width:767.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block {
        border-radius: 8px
    }

    .pricing-plans .card-body .pricing-block-wrap .pricing-block-body {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }

    .pricing-plans .card-body .pricing-block-wrap .pricing-block-head {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block-body {
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 27px 32px 16px
}

    .pricing-plans .card-body .pricing-block-wrap .pricing-block-body .button-wrap {
        margin-top: auto;
        padding-bottom: 16px;
        padding-top: 32px;
        text-align: center
    }

        .pricing-plans .card-body .pricing-block-wrap .pricing-block-body .button-wrap button {
            border-radius: 6px !important;
            min-height: 44px;
            width: 234px
        }

@media(max-width:1199.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block-body .button-wrap button {
        width: 100%
    }
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block-head {
    background-color: #fff;
    padding: 24px 28px 29px
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular {
    border-radius: 8px;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .05), 0 0 32px 0 rgba(0, 0, 0, .1) !important;
    margin-bottom: -40px;
    margin-top: -40px;
    position: relative;
    zoom: 1.35
}

@media(max-width:1199.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0 !important
    }
}

@media(max-width:991.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular:after {
    background-color: #b39ddb;
    border-radius: 0 8px;
    color: #fff;
    content: "MOST POPULAR";
    font-family: OpenSans-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    height: 31px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 139px;
    font-size: .875rem
}

@media(max-width:1199.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular:after {
        border-radius: 0
    }
}

@media(max-width:767.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular:after {
        border-radius: 0 8px
    }
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular .pricing-block-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media(max-width:1199.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular .pricing-block-body {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media(max-width:767.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular .pricing-block-body {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px
    }
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular .pricing-block-head {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

@media(max-width:1199.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular .pricing-block-head {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
}

@media(max-width:767.98px) {
    .pricing-plans .card-body .pricing-block-wrap .pricing-block.most-popular .pricing-block-head {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

    .pricing-plans .card-body .pricing-block-wrap .pricing-block:first-child .pricing-block-head {
        border-top-left-radius: 8px
    }

.pricing-plans .card-body .pricing-block-wrap .pricing-block:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block:last-child-body {
    border-bottom-right-radius: 8px
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block:last-child .pricing-block-head {
    border-top-right-radius: 8px
}

.pricing-plans .card-body .pricing-block-wrap .pricing-block .button-wrap button span {
    font-weight: 700;
    font-size: .75rem
}

.pricing-plans .pricing-block:first-child .pricing-block-body {
    border-bottom-left-radius: 8px
}

.pricing-plans .pricing-block:last-child .pricing-block-body {
    border-bottom-right-radius: 8px
}

.pricing-plans .pricing-tables {
    padding-top: 52px
}

    .pricing-plans .pricing-tables .pricing-block-wrap {
        display: flex;
        flex-direction: column
    }

        .pricing-plans .pricing-tables .pricing-block-wrap .pricing-block {
            box-shadow: none
        }

@media(max-width:1199.98px) {
    .pricing-plans .pricing-tables .pricing-block-wrap .pricing-block {
        max-width: none;
        width: 100%
    }
}

@media(max-width:991.98px) {
    .pricing-plans .pricing-tables .pricing-block-wrap .pricing-block {
        overflow: auto
    }
}

.pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body {
    background: #fff;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0
}

    .pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body .tablepress {
        width: 100%
    }

@media(max-width:1199.98px) {
    .pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body .tablepress {
        table-layout: inherit
    }
}

.pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body .tablepress .av-tooltip img {
    display: inherit;
    margin: unset
}

.pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body .tablepress .odd td {
    background: #fff
}

.pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body .tablepress img {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 20px
}

.pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body .tablepress td {
    color: #4e5c63;
    display: table-cell;
    font-family: OpenSans-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    height: 78px;
    text-align: center;
    vertical-align: middle;
    font-size: .875rem
}

    .pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body .tablepress td:first-child {
        padding-left: 40px;
        text-align: left
    }

.pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body .tablepress thead th {
    background: #f0f3f5;
    color: #4e5c63;
    font-family: OpenSans-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 14px;
    height: 78px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center
}

    .pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body .tablepress thead th:first-child {
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
        font-size: 16px;
        padding-left: 40px;
        text-align: left;
        width: 340px
    }

    .pricing-plans .pricing-tables .pricing-block-wrap .pricing-block-body .tablepress thead th:last-child {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px
    }

.pricing-plans .tabbable-responsive .nav {
    justify-content: center
}

.pricing-plans .tabbable-responsive .nav-tabs {
    border: 0
}

    .pricing-plans .tabbable-responsive .nav-tabs .nav-item {
        font-weight: 700;
        min-width: 286px;
        text-align: center
    }

        .pricing-plans .tabbable-responsive .nav-tabs .nav-item:first-child .nav-link {
            border-bottom-left-radius: 6px;
            border-top-left-radius: 6px
        }

@media(max-width:767.98px) {
    .pricing-plans .tabbable-responsive .nav-tabs .nav-item:first-child .nav-link {
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px
    }
}

.pricing-plans .tabbable-responsive .nav-tabs .nav-item:last-child .nav-link {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

@media(max-width:767.98px) {
    .pricing-plans .tabbable-responsive .nav-tabs .nav-item:last-child .nav-link {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px
    }
}

.pricing-plans .tabbable-responsive .nav-tabs .nav-item .nav-link {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .05), 0 0 16px rgba(0, 0, 0, .1);
    padding: 8.5px 40.2px
}

    .pricing-plans .tabbable-responsive .nav-tabs .nav-item .nav-link p {
        color: #808a8f;
        text-transform: uppercase
    }

    .pricing-plans .tabbable-responsive .nav-tabs .nav-item .nav-link.active {
        background: #00bcd4;
        border: 0;
        box-shadow: 0 0 8px rgba(0, 0, 0, .15), 0 0 16px rgba(0, 0, 0, .1)
    }

        .pricing-plans .tabbable-responsive .nav-tabs .nav-item .nav-link.active p {
            color: #fff;
            text-transform: uppercase
        }

.pricing-plans .title {
    padding-bottom: 56px;
    padding-top: 50px
}

.pricing-plans .under-blocks {
    padding-bottom: 114px;
    padding-top: 70px
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .most-popular {
        display: table-row !important
    }
}

.accordion-with-sidebar .wrap {
    max-width: 800px;
    margin: 0 auto
}

    .accordion-with-sidebar .wrap pre code {
        border: 1px solid #163344;
        display: block;
        padding: 20px
    }

.av-links {
    max-width: 785px;
    margin: 40px auto
}

    .av-links .links-wrap .link-item {
        display: block;
        width: 100%;
        color: #37474f;
        font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
        padding: 20px;
        border-bottom: 1px solid #00bcd4;
        position: relative;
        font-size: 1.3125rem
    }

        .av-links .links-wrap .link-item:after {
            content: "";
            position: absolute;
            right: 0;
            width: 25px;
            height: 25px;
            background-image: url(/images/arrow-right3.svg?v=RkwvQWvhrK7OzbBqhCKiGfqTOhA);
            background-repeat: no-repeat
        }

        .av-links .links-wrap .link-item:hover {
            color: #00bcd4
        }

            .av-links .links-wrap .link-item:hover:after {
                content: "";
                position: absolute;
                right: 0;
                width: 25px;
                height: 25px;
                background-image: url(/images/arrow-right1.svg?v=Rf3L7iy3RQwWUQKsof9fIUn1xgw);
                background-repeat: no-repeat
            }

.av_divider {
    margin: 0 auto
}

.logos .title {
    padding-top: 60px
}

.logos__wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px
}

.logos .block {
    background: #fff;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    width: 160px;
    height: 70px;
    text-align: center
}

@media(-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .logos .block {
        width: auto
    }
}

.logos .block img,
.logos .block svg {
    -o-object-fit: contain;
    object-fit: contain;
    height: 60px;
    padding: 5px
}

@media(max-width:767.98px) {
    .logos .block:nth-child(n+7) {
        display: none
    }
}

.simple-content {
    margin: 0 auto
}

    .simple-content iframe {
        width: 100%
    }

@media(max-width:991.98px) {
    .simple-content .wrap {
        width: 100% !important
    }
}

.simple-content .center {
    display: flex;
    align-items: center;
    justify-content: center
}

.simple-content .img-wrap img,
.simple-content .img-wrap svg {
    margin: 0 auto;
    width: inherit
}

.simple-content .txt-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto
}

.simple-content .button-wrap {
    text-align: center
}

.related-posts__title {
    padding-top: 40px;
    padding-bottom: 20px
}

.related-posts .prev-img {
    border-radius: 3px;
    border: 1px solid #dbdedf
}

.related-posts article {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px
}

    .related-posts article .entry-title {
        position: relative;
        margin-bottom: 12px;
        font-size: 1.25rem;
        font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
        line-height: 1.2
    }

        .related-posts article .entry-title a {
            color: #37474f
        }

    .related-posts article time {
        font-size: 1rem;
        color: #00bcd4;
        font-style: italic;
        font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif
    }

    .related-posts article .read-time {
        border-radius: 25px !important;
        margin-right: 15px;
        background: #00bcd4
    }

        .related-posts article .read-time span {
            padding-left: 5px;
            color: #fff;
            text-transform: none !important;
            font-size: .875rem;
            font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
            line-height: 1.78
        }

    .related-posts article .entry-summary {
        padding-top: 20px;
        padding-bottom: 20px
    }

.post-content {
    padding-top: 40px;
    margin-bottom: 60px
}

    .post-content .information-menu .title {
        border-bottom: 2px solid #00bcd4
    }

        .post-content .information-menu .title:first-child {
            padding-bottom: 12px;
            margin-bottom: 12px
        }

            .post-content .information-menu .title:first-child .postform {
                font-size: 1rem;
                font-family: Sarala-Bold, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
                color: #163344 !important
            }

    .post-content .information-menu #menu-information_menu {
        text-indent: 0;
        padding-left: 0;
        padding-bottom: 12px;
        border-bottom: 1px solid #f9f9f9
    }

        .post-content .information-menu #menu-information_menu .current_page_item {
            color: #00bcd4 !important
        }

        .post-content .information-menu #menu-information_menu li {
            font-family: Sarala-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
            color: #163344 !important;
            line-height: 36px;
            font-size: 1rem
        }

            .post-content .information-menu #menu-information_menu li .postform:hover {
                transition: all .2s ease;
                color: #00bcd4
            }

            .post-content .information-menu #menu-information_menu li a {
                white-space: nowrap;
                padding: 0
            }

            .countdown .message,
            .post-content .information-menu #menu-information_menu li:before {
                display: none
            }

.countdown ul {
    text-align: center
}

    .countdown ul li {
        position: relative;
        display: inline-block;
        list-style-type: none;
        padding: 1em;
        text-transform: uppercase;
        font-weight: 700;
        color: #808a8f;
        font-size: 1.125rem
    }

        .countdown ul li:last-child:after {
            display: none
        }

        .countdown ul li:after {
            content: ":";
            color: #808a8f;
            position: absolute;
            top: 40px;
            left: 93%;
            font-size: 2.5rem
        }

@media(max-width:991.98px) {
    .countdown ul li {
        font-size: .9375rem
    }

        .countdown ul li:after {
            content: ":";
            top: 38px;
            font-size: 1.875rem
        }
}

@media(max-width:767.98px) {
    .countdown ul li:after {
        content: ":";
        top: 33px;
        font-size: 1.25rem
    }
}

@media(max-width:575.98px) {
    .countdown ul li {
        font-size: .625rem
    }
}

.countdown ul li span {
    display: block;
    text-align: center;
    color: #a2c748;
    font-size: 4.5rem
}

@media(max-width:991.98px) {
    .countdown ul li span {
        font-size: 3.75rem
    }
}

@media(max-width:767.98px) {
    .countdown ul li span {
        font-size: 2.8125rem
    }
}

@media(max-width:575.98px) {
    .countdown ul li span {
        font-size: 1.5625rem
    }
}

ul.case-study {
    list-style: none;
    padding-left: 1em
}

    ul.case-study li {
        line-height: 1.5;
        margin-bottom: 1.5em
    }

        ul.case-study li:before {
            background-image: url("/images/bullet-blue.svg?v=QUs0FGn2DONjm9GLp3WABP0y8O4");
            background-position-x: left;
            background-position-y: center;
            background-repeat: no-repeat;
            content: "";
            display: inline-block;
            height: 1em;
            margin-left: -1em;
            width: 1em
        }

.validation-summary-errors ul {
    margin-top: 1em;
    padding-left: 0;
}

.field-validation-error,
.validation-summary-errors li {
    color: #f45521;
    font-family: OpenSans-Regular, Helvetica, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 2;
    vertical-align: sub
}

.page.login {
    margin-bottom: 90px !important;
    margin-top: 0 !important;
}

    .page.login footer, .page.login header {
        display: none !important;
    }

.pt40-pb20-left {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
}

.pt40-mb30 {
    padding-top: 40px;
    margin-bottom: 30px;
}

.mid-grey {
    color: #545454;
}

.blue-grey {
    color: #37474f;
}

.cyan {
    color: #00bcd4;
}

.navy {
    color: #163344;
}
