@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap);
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-touch-callout: none;
    color: #ccc;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

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

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@charset "UTF-8";
@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/0Y1gGhOhVgT2.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/er2x8upCNJR6.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/T78v4Zk7oUSQ.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/X3WP8Nma6jjj.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NqaJJ33Ci9LN.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/45YcDHEaB6h2.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/1BQ7TRswAiZH.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/KwYjVOXKZuSf.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/oRNcbgic250g.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/KxqyOBvOC5Ge.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/rbvMxyQbzecG.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/iq0eJotAQdp9.ttf) format("truetype")
}

@font-face {
    font-display: auto;
    font-family: ArgentCF;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/qdoONwlxHYXZ.ttf) format("truetype")
}

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 2em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/oNSjuIwxHln5.eot);
    src: url(../fonts/oNSjuIwxHln5.eot#iefix) format("embedded-opentype"), url(../fonts/qwe7NbTVPDb6.woff2) format("woff2"), url(../fonts/jvjIVH6ZtpcS.woff) format("woff"), url(../fonts/0VIIDLmiTA8o.ttf) format("truetype"), url(../images/axF4S3W4AILf.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ydhnyCd3D5s3.eot);
    src: url(../fonts/ydhnyCd3D5s3.eot#iefix) format("embedded-opentype"), url(../fonts/cl9uBTOuMikL.woff2) format("woff2"), url(../fonts/ZXzkJVLuPkDp.woff) format("woff"), url(../fonts/o3ZOpO6x2pbQ.ttf) format("truetype"), url(../images/s8sLLWKYGwn0.svg#fontawesome) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/CEiCIm1ho1AR.eot);
    src: url(../fonts/CEiCIm1ho1AR.eot#iefix) format("embedded-opentype"), url(../fonts/Sck9UeUtdfd1.woff2) format("woff2"), url(../fonts/lcORnAuu7NEH.woff) format("woff"), url(../fonts/rObmS1n3OO64.ttf) format("truetype"), url(../images/wM0uRidUooRc.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: Font Awesome\ 5 Free
}

.fa,
.fas {
    font-weight: 900
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: webflow-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype")
}

[class*=" w-icon-"],
[class^=w-icon-] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: webflow-icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.w-icon-slider-right:before {
    content: "\e600"
}

.w-icon-slider-left:before {
    content: "\e601"
}

.w-icon-nav-menu:before {
    content: "\e602"
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603"
}

.w-icon-file-upload-remove:before {
    content: "\e900"
}

.w-icon-file-upload-icon:before {
    content: "\e903"
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

.w-block {
    display: block
}

.w-inline-block {
    display: inline-block;
    max-width: 100%
}

.w-clearfix:after,
.w-clearfix:before {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1
}

.w-clearfix:after {
    clear: both
}

.w-hidden {
    display: none
}

.w-button {
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    padding: 9px 15px;
    text-decoration: none
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important
}

.w-webflow-badge,
.w-webflow-badge * {
    font-smoothing: auto;
    word-wrap: normal;
    background: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0 transparent;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    clear: none;
    color: inherit;
    cursor: inherit;
    direction: ltr;
    display: block;
    float: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: auto;
    left: auto;
    letter-spacing: inherit;
    line-height: inherit;
    list-style-type: disc;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    position: static;
    right: auto;
    text-align: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-shadow: none;
    text-transform: inherit;
    top: auto;
    transform: none;
    transition: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: inherit;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    z-index: auto
}

.w-webflow-badge {
    background-color: #fff !important;
    border-radius: 3px !important;
    bottom: 12px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    color: #aaadb0 !important;
    cursor: pointer;
    font-size: 12px !important;
    height: auto !important;
    left: auto !important;
    line-height: 14px !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 6px 8px 6px 6px !important;
    position: fixed !important;
    right: 12px !important;
    text-decoration: none !important;
    top: auto !important;
    transform: none !important;
    white-space: nowrap;
    width: auto !important;
    z-index: 2147483647 !important
}

.w-webflow-badge,
.w-webflow-badge>img {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important
}

.w-webflow-badge>img {
    vertical-align: middle !important
}

.w-list-unstyled {
    list-style: none;
    padding-left: 0
}

.w-embed:after,
.w-embed:before {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1
}

.w-embed:after {
    clear: both
}

.w-video {
    padding: 0;
    position: relative;
    width: 100%
}

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

.w-form {
    margin: 0 0 15px
}

.w-form-done {
    background-color: #ddd;
    display: none;
    padding: 20px;
    text-align: center
}

.w-form-fail {
    background-color: #ffdede;
    display: none;
    margin-top: 10px;
    padding: 10px
}

.w-input,
.w-select {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.428571429;
    margin-bottom: 10px;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    background-color: #eee;
    cursor: not-allowed
}

.w-select {
    background-color: #f3f3f3
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0
}

.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px
}

.w-radio:after,
.w-radio:before {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1
}

.w-radio:after {
    clear: both
}

.w-radio-input {
    float: left;
    line-height: normal;
    margin: 4px 0 0;
    margin-left: -20px;
    margin-top: 1px\9;
    margin-top: 3px
}

.w-file-upload {
    display: block;
    margin-bottom: 10px
}

.w-file-upload-input {
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: .1px;
    z-index: -100
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
    color: #333;
    display: inline-block
}

.w-file-upload-error {
    display: block;
    margin-top: 10px
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
    display: none
}

.w-file-upload-uploading-btn {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px
}

.w-file-upload-file,
.w-file-upload-uploading-btn {
    background-color: #fafafa;
    border: 1px solid #ccc;
    display: flex;
    margin: 0
}

.w-file-upload-file {
    flex-grow: 1;
    justify-content: space-between;
    padding: 8px 9px 8px 11px
}

.w-file-upload-file-name {
    display: block;
    font-size: 14px;
    font-weight: 400
}

.w-file-remove-link {
    cursor: pointer;
    display: block;
    height: auto;
    margin-left: 10px;
    margin-top: 3px;
    padding: 3px;
    width: auto
}

.w-icon-file-upload-remove {
    font-size: 10px;
    margin: auto
}

.w-file-upload-error-msg {
    color: #ea384c;
    display: inline-block;
    padding: 2px 0
}

.w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px
}

.w-file-upload-label {
    background-color: #fafafa;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 8px 12px
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px
}

.w-icon-file-upload-uploading {
    height: 20px
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px
}

.w-container:after,
.w-container:before {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:after,
.w-row:before {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333333%
}

.w-col-2 {
    width: 16.66666667%
}

.w-col-spec-5 {
    width: 19.99999999%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.33333333%
}

.w-col-5 {
    width: 41.66666667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.33333333%
}

.w-col-8 {
    width: 66.66666667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.33333333%
}

.w-col-11 {
    width: 91.66666667%
}

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

.w-hidden-main {
    display: none !important
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }
    .w-hidden-main {
        display: inherit !important
    }
    .w-hidden-medium {
        display: none !important
    }
    .w-col-medium-1 {
        width: 8.33333333%
    }
    .w-col-medium-2 {
        width: 16.66666667%
    }
    .w-col-medium-3 {
        width: 25%
    }
    .w-col-medium-4 {
        width: 33.33333333%
    }
    .w-col-medium-5 {
        width: 41.66666667%
    }
    .w-col-medium-6 {
        width: 50%
    }
    .w-col-medium-7 {
        width: 58.33333333%
    }
    .w-col-medium-8 {
        width: 66.66666667%
    }
    .w-col-medium-9 {
        width: 75%
    }
    .w-col-medium-10 {
        width: 83.33333333%
    }
    .w-col-medium-11 {
        width: 91.66666667%
    }
    .w-col-medium-12 {
        width: 100%
    }
    .w-col-stack {
        left: auto;
        right: auto;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }
    .w-hidden-small {
        display: none !important
    }
    .w-container .w-row,
    .w-row {
        margin-left: 0;
        margin-right: 0
    }
    .w-col {
        left: auto;
        right: auto;
        width: 100%
    }
    .w-col-small-1 {
        width: 8.33333333%
    }
    .w-col-small-2 {
        width: 16.66666667%
    }
    .w-col-small-3 {
        width: 25%
    }
    .w-col-small-4 {
        width: 33.33333333%
    }
    .w-col-small-5 {
        width: 41.66666667%
    }
    .w-col-small-6 {
        width: 50%
    }
    .w-col-small-7 {
        width: 58.33333333%
    }
    .w-col-small-8 {
        width: 66.66666667%
    }
    .w-col-small-9 {
        width: 75%
    }
    .w-col-small-10 {
        width: 83.33333333%
    }
    .w-col-small-11 {
        width: 91.66666667%
    }
    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }
    .w-hidden-main,
    .w-hidden-medium {
        display: inherit !important
    }
    .w-hidden-small,
    .w-hidden-tiny {
        display: none !important
    }
    .w-col {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%
    }
    .w-col-tiny-1 {
        width: 8.33333333%
    }
    .w-col-tiny-2 {
        width: 16.66666667%
    }
    .w-col-tiny-3 {
        width: 25%
    }
    .w-col-tiny-4 {
        width: 33.33333333%
    }
    .w-col-tiny-5 {
        width: 41.66666667%
    }
    .w-col-tiny-6 {
        width: 50%
    }
    .w-col-tiny-7 {
        width: 58.33333333%
    }
    .w-col-tiny-8 {
        width: 66.66666667%
    }
    .w-col-tiny-9 {
        width: 75%
    }
    .w-col-tiny-10 {
        width: 83.33333333%
    }
    .w-col-tiny-11 {
        width: 91.66666667%
    }
    .w-col-tiny-12 {
        width: 100%
    }
}

.w-widget {
    position: relative
}

.w-widget-map {
    height: 400px;
    width: 100%
}

.w-widget-map label {
    display: inline;
    width: auto
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    text-align: center
}

.w-widget-map .gm-style-iw>button {
    display: none !important
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 28px
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
    text-align: center
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative
}

.w-widget-twitter-count-shim.w--large {
    height: 28px;
    width: 36px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: hsla(0, 0%, 100%, 0) #fff hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px
}

.w-widget-twitter-count-shim.w--vertical {
    height: 33px;
    margin-bottom: 8px;
    width: 61px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    border-width: 5px;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-color: #fff hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
    border-width: 4px;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-widget-gplus {
    overflow: hidden
}

.w-background-video {
    color: #fff;
    height: 500px;
    overflow: hidden;
    position: relative
}

.w-background-video>video {
    background-position: 50% 50%;
    background-size: cover;
    bottom: -100%;
    height: 100%;
    left: -100%;
    margin: auto;
    object-fit: cover;
    position: absolute;
    right: -100%;
    top: -100%;
    width: 100%;
    z-index: -100
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.w-slider {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: transparent;
    background: #ddd;
    clear: both;
    height: 300px;
    position: relative;
    text-align: center
}

.w-slider-mask {
    display: block;
    left: 0;
    overflow: hidden;
    right: 0;
    white-space: nowrap;
    z-index: 1
}

.w-slide,
.w-slider-mask {
    height: 100%;
    position: relative
}

.w-slide {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: 100%
}

.w-slider-nav {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: transparent;
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    z-index: 2
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    font-size: inherit;
    height: auto;
    line-height: inherit;
    padding: .2em .5em;
    width: auto
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px rgba(51, 51, 51, .4)
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: rgba(34, 34, 34, .4)
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    background-color: hsla(0, 0%, 100%, .4);
    cursor: pointer;
    display: inline-block;
    height: 1em;
    margin: 0 3px .5em;
    position: relative;
    transition: background-color .1s, color .1s;
    width: 1em
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-dot:focus {
    box-shadow: 0 0 0 2px #fff;
    outline: none
}

.w-slider-dot:focus.w-active {
    box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: transparent;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80px
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0
}

.w-slider-arrow-left {
    right: auto;
    z-index: 3
}

.w-slider-arrow-right {
    left: auto;
    z-index: 4
}

.w-icon-slider-left,
.w-icon-slider-right {
    bottom: 0;
    height: 1em;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 1em
}

.w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.w-dropdown {
    display: inline-block;
    z-index: 900
}

.w-dropdown,
.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
    color: #222;
    padding: 20px;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap
}

.w-dropdown-toggle {
    cursor: pointer;
    display: inline-block;
    padding-right: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    bottom: 0;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em
}

.w-dropdown-list {
    background: #ddd;
    display: none;
    min-width: 100%;
    position: absolute
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    color: #222;
    display: block;
    padding: 10px 20px
}

.w-dropdown-link.w--current {
    color: #0082f3
}

.w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-lightbox-backdrop {
    word-wrap: normal;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, .9);
    bottom: 0;
    color: #000;
    color: #fff;
    cursor: auto;
    font-family: serif;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: medium;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: 300;
    left: 0;
    letter-spacing: normal;
    line-height: normal;
    line-height: 1.2;
    list-style: disc;
    opacity: 0;
    outline: 0;
    position: fixed;
    right: 0;
    text-align: start;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: 0;
    -webkit-transform: translate(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 2000
}

.w-lightbox-backdrop,
.w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto
}

.w-lightbox-content {
    height: 100vh;
    overflow: hidden;
    position: relative
}

.w-lightbox-view {
    height: 100vh;
    opacity: 0;
    position: absolute;
    width: 100vw
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle
}

.w-lightbox-figure {
    margin: 0;
    position: relative
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    height: auto;
    max-width: none;
    width: auto
}

.w-lightbox-image {
    display: block;
    float: none;
    max-height: 100vh;
    max-width: 100vw
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    padding: .5em 1em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.w-lightbox-caption,
.w-lightbox-embed {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.w-lightbox-embed {
    height: 100%;
    top: 0;
    width: 100%
}

.w-lightbox-control {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 4em
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxwYXRoIGQ9Im0wIDAgMy41MzYgMy41MzYtMTYuMjY0IDE2LjI2M0wzLjUzNiAzNi4wNjIgMCAzOS41OThsLTE5Ljc5OS0xOS43OTl6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0wIDEuNDE0IDIuMTIxIDIuMTIyLTE2LjI2MyAxNi4yNjNMMi4xMiAzNi4wNjIgMCAzOC4xODRsLTE4LjM4NS0xOC4zODV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
    bottom: 0;
    display: none;
    left: 0
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PHBhdGggZD0ibTAgMCAxOS43OTkgMTkuNzk5TDAgMzkuNTk4bC0zLjUzNi0zLjUzNkwxMi43MjggMTkuOC0zLjUzNiAzLjUzNnoiIG9wYWNpdHk9Ii40Ii8+PHBhdGggZD0iTTAgMS40MTQgMTguMzg1IDE5LjggMCAzOC4xODRsLTIuMTIxLTIuMTIyTDE0LjE0MiAxOS44LTIuMTIgMy41MzZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
    bottom: 0;
    display: none;
    right: 0
}

.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PHBhdGggZD0ibTAgMCA0Ljk1IDQuOTVMOS45IDBsMy41MzUgMy41MzYtNC45NSA0Ljk1IDQuOTUgNC45NDktMy41MzYgMy41MzYtNC45NS00Ljk1TDAgMTYuOTdsLTMuNTM2LTMuNTM2IDQuOTUtNC45NS00Ljk1LTQuOTV6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0wIDEuNDE0IDQuOTUgNC45NSA0Ljk1LTQuOTUgMi4xMiAyLjEyMi00Ljk0OSA0Ljk1IDQuOTUgNC45NDktMi4xMjIgMi4xMjEtNC45NS00Ljk1TDAgMTUuNTU3bC0yLjEyMS0yLjEyMSA0Ljk1LTQuOTUtNC45NS00Ljk1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
    background-size: 18px;
    height: 2.6em;
    right: 0
}

.w-lightbox-strip {
    bottom: 0;
    left: 0;
    line-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1vh;
    position: absolute;
    right: 0;
    white-space: nowrap
}

.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    padding: 2vh 1vh;
    -webkit-transform: translateZ(0);
    width: 10vh
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    overflow: hidden;
    position: relative
}

.w-lightbox-thumbnail-image {
    left: 0;
    position: absolute;
    top: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.w-lightbox-spinner {
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    box-sizing: border-box;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px
}

.w-lightbox-spinner:after {
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
    bottom: -4px;
    content: "";
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }
    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh
    }
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }
    .w-lightbox-image {
        max-height: 96vh;
        max-width: 96vw
    }
    .w-lightbox-group .w-lightbox-image {
        max-height: 84vh;
        max-width: 82.3vw
    }
    .w-lightbox-left,
    .w-lightbox-right {
        display: block;
        opacity: .5
    }
    .w-lightbox-close {
        opacity: .8
    }
    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:after,
.w-richtext:before {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1
}

.w-richtext:after {
    clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
    white-space: normal
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type=video]>div:after {
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    color: transparent;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
    caption-side: bottom;
    display: table-caption
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
    height: 0;
    width: 60%
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
    width: 100%
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    display: inline-block;
    padding-bottom: inherit
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    clear: none;
    float: left;
    margin-right: 15px
}

.w-richtext figure.w-richtext-align-floatright {
    clear: none;
    float: right;
    margin-left: 15px
}

.w-nav {
    background: #ddd;
    position: relative;
    z-index: 1000
}

.w-nav:after,
.w-nav:before {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    color: #333;
    float: left
}

.w-nav-brand,
.w-nav-link {
    position: relative;
    text-decoration: none
}

.w-nav-link {
    color: #222;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: left;
    vertical-align: top
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    float: right;
    position: relative
}

[data-nav-menu-open] {
    background: #c8c8c8;
    display: block !important;
    left: 0;
    min-width: 200px;
    overflow: visible;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
    right: auto;
    top: 0;
    z-index: 1
}

.w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
    left: auto;
    top: 0;
    z-index: 1
}

.w-nav-button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: transparent;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 24px;
    padding: 18px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-nav-button:focus {
    outline: 0
}

.w-nav-button.w--open {
    background-color: #c8c8c8;
    color: #fff
}

.w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open,
.w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }
    .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }
    .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }
    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }
    .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:after,
.w-tabs:before {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1
}

.w-tabs:after {
    clear: both
}

.w-tab-link,
.w-tab-menu {
    position: relative
}

.w-tab-link {
    background-color: #ddd;
    color: #222;
    cursor: pointer;
    display: inline-block;
    padding: 9px 30px;
    text-align: left;
    text-decoration: none;
    vertical-align: top
}

.w-tab-link.w--current {
    background-color: #c8c8c8
}

.w-tab-link:focus {
    outline: 0
}

.w-tab-content {
    display: block;
    overflow: hidden;
    position: relative
}

.w-tab-pane {
    display: none;
    position: relative
}

.w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .w-tab-link {
        display: block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.w-dyn-empty {
    background-color: #ddd;
    padding: 10px
}

.w-condition-invisible,
.w-dyn-bind-empty,
.w-dyn-hide {
    display: none !important
}

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

html {
    height: 100%
}

body {
    background-color: #fff;
    color: #43474f;
    font-family: Work Sans, sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    min-height: 100%
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
figcaption,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0 0 20px
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: ArgentCF, Times New Roman, sans-serif;
    font-weight: 600
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-weight: 600
}

.h1,
h1 {
    font-size: 48px;
    line-height: 50px
}

.h2,
h2 {
    font-size: 42px;
    line-height: 41px
}

.h3,
h3 {
    font-size: 32px;
    line-height: 36px
}

.h4,
h4 {
    font-size: 24px;
    line-height: 30px
}

.h5,
h5 {
    font-size: 18px;
    line-height: 28px
}

.h6,
h6 {
    font-size: 16px;
    line-height: 26px
}

a {
    color: #004470;
    text-decoration: none
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #27aae1;
    text-decoration: none
}

.callout-content,
.section-content,
.section-cta .w-container,
.section-hero-interior,
.section-icon-boxes,
.section-image-content-advanced {
    overflow-x: hidden
}

strong {
    font-weight: 500
}

blockquote {
    border-left: 5px solid #43474f;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 10px 20px
}

figcaption {
    text-align: center
}

ol,
ul {
    list-style-position: outside;
    margin-left: 25px;
    padding: 0
}

ol li,
ul li {
    margin-bottom: 10px
}

ul {
    list-style: disc
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

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

label {
    display: block
}

textarea.w-input,
textarea.w-select {
    height: auto
}

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

.join-site a {
    color: #b35900
}

.join-site a:hover {
    color: #851556
}

.join-site .h1 a:hover,
.join-site .h2 a:hover,
.join-site .h3 a:hover,
.join-site .h4 a:hover,
.join-site .h5 a:hover,
.join-site .h6 a:hover,
.join-site h1 a:hover,
.join-site h2 a:hover,
.join-site h3 a:hover,
.join-site h4 a:hover,
.join-site h5 a:hover,
.join-site h6 a:hover {
    color: #851556;
    text-decoration: none
}

.normal-heading {
    font-family: Work Sans, sans-serif
}

.styled-heading {
    font-family: ArgentCF, Times New Roman, sans-serif
}

.font-size-small {
    font-size: 16px;
    line-height: 25px
}

.font-size-medium {
    font-size: 30px;
    line-height: 36px
}

.font-size-large {
    font-size: 40px;
    line-height: 45px
}

.button,
.join-site .button,
.liveops-hubspot-form input[type=submit],
.menu ul li.nav-button a,
.search-form input[type=submit],
.searchform input[type=submit],
body .gform_wrapper .gform_footer input[type=submit] {
    border: 2px solid transparent;
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 15px;
    padding: 10px 26px;
    text-decoration: none;
    transition: all .2s ease
}

.button.button-long,
.join-site .button.button-long,
.liveops-hubspot-form input[type=submit],
.menu ul li.nav-button a.button-long,
.search-form input[type=submit],
.searchform input[type=submit],
body .gform_wrapper .gform_footer input[type=submit] {
    padding: 10px 50px
}

.button:hover,
.join-site .button:hover,
.liveops-hubspot-form input[type=submit]:hover,
.menu ul li.nav-button a:hover,
.search-form input[type=submit]:hover,
.searchform input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover {
    text-decoration: none
}

.button:active,
.button:focus,
.join-site .button:active,
.join-site .button:focus,
.liveops-hubspot-form input[type=submit]:active,
.liveops-hubspot-form input[type=submit]:focus,
.menu ul li.nav-button a:active,
.menu ul li.nav-button a:focus,
.search-form input[type=submit]:active,
.search-form input[type=submit]:focus,
.searchform input[type=submit]:active,
.searchform input[type=submit]:focus,
body .gform_wrapper .gform_footer input[type=submit]:active,
body .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: none
}

.button:last-child,
.join-site .button:last-child,
.liveops-hubspot-form input[type=submit]:last-child,
.menu ul li.nav-button a:last-child,
.search-form input[type=submit]:last-child,
.searchform input[type=submit]:last-child,
body .gform_wrapper .gform_footer input[type=submit]:last-child {
    margin-right: 0
}

.button+.button,
.join-site .button+.button,
.liveops-hubspot-form .button+input[type=submit],
.liveops-hubspot-form .menu ul li.nav-button a+input[type=submit],
.liveops-hubspot-form .menu ul li.nav-button input[type=submit]+a,
.liveops-hubspot-form input[type=submit]+.button,
.liveops-hubspot-form input[type=submit]+input[type=submit],
.menu ul li.nav-button .button+a,
.menu ul li.nav-button .liveops-hubspot-form a+input[type=submit],
.menu ul li.nav-button .liveops-hubspot-form input[type=submit]+a,
.menu ul li.nav-button .search-form a+input[type=submit],
.menu ul li.nav-button .search-form input[type=submit]+a,
.menu ul li.nav-button .searchform a+input[type=submit],
.menu ul li.nav-button .searchform input[type=submit]+a,
.menu ul li.nav-button a+.button,
.menu ul li.nav-button a+a,
.menu ul li.nav-button body .gform_wrapper .gform_footer a+input[type=submit],
.menu ul li.nav-button body .gform_wrapper .gform_footer input[type=submit]+a,
.search-form .button+input[type=submit],
.search-form .menu ul li.nav-button a+input[type=submit],
.search-form .menu ul li.nav-button input[type=submit]+a,
.search-form input[type=submit]+.button,
.search-form input[type=submit]+input[type=submit],
.searchform .button+input[type=submit],
.searchform .menu ul li.nav-button a+input[type=submit],
.searchform .menu ul li.nav-button input[type=submit]+a,
.searchform input[type=submit]+.button,
.searchform input[type=submit]+input[type=submit],
body .gform_wrapper .gform_footer .button+input[type=submit],
body .gform_wrapper .gform_footer .menu ul li.nav-button a+input[type=submit],
body .gform_wrapper .gform_footer .menu ul li.nav-button input[type=submit]+a,
body .gform_wrapper .gform_footer input[type=submit]+.button,
body .gform_wrapper .gform_footer input[type=submit]+input[type=submit] {
    margin-top: 15px
}

.button-primary,
.join-site .button-primary,
.liveops-hubspot-form input[type=submit],
.menu ul li.nav-button-primary a,
.search-form input[type=submit],
.searchform input[type=submit],
body .gform_wrapper .gform_footer input[type=submit] {
    background: #2495c6;
    border-color: #2495c6;
    color: #fff
}

.button-primary:hover,
.join-site .button-primary:hover,
.liveops-hubspot-form input[type=submit]:hover,
.menu ul li.nav-button-primary a:hover,
.search-form input[type=submit]:hover,
.searchform input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #fff;
    border-color: #2495c6;
    color: #43474f
}

.button-primary:active,
.button-primary:focus,
.join-site .button-primary:active,
.join-site .button-primary:focus,
.liveops-hubspot-form input[type=submit]:active,
.liveops-hubspot-form input[type=submit]:focus,
.menu ul li.nav-button-primary a:active,
.menu ul li.nav-button-primary a:focus,
.search-form input[type=submit]:active,
.search-form input[type=submit]:focus,
.searchform input[type=submit]:active,
.searchform input[type=submit]:focus,
body .gform_wrapper .gform_footer input[type=submit]:active,
body .gform_wrapper .gform_footer input[type=submit]:focus {
    background: #fff;
    border-color: #2495c6;
    color: #2495c6
}

.button-secondary,
.join-site .button-secondary,
.menu ul li.nav-button-secondary a {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.button-secondary:hover,
.join-site .button-secondary:hover,
.menu ul li.nav-button-secondary a:hover {
    background: transparent;
    border-color: transparent;
    color: #43474f
}

.button-secondary:active,
.button-secondary:focus,
.join-site .button-secondary:active,
.join-site .button-secondary:focus,
.menu ul li.nav-button-secondary a:active,
.menu ul li.nav-button-secondary a:focus {
    background: transparent;
    border-color: trasparent;
    color: #43474f
}

.button-orange,
.join-site .button-orange,
.menu ul li.nav-button-orange a {
    background: #851556;
    border-color: #851556;
    color: #fff
}

.button-orange:hover,
.join-site .button-orange:hover,
.menu ul li.nav-button-orange a:hover {
    background: transparent;
    border-color: #851556;
    color: #851556
}

.button-orange:active,
.button-orange:focus,
.join-site .button-orange:active,
.join-site .button-orange:focus,
.menu ul li.nav-button-orange a:active,
.menu ul li.nav-button-orange a:focus {
    background: transparent;
    border-color: #851556;
    color: #fff
}

.button-gray,
.join-site .button-gray {
    background: #43474f;
    border-color: #43474f;
    color: #fff
}

.button-gray:active,
.button-gray:focus,
.button-gray:hover,
.join-site .button-gray:active,
.join-site .button-gray:focus,
.join-site .button-gray:hover {
    background: transparent;
    border-color: #43474f;
    color: #43474f
}

.button-white,
.join-site .button-white {
    background: #fff;
    border-color: #fff;
    color: #004470
}

.button-white:active,
.button-white:focus,
.button-white:hover,
.join-site .button-white:active,
.join-site .button-white:focus,
.join-site .button-white:hover {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.button-light-blue {
    background: #eaf4fc;
    border-color: #eaf4fc;
    color: #004470
}

.button-light-blue:active,
.button-light-blue:focus,
.button-light-blue:hover {
    background: transparent;
    border-color: #eaf4fc;
    color: #eaf4fc
}

.play-button {
    align-items: center;
    background: #851556;
    border-radius: 100px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .3);
    color: #fff;
    display: flex;
    height: 100px;
    justify-content: center;
    transition: all .2s ease;
    width: 100px
}

.play-button .fas {
    font-size: 40px;
    left: 5px;
    line-height: 40px;
    position: relative
}

.play-button:hover {
    background: #fff;
    color: #27aae1
}

.has-text-color.text-light,
.has-text-color.text-light a:not(.button):not(.image-content-video) {
    color: #fff
}

.has-text-color.text-light a:not(.button):not(.image-content-video):hover {
    text-decoration: underline
}

.has-text-color.text-dark {
    color: #000
}

.has-text-color.text-dark p {
    color: #43474f
}

.has-bg.bg-white {
    background-color: #fff
}

.has-bg.bg-white .play-button {
    background: #851556
}

.has-bg.bg-white .play-button:hover {
    background: #fff;
    color: #851556
}

.has-bg.bg-white .button-secondary,
.has-bg.bg-white .menu ul li.nav-button-secondary a,
.menu ul li.nav-button-secondary .has-bg.bg-white a {
    background: transparent;
    border-color: #43474f;
    color: #43474f
}

.has-bg.bg-white .button-secondary:active,
.has-bg.bg-white .button-secondary:focus,
.has-bg.bg-white .button-secondary:hover,
.has-bg.bg-white .menu ul li.nav-button-secondary a:active,
.has-bg.bg-white .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-white .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-white a:active,
.menu ul li.nav-button-secondary .has-bg.bg-white a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-white a:hover {
    background: #43474f;
    border-color: #43474f;
    color: #fff
}

.has-bg.bg-white .button-orange:active,
.has-bg.bg-white .button-orange:focus,
.has-bg.bg-white .button-orange:hover,
.has-bg.bg-white .menu ul li.nav-button-orange a:active,
.has-bg.bg-white .menu ul li.nav-button-orange a:focus,
.has-bg.bg-white .menu ul li.nav-button-orange a:hover,
.menu ul li.nav-button-orange .has-bg.bg-white a:active,
.menu ul li.nav-button-orange .has-bg.bg-white a:focus,
.menu ul li.nav-button-orange .has-bg.bg-white a:hover {
    color: #43474f
}

.has-bg.bg-gray {
    background-color: #43474f
}

.has-bg.bg-gray .play-button {
    background: #27aae1
}

.has-bg.bg-gray .play-button:hover {
    background: #fff;
    color: #27aae1
}

.has-bg.bg-gray .button-secondary:active,
.has-bg.bg-gray .button-secondary:focus,
.has-bg.bg-gray .button-secondary:hover,
.has-bg.bg-gray .menu ul li.nav-button-secondary a:active,
.has-bg.bg-gray .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-gray .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-gray a:active,
.menu ul li.nav-button-secondary .has-bg.bg-gray a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-gray a:hover {
    background: #fff;
    border-color: #fff;
    color: #43474f
}

.has-bg.bg-blue {
    background-color: #27aae1
}

.has-bg.bg-blue .play-button {
    background: #27aae1
}

.has-bg.bg-blue .play-button:hover {
    background: #fff;
    color: #27aae1
}

.has-bg.bg-blue .button-secondary:active,
.has-bg.bg-blue .button-secondary:focus,
.has-bg.bg-blue .button-secondary:hover,
.has-bg.bg-blue .menu ul li.nav-button-secondary a:active,
.has-bg.bg-blue .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-blue .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-blue a:active,
.menu ul li.nav-button-secondary .has-bg.bg-blue a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-blue a:hover {
    background: #fff;
    border-color: #fff;
    color: #27aae1
}

.has-bg.bg-light-blue {
    background-color: #eaf4fc
}

.has-bg.bg-light-blue .play-button {
    background: #eaf4fc
}

.has-bg.bg-light-blue .play-button:hover {
    background: #fff;
    color: #eaf4fc
}

.has-bg.bg-light-blue .button-secondary:active,
.has-bg.bg-light-blue .button-secondary:focus,
.has-bg.bg-light-blue .button-secondary:hover,
.has-bg.bg-light-blue .menu ul li.nav-button-secondary a:active,
.has-bg.bg-light-blue .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-light-blue .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-light-blue a:active,
.menu ul li.nav-button-secondary .has-bg.bg-light-blue a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-light-blue a:hover {
    background: #fff;
    border-color: #fff;
    color: #eaf4fc
}

.has-bg.bg-orange {
    background-color: #851556
}

.has-bg.bg-orange .play-button {
    background: #27aae1
}

.has-bg.bg-orange .play-button:hover {
    background: #fff;
    color: #27aae1
}

.has-bg.bg-orange .button-secondary:active,
.has-bg.bg-orange .button-secondary:focus,
.has-bg.bg-orange .button-secondary:hover,
.has-bg.bg-orange .menu ul li.nav-button-secondary a:active,
.has-bg.bg-orange .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-orange .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-orange a:active,
.menu ul li.nav-button-secondary .has-bg.bg-orange a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-orange a:hover {
    background: #fff;
    border-color: #fff;
    color: #851556
}

.has-bg.bg-purple {
    background-color: #851556
}

.has-bg.bg-purple .play-button {
    background: #27aae1
}

.has-bg.bg-purple .play-button:hover {
    background: #fff;
    color: #27aae1
}

.has-bg.bg-purple .button-secondary:active,
.has-bg.bg-purple .button-secondary:focus,
.has-bg.bg-purple .button-secondary:hover,
.has-bg.bg-purple .menu ul li.nav-button-secondary a:active,
.has-bg.bg-purple .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-purple .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-purple a:active,
.menu ul li.nav-button-secondary .has-bg.bg-purple a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-purple a:hover {
    background: #fff;
    border-color: #fff;
    color: #851556
}

.has-bg.bg-light-gray {
    background-color: #f0f2f5
}

.has-bg.bg-light-gray .play-button {
    background: #27aae1
}

.has-bg.bg-light-gray .play-button:hover {
    background: #fff;
    color: #27aae1
}

.has-bg.bg-light-gray .button-secondary,
.has-bg.bg-light-gray .menu ul li.nav-button-secondary a,
.menu ul li.nav-button-secondary .has-bg.bg-light-gray a {
    background: transparent;
    border-color: #43474f;
    color: #43474f
}

.has-bg.bg-light-gray .button-secondary:active,
.has-bg.bg-light-gray .button-secondary:focus,
.has-bg.bg-light-gray .button-secondary:hover,
.has-bg.bg-light-gray .menu ul li.nav-button-secondary a:active,
.has-bg.bg-light-gray .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-light-gray .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-light-gray a:active,
.menu ul li.nav-button-secondary .has-bg.bg-light-gray a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-light-gray a:hover {
    background: #43474f;
    border-color: #43474f;
    color: #fff
}

.has-bg.bg-light-gray .button-orange:active,
.has-bg.bg-light-gray .button-orange:focus,
.has-bg.bg-light-gray .button-orange:hover,
.has-bg.bg-light-gray .menu ul li.nav-button-orange a:active,
.has-bg.bg-light-gray .menu ul li.nav-button-orange a:focus,
.has-bg.bg-light-gray .menu ul li.nav-button-orange a:hover,
.menu ul li.nav-button-orange .has-bg.bg-light-gray a:active,
.menu ul li.nav-button-orange .has-bg.bg-light-gray a:focus,
.menu ul li.nav-button-orange .has-bg.bg-light-gray a:hover {
    color: #43474f
}

.has-bg.bg-dark-gray {
    background-color: #000
}

.has-bg.bg-dark-gray .play-button {
    background: #27aae1
}

.has-bg.bg-dark-gray .play-button:hover {
    background: #fff;
    color: #27aae1
}

.has-bg.bg-dark-gray .button-secondary:active,
.has-bg.bg-dark-gray .button-secondary:focus,
.has-bg.bg-dark-gray .button-secondary:hover,
.has-bg.bg-dark-gray .menu ul li.nav-button-secondary a:active,
.has-bg.bg-dark-gray .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-dark-gray .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-dark-gray a:active,
.menu ul li.nav-button-secondary .has-bg.bg-dark-gray a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-dark-gray a:hover {
    background: #fff;
    border-color: #fff;
    color: #43474f
}

.has-bg.bg-dark-blue {
    background-color: #004470
}

.has-bg.bg-dark-blue .play-button {
    background: #27aae1
}

.has-bg.bg-dark-blue .play-button:hover {
    background: #fff;
    color: #27aae1
}

.has-bg.bg-dark-blue .button-secondary:active,
.has-bg.bg-dark-blue .button-secondary:focus,
.has-bg.bg-dark-blue .button-secondary:hover,
.has-bg.bg-dark-blue .menu ul li.nav-button-secondary a:active,
.has-bg.bg-dark-blue .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-dark-blue .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-dark-blue a:active,
.menu ul li.nav-button-secondary .has-bg.bg-dark-blue a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-dark-blue a:hover {
    background: #fff;
    border-color: #fff;
    color: #004470
}

.has-bg.bg-dark-orange {
    background-color: #851556
}

.has-bg.bg-dark-orange .play-button {
    background: #27aae1
}

.has-bg.bg-dark-orange .play-button:hover {
    background: #fff;
    color: #27aae1
}

.has-bg.bg-dark-orange .button-secondary:active,
.has-bg.bg-dark-orange .button-secondary:focus,
.has-bg.bg-dark-orange .button-secondary:hover,
.has-bg.bg-dark-orange .menu ul li.nav-button-secondary a:active,
.has-bg.bg-dark-orange .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-dark-orange .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-dark-orange a:active,
.menu ul li.nav-button-secondary .has-bg.bg-dark-orange a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-dark-orange a:hover {
    background: #fff;
    border-color: #fff;
    color: #851556
}

.has-bg.bg-yellow {
    background-color: #851556
}

.has-bg.bg-yellow .play-button {
    background: #851556
}

.has-bg.bg-yellow .play-button:hover {
    background: #fff;
    color: #851556
}

.has-bg.bg-yellow .button-secondary:active,
.has-bg.bg-yellow .button-secondary:focus,
.has-bg.bg-yellow .button-secondary:hover,
.has-bg.bg-yellow .menu ul li.nav-button-secondary a:active,
.has-bg.bg-yellow .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-yellow .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-yellow a:active,
.menu ul li.nav-button-secondary .has-bg.bg-yellow a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-yellow a:hover {
    background: #fff;
    border-color: #fff;
    color: #851556
}

.has-bg.bg-custom .play-button {
    background: #fff
}

.has-bg.bg-custom .play-button:hover {
    background: #fff;
    color: #27aae1
}

.has-bg.bg-custom.text-dark .button-secondary,
.has-bg.bg-custom.text-dark .menu ul li.nav-button-secondary a,
.menu ul li.nav-button-secondary .has-bg.bg-custom.text-dark a {
    border-color: #43474f;
    color: #27aae1
}

.has-bg.bg-custom.text-dark .button-secondary:active,
.has-bg.bg-custom.text-dark .button-secondary:focus,
.has-bg.bg-custom.text-dark .button-secondary:hover,
.has-bg.bg-custom.text-dark .menu ul li.nav-button-secondary a:active,
.has-bg.bg-custom.text-dark .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-custom.text-dark .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-custom.text-dark a:active,
.menu ul li.nav-button-secondary .has-bg.bg-custom.text-dark a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-custom.text-dark a:hover {
    background: #fff;
    border-color: #fff;
    color: #43474f
}

.has-bg.bg-custom.text-light .button-secondary,
.has-bg.bg-custom.text-light .menu ul li.nav-button-secondary a,
.menu ul li.nav-button-secondary .has-bg.bg-custom.text-light a {
    border-color: #fff;
    color: #fff
}

.has-bg.bg-custom.text-light .button-secondary:active,
.has-bg.bg-custom.text-light .button-secondary:focus,
.has-bg.bg-custom.text-light .button-secondary:hover,
.has-bg.bg-custom.text-light .menu ul li.nav-button-secondary a:active,
.has-bg.bg-custom.text-light .menu ul li.nav-button-secondary a:focus,
.has-bg.bg-custom.text-light .menu ul li.nav-button-secondary a:hover,
.menu ul li.nav-button-secondary .has-bg.bg-custom.text-light a:active,
.menu ul li.nav-button-secondary .has-bg.bg-custom.text-light a:focus,
.menu ul li.nav-button-secondary .has-bg.bg-custom.text-light a:hover {
    background: #fff;
    border-color: #fff;
    color: #43474f
}

.has-bg.bg-gradient {
    background: linear-gradient(126deg, #004470 7.77%, #851556 116.7%)
}

.has-bg.bg-tech-lines {
    background-image: url(../images/mz6qvsvNFTOL.png)
}

.has-bg.bg-tech-lines,
.has-bg.bg-tech-lines-alt {
    background-position: bottom;
    background-repeat: no-repeat
}

.has-bg.bg-tech-lines-alt {
    background-color: #f0f2f5;
    background-image: url(../images/jDxMWodtSSu8.png)
}

.has-bg:not(.bg-white)+.footer .footer-top {
    border-top: 0
}

.has-border {
    border-bottom: 20px solid transparent
}

.has-border.border-size-thin {
    border: 0
}

.has-border.border-size-thin:after {
    border: 1px solid transparent;
    bottom: 0;
    content: "";
    left: 50%;
    max-width: 1280px;
    position: absolute;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.has-border.border-size-medium {
    border-width: 10px
}

.has-border.border-size-thick {
    border-width: 20px
}

.has-border.border-white,
.has-border.border-white:after {
    border-bottom-color: #fff
}

.has-border.border-gray,
.has-border.border-gray:after {
    border-bottom-color: #43474f
}

.has-border.border-blue,
.has-border.border-blue:after {
    border-bottom-color: #27aae1
}

.has-border.border-light-blue,
.has-border.border-light-blue:after {
    border-bottom-color: #eaf4fc
}

.has-border.border-orange,
.has-border.border-orange:after,
.has-border.border-purple,
.has-border.border-purple:after {
    border-bottom-color: #851556
}

.has-border.border-light-gray,
.has-border.border-light-gray:after {
    border-bottom-color: #d5d9df
}

.has-border.border-dark-gray,
.has-border.border-dark-gray:after {
    border-bottom-color: #000
}

.has-border.border-dark-blue,
.has-border.border-dark-blue:after {
    border-bottom-color: #004470
}

.has-border.border-dark-orange,
.has-border.border-dark-orange:after {
    border-bottom-color: #851556
}

.has-text-align.text-left {
    text-align: left
}

.has-text-align.text-center,
.has-text-align.text-center .hero-box-buttons.hero-box-buttons-1 {
    text-align: center
}

.has-text-align.text-center .content-styled.divider-left-blue .heading-with-divider,
.has-text-align.text-center .content-styled.divider-left-purple .heading-with-divider {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    text-align: center
}

.has-text-align.text-center .content-styled.divider-left-blue .heading-with-divider .divider-left,
.has-text-align.text-center .content-styled.divider-left-blue .heading-with-divider .divider-right,
.has-text-align.text-center .content-styled.divider-left-purple .heading-with-divider .divider-left,
.has-text-align.text-center .content-styled.divider-left-purple .heading-with-divider .divider-right {
    flex-grow: 1
}

.has-text-align.text-center .content-styled.divider-left-blue .heading-with-divider h1,
.has-text-align.text-center .content-styled.divider-left-blue .heading-with-divider h2,
.has-text-align.text-center .content-styled.divider-left-purple .heading-with-divider h1,
.has-text-align.text-center .content-styled.divider-left-purple .heading-with-divider h2 {
    flex-grow: 0;
    padding-left: 20px;
    padding-right: 20px
}

.has-text-align.text-center .content-styled.divider-left-blue .heading-with-divider h1:before,
.has-text-align.text-center .content-styled.divider-left-blue .heading-with-divider h2:before,
.has-text-align.text-center .content-styled.divider-left-purple .heading-with-divider h1:before,
.has-text-align.text-center .content-styled.divider-left-purple .heading-with-divider h2:before {
    left: -100vw
}

.has-text-align.text-right,
.has-text-align.text-right .hero-box-buttons.hero-box-buttons-1 {
    text-align: right
}

.w-col-flex {
    align-items: center;
    width: 100%
}

.w-col-equal-height,
.w-col-flex {
    display: flex
}

.w-col-equal-height .w-col {
    flex: none
}

.section {
    position: relative;
    width: 100%
}

.has-margin.margin-none {
    margin: 0
}

.has-margin.margin-small {
    margin: 20px 0
}

.has-margin.margin-medium {
    margin: 30px 0
}

.has-margin.margin-large {
    margin: 50px 0
}

.has-padding.padding-none {
    padding: 0
}

.has-padding.padding-small {
    padding: 40px 0
}

.has-padding.padding-medium {
    padding: 80px 0
}

.has-padding.padding-large {
    padding: 100px 0
}

.content-styled.content-narrow,
.hero-box-text.content-narrow {
    padding: 0 25%
}

.content-styled.content-wide,
.hero-box-text.content-wide {
    padding: 0 10%
}

.content-styled.column-content-narrow,
.hero-box-text.column-content-narrow {
    padding: 0 100px
}

.content-styled ol,
.content-styled ul,
.hero-box-text ol,
.hero-box-text ul {
    margin-bottom: 20px
}

.content-styled h4:last-child,
.content-styled h5:last-child,
.content-styled h6:last-child,
.content-styled ol:last-child,
.content-styled p:last-child,
.content-styled ul:last-child,
.hero-box-text h4:last-child,
.hero-box-text h5:last-child,
.hero-box-text h6:last-child,
.hero-box-text ol:last-child,
.hero-box-text p:last-child,
.hero-box-text ul:last-child {
    margin-bottom: 0
}

.content-styled h2.with-arrow svg,
.hero-box-text h2.with-arrow svg {
    color: #eaf4fc;
    display: block;
    margin: 55px auto;
    width: 18px
}

.content-styled.divider-left-blue h1,
.content-styled.divider-left-blue h2,
.hero-box-text.divider-left-blue h1,
.hero-box-text.divider-left-blue h2 {
    position: relative
}

.content-styled.divider-left-blue h1:before,
.content-styled.divider-left-blue h2:before,
.hero-box-text.divider-left-blue h1:before,
.hero-box-text.divider-left-blue h2:before {
    background-color: #27aae1;
    content: "";
    display: inline-block;
    height: 15px;
    left: -101vw;
    opacity: 20%;
    position: absolute;
    top: 17px;
    width: 100vw
}

@media screen and (max-width:769px) {
    .content-styled.divider-left-blue h1:before,
    .content-styled.divider-left-blue h2:before,
    .hero-box-text.divider-left-blue h1:before,
    .hero-box-text.divider-left-blue h2:before {
        display: none
    }
}

.content-styled.divider-right-blue h1,
.content-styled.divider-right-blue h2,
.hero-box-text.divider-right-blue h1,
.hero-box-text.divider-right-blue h2 {
    position: relative
}

.content-styled.divider-right-blue h1:after,
.content-styled.divider-right-blue h2:after,
.hero-box-text.divider-right-blue h1:after,
.hero-box-text.divider-right-blue h2:after {
    background-color: #27aae1;
    bottom: 9px;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 20px;
    opacity: 20%;
    position: absolute;
    width: 100vw
}

@media screen and (max-width:769px) {
    .content-styled.divider-right-blue h1:after,
    .content-styled.divider-right-blue h2:after,
    .hero-box-text.divider-right-blue h1:after,
    .hero-box-text.divider-right-blue h2:after {
        display: none
    }
}

.content-styled.divider-left-purple h1,
.content-styled.divider-left-purple h2,
.hero-box-text.divider-left-purple h1,
.hero-box-text.divider-left-purple h2 {
    position: relative
}

.content-styled.divider-left-purple h1:before,
.content-styled.divider-left-purple h2:before,
.hero-box-text.divider-left-purple h1:before,
.hero-box-text.divider-left-purple h2:before {
    background-color: #851556;
    content: "";
    display: inline-block;
    height: 15px;
    left: -101vw;
    opacity: 20%;
    position: absolute;
    top: 17px;
    width: 100vw
}

@media screen and (max-width:769px) {
    .content-styled.divider-left-purple h1:before,
    .content-styled.divider-left-purple h2:before,
    .hero-box-text.divider-left-purple h1:before,
    .hero-box-text.divider-left-purple h2:before {
        display: none
    }
}

.content-styled.divider-right-purple h1,
.content-styled.divider-right-purple h2,
.hero-box-text.divider-right-purple h1,
.hero-box-text.divider-right-purple h2 {
    position: relative
}

.content-styled.divider-right-purple h1:after,
.content-styled.divider-right-purple h2:after,
.hero-box-text.divider-right-purple h1:after,
.hero-box-text.divider-right-purple h2:after {
    background-color: #851556;
    bottom: 9px;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 20px;
    opacity: 20%;
    position: absolute;
    width: 100vw
}

@media screen and (max-width:769px) {
    .content-styled.divider-right-purple h1:after,
    .content-styled.divider-right-purple h2:after,
    .hero-box-text.divider-right-purple h1:after,
    .hero-box-text.divider-right-purple h2:after {
        display: none
    }
}

.section-grouped {
    overflow: hidden;
    position: relative
}

.section-grouped .section-background {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.section-grouped .section.has-bg {
    background-color: transparent !important;
    background: none
}

.section .section-content+.section-wrapper,
.section .section-wrapper+.section-content {
    margin-top: 30px
}

.error-not-found {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 800px
}

.error-not-found .error-not-found-inner {
    text-align: center
}

@media screen and (max-width:1300px) {
    .w-container {
        max-width: 1140px
    }
}

@media screen and (max-width:1140px) {
    .w-container {
        max-width: 991px
    }
    .button,
    .liveops-hubspot-form input[type=submit],
    .menu ul li.nav-button a,
    .search-form input[type=submit],
    .searchform input[type=submit],
    body .gform_wrapper .gform_footer input[type=submit] {
        padding: 8px 18px
    }
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }
    .w-col-equal-height,
    .w-col-flex {
        display: block;
        width: 100%
    }
    .content-styled.content-narrow,
    .content-styled.content-wide {
        padding: 0 20px
    }
    .content-styled.column-content-narrow {
        padding: 0 50px
    }
}

@media screen and (max-width:767px) {
    .button+.button,
    .liveops-hubspot-form .button+input[type=submit],
    .liveops-hubspot-form .menu ul li.nav-button a+input[type=submit],
    .liveops-hubspot-form .menu ul li.nav-button input[type=submit]+a,
    .liveops-hubspot-form input[type=submit]+.button,
    .liveops-hubspot-form input[type=submit]+input[type=submit],
    .menu ul li.nav-button .button+a,
    .menu ul li.nav-button .liveops-hubspot-form a+input[type=submit],
    .menu ul li.nav-button .liveops-hubspot-form input[type=submit]+a,
    .menu ul li.nav-button .search-form a+input[type=submit],
    .menu ul li.nav-button .search-form input[type=submit]+a,
    .menu ul li.nav-button .searchform a+input[type=submit],
    .menu ul li.nav-button .searchform input[type=submit]+a,
    .menu ul li.nav-button a+.button,
    .menu ul li.nav-button a+a,
    .menu ul li.nav-button body .gform_wrapper .gform_footer a+input[type=submit],
    .menu ul li.nav-button body .gform_wrapper .gform_footer input[type=submit]+a,
    .search-form .button+input[type=submit],
    .search-form .menu ul li.nav-button a+input[type=submit],
    .search-form .menu ul li.nav-button input[type=submit]+a,
    .search-form input[type=submit]+.button,
    .search-form input[type=submit]+input[type=submit],
    .searchform .button+input[type=submit],
    .searchform .menu ul li.nav-button a+input[type=submit],
    .searchform .menu ul li.nav-button input[type=submit]+a,
    .searchform input[type=submit]+.button,
    .searchform input[type=submit]+input[type=submit],
    body .gform_wrapper .gform_footer .button+input[type=submit],
    body .gform_wrapper .gform_footer .menu ul li.nav-button a+input[type=submit],
    body .gform_wrapper .gform_footer .menu ul li.nav-button input[type=submit]+a,
    body .gform_wrapper .gform_footer input[type=submit]+.button,
    body .gform_wrapper .gform_footer input[type=submit]+input[type=submit] {
        margin-left: 0;
        margin-top: 15px
    }
    .content-styled.content-narrow,
    .content-styled.content-wide {
        padding: 0 10px
    }
    .content-styled.column-content-narrow {
        padding: 0 25px
    }
}

@media screen and (max-width:480px) {
    .content-styled.column-content-narrow,
    .content-styled.content-narrow,
    .content-styled.content-wide {
        padding: 0
    }
}

#modal-quizz.fancybox-content {
    border-radius: 25px !important;
    width: 70%
}

@media (max-width:600px) {
    #modal-quizz.fancybox-content {
        width: 95%
    }
}

#modal-quizz #gfield_description_2_1,
#modal-quizz #gfield_description_2_2,
#modal-quizz #gfield_description_2_3,
#modal-quizz #gfield_description_2_4,
#modal-quizz #gfield_description_2_5,
#modal-quizz body .gform_wrapper .gform_body .gfield_description {
    color: #475a6e !important;
    font-family: Work Sans, sans-serif !important;
    font-size: 18px !important;
    text-align: center !important
}

#modal-quizz #validation_message_2_1,
#modal-quizz #validation_message_2_2,
#modal-quizz #validation_message_2_3,
#modal-quizz #validation_message_2_4,
#modal-quizz #validation_message_2_5 {
    font-family: Work Sans, sans-serif !important;
    text-align: center
}

@media only screen and (min-width:641px) {
    #modal-quizz .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label {
        max-width: 100% !important
    }
}

@media only screen and (min-width:1000px) {
    #modal-quizz .ginput_container.ginput_container_checkbox,
    #modal-quizz .ginput_container.ginput_container_radio {
        width: 80%
    }
}

#modal-quizz .ginput_container.ginput_container_checkbox,
#modal-quizz .ginput_container.ginput_container_radio {
    word-wrap: break-word;
    margin: auto;
    padding-left: 40px;
    text-align: left;
    width: 100%
}

@media only screen and (min-width:768px) {
    #modal-quizz #modal_quizz.gfield_checkbox {
        margin: auto;
        padding-left: 40px;
        text-align: left;
        width: 50%
    }
    #modal-quizz #modal-quizz.fancybox-content {
        border-radius: 25px !important;
        width: 70%
    }
    #modal-quizz .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
        margin: 0 0 8px !important;
        text-align: center
    }
    #modal-quizz .gform_wrapper .gf_progressbar {
        display: none
    }
    #modal-quizz #gfield_description_2_1,
    #modal-quizz #gfield_description_2_2,
    #modal-quizz #gfield_description_2_3,
    #modal-quizz #gfield_description_2_4,
    #modal-quizz #gfield_description_2_5,
    #modal-quizz body .gform_wrapper .gform_body .gfield_description {
        color: #475a6e !important;
        font-family: Work Sans, sans-serif !important;
        font-size: 18px !important;
        text-align: center !important
    }
    #modal-quizz #validation_message_2_1,
    #modal-quizz #validation_message_2_2,
    #modal-quizz #validation_message_2_3,
    #modal-quizz #validation_message_2_4,
    #modal-quizz #validation_message_2_5 {
        font-family: Work Sans, sans-serif !important;
        text-align: center
    }
    #modal-quizz .gform_wrapper .gform_page_footer {
        border-top: none !important
    }
    #modal-quizz .fancybox-bg {
        background: #475a6e
    }
    #modal-quizz .gform_wrapper form {
        text-align: center
    }
    #modal-quizz .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
    #modal-quizz .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
        color: #004470 !important
    }
    #modal-quizz .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li {
        opacity: .7
    }
    #modal-quizz .gfield_label {
        color: #004470 !important
    }
    #modal-quizz .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
    #modal-quizz .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
        margin-top: 0 !important
    }
    #modal-quizz .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 !important
    }
    #modal-quizz .gform_wrapper .gform_page_footer .button.gform_button,
    #modal-quizz .gform_wrapper .gform_page_footer .button.gform_next_button,
    #modal-quizz .gform_wrapper .gform_page_footer .button.gform_previous_button,
    #modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_button[type=submit],
    #modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_next_button[type=submit],
    #modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_previous_button[type=submit],
    #modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_button,
    #modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_next_button,
    #modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_previous_button,
    #modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_button[type=submit],
    #modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_next_button[type=submit],
    #modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_previous_button[type=submit],
    #modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_button[type=submit],
    #modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_next_button[type=submit],
    #modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_previous_button[type=submit],
    #modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit],
    #modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit],
    #modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit],
    #modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit],
    #modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit],
    #modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit],
    .liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit],
    .liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit],
    .liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit],
    .menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_button,
    .menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_next_button,
    .menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_previous_button,
    .search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit],
    .search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit],
    .search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit],
    .searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit],
    .searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit],
    .searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit],
    body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit],
    body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit],
    body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit],
    body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit],
    body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit],
    body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit] {
        width: 30%
    }
    #modal-quizz .gform_wrapper .top_label .gfield_label {
        display: block !important;
        font-family: ArgentCF, Times New Roman, sans-serif;
        font-size: 3.6vw;
        font-weight: 600;
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    #modal-quizz .ginput_container.ginput_container_checkbox,
    #modal-quizz .ginput_container.ginput_container_radio {
        word-wrap: break-word;
        margin: auto;
        padding-left: 0;
        text-align: left;
        width: 100%
    }
    #modal-quizz .gform_wrapper .top_label .gfield_label {
        display: block !important;
        font-family: ArgentCF, Times New Roman, sans-serif;
        font-size: 5.6vw;
        font-weight: 600;
        text-align: center
    }
    #modal-quizz .gform_wrapper .gform_page_footer .button.gform_previous_button,
    #modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_previous_button[type=submit],
    #modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_previous_button,
    #modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_previous_button[type=submit],
    #modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_previous_button[type=submit],
    #modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit],
    #modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit],
    .liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit],
    .menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_previous_button,
    .search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit],
    .searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit],
    body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit],
    body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit] {
        display: none
    }
    #modal-quizz .fancybox-content {
        border-radius: 25px;
        width: 95%
    }
    #modal-quizz .gfield_radio,
    #modal-quizz .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
    #modal-quizz .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
        font-size: 18px !important;
        line-height: 25px !important
    }
}

#modal-quizz .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    margin: 0 0 8px !important;
    text-align: center
}

#modal-quizz .gform_wrapper .gf_progressbar {
    display: none
}

#modal-quizz body .gform_wrapper .gform_body .gfield_description {
    color: #475a6e !important;
    font-family: Work Sans, sans-serif !important;
    font-size: 18px !important;
    text-align: center !important
}

#modal-quizz .gform_wrapper .gform_page_footer {
    border-top: none !important
}

#modal-quizz .fancybox-bg {
    background: #475a6e
}

#modal-quizz .gform_wrapper form {
    text-align: center
}

#modal-quizz .gfield_radio,
#modal-quizz .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
#modal-quizz .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
    color: #004470 !important;
    font-size: 25px !important;
    line-height: 40px !important
}

#modal-quizz .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li {
    opacity: .7
}

#modal-quizz .gfield_label {
    color: #004470 !important
}

#modal-quizz .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
#modal-quizz .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 0 !important
}

#modal-quizz .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important
}

#modal-quizz .gform_wrapper .gform_page_footer .button.gform_button,
#modal-quizz .gform_wrapper .gform_page_footer .button.gform_next_button,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_next_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_button,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_next_button,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_next_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_next_button[type=submit],
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit],
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit],
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit],
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit],
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit],
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit],
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_button,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_next_button,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit],
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit],
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit],
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit],
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit],
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit],
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit],
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit] {
    background: #2495c6;
    border-color: #2495c6;
    color: #fff
}

#modal-quizz .gform_wrapper .gform_page_footer .button.gform_button:active,
#modal-quizz .gform_wrapper .gform_page_footer .button.gform_button:focus,
#modal-quizz .gform_wrapper .gform_page_footer .button.gform_button:hover,
#modal-quizz .gform_wrapper .gform_page_footer .button.gform_next_button:active,
#modal-quizz .gform_wrapper .gform_page_footer .button.gform_next_button:focus,
#modal-quizz .gform_wrapper .gform_page_footer .button.gform_next_button:hover,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_button[type=submit]:active,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_button[type=submit]:focus,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_button[type=submit]:hover,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_next_button[type=submit]:active,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_next_button[type=submit]:focus,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_next_button[type=submit]:hover,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_button:active,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_button:focus,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_button:hover,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_next_button:active,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_next_button:focus,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_next_button:hover,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_button[type=submit]:active,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_button[type=submit]:focus,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_button[type=submit]:hover,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_next_button[type=submit]:active,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_next_button[type=submit]:focus,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_next_button[type=submit]:hover,
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_button[type=submit]:active,
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_button[type=submit]:focus,
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_button[type=submit]:hover,
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_next_button[type=submit]:active,
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_next_button[type=submit]:focus,
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_next_button[type=submit]:hover,
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit]:active,
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit]:focus,
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit]:hover,
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit]:active,
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit]:focus,
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit]:hover,
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit]:active,
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit]:focus,
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit]:hover,
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit]:active,
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit]:focus,
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit]:hover,
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit]:active,
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit]:focus,
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit]:hover,
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit]:active,
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit]:focus,
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit]:hover,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_button:active,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_button:focus,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_button:hover,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_next_button:active,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_next_button:focus,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_next_button:hover,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit]:active,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit]:focus,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit]:hover,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit]:active,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit]:focus,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit]:hover,
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit]:active,
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit]:focus,
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit]:hover,
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit]:active,
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit]:focus,
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit]:hover,
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit]:active,
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit]:focus,
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit]:hover,
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit]:active,
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit]:focus,
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit]:hover,
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit]:active,
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit]:focus,
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit]:hover,
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit]:active,
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit]:focus,
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit]:hover {
    background: #fff;
    border-color: #2495c6;
    color: #43474f
}

#modal-quizz .gform_wrapper .gfield_required {
    display: none
}

#modal-quizz .gform_wrapper .gf_progressbar_wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

#modal-quizz .gform_wrapper .gform_page_footer .button.gform_button,
#modal-quizz .gform_wrapper .gform_page_footer .button.gform_next_button,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_next_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_button,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_next_button,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_next_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_next_button[type=submit],
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit],
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit],
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit],
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit],
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit],
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit],
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_button,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_next_button,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit],
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit],
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_button[type=submit],
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_next_button[type=submit],
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_button[type=submit],
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_next_button[type=submit],
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_button[type=submit],
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_next_button[type=submit] {
    margin: auto !important
}

#modal-quizz .gform_wrapper .gform_page_footer .button.gform_previous_button,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_previous_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_previous_button,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_previous_button[type=submit],
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_previous_button[type=submit],
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit],
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit],
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit],
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_previous_button,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit],
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit],
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit],
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit] {
    background: #efefef;
    border-color: #efefef;
    margin: auto auto 10px !important
}

#modal-quizz .gform_wrapper .gform_page_footer .button.gform_previous_button:active,
#modal-quizz .gform_wrapper .gform_page_footer .button.gform_previous_button:focus,
#modal-quizz .gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_previous_button[type=submit]:active,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_previous_button[type=submit]:focus,
#modal-quizz .gform_wrapper .gform_page_footer .liveops-hubspot-form input.gform_previous_button[type=submit]:hover,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_previous_button:active,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_previous_button:focus,
#modal-quizz .gform_wrapper .gform_page_footer .menu ul li.nav-button a.gform_previous_button:hover,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_previous_button[type=submit]:active,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_previous_button[type=submit]:focus,
#modal-quizz .gform_wrapper .gform_page_footer .search-form input.gform_previous_button[type=submit]:hover,
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_previous_button[type=submit]:active,
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_previous_button[type=submit]:focus,
#modal-quizz .gform_wrapper .gform_page_footer .searchform input.gform_previous_button[type=submit]:hover,
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit]:active,
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit]:focus,
#modal-quizz body .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit]:hover,
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit]:active,
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit]:focus,
#modal-quizz body .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit]:hover,
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit]:active,
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit]:focus,
.liveops-hubspot-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit]:hover,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_previous_button:active,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_previous_button:focus,
.menu ul li.nav-button #modal-quizz .gform_wrapper .gform_page_footer a.gform_previous_button:hover,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit]:active,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit]:focus,
.search-form #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit]:hover,
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit]:active,
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit]:focus,
.searchform #modal-quizz .gform_wrapper .gform_page_footer input.gform_previous_button[type=submit]:hover,
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit]:active,
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit]:focus,
body #modal-quizz .gform_wrapper .gform_footer .gform_page_footer input.gform_previous_button[type=submit]:hover,
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit]:active,
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit]:focus,
body #modal-quizz .gform_wrapper .gform_page_footer .gform_footer input.gform_previous_button[type=submit]:hover {
    background: transparent;
    border-color: #43474f;
    color: #43474f
}

#modal-quizz body .gform_wrapper .gform_body .top_label div.ginput_container {
    margin: 0 auto !important;
    max-width: 60%;
    padding-top: 30px !important
}

#modal-quizz .gform_confirmation_message {
    background-color: #fff !important;
    color: #43474f !important
}

#modal-quizz .gfield_checkbox li input[type=checkbox] {
    height: 40px;
    width: 40px !important
}

#modal-quizz .gfield_checkbox input[type=checkbox],
#modal-quizz input[type=checkbox] {
    opacity: 0;
    position: absolute
}

#modal-quizz .gfield_checkbox .radio-custom,
#modal-quizz .gfield_checkbox .radio-custom-label,
#modal-quizz .gfield_checkbox input[type=checkbox],
#modal-quizz .gfield_checkbox label,
#modal-quizz .radio-custom,
#modal-quizz .radio-custom-label,
#modal-quizz input[type=checkbox] {
    cursor: pointer;
    display: inline-block
}

#modal-quizz .gfield_checkbox label {
    padding-left: 35px !important;
    position: relative
}

#modal-quizz .gfield_checkbox input[type=checkbox]+label:before {
    background: #fff;
    border: 2px solid #000;
    content: "";
    display: inline-block;
    height: 25px;
    left: 0;
    margin-right: 10px;
    margin-top: 5px;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 25px
}

#modal-quizz .gfield_checkbox input[type=checkbox]:checked+label:before {
    background: #fff;
    color: #000;
    content: "\f00c";
    font-family: Font Awesome\ 5 Free;
    font-size: 12px;
    line-height: 1.2
}

#modal-quizz .gfield_radio input[type=radio] {
    opacity: 0;
    position: absolute
}

#modal-quizz .gfield_radio input[type=radio]+label:before {
    background: #f4f4f4;
    border: 1px solid #000;
    border-radius: 100%;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 0;
    margin-right: 20px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    top: 1px;
    transition: all .25s ease;
    vertical-align: top;
    width: 20px
}

#modal-quizz .gfield_radio input[type=radio]:checked+label:before {
    background-color: #000;
    box-shadow: inset 0 0 0 2px #f4f4f4
}

#modal-quizz .gfield_radio input[type=radio]:focus+label:before {
    border-color: #000;
    outline: none
}

#modal-quizz .gfield_radio input[type=radio]:disabled+label:before {
    background: #fff;
    border-color: #fff;
    box-shadow: inset 0 0 0 4px #f4f4f4
}

#modal-quizz .gfield_radio input[type=radio]+label:empty:before {
    margin-right: 0
}

.section ul {
    list-style: none
}

.section ul li {
    list-style-type: none
}

.section ul li:before {
    color: #27aae1;
    content: "•";
    display: inline-block;
    margin-left: -1em;
    width: 1em
}

.footer-menu li:before,
.menu-items li:before,
.slick-dots li:before {
    display: none
}

ol:before {
    display: none !important
}

.join-site .callout-content a {
    color: #004470
}

body.join-site.banner-fixed {
    padding-bottom: 0
}

.join-site .play-button {
    background-color: #851556 !important
}

.join-site .play-button:hover {
    background: #fff !important;
    color: #851556 !important
}

.section-grid-items .w-col-flex {
    align-items: flex-start
}

.banner-wrapper a:hover {
    color: #851556 !important
}

@media screen and (max-width:991px) {
    .w-col-medium-12 {
        padding-bottom: 40px
    }
    .image-content-advanced-image {
        margin: auto
    }
    .has-padding.padding-medium {
        padding: 50px 0
    }
    .callout-bg {
        background-color: hsla(0, 0%, 100%, .7) !important
    }
    .article-exerpt,
    .article-exerpt .article-exerpt-short {
        margin-bottom: 0 !important
    }
    .eligible-state-table {
        margin: auto;
        padding-bottom: 30px;
        width: 80% !important
    }
    .type-gallery,
    .type-image {
        margin: auto;
        max-width: 400px !important
    }
}

@media screen and (max-width:650px) {
    .eligible-state-table {
        display: none
    }
}

.quizz-results .w-col-6 {
    min-height: 160px
}

#modal-quvvvizz.fancybox-content {
    border-radius: 25px !important;
    width: 80% !important
}

#modal-quvvvizz h2 {
    color: #004470
}

@media screen and (max-width:995px) {
    .grid-items-display-3 .grid-item-text {
        padding: 0 20px !important
    }
}

@media screen and (max-width:769px) {
    article.article.article-resource {
        align-content: center;
        justify-content: center;
        margin: auto;
        max-width: 85%
    }
}

@media screen and (max-width:979px) {
    .section-hero {
        padding-bottom: 0 !important
    }
}

.mbl-break {
    display: none
}

@media screen and (max-width:979px) {
    .mbl-break {
        display: block
    }
    .cta-link-2 a {
        line-height: 3.15
    }
    .hero-box-container .w-col {
        padding-left: 0;
        padding-right: 0
    }
}

.plexus-graphic {
    height: 1000px;
    position: relative
}

@media (max-width:979px) {
    .plexus-graphic .hide-mbl {
        display: none
    }
}

@media (max-width:1300px) {
    .plexus-graphic {
        height: 65vw
    }
}

@media (min-width:979px) {
    .plexus-graphic .hide-desk {
        display: none
    }
}

@media (max-width:979px) {
    .plexus-graphic {
        height: 1650px
    }
}

@media (max-width:650px) {
    .plexus-graphic {
        height: 238vw
    }
}

.plexus-graphic img {
    left: 0;
    margin: 0 auto;
    max-width: 72%;
    position: absolute;
    right: 0;
    z-index: 9
}

#particles-js {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-top: 50px;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.text-map {
    display: flex;
    flex-flow: column nowrap
}

@media (min-width:979px) {
    .text-map {
        flex-flow: row nowrap
    }
}

.text-map .text {
    order: 1
}

@media (min-width:979px) {
    .text-map .text {
        flex-basis: 90%;
        order: 0
    }
}

.text-map .text p {
    margin-bottom: 1.5em
}

.map {
    align-self: center;
    margin-bottom: 35px;
    max-height: 100%;
    max-width: 99vw;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}

@media (min-width:979px) {
    .map {
        margin: 0 auto;
        margin-bottom: unset;
        max-width: 80vw;
        width: 100%
    }
}

.map .map-container {
    background-image: url(../images/wiXNS7jbXlRX.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: auto
}

.map .map-container .background {
    background-color: #ddd;
    height: 100vh;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -20
}

.map .map-container img {
    max-width: 80%;
    position: relative;
    z-index: 3
}

.map .map-container img.mask {
    position: absolute;
    top: 0;
    z-index: 1
}

.map .map-container img.overlay {
    opacity: 0
}

.map .map-container #particles-js {
    margin: 0 auto;
    opacity: 1;
    position: relative;
    z-index: -11
}

.job-opportunities a {
    margin-bottom: 3px
}

@media screen and (max-width:991px) {
    .openings-table-row .openings-column-header h4 {
        text-align: center
    }
    .openings-table-row .openings-table-column.openings-table-column-header .openings-table-column-inner {
        margin: auto;
        padding-bottom: 0 !important
    }
    .openings-table-row .w-col-medium-12 {
        padding-bottom: 20px
    }
}

.page-id-2382 .articles-pagination {
    display: none
}

@media screen and (min-width:768px) {
    .grid-item-icon {
        display: inline-block;
        height: 60px;
        margin: 20px;
        vertical-align: middle
    }
    .work-together-text {
        height: 150px;
        margin-bottom: 20px
    }
}

@media screen and (min-width:2000px) {
    .section-content {
        height: auto
    }
}

.shortcode-liveops-infographic {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.shortcode-liveops-infographic.liveops-infographic-desktop {
    display: block
}

@media screen and (max-width:767px) {
    .shortcode-liveops-infographic.liveops-infographic-desktop {
        display: none
    }
}

.shortcode-liveops-infographic.liveops-infographic-mobile {
    display: none
}

@media screen and (max-width:767px) {
    .shortcode-liveops-infographic.liveops-infographic-mobile {
        display: block
    }
}

.shortcode-liveops-infographic .responsive-iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

body picture {
    display: block;
    height: 100%;
    width: 100%
}

body picture img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.pum-container.theme-3344 {
    max-width: 1300px;
    padding: 40px 30px;
    width: 90%
}

.pum-container.theme-3344 .pum-content {
    font-size: 22px;
    line-height: 1.21;
    text-align: center
}

.pum-container.theme-3344 .pum-content a {
    color: inherit;
    font-weight: 700
}

.popup {
    border-radius: 50px;
    max-width: 800px;
    padding: 60px 90px
}

.popup.popup-small {
    padding: 40px 80px
}

.fancybox-slide--html .fancybox-close-small {
    height: 80px;
    right: 10px;
    top: 10px;
    width: 80px
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/73RW7y1N0Kpa.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    background: transparent;
    border: none;
    color: #27aae1;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 40px;
    line-height: 0px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px
}

.slick-next:before,
.slick-prev:before {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .373);
    padding: 2px
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: #fff;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    background-color: #27aae1;
    color: #fff
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c4e0f5;
    font-family: Font Awesome\ 5 Free;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    line-height: 1
}

.slick-prev {
    left: 20px;
    z-index: 100
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 20px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: 30px
}

[dir=rtl] .slick-next {
    left: -60px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.testimonials .slick-next,
.testimonials .slick-prev {
    z-index: 5
}

.testimonials .slick-next:before,
.testimonials .slick-prev:before {
    background-color: transparent;
    border-radius: 50%;
    box-shadow: none;
    padding: 2px
}

.testimonials .slick-next:active:before,
.testimonials .slick-next:focus-within:before,
.testimonials .slick-next:focus:before,
.testimonials .slick-next:hover:before,
.testimonials .slick-prev:active:before,
.testimonials .slick-prev:focus-within:before,
.testimonials .slick-prev:focus:before,
.testimonials .slick-prev:hover:before {
    background-color: transparent;
    color: #004470
}

.testimonials .slick-prev {
    left: 10px;
    right: auto
}

@media screen and (min-width:1141px) {
    .testimonials .slick-prev {
        left: 180px
    }
}

.testimonials .slick-next {
    left: auto;
    right: 10px
}

@media screen and (min-width:1141px) {
    .testimonials .slick-next {
        right: 150px
    }
}

@media screen and (max-width:767px) {
    .testimonials .slick-prev {
        left: -100px
    }
    .testimonials .slick-next {
        right: -100px
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-dots {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 20px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 12px
}

.slick-dots li button {
    background: transparent;
    border: 1px solid #c4e0f5;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0px;
    outline: none;
    padding: 5px;
    width: 10px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    background: #c4e0f5;
    outline: none
}

.slick-dots li.slick-active button {
    background: #c4e0f5
}

.image-content-advanced-image .content-slider .slick-next,
.image-content-advanced-image .content-slider .slick-prev {
    z-index: 5
}

.image-content-advanced-image .content-slider .slick-next:before,
.image-content-advanced-image .content-slider .slick-prev:before {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px #000;
    padding: 2px
}

.image-content-advanced-image .content-slider .slick-prev {
    left: 16px
}

.image-content-advanced-image .content-slider .slick-next {
    right: 37px
}

.header {
    background-color: #fff
}

.header.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.menu {
    display: flex;
    flex-grow: 1
}

.menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.menu ul li,
.menu ul li a {
    display: inline-block;
    position: relative
}

.menu ul li {
    margin: 0
}

.menu ul li a {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    padding: 12px 13px;
    text-decoration: none;
    transition: all .2s ease
}

.menu ul li a:hover {
    color: #851556;
    text-decoration: none
}

.menu ul li>ul.dropdown {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .3);
    display: none;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%);
    transition: all .5ms;
    width: 200px;
    z-index: 10
}

.menu ul li>ul.dropdown:before {
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 0
}

.menu ul li>ul.dropdown li {
    transition: all .2s ease
}

.menu ul li>ul.dropdown li,
.menu ul li>ul.dropdown li a {
    display: block
}

.menu ul li>ul.dropdown li a {
    color: #43474f;
    margin: 0;
    padding: 10px 20px;
    transition: all .2s ease
}

.menu ul li>ul.dropdown li a:hover,
.menu ul li>ul.dropdown li.current-menu-item a,
.menu ul li>ul.dropdown li:hover a {
    background: #851556;
    color: #fff
}

.menu ul li>ul.dropdown li:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.menu ul li>ul.dropdown li:last-child a {
    border-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.menu ul li.has-dropdown a {
    padding-right: 22px;
    z-index: 1
}

.menu ul li.has-dropdown .dropdown-arrow {
    color: #000;
    display: inline-block;
    font-size: 13px;
    position: relative;
    right: 15px;
    z-index: 2
}

.menu ul li.has-dropdown .dropdown-arrow:hover {
    cursor: pointer
}

.menu ul li.has-dropdown:hover .arrow {
    border-top-color: #851556
}

.menu ul li.nav-section {
    margin-left: 20px
}

.menu ul li.nav-button a {
    margin: 0
}

.menu ul li.nav-button:last-child a {
    margin-left: 10px
}

.menu ul li:last-child a {
    margin-right: 0
}

.menu ul li.current-menu-item .dropdown-arrow,
.menu ul li.current-menu-item a,
.menu ul li.current-menu-parent .dropdown-arrow,
.menu ul li.current-menu-parent a,
.menu ul li:hover .dropdown-arrow,
.menu ul li:hover a {
    color: #851556
}

.menu ul li:hover>ul.dropdown {
    display: block
}

.menu .menu-cta,
.menu .menu-items {
    display: inline-block
}

.menu .menu-items {
    flex: 1;
    text-align: center
}

.menu .menu-cta {
    margin-left: 20px
}

.liveops-hubspot-form .menu .menu-cta input[type=submit],
.menu .menu-cta .button,
.menu .menu-cta .liveops-hubspot-form input[type=submit],
.menu .menu-cta .search-form input[type=submit],
.menu .menu-cta .searchform input[type=submit],
.menu .menu-cta body .gform_wrapper .gform_footer input[type=submit],
.menu .menu-cta ul li.nav-button a,
.menu ul li.nav-button .menu-cta a,
.search-form .menu .menu-cta input[type=submit],
.searchform .menu .menu-cta input[type=submit],
body .gform_wrapper .gform_footer .menu .menu-cta input[type=submit] {
    margin-top: 0
}

.header-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    position: relative
}

.logo {
    width: 195px
}

.menu-mobile {
    display: none;
    float: right;
    height: 50px;
    position: relative;
    width: 50px
}

.menu-mobile .inner,
.menu-mobile .inner:after,
.menu-mobile .inner:before {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    transition: all .5s ease;
    width: 30px
}

.menu-mobile .inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.menu-mobile .inner:before {
    margin-top: -10px;
    position: absolute
}

.menu-mobile .inner:after {
    margin-top: 10px;
    position: absolute
}

.menu-mobile.menu-mobile-close .inner {
    background-color: transparent;
    left: 54%
}

.menu-mobile.menu-mobile-close .inner:after,
.menu-mobile.menu-mobile-close .inner:before {
    transform: rotate(45deg);
    transform-origin: 0 50%;
    width: 30px
}

.menu-mobile.menu-mobile-close .inner:after {
    transform: rotate(-45deg)
}

body.header-fixed {
    padding-top: 90px
}

body.header-fixed .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

@media screen and (min-width:1300px) {
    body.header-fixed .header .w-container {
        max-width: 96%
    }
}

@media screen and (max-width:1380px) {
    .menu ul li a {
        font-size: 18px;
        padding: 12px 6px
    }
}

@media screen and (max-width:1300px) {
    .menu ul li a {
        font-size: 15px;
        padding: 12px 6px
    }
    .menu ul li.has-dropdown a {
        padding-right: 22px
    }
    .menu ul li.menu-item-has-children:after {
        margin-left: -5px
    }
    .menu .menu-cta {
        margin-left: 0
    }
    .liveops-hubspot-form .menu .menu-cta input[type=submit]:first-child,
    .menu .menu-cta .button:first-child,
    .menu .menu-cta .liveops-hubspot-form input[type=submit]:first-child,
    .menu .menu-cta .search-form input[type=submit]:first-child,
    .menu .menu-cta .searchform input[type=submit]:first-child,
    .menu .menu-cta body .gform_wrapper .gform_footer input[type=submit]:first-child,
    .menu .menu-cta ul li.nav-button a:first-child,
    .menu ul li.nav-button .menu-cta a:first-child,
    .search-form .menu .menu-cta input[type=submit]:first-child,
    .searchform .menu .menu-cta input[type=submit]:first-child,
    body .gform_wrapper .gform_footer .menu .menu-cta input[type=submit]:first-child {
        margin-right: 6px
    }
    .liveops-hubspot-form .menu .menu-cta input[type=submit]:last-child,
    .menu .menu-cta .button:last-child,
    .menu .menu-cta .liveops-hubspot-form input[type=submit]:last-child,
    .menu .menu-cta .search-form input[type=submit]:last-child,
    .menu .menu-cta .searchform input[type=submit]:last-child,
    .menu .menu-cta body .gform_wrapper .gform_footer input[type=submit]:last-child,
    .menu .menu-cta ul li.nav-button a:last-child,
    .menu ul li.nav-button .menu-cta a:last-child,
    .search-form .menu .menu-cta input[type=submit]:last-child,
    .searchform .menu .menu-cta input[type=submit]:last-child,
    body .gform_wrapper .gform_footer .menu .menu-cta input[type=submit]:last-child {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media screen and (max-width:1140px) {
    .menu ul li a {
        font-size: 13px;
        padding: 12px 6px
    }
    .menu .menu-cta {
        margin-left: 6px
    }
    .liveops-hubspot-form .menu .menu-cta input[type=submit]:first-child,
    .menu .menu-cta .button:first-child,
    .menu .menu-cta .liveops-hubspot-form input[type=submit]:first-child,
    .menu .menu-cta .search-form input[type=submit]:first-child,
    .menu .menu-cta .searchform input[type=submit]:first-child,
    .menu .menu-cta body .gform_wrapper .gform_footer input[type=submit]:first-child,
    .menu .menu-cta ul li.nav-button a:first-child,
    .menu ul li.nav-button .menu-cta a:first-child,
    .search-form .menu .menu-cta input[type=submit]:first-child,
    .searchform .menu .menu-cta input[type=submit]:first-child,
    body .gform_wrapper .gform_footer .menu .menu-cta input[type=submit]:first-child {
        margin-right: 0
    }
    .liveops-hubspot-form .menu .menu-cta input[type=submit]:last-child,
    .menu .menu-cta .button:last-child,
    .menu .menu-cta .liveops-hubspot-form input[type=submit]:last-child,
    .menu .menu-cta .search-form input[type=submit]:last-child,
    .menu .menu-cta .searchform input[type=submit]:last-child,
    .menu .menu-cta body .gform_wrapper .gform_footer input[type=submit]:last-child,
    .menu .menu-cta ul li.nav-button a:last-child,
    .menu ul li.nav-button .menu-cta a:last-child,
    .search-form .menu .menu-cta input[type=submit]:last-child,
    .searchform .menu .menu-cta input[type=submit]:last-child,
    body .gform_wrapper .gform_footer .menu .menu-cta input[type=submit]:last-child {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media screen and (max-width:1019px) {
    .menu ul li a {
        font-size: 12px;
        padding: 12px 6px
    }
    .menu ul li.has-dropdown a {
        padding-right: 6px
    }
    .menu ul li.has-dropdown .dropdown-arrow {
        right: 0
    }
}

@media screen and (max-width:991px) {
    .header .w-col,
    .header .w-container,
    .header .w-row {
        float: none;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%
    }
    .header .header-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
    .menu-mobile {
        display: block
    }
    .menu {
        background: #fff;
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .3);
        display: none;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1
    }
    .menu .menu-cta,
    .menu .menu-items {
        display: block
    }
    .menu .menu-items {
        text-align: left
    }
    .menu .menu-cta {
        margin: 0;
        padding: 20px;
        text-align: center
    }
    .menu .menu-cta .button-orange:active,
    .menu .menu-cta .button-orange:focus,
    .menu .menu-cta .button-orange:hover,
    .menu .menu-cta ul li.nav-button-orange a:active,
    .menu .menu-cta ul li.nav-button-orange a:focus,
    .menu .menu-cta ul li.nav-button-orange a:hover,
    .menu ul li.nav-button-orange .menu-cta a:active,
    .menu ul li.nav-button-orange .menu-cta a:focus,
    .menu ul li.nav-button-orange .menu-cta a:hover {
        color: #43474f
    }
    .menu ul li {
        position: relative
    }
    .menu ul li,
    .menu ul li a {
        display: block
    }
    .menu ul li a {
        color: #43474f;
        font-size: 14px;
        padding: 20px
    }
    .menu ul li.has-dropdown .dropdown-arrow {
        color: #43474f;
        font-size: 18px;
        line-height: 18px;
        margin: 0;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 0
    }
    .menu ul li>ul.dropdown {
        border-radius: 0;
        box-shadow: none;
        left: auto;
        position: relative;
        top: auto;
        transform: none;
        transition: none;
        width: 100%
    }
    .menu ul li>ul.dropdown li {
        padding-left: 0
    }
    .menu ul li>ul.dropdown li a {
        padding: 20px 20px 20px 50px
    }
    .menu ul li>ul.dropdown li a:hover,
    .menu ul li>ul.dropdown li.current-menu-item a,
    .menu ul li>ul.dropdown li:hover a {
        background: #004470;
        color: #fff
    }
    .menu ul li>ul.dropdown li:first-child a,
    .menu ul li>ul.dropdown li:last-child a {
        border-radius: 0
    }
    .menu ul li:hover>ul.dropdown {
        display: none
    }
    .menu ul li.current-menu-item a,
    .menu ul li.current-menu-parent a,
    .menu ul li:hover a {
        color: #004470
    }
}

.mobile-nav-buttons-sm {
    display: none;
    padding: 20px 20px 0;
    text-align: center;
    width: 100%
}

.menu ul li.nav-button .mobile-nav-buttons-sm a+a,
.mobile-nav-buttons-sm .menu ul li.nav-button a+a,
.mobile-nav-buttons-sm a,
.mobile-nav-buttons-sm a.button+a.button {
    margin-top: 0
}

.mobile-nav-buttons-md {
    display: none;
    margin-right: 4px
}

.mobile-nav-buttons-md a {
    margin-top: 0 !important
}

.liveops-hubspot-form .mobile-nav-buttons-md input[type=submit]:first-child,
.menu ul li.nav-button .mobile-nav-buttons-md a:first-child,
.mobile-nav-buttons-md .button:first-child,
.mobile-nav-buttons-md .liveops-hubspot-form input[type=submit]:first-child,
.mobile-nav-buttons-md .menu ul li.nav-button a:first-child,
.mobile-nav-buttons-md .search-form input[type=submit]:first-child,
.mobile-nav-buttons-md .searchform input[type=submit]:first-child,
.mobile-nav-buttons-md body .gform_wrapper .gform_footer input[type=submit]:first-child,
.search-form .mobile-nav-buttons-md input[type=submit]:first-child,
.searchform .mobile-nav-buttons-md input[type=submit]:first-child,
body .gform_wrapper .gform_footer .mobile-nav-buttons-md input[type=submit]:first-child {
    margin-right: 4px
}

@media (max-width:991px) {
    .mobile-nav-buttons {
        display: block
    }
    .header div.menu-cta {
        display: none
    }
    .mobile-nav-buttons-md {
        display: inline-block
    }
}

@media (max-width:610px) {
    .mobile-nav-buttons-sm {
        display: block
    }
    .mobile-nav-buttons-md {
        display: none
    }
    body.header-fixed {
        padding-top: 148px
    }
}

@media (min-width:1020px) and (max-width:1150px) {
    .menu ul li.has-dropdown a {
        padding-right: 6px
    }
    .menu ul li.has-dropdown .dropdown-arrow {
        right: 0
    }
}

@media (min-width:991px) and (max-width:1170px) {
    .logo {
        padding: 0 20px
    }
}

@media (max-width:500px) {
    .liveops-hubspot-form .mobile-nav-buttons-sm input[type=submit],
    .menu ul li.nav-button .mobile-nav-buttons-sm a,
    .mobile-nav-buttons-sm .button,
    .mobile-nav-buttons-sm .liveops-hubspot-form input[type=submit],
    .mobile-nav-buttons-sm .menu ul li.nav-button a,
    .mobile-nav-buttons-sm .search-form input[type=submit],
    .mobile-nav-buttons-sm .searchform input[type=submit],
    .mobile-nav-buttons-sm body .gform_wrapper .gform_footer input[type=submit],
    .search-form .mobile-nav-buttons-sm input[type=submit],
    .searchform .mobile-nav-buttons-sm input[type=submit],
    body .gform_wrapper .gform_footer .mobile-nav-buttons-sm input[type=submit] {
        margin-right: 2px;
        padding: 4px 9px
    }
}

@media (max-width:318px) {
    .liveops-hubspot-form .mobile-nav-buttons-sm input[type=submit]:first-child,
    .menu ul li.nav-button .mobile-nav-buttons-sm a:first-child,
    .mobile-nav-buttons-sm .button:first-child,
    .mobile-nav-buttons-sm .liveops-hubspot-form input[type=submit]:first-child,
    .mobile-nav-buttons-sm .menu ul li.nav-button a:first-child,
    .mobile-nav-buttons-sm .search-form input[type=submit]:first-child,
    .mobile-nav-buttons-sm .searchform input[type=submit]:first-child,
    .mobile-nav-buttons-sm body .gform_wrapper .gform_footer input[type=submit]:first-child,
    .search-form .mobile-nav-buttons-sm input[type=submit]:first-child,
    .searchform .mobile-nav-buttons-sm input[type=submit]:first-child,
    body .gform_wrapper .gform_footer .mobile-nav-buttons-sm input[type=submit]:first-child {
        margin-bottom: 8px
    }
}

.footer-bottom,
.footer-top {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.footer-top {
    padding-top: 50px
}

.footer-bottom {
    margin: 30px 0
}

.footer-logo {
    width: 195px
}

.footer-menu ul {
    list-style: none;
    margin: 0
}

.footer-menu ul li {
    margin: 0
}

.footer-menu ul li,
.footer-menu ul li a {
    display: inline-block
}

.footer-menu ul li a {
    color: #2495c6;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding: 5px 10px;
    text-decoration: none;
    transition: all .2s ease
}

.footer-menu ul li a:hover {
    color: #43474f;
    text-decoration: none
}

.footer-social a {
    color: #27aae1;
    font-size: 20px;
    line-height: 20px;
    padding: 0 5px;
    text-decoration: none
}

.footer-social a:hover {
    color: #43474f;
    text-decoration: none
}

.footer-social a:first-child {
    padding-left: 0
}

.footer-social a:last-child {
    padding-right: 0
}

.footer-copyright,
.footer-privacy {
    color: #2495c6;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.footer-privacy a {
    color: #2495c6;
    margin-left: 30px;
    text-decoration: none
}

.footer-privacy a:hover {
    color: #43474f;
    text-decoration: none
}

.footer-privacy a:first-child {
    margin-left: 0
}

@media screen and (max-width:991px) {
    .footer-bottom,
    .footer-top {
        display: block;
        text-align: center
    }
    .footer-logo {
        margin: 0 auto
    }
    .footer-menu {
        margin: 10px 0
    }
    .footer-privacy {
        margin-top: 10px
    }
    .footer-privacy a {
        margin-left: 10px
    }
}

.banner {
    background: #851556;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    position: relative;
    text-align: center
}

.banner,
.banner a,
.banner a:hover,
.banner:hover {
    color: #fff;
    text-decoration: none
}

.banner a {
    font-weight: 600
}

.banner p {
    margin: 0;
    padding: 0
}

.banner.banner-fixed {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000
}

.banner-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%)
}

body.banner-fixed {
    padding-bottom: 48px
}

body.banner-fixed .banner {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000
}

@media screen and (max-width:991px) {
    .banner .w-col {
        padding: 0 40px
    }
    .banner-close {
        right: 10px
    }
}

.accordion-items {
    margin-top: 30px
}

.accordion-items .item {
    border-top: 1px solid #d5d9df
}

.accordion-items .item:first-child {
    border-top: 0
}

.accordion-items .item:last-child {
    border-bottom: 1px solid #d5d9df
}

.accordion-items .item-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px
}

.accordion-items .item-header:hover {
    cursor: pointer
}

.accordion-items .item-header:after {
    color: #004470;
    content: "\f067";
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    font-weight: 900;
    line-height: 25px;
    position: relative
}

.accordion-items .item-title {
    color: #004470;
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    text-transform: none
}

.accordion-items .item-content {
    display: none;
    padding: 0 12px 20px
}

.accordion-items .item-content h1:last-child,
.accordion-items .item-content h2:last-child,
.accordion-items .item-content h3:last-child,
.accordion-items .item-content h4:last-child,
.accordion-items .item-content h5:last-child,
.accordion-items .item-content h6:last-child,
.accordion-items .item-content ol:last-child,
.accordion-items .item-content p:last-child,
.accordion-items .item-content ul:last-child {
    margin-bottom: 0
}

.accordion-items .active .item-header:after {
    content: "\f068"
}

.section-accordion.has-text-color.text-color-dark .accordion-items .item-header:after,
.section-accordion.has-text-color.text-color-dark .accordion-items .item-title {
    color: #fff
}

@media screen and (max-width:991px) {
    .accordion-items .item-title {
        font-size: 20px;
        line-height: 30px
    }
}

.article-read-time-section {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px
}

.article-read-time-section .article-time-wrapper,
.article-read-time-section .listen {
    align-items: center;
    color: #43474f;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px
}

.article-read-time-section .article-time-wrapper h4,
.article-read-time-section .listen h4 {
    line-height: 55px;
    margin: 0
}

.article-read-time-section .article-time-wrapper,
.article-read-time-section .listen {
    padding-left: 40px
}

.article-read-time-section .icon {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 50%;
    display: flex;
    font-size: 26px;
    height: 55px;
    justify-content: center;
    margin-right: 14px;
    transition: all .4s ease-in-out;
    width: 55px
}

.article-read-time-section .icon svg {
    color: #fff
}

.article-read-time-section .icon.read-time-icon {
    background-color: #000
}

.article-read-time-section .icon.audio-icon {
    background-color: #27aae1
}

.article-read-time-section .icon.audio-icon svg {
    padding-left: 2px
}

.article-read-time-section .icon.audio-icon:focus,
.article-read-time-section .icon.audio-icon:hover {
    background-color: #fff;
    border-color: #27aae1
}

.article-read-time-section .icon.audio-icon:focus svg,
.article-read-time-section .icon.audio-icon:hover svg {
    color: #27aae1
}

@media screen and (min-width:768px) {
    .article-read-time-section {
        flex-direction: row;
        justify-content: flex-start
    }
    .article-read-time-section .article-time-wrapper {
        padding-left: 0
    }
    .article-read-time-section .listen {
        padding-left: 60px
    }
}

.sk-app-container {
    margin-top: -10px;
    opacity: 0;
    transition: all 1s ease-in-out
}

.section-agent-stories .article {
    height: 100%
}

.section-agent-stories .w-col-equal-height {
    margin-bottom: 20px
}

@media screen and (max-width:991px) {
    .section-agent-stories .w-col-equal-height {
        display: block;
        width: 100%
    }
    .section-agent-stories .w-col-equal-height .w-col {
        width: 100%
    }
    .section-agent-stories .w-col-equal-height .article {
        margin-bottom: 20px
    }
}

.awards {
    display: block;
    position: relative;
    width: 100%
}

.award {
    align-items: center;
    display: flex !important;
    max-height: 300px;
    min-height: 300px;
    padding: 40px;
    text-align: center;
    width: 25%
}

.award img {
    margin: 0 auto;
    max-height: 200px;
    width:auto;
}

@media screen and (max-width:991px) {
    .award {
        width: 50%
    }
}

@media screen and (max-width:479px) {
    .award {
        width: 100%
    }
}

.section-callout+.footer .footer-top {
    border-top: 0
}

.callout-image {
    overflow: hidden
}

.callout-image,
.callout-image img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.callout-image img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center;
    overflow: visible
}

.callout-bg {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.callout-content {
    padding: 100px 0;
    position: relative;
    z-index: 3
}

.callout-content.callout-content-small {
    padding: 50px 0
}

.callout-content.callout-content-medium {
    padding: 100px 0
}

@media (max-width:979px) {
    .callout-content.callout-content-medium {
        padding: 60px 0
    }
}

.callout-content.callout-content-large {
    padding: 200px 0
}

@media (max-width:979px) {
    .callout-content.callout-content-large {
        padding: 60px 0
    }
}

@media screen and (min-width:991px) {
    .callout-content .w-container.text-background {
        margin-left: 0
    }
}

.callout-content .w-container .text-wrapper {
    padding: 4.5rem 10%
}

@media screen and (min-width:1300px) {
    .callout-content .w-container .text-wrapper {
        padding: 4.5rem 7.5rem
    }
}

.card {
    margin-bottom: 20px;
    position: relative
}

.card-taxonomies {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 60px;
    justify-content: center;
    line-height: 20px;
    padding: 0 20px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 4
}

.card-taxonomies div {
    text-align: center
}

.card-taxonomies a {
    color: #fff;
    text-decoration: none
}

.card-taxonomies a:hover {
    color: #fff;
    text-decoration: underline
}

.card-image {
    border-radius: 12px;
    min-height: 300px;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    width: 100%
}

.card-image img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.card-image img.card-overlay-image {
    z-index: 2
}

.card-image:before {
    background: rgba(111, 126, 142, .8);
    border-radius: 12px;
    content: "";
    left: 0;
    top: 0;
    transition: all .2s ease
}

.card-image:before,
.card-title {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3
}

.card-title {
    align-items: center;
    display: flex;
    font-family: ArgentCF, Times New Roman, sans-serif;
    font-size: 27px;
    font-weight: 500;
    justify-content: center;
    left: 50%;
    line-height: 34px;
    margin: 0;
    padding: 0 50px;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%)
}

.card-lock {
    margin-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 4
}

.card-lock+.card-taxonomies {
    margin-top: 0
}

.card-play-button {
    display: block;
    margin: 30px auto 0;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 4
}

.card-play-button .play-button {
    height: 50px;
    width: 50px
}

.card-play-button .play-button .fas {
    font-size: 20px;
    left: 3px;
    line-height: 20px
}

.card-text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px
}

.card-text p {
    margin-bottom: 10px;
    text-align: left
}

.card-text a {
    font-weight: 500
}

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

.card-link,
.join-site .card-link {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%
}

.card-link:hover,
.join-site .card-link:hover {
    color: #fff
}

.card-link:hover .card-image,
.join-site .card-link:hover .card-image {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .3)
}

.card-link:hover .card-image:before,
.join-site .card-link:hover .card-image:before {
    background: rgba(0, 0, 0, .3)
}

.cards-row {
    align-items: stretch;
    display: flex;
    justify-content: center
}

.cards-row.row {
    flex-direction: column
}

@media screen and (max-width:991px) {
    .card-title {
        padding: 0 10px
    }
    .cards-row {
        flex-flow: row wrap
    }
}

.three-column-cards .w-container .w-row {
    align-items: stretch;
    padding-bottom: 10px;
    padding-top: 10px
}

.three-column-cards .w-container .w-row:last-of-type {
    padding-bottom: 10px
}

.three-column-cards .w-container .w-row.row .w-col .card {
    align-items: center;
    flex-direction: row;
    margin-bottom: 25px;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .three-column-cards .w-container .w-row.row .w-col .card {
        flex-direction: column;
        max-width: 416px
    }
}

@media screen and (min-width:991px) {
    .three-column-cards .w-container .w-row.row .w-col .card {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1140px) {
    .three-column-cards .w-container .w-row.row .w-col .card {
        margin-bottom: 70px
    }
}

.three-column-cards .w-container .w-row.row .w-col .card .card-image-text-container .card-image {
    width: 326px
}

@media screen and (max-width:1140px) {
    .three-column-cards .w-container .w-row.row .w-col .card .card-image-text-container .card-image {
        min-height: 300px
    }
}

@media screen and (max-width:991px) {
    .three-column-cards .w-container .w-row.row .w-col .card .card-image-text-container .card-image {
        min-height: 400px
    }
}

@media screen and (max-width:767px) {
    .three-column-cards .w-container .w-row.row .w-col .card .card-image-text-container .card-image {
        min-height: 240px;
        width: 416px
    }
}

.three-column-cards .w-container .w-row.row .w-col .card .card-description-container {
    padding: 25px 54px 25px 62px
}

@media screen and (max-width:767px) {
    .three-column-cards .w-container .w-row.row .w-col .card .card-description-container {
        padding: 25px 28px 0
    }
}

.three-column-cards .w-container .w-row.row .w-col .card .card-description-container .callout-text {
    padding: 0
}

.three-column-cards .w-container .w-row.row .w-col .card .card-description-container .callout-text h4 {
    font: normal normal 600 24px/30px Work Sans, sans-serif
}

.three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description {
    align-items: flex-start
}

@media screen and (max-width:767px) {
    .three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description {
        padding-top: 0
    }
}

.three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description .card-text {
    padding-left: 0;
    padding-right: 0
}

.liveops-hubspot-form .three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description input[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description a,
.search-form .three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description input[type=submit],
.searchform .three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description input[type=submit],
.three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description .button,
.three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description .liveops-hubspot-form input[type=submit],
.three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description .menu ul li.nav-button a,
.three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description .search-form input[type=submit],
.three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description .searchform input[type=submit],
.three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row.row .w-col .card .card-description-container .card-description input[type=submit] {
    margin: 0
}

.liveops-hubspot-form .three-column-cards .w-container .w-row.column .w-col .card .card-description input[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row.column .w-col .card .card-description a,
.search-form .three-column-cards .w-container .w-row.column .w-col .card .card-description input[type=submit],
.searchform .three-column-cards .w-container .w-row.column .w-col .card .card-description input[type=submit],
.three-column-cards .w-container .w-row.column .w-col .card .card-description .button,
.three-column-cards .w-container .w-row.column .w-col .card .card-description .liveops-hubspot-form input[type=submit],
.three-column-cards .w-container .w-row.column .w-col .card .card-description .menu ul li.nav-button a,
.three-column-cards .w-container .w-row.column .w-col .card .card-description .search-form input[type=submit],
.three-column-cards .w-container .w-row.column .w-col .card .card-description .searchform input[type=submit],
.three-column-cards .w-container .w-row.column .w-col .card .card-description body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row.column .w-col .card .card-description input[type=submit] {
    border-radius: 0 0 20px 20px;
    border-width: 0;
    font: normal normal 600 18px/28px Work Sans, sans-serif;
    margin: 0;
    max-width: 100%;
    padding: 22px 29px;
    text-align: center;
    width: 100%
}

@media screen and (max-width:1140px) {
    .three-column-cards .w-container .w-row.column .w-col .card .card-description {
        padding: 0
    }
}

.three-column-cards .w-container .w-row .w-col {
    padding-left: 13px;
    padding-right: 13px
}

@media screen and (min-width:768px) and (max-width:991px) {
    .three-column-cards .w-container .w-row .w-col.w-col-medium-6 {
        width: 45%
    }
}

@media screen and (max-width:767px) {
    .three-column-cards .w-container .w-row .w-col {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media screen and (min-width:1024px) {
    .three-column-cards .w-container .w-row .w-col .content-styled.content-wide {
        padding: 0
    }
    .three-column-cards .w-container .w-row .w-col .content-styled.content-narrow {
        padding: 0 15%
    }
}

@media screen and (min-width:991px) {
    .three-column-cards .w-container .w-row {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.three-column-cards .w-container .w-row .card {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 416px;
    overflow: hidden;
    position: relative
}

.three-column-cards .w-container .w-row .card .card-image-text-container {
    height: 101%
}

.three-column-cards .w-container .w-row .card .card-image {
    border-radius: 0;
    min-height: 244px
}

.three-column-cards .w-container .w-row .card .card-image:hover {
    box-shadow: unset
}

.three-column-cards .w-container .w-row .card .card-image:before {
    background: transparent;
    content: "";
    position: relative
}

.three-column-cards .w-container .w-row .card .callout-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100% - 244px);
    padding: 23px 28px
}

.three-column-cards .w-container .w-row .card .callout-text h4 {
    font: normal normal 600 32px/42px ArgentCF, Times New Roman, sans-serif;
    margin-bottom: 0;
    text-align: left
}

.three-column-cards .w-container .w-row .card .callout-text h4.white-text:hover {
    color: #fff
}

.three-column-cards .w-container .w-row .card .card-description-container {
    height: 67%
}

@media screen and (max-width:1140px) {
    .three-column-cards .w-container .w-row .card .card-description-container {
        height: 72%
    }
}

.three-column-cards .w-container .w-row .card .card-description {
    align-items: center;
    display: flex;
    flex-direction: column;
    font: normal normal medium 18px/28px Work Sans, sans-serif;
    height: 100%;
    justify-content: space-between;
    padding: 0
}

@media screen and (max-width:1140px) {
    .three-column-cards .w-container .w-row .card .card-description {
        padding: 28px 0
    }
}

.three-column-cards .w-container .w-row .card .card-description.bg-light-gray {
    background-color: #eceeef
}

.three-column-cards .w-container .w-row .card .card-description .card-text {
    padding: 0 28px 20px
}

@media screen and (max-width:1140px) {
    .three-column-cards .w-container .w-row .card .card-description .card-text {
        margin-bottom: 15px;
        padding: 0 28px
    }
}

@media screen and (max-width:768px) {
    .three-column-cards .w-container .w-row .card .card-description .card-text {
        margin-bottom: 20px
    }
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a,
.search-form .three-column-cards .w-container .w-row .card .card-description input[type=submit],
.searchform .three-column-cards .w-container .w-row .card .card-description input[type=submit],
.three-column-cards .w-container .w-row .card .card-description .button,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input[type=submit],
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a,
.three-column-cards .w-container .w-row .card .card-description .search-form input[type=submit],
.three-column-cards .w-container .w-row .card .card-description .searchform input[type=submit],
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input[type=submit] {
    font: normal normal 600 16px/28px Work Sans, sans-serif;
    margin: 29px auto 10px;
    padding: 10px 29px
}

@media screen and (max-width:1140px) {
    .liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input[type=submit],
    .menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a,
    .search-form .three-column-cards .w-container .w-row .card .card-description input[type=submit],
    .searchform .three-column-cards .w-container .w-row .card .card-description input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description .button,
    .three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a,
    .three-column-cards .w-container .w-row .card .card-description .search-form input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description .searchform input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input[type=submit],
    body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input[type=submit] {
        max-width: calc(100% - 20px);
        padding: 10px 16px
    }
}

@media screen and (max-width:992px) {
    .liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input[type=submit],
    .menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a,
    .search-form .three-column-cards .w-container .w-row .card .card-description input[type=submit],
    .searchform .three-column-cards .w-container .w-row .card .card-description input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description .button,
    .three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a,
    .three-column-cards .w-container .w-row .card .card-description .search-form input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description .searchform input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input[type=submit],
    body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input[type=submit] {
        font-size: 15px
    }
}

@media screen and (max-width:348px) {
    .liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input[type=submit],
    .menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a,
    .search-form .three-column-cards .w-container .w-row .card .card-description input[type=submit],
    .searchform .three-column-cards .w-container .w-row .card .card-description input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description .button,
    .three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a,
    .three-column-cards .w-container .w-row .card .card-description .search-form input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description .searchform input[type=submit],
    .three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input[type=submit],
    body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input[type=submit] {
        font-size: 13px;
        line-height: 1.24;
        text-align: center
    }
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input[type=submit]:after,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a:after,
.search-form .three-column-cards .w-container .w-row .card .card-description input[type=submit]:after,
.searchform .three-column-cards .w-container .w-row .card .card-description input[type=submit]:after,
.three-column-cards .w-container .w-row .card .card-description .button:after,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input[type=submit]:after,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a:after,
.three-column-cards .w-container .w-row .card .card-description .search-form input[type=submit]:after,
.three-column-cards .w-container .w-row .card .card-description .searchform input[type=submit]:after,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input[type=submit]:after,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input[type=submit]:after {
    bottom: 0;
    content: "";
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-white,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit],
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit],
.three-column-cards .w-container .w-row .card .card-description .button.button-white,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-white[type=submit],
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-white,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-white[type=submit],
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-white[type=submit],
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-white[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit] {
    background-color: #fff
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:active,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:focus,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:hover,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-white:active,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-white:focus,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-white:hover,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:active,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:focus,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:hover,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:active,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:focus,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .button.button-white:active,
.three-column-cards .w-container .w-row .card .card-description .button.button-white:focus,
.three-column-cards .w-container .w-row .card .card-description .button.button-white:hover,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-white[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-white[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-white[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-white:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-white:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-white:hover,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-white[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-white[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-white[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-white[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-white[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-white[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-white[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-white[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-white[type=submit]:hover,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:active,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:focus,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-white[type=submit]:hover {
    background-color: #e6e6e6
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-light-gray,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit],
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description .button.button-light-gray,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-light-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-light-gray,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-light-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-light-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-light-gray[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit] {
    background-color: #eceeef
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:active,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:focus,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:hover,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-light-gray:active,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-light-gray:focus,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-light-gray:hover,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:active,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:focus,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:hover,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:active,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:focus,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .button.button-light-gray:active,
.three-column-cards .w-container .w-row .card .card-description .button.button-light-gray:focus,
.three-column-cards .w-container .w-row .card .card-description .button.button-light-gray:hover,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-light-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-light-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-light-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-light-gray:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-light-gray:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-light-gray:hover,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-light-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-light-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-light-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-light-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-light-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-light-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-light-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-light-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-light-gray[type=submit]:hover,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:active,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:focus,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-light-gray[type=submit]:hover {
    background-color: #d0d5d8
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-gray,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit],
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description .button.button-gray,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-gray,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-gray[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit] {
    background-color: #43474f
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:active,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:focus,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:hover,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-gray:active,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-gray:focus,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-gray:hover,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:active,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:focus,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:hover,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:active,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:focus,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .button.button-gray:active,
.three-column-cards .w-container .w-row .card .card-description .button.button-gray:focus,
.three-column-cards .w-container .w-row .card .card-description .button.button-gray:hover,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-gray:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-gray:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-gray:hover,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-gray[type=submit]:hover,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:active,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:focus,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-gray[type=submit]:hover {
    background-color: #2c2e33
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit],
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:active,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:focus,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:hover,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-dark-gray,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-dark-gray:active,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-dark-gray:focus,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-dark-gray:hover,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit],
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:active,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:focus,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:hover,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit],
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:active,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:focus,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .button.button-dark-gray,
.three-column-cards .w-container .w-row .card .card-description .button.button-dark-gray:active,
.three-column-cards .w-container .w-row .card .card-description .button.button-dark-gray:focus,
.three-column-cards .w-container .w-row .card .card-description .button.button-dark-gray:hover,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-dark-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-dark-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-dark-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-dark-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-dark-gray,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-dark-gray:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-dark-gray:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-dark-gray:hover,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-dark-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-dark-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-dark-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-dark-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-dark-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-dark-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-dark-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-dark-gray[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-dark-gray[type=submit],
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-dark-gray[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-dark-gray[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-dark-gray[type=submit]:hover,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:active,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:focus,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-dark-gray[type=submit]:hover {
    background-color: #000
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-orange,
.menu ul li.nav-button li.nav-button-orange .three-column-cards .w-container .w-row .card .card-description a,
.menu ul li.nav-button-orange .three-column-cards .w-container .w-row .card .card-description a.button,
.menu ul li.nav-button-orange li.nav-button .three-column-cards .w-container .w-row .card .card-description a,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit],
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit],
.three-column-cards .w-container .w-row .card .card-description .button.button-orange,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-orange[type=submit],
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-orange,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button li.nav-button-orange a,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button-orange a.button,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button-orange li.nav-button a,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-orange[type=submit],
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-orange[type=submit],
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-orange[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit] {
    background-color: #851556
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:active,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:focus,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:hover,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-orange:active,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-orange:focus,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-orange:hover,
.menu ul li.nav-button li.nav-button-orange .three-column-cards .w-container .w-row .card .card-description a:active,
.menu ul li.nav-button li.nav-button-orange .three-column-cards .w-container .w-row .card .card-description a:focus,
.menu ul li.nav-button li.nav-button-orange .three-column-cards .w-container .w-row .card .card-description a:hover,
.menu ul li.nav-button-orange .three-column-cards .w-container .w-row .card .card-description a.button:active,
.menu ul li.nav-button-orange .three-column-cards .w-container .w-row .card .card-description a.button:focus,
.menu ul li.nav-button-orange .three-column-cards .w-container .w-row .card .card-description a.button:hover,
.menu ul li.nav-button-orange li.nav-button .three-column-cards .w-container .w-row .card .card-description a:active,
.menu ul li.nav-button-orange li.nav-button .three-column-cards .w-container .w-row .card .card-description a:focus,
.menu ul li.nav-button-orange li.nav-button .three-column-cards .w-container .w-row .card .card-description a:hover,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:active,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:focus,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:hover,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:active,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:focus,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .button.button-orange:active,
.three-column-cards .w-container .w-row .card .card-description .button.button-orange:focus,
.three-column-cards .w-container .w-row .card .card-description .button.button-orange:hover,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-orange[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-orange[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-orange[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-orange:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-orange:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-orange:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button li.nav-button-orange a:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button li.nav-button-orange a:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button li.nav-button-orange a:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button-orange a.button:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button-orange a.button:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button-orange a.button:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button-orange li.nav-button a:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button-orange li.nav-button a:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button-orange li.nav-button a:hover,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-orange[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-orange[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-orange[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-orange[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-orange[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-orange[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-orange[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-orange[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-orange[type=submit]:hover,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:active,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:focus,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-orange[type=submit]:hover {
    background-color: #590e3a
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-dark-orange,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit],
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit],
.three-column-cards .w-container .w-row .card .card-description .button.button-dark-orange,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-dark-orange[type=submit],
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-dark-orange,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-dark-orange[type=submit],
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-dark-orange[type=submit],
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-dark-orange[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit] {
    background-color: #851556
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:active,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:focus,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:hover,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-dark-orange:active,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-dark-orange:focus,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-dark-orange:hover,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:active,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:focus,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:hover,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:active,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:focus,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .button.button-dark-orange:active,
.three-column-cards .w-container .w-row .card .card-description .button.button-dark-orange:focus,
.three-column-cards .w-container .w-row .card .card-description .button.button-dark-orange:hover,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-dark-orange[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-dark-orange[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-dark-orange[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-dark-orange:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-dark-orange:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-dark-orange:hover,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-dark-orange[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-dark-orange[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-dark-orange[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-dark-orange[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-dark-orange[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-dark-orange[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-dark-orange[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-dark-orange[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-dark-orange[type=submit]:hover,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:active,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:focus,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-dark-orange[type=submit]:hover {
    background-color: #590e3a
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-yellow,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit],
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit],
.three-column-cards .w-container .w-row .card .card-description .button.button-yellow,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-yellow[type=submit],
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-yellow,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-yellow[type=submit],
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-yellow[type=submit],
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-yellow[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit] {
    background-color: #851556
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:active,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:focus,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:hover,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-yellow:active,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-yellow:focus,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-yellow:hover,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:active,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:focus,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:hover,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:active,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:focus,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .button.button-yellow:active,
.three-column-cards .w-container .w-row .card .card-description .button.button-yellow:focus,
.three-column-cards .w-container .w-row .card .card-description .button.button-yellow:hover,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-yellow[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-yellow[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-yellow[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-yellow:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-yellow:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-yellow:hover,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-yellow[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-yellow[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-yellow[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-yellow[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-yellow[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-yellow[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-yellow[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-yellow[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-yellow[type=submit]:hover,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:active,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:focus,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-yellow[type=submit]:hover {
    background-color: #590e3a
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-purple,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit],
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit],
.three-column-cards .w-container .w-row .card .card-description .button.button-purple,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-purple[type=submit],
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-purple,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-purple[type=submit],
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-purple[type=submit],
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-purple[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit] {
    background-color: #851556
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:active,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:focus,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:hover,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-purple:active,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-purple:focus,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-purple:hover,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:active,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:focus,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:hover,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:active,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:focus,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .button.button-purple:active,
.three-column-cards .w-container .w-row .card .card-description .button.button-purple:focus,
.three-column-cards .w-container .w-row .card .card-description .button.button-purple:hover,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-purple[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-purple[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-purple[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-purple:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-purple:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-purple:hover,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-purple[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-purple[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-purple[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-purple[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-purple[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-purple[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-purple[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-purple[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-purple[type=submit]:hover,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:active,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:focus,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-purple[type=submit]:hover {
    background-color: #590e3a
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit],
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-blue,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit],
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit],
.three-column-cards .w-container .w-row .card .card-description .button.button-blue,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-blue[type=submit],
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-blue,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-blue[type=submit],
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-blue[type=submit],
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-blue[type=submit],
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit] {
    background-color: #2495c6
}

.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:active,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:focus,
.liveops-hubspot-form .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:hover,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-blue:active,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-blue:focus,
.menu ul li.nav-button .three-column-cards .w-container .w-row .card .card-description a.button-blue:hover,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:active,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:focus,
.search-form .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:hover,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:active,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:focus,
.searchform .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .button.button-blue:active,
.three-column-cards .w-container .w-row .card .card-description .button.button-blue:focus,
.three-column-cards .w-container .w-row .card .card-description .button.button-blue:hover,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-blue[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-blue[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .liveops-hubspot-form input.button-blue[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-blue:active,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-blue:focus,
.three-column-cards .w-container .w-row .card .card-description .menu ul li.nav-button a.button-blue:hover,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-blue[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-blue[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .search-form input.button-blue[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-blue[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-blue[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description .searchform input.button-blue[type=submit]:hover,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-blue[type=submit]:active,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-blue[type=submit]:focus,
.three-column-cards .w-container .w-row .card .card-description body .gform_wrapper .gform_footer input.button-blue[type=submit]:hover,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:active,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:focus,
body .gform_wrapper .gform_footer .three-column-cards .w-container .w-row .card .card-description input.button-blue[type=submit]:hover {
    background-color: #1c759b
}

.three-column-cards .w-container .w-row .card .card-description .white-text:active,
.three-column-cards .w-container .w-row .card .card-description .white-text:focus,
.three-column-cards .w-container .w-row .card .card-description .white-text:hover {
    color: #fff
}

.three-column-cards .w-container .w-row .card .card-description .light-gray-text:active,
.three-column-cards .w-container .w-row .card .card-description .light-gray-text:focus,
.three-column-cards .w-container .w-row .card .card-description .light-gray-text:hover {
    color: #eceeef
}

.three-column-cards .w-container .w-row .card .card-description .gray-text,
.three-column-cards .w-container .w-row .card .card-description .gray-text:active,
.three-column-cards .w-container .w-row .card .card-description .gray-text:focus,
.three-column-cards .w-container .w-row .card .card-description .gray-text:hover {
    color: #43474f
}

.three-column-cards .w-container .w-row .card .card-description .dark-gray-text,
.three-column-cards .w-container .w-row .card .card-description .dark-gray-text:active,
.three-column-cards .w-container .w-row .card .card-description .dark-gray-text:focus,
.three-column-cards .w-container .w-row .card .card-description .dark-gray-text:hover {
    color: #000
}

.three-column-cards .w-container .w-row .card .card-description .blue-text,
.three-column-cards .w-container .w-row .card .card-description .blue-text:active,
.three-column-cards .w-container .w-row .card .card-description .blue-text:focus,
.three-column-cards .w-container .w-row .card .card-description .blue-text:hover {
    color: #27aae1
}

.three-column-cards .w-container .w-row .card .card-description .dark-blue-text,
.three-column-cards .w-container .w-row .card .card-description .dark-blue-text:active,
.three-column-cards .w-container .w-row .card .card-description .dark-blue-text:focus,
.three-column-cards .w-container .w-row .card .card-description .dark-blue-text:hover {
    color: #004470
}

.three-column-cards .w-container .w-row .card .card-description .dark-orange-text,
.three-column-cards .w-container .w-row .card .card-description .dark-orange-text:active,
.three-column-cards .w-container .w-row .card .card-description .dark-orange-text:focus,
.three-column-cards .w-container .w-row .card .card-description .dark-orange-text:hover,
.three-column-cards .w-container .w-row .card .card-description .orange-text,
.three-column-cards .w-container .w-row .card .card-description .orange-text:active,
.three-column-cards .w-container .w-row .card .card-description .orange-text:focus,
.three-column-cards .w-container .w-row .card .card-description .orange-text:hover,
.three-column-cards .w-container .w-row .card .card-description .purple-text,
.three-column-cards .w-container .w-row .card .card-description .purple-text:active,
.three-column-cards .w-container .w-row .card .card-description .purple-text:focus,
.three-column-cards .w-container .w-row .card .card-description .purple-text:hover,
.three-column-cards .w-container .w-row .card .card-description .yellow-text,
.three-column-cards .w-container .w-row .card .card-description .yellow-text:active,
.three-column-cards .w-container .w-row .card .card-description .yellow-text:focus,
.three-column-cards .w-container .w-row .card .card-description .yellow-text:hover {
    color: #851556
}

@media screen and (min-width:1300px) {
    .three-column-cards .w-container .w-row .w-col {
        padding-left: 35px;
        padding-right: 35px
    }
    .three-column-cards .w-container .w-row.row {
        padding-top: 60px
    }
}

@media screen and (min-width:1140px) and (max-width:1300px) {
    .three-column-cards .w-container .w-row .w-col {
        padding-left: 25px;
        padding-right: 25px
    }
    .three-column-cards .w-container .w-row.row {
        padding-top: 50px
    }
}

@media screen and (min-width:991px) and (max-width:1140px) {
    .three-column-cards .w-container .w-row .w-col {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:991px) {
    .three-column-cards .w-container .w-row .w-col {
        margin-bottom: 6px;
        margin-top: 20px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .three-column-cards .w-container .w-row .w-col {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width:767px) {
    .three-column-cards .w-container .cards-row {
        flex-flow: column wrap;
        padding-top: 32px
    }
    .three-column-cards .w-container .w-col {
        margin: 0
    }
    .three-column-cards .w-container .card {
        margin-bottom: 32px
    }
}

@media screen and (max-width:500px) {
    .three-column-cards .w-container .w-col:last-child .card {
        margin-bottom: 0
    }
}

@media screen and (max-width:450px) {
    .three-column-cards .w-container .card {
        margin-bottom: 36px
    }
}

.white-text {
    color: #fff
}

.white-text:active,
.white-text:focus,
.white-text:hover {
    color: #e6e6e6
}

.light-gray-text {
    color: #eceeef
}

.light-gray-text:active,
.light-gray-text:focus,
.light-gray-text:hover {
    color: #d0d5d8
}

.gray-text {
    color: #43474f
}

.gray-text:active,
.gray-text:focus,
.gray-text:hover {
    color: #2c2e33
}

.dark-gray-text,
.dark-gray-text:active,
.dark-gray-text:focus,
.dark-gray-text:hover {
    color: #000
}

.blue-text {
    color: #27aae1
}

.blue-text:active,
.blue-text:focus,
.blue-text:hover {
    color: #1a8bbb
}

.dark-blue-text {
    color: #004470
}

.dark-blue-text:active,
.dark-blue-text:focus,
.dark-blue-text:hover {
    color: #00253d
}

.orange-text {
    color: #851556
}

.orange-text:active,
.orange-text:focus,
.orange-text:hover {
    color: #590e3a
}

.dark-orange-text {
    color: #851556
}

.dark-orange-text:active,
.dark-orange-text:focus,
.dark-orange-text:hover {
    color: #590e3a
}

.yellow-text {
    color: #851556
}

.yellow-text:active,
.yellow-text:focus,
.yellow-text:hover {
    color: #590e3a
}

.purple-text {
    color: #851556
}

.purple-text:active,
.purple-text:focus,
.purple-text:hover {
    color: #590e3a
}

.black-text,
.black-text:active,
.black-text:focus,
.black-text:hover {
    color: #000
}

.clients {
    align-items: center;
    display: block;
    justify-content: space-between
}

.clients .client {
    align-items: center;
    display: flex !important;
    height: 100px;
    justify-content: center;
    text-align: center;
    width: 200px
}

.comparison-table {
    align-items: center;
    display: flex;
    width: 100%
}

.comparison-table .column-label,
.comparison-table .column-row {
    border-left: 1px solid #d5d9df;
    padding: 15px 10px;
    text-align: center
}

.comparison-table .column-label {
    border-left: 0;
    border-top: 5px solid transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 20px 10px
}

.comparison-table .column-row {
    border-top: 1px solid #d5d9df
}

.comparison-table .column-row:last-child {
    border-bottom: 1px solid #d5d9df
}

.comparison-table .column-rows .column-label,
.comparison-table .column-rows .column-row {
    color: #004470;
    font-weight: 500;
    text-align: left
}

.comparison-table .column {
    width: 25%
}

.comparison-table .column:first-child .column-row {
    border-left: 0
}

.comparison-table .column.active .column-label,
.comparison-table .column.active .column-row {
    background: #ebf3f9
}

.comparison-table .column.active .column-label {
    border-top-color: #27aae1
}

.comparison-table .column.active .column-row {
    border-left-color: #ebf3f9;
    border-top-color: #b3def3;
    font-weight: 600
}

.comparison-table .column.active .column-row:last-child {
    border-bottom-color: #b3def3
}

@media screen and (max-width:1140px) {
    .comparison-table .column-row {
        font-size: 16px;
        line-height: 25px
    }
}

@media screen and (max-width:991px) {
    .comparison-table {
        display: block
    }
    .comparison-table .column-rows {
        display: none
    }
    .comparison-table .column-label {
        border-top-color: #43474f
    }
    .comparison-table .column-row {
        align-items: center;
        border-left: 0;
        display: flex;
        justify-content: space-between;
        padding: 0
    }
    .comparison-table .column-row .column-row-label,
    .comparison-table .column-row .column-row-value {
        padding: 15px 10px;
        width: 50%
    }
    .comparison-table .column-row .column-row-label {
        border-right: 1px solid #d5d9df;
        display: block;
        text-align: left
    }
    .comparison-table .column-row .column-row-value {
        text-align: right
    }
    .comparison-table .column {
        margin-bottom: 20px;
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .comparison-table .column-row {
        font-size: 15px;
        line-height: 22px
    }
}

@media (min-width:767px) {
    .section-content.has-vertical-align.vertical-align-bottom .w-row,
    .section-content.has-vertical-align.vertical-align-center .w-row {
        display: flex
    }
    .section-content.has-vertical-align.vertical-align-center .w-row {
        align-items: center
    }
    .section-content.has-vertical-align.vertical-align-bottom .w-row {
        align-items: flex-end
    }
}

.section-content .contact-us {
    margin-bottom: 2rem
}

@media (min-width:991px) {
    .section-content .contact-us {
        width: 85%
    }
}

.content-sidebar-sidebar {
    height: 100%
}

.content-sidebar-sidebar.sidebar-size-slim {
    padding-left: 30px
}

.content-sidebar-sidebar.sidebar-bg-custom,
.content-sidebar-sidebar.sidebar-bg-gray {
    background-color: #f0f2f5;
    border-radius: 12px;
    padding: 40px
}

.grid-items-display-1 .grid-item {
    margin-bottom: 50px
}

.grid-items-display-1 .grid-items .w-col:last-child .grid-item {
    margin-bottom: 0
}

.grid-items-display-2 .w-col-flex .w-col {
    flex: none
}

.grid-items-display-2 .grid-item,
.grid-items-display-3 .grid-item {
    margin-bottom: 50px
}

.grid-items-display-2 .grid-items:last-child .grid-item,
.grid-items-display-3 .grid-items:last-child .grid-item {
    margin-bottom: 0
}

.grid-items-display-2 .grid-item-text,
.grid-items-display-3 .grid-item-text {
    padding: 0 50px
}

.grid-item-icon {
    margin-bottom: 20px
}

.grid-item.grid-item-icon-side {
    display: flex
}

.grid-item.grid-item-icon-side .grid-item-icon {
    flex: none;
    height: 72px;
    margin-right: 40px;
    width: 72px
}

@media screen and (max-width:991px) {
    .grid-item-text p {
        font-size: 16px;
        line-height: 25px
    }
    .grid-items-display-2 .grid-items.w-col-flex,
    .grid-items-display-3 .grid-items.w-col-flex {
        display: flex
    }
}

@media screen and (max-width:767px) {
    .grid-items-display-2 .grid-items.w-col-flex,
    .grid-items-display-3 .grid-items.w-col-flex {
        display: block;
        width: 100%
    }
    .grid-item.grid-item-icon-side {
        display: block
    }
    .grid-items-display-2 .grid-items:last-child .grid-item,
    .grid-items-display-3 .grid-items:last-child .grid-item {
        margin-bottom: 50px
    }
    .grid-items-display-2 .grid-items:last-child .w-col:last-child .grid-item,
    .grid-items-display-3 .grid-items:last-child .w-col:last-child .grid-item {
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .section-grid-items.alt-layout .content-styled.content-wide {
        padding-left: 0;
        padding-right: 0
    }
    .section-grid-items.alt-layout .grid-items-wrapper .grid-items {
        flex-wrap: wrap;
        gap: 6%
    }
}

@media screen and (min-width:991px) {
    .section-grid-items.alt-layout .grid-items-wrapper .grid-items {
        flex-wrap: nowrap;
        gap: 6%
    }
}

@media screen and (min-width:768px) {
    .section-grid-items.alt-layout .grid-items-wrapper .grid-items .w-col {
        width: 47%
    }
}

@media screen and (max-width:769px) {
    .section-grid-items.alt-layout .grid-items-wrapper .grid-items .w-col .grid-item {
        align-content: center;
        justify-content: center;
        margin: auto;
        max-width: 85%
    }
}

.section-grid-items.alt-layout .grid-items-wrapper .grid-items .w-col .grid-item .grid-item-icon {
    margin-left: 0
}

.section-grid-items.alt-layout .grid-items-wrapper .grid-items .w-col .grid-item .grid-item-details .grid-item-text {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.hero-image {
    display: block;
    position: relative;
    z-index: 1
}

.hero-image img.badge-image {
    height: auto;
    margin-top: -65px;
    max-height: 60px;
    max-width: 80%;
    position: absolute;
    right: 0
}

.hero-image .w-container {
    position: relative
}

.hero-box {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.hero-box.has-padding.padding-none {
    padding: 0
}

.hero-box.has-padding.padding-small {
    padding: 30px
}

.hero-box.has-padding.padding-medium {
    padding: 40px
}

@media (max-width:600px) {
    .hero-box.has-padding.padding-medium {
        padding: 30px 15px
    }
}

.hero-box.has-padding.padding-large {
    padding: 50px
}

@media (max-width:600px) {
    .hero-box.has-padding.padding-large {
        padding: 30px 15px
    }
}

.hero-box-text {
    margin: 0 auto;
    width: 100%
}

@media (max-width:1300px) {
    .hero-box-text {
        width: 90%
    }
}

@media (max-width:979px) {
    .hero-box-text {
        padding-right: 0
    }
}

@media (max-width:460px) {
    .hero-box-text {
        width: 100%
    }
}

.hero-box-text>:last-child {
    margin-bottom: 0
}

.hero-box-buttons {
    display: block;
    min-width: 20%;
    text-align: center
}

.hero-box-buttons.hero-box-buttons-2,
.hero-box-buttons.hero-box-buttons-3 {
    width: 80%
}

@media screen and (min-width:768px) {
    .hero-image img.badge-image {
        right: -10px
    }
}

@media screen and (min-width:979px) {
    .hero-box-container {
        left: 50%;
        position: absolute;
        right: 50%;
        transform: translate(-50%, -28%);
        width: 100%;
        z-index: 2
    }
    .hero-image {
        height: 49vw;
        transition: all .4s ease-in-out;
        width: 100%
    }
    .hero-image img.main-image {
        bottom: 0;
        height: 40vw;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: top center;
        overflow-y: hidden;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }
    .hero-image img.badge-image {
        float: right;
        position: relative;
        right: auto;
        width: auto
    }
}

@media screen and (max-width:1300px) {
    .hero-box-buttons {
        width: 40%
    }
}

@media screen and (max-width:1140px) {
    .hero-box {
        display: block
    }
    .hero-box-text {
        margin-bottom: 20px
    }
    .hero-box-buttons {
        text-align: left;
        width: auto
    }
    .hero-box-buttons.hero-box-buttons-2,
    .hero-box-buttons.hero-box-buttons-3 {
        width: auto
    }
}

@media screen and (min-width:979px) {
    .offset-text-box .hero-image {
        height: auto;
        overflow: hidden;
        width: 68%
    }
    .offset-text-box .hero-image img {
        height: 570px
    }
}

.offset-text-box .text-box {
    background-color: #43474f;
    padding: 22px 18px;
    right: 20px;
    top: 50%;
    transform: translateY(0);
    transition: all .4s ease-in-out;
    z-index: 2
}

.offset-text-box .text-box h1 {
    color: #fff;
    font-family: ArgentCF, Times New Roman, sans-serif
}

.offset-text-box .text-box h5 {
    color: #fff;
    font-weight: 400;
    margin-top: 47px
}

.liveops-hubspot-form .offset-text-box .text-box input[type=submit],
.menu ul li.nav-button .offset-text-box .text-box a,
.offset-text-box .text-box .button,
.offset-text-box .text-box .liveops-hubspot-form input[type=submit],
.offset-text-box .text-box .menu ul li.nav-button a,
.offset-text-box .text-box .search-form input[type=submit],
.offset-text-box .text-box .searchform input[type=submit],
.offset-text-box .text-box body .gform_wrapper .gform_footer input[type=submit],
.search-form .offset-text-box .text-box input[type=submit],
.searchform .offset-text-box .text-box input[type=submit],
body .gform_wrapper .gform_footer .offset-text-box .text-box input[type=submit] {
    background-color: #fff
}

@media screen and (min-width:979px) {
    .offset-text-box .text-box {
        padding: 52px 34px;
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
        width: 34%
    }
    .offset-text-box .text-box h1 {
        font-size: 42px;
        line-height: 50px
    }
}

@media screen and (min-width:1200px) {
    .offset-text-box .text-box {
        min-width: 583px;
        right: 5%
    }
}

.image-content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    min-height: 640px;
    overflow: hidden
}

.image-content-content,
.image-content-image {
    width: 50%
}

.image-content-image {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.image-content-image img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

@media screen and (min-width:768px) {
    .image-content-image,
    .image-content-image img {
        min-height: 640px
    }
}

.image-content-video {
    position: relative;
    z-index: 2
}

.image-content-video .play-button svg {
    height: 45px;
    padding-left: 4px;
    width: 45px
}

.image-content-content {
    align-content: center;
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    padding: 10px 40px
}

@media screen and (min-width:768px) {
    .image-content-content {
        min-height: 640px
    }
}

@media screen and (min-width:991px) {
    .image-content-content {
        padding: 10px 40px
    }
}

@media screen and (min-width:1140px) {
    .image-content-content {
        padding: 20px 80px
    }
}

@media screen and (min-width:1300px) {
    .image-content-content {
        padding: 50px 120px
    }
}

.image-content-left .image-content-image {
    order: 2
}

.image-content-left .image-content-content {
    order: 1
}

@media screen and (max-width:767px) {
    .image-content-wrapper {
        display: block;
        height: auto
    }
    .image-content-content,
    .image-content-image {
        width: 100%
    }
    .image-content-image {
        padding: 220px 0
    }
    .image-content-content {
        padding: 40px
    }
}

.alt-layout {
    overflow-x: hidden
}

@media screen and (min-width:768px) {
    .alt-layout .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width:991px) and (max-width:1024px) {
    .alt-layout .w-container .w-row {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media screen and (min-width:1140px) and (max-width:1200px) {
    .alt-layout .w-container .w-row {
        margin-left: 10px;
        margin-right: 10px
    }
}

.alt-layout .image-content-image {
    border-radius: 20px;
    width: 33%
}

.alt-layout .image-content-image.short {
    min-height: 340px
}

@media screen and (max-width:991px) {
    .alt-layout .image-content-image.short {
        max-width: 422px
    }
}

@media screen and (max-width:479px) {
    .alt-layout .image-content-image.short {
        min-height: 310px
    }
}

.alt-layout .image-content-image.tall {
    min-height: 420px
}

.alt-layout .image-content-image.extra-tall {
    min-height: 640px
}

@media screen and (max-width:767px) {
    .alt-layout .image-content-image {
        padding: 110px 0;
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .alt-layout .image-content-image {
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        width: 100%
    }
}

.alt-layout .image-content-image img {
    min-height: auto
}

.alt-layout .image-content-content {
    align-self: center;
    padding: 0;
    width: 66%
}

@media screen and (max-width:767px) {
    .alt-layout .image-content-content {
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .alt-layout .image-content-content {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .alt-layout .image-content-right {
        padding-left: 13px;
        padding-right: 13px
    }
}

.alt-layout .image-content-right .image-content-content {
    min-height: auto;
    padding-left: 70px
}

@media screen and (max-width:991px) {
    .alt-layout .image-content-right .image-content-content {
        padding-left: 0
    }
}

.image-content-advanced-image .type-image,
.image-content-advanced-image .type-person {
    text-align: center
}

.image-content-advanced-image .type-gallery,
.image-content-advanced-image .type-image {
    max-width: 600px
}

.image-content-advanced-image .type-gallery img,
.image-content-advanced-image .type-image img {
    border-radius: 12px;
    height: auto;
    min-height: 100%;
    min-width: auto;
    width: auto
}

.image-content-advanced-image .type-gallery .slick-track,
.image-content-advanced-image .type-image .slick-track {
    display: flex
}

.image-content-advanced-image .type-gallery .slider-dots,
.image-content-advanced-image .type-image .slider-dots {
    margin-top: 10px
}

.image-content-advanced-image .type-gallery .slick-slide,
.image-content-advanced-image .type-image .slick-slide {
    height: inherit !important
}

.image-content-advanced-image .type-gallery .slick-slide .slide,
.image-content-advanced-image .type-gallery .slick-slide>div,
.image-content-advanced-image .type-image .slick-slide .slide,
.image-content-advanced-image .type-image .slick-slide>div {
    height: 100%
}

.image-content-advanced-image .type-gallery .slick-dots,
.image-content-advanced-image .type-image .slick-dots {
    display: flex;
    position: relative
}

@media screen and (max-width:991px) {
    .image-content-advanced-image .type-gallery {
        margin: 0 auto
    }
    .section-image-content-advanced.content-right .image-content-advanced-image {
        margin-bottom: 20px
    }
}

.section-video-content .type-image.with-video {
    max-width: 100%;
    position: relative
}

.section-video-content .type-image .image-content-video {
    left: calc(50% - 50px);
    position: absolute;
    top: calc(50% - 50px)
}

.section-image-content-advanced.content-left .image-content-advanced-content {
    padding-right: 70px
}

@media screen and (max-width:767px) {
    .section-image-content-advanced.content-left .image-content-advanced-content {
        padding-right: 0
    }
}

.section-image-content-advanced.content-left .image-content-advanced-content.no-padding {
    padding-right: 0
}

@media screen and (max-width:767px) {
    .section-image-content-advanced.content-right .image-content-advanced-image {
        margin-bottom: 0
    }
}

.section-image-content-advanced.content-right .image-content-advanced-content {
    padding-left: 70px
}

@media screen and (max-width:767px) {
    .section-image-content-advanced.content-right .image-content-advanced-content {
        padding-left: 0
    }
}

.section-image-content-advanced.content-right .image-content-advanced-content.no-padding {
    padding-left: 0
}

.openings-table {
    font-size: 16px;
    line-height: 25px
}

.openings-table-row {
    align-items: center;
    border-bottom: 1px solid #d5d9df;
    display: flex;
    width: 100%
}

.openings-table-column {
    align-items: center;
    display: flex;
    min-height: 300px
}

.openings-table-column .openings-table-column-inner {
    padding: 30px
}

.openings-table-column.openings-table-column-header {
    min-height: 0
}

.openings-table-column.openings-table-column-header .openings-table-column-inner {
    padding: 30px 30px 20px
}

.openings-table-column.openings-table-column-header .openings-column-header {
    margin-bottom: 0
}

.openings-table-column-apply,
.openings-table-column-opportunities {
    border-left: 1px solid #d5d9df
}

.openings-table-column-title h4 a {
    color: #004470
}

.openings-table-column-title h4 a:hover {
    color: #27aae1
}

.openings-table-column-opportunities .opportunities a {
    display: block;
    margin-bottom: 3px
}

.openings-table-column-apply .location {
    display: block;
    margin-bottom: 10px
}

@media screen and (max-width:1140px) {
    .liveops-hubspot-form .openings-table-column-apply input[type=submit],
    .openings-table-column-apply .button-long,
    .openings-table-column-apply .liveops-hubspot-form input[type=submit],
    .openings-table-column-apply .search-form input[type=submit],
    .openings-table-column-apply .searchform input[type=submit],
    .openings-table-column-apply body .gform_wrapper .gform_footer input[type=submit],
    .search-form .openings-table-column-apply input[type=submit],
    .searchform .openings-table-column-apply input[type=submit],
    body .gform_wrapper .gform_footer .openings-table-column-apply input[type=submit] {
        padding: 10px 30px
    }
}

@media screen and (max-width:991px) {
    .openings-table-column {
        min-height: 0
    }
    .openings-table-column .openings-table-column-inner,
    .openings-table-column.openings-table-column-header .openings-table-column-inner {
        padding: 20px 0
    }
    .openings-table-column.openings-table-column-opportunities .openings-table-column-inner {
        padding: 0
    }
    .openings-table-column-apply,
    .openings-table-column-opportunities {
        border: 0
    }
}

.section-panels .w-col-equal-height {
    gap: 100px
}

.section-panels .w-col-equal-height .w-col {
    flex: 1
}

@media screen and (min-width:991px) {
    .section-panels .w-col-equal-height .w-col.w-col-4 {
        width: auto
    }
}

.panel {
    height: 100%
}

.panel.panel-bg-custom,
.panel.panel-bg-gray {
    background-color: #f0f2f5;
    border-radius: 12px;
    padding: 40px
}

.panel.panel-bg-purple {
    background-color: #f9f3f7;
    border-radius: 20px;
    padding: 40px 20px 30px
}

.panel.panel-bg-purple a {
    color: #851556;
    font-weight: 700
}

.panel.panel-bg-purple a:hover {
    color: #000
}

.panel.panel-bg-blue {
    background-color: #edf7fa;
    border-radius: 20px;
    padding: 40px 20px 30px
}

.panel.panel-bg-blue a {
    color: #27aae1;
    font-weight: 700
}

.panel.panel-bg-blue a:hover {
    color: #000
}

.panel .panel-content {
    display: flex;
    flex-direction: column
}

.panel .panel-content .icon-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.panel .panel-content p:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .section-panels .w-col-equal-height {
        display: block;
        width: 100%
    }
    .section-panels .w-col .panel {
        margin-bottom: 20px
    }
    .section-panels .w-col:last-child .panel {
        margin-bottom: 0
    }
}

.section-resources .article {
    height: 100%
}

.section-resources .w-col-equal-height {
    margin-bottom: 20px
}

.section-resources.bg-light-gray .article {
    background-color: #fff
}

.section-resources.bg-light-gray .article .article-taxonomies,
.section-resources.bg-light-gray .article .article-taxonomies a {
    color: #851556
}

@media screen and (max-width:991px) {
    .section-resources .w-col-equal-height {
        display: block;
        width: 100%
    }
    .section-resources .w-col-equal-height .w-col {
        width: 100%
    }
    .section-resources .w-col-equal-height .article {
        margin-bottom: 20px
    }
}

.section-tabs {
    padding: 40px 0
}

.tabs {
    margin: 50px 0 0;
    padding: 0;
    position: relative;
    width: 100%
}

.tabs .w-container,
.tabs a {
    position: relative;
    z-index: 2
}

.tabs a {
    background: #f0f2f5;
    border: 1px solid #d5d9df;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #43474f;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 10px 30px;
    text-align: center;
    width: 100%
}

.tabs a:hover {
    background: #fff
}

.tabs a:after {
    border-top: 1px solid #d5d9df;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.tabs a.current {
    background: #fff;
    border-bottom: 0;
    color: #004470
}

.tabs a.current:after {
    display: none
}

.tabs:after {
    border-top: 1px solid #d5d9df;
    bottom: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1
}

.tab-content {
    display: none
}

.tab-content.current {
    display: inherit
}

.team-members {
    flex-wrap: wrap
}

.team-member {
    margin-bottom: 50px;
    text-align: left
}

.team-member-details {
    font-size: 16px;
    line-height: 25px;
    min-height: 120px;
    padding-right: 10px
}

.team-member-name {
    font-family: ArgentCF, Times New Roman, sans-serif;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 0
}

.team-member-title {
    color: #99a3af;
    font-weight: 400;
    margin: 5px 0
}

.team-member-image {
    margin-bottom: 20px
}

.team-member-image img {
    border-radius: 12px
}

.team-member-image:hover img {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .3)
}

.team-members:last-child .team-member {
    margin-bottom: 0
}

@media screen and (max-width:1140px) {
    .team-member-details {
        min-height: 145px
    }
}

@media screen and (max-width:991px) {
    .team-members.w-col-flex {
        display: flex
    }
    .team-member-details {
        min-height: 170px
    }
}

@media screen and (max-width:767px) {
    .team-members.w-col-flex {
        justify-content: center
    }
    .team-members.w-col-flex .w-col {
        max-width: 370px
    }
    .team-member {
        margin-bottom: 20px;
        text-align: center
    }
    .team-member-details {
        min-height: 0
    }
    .team-members:last-child .team-member {
        margin-bottom: 20px
    }
    .team-members:last-child .w-col:last-child .team-member {
        margin-bottom: 0
    }
}

.section-testimonials {
    overflow: hidden;
    width: 100%
}

.section-testimonials .slick-dots {
    bottom: 45px;
    left: -5px
}

@media screen and (max-width:991px) {
    .section-testimonials .image-col {
        margin-bottom: 1rem;
        width: 100%
    }
}

.testimonials {
    display: block !important;
    padding: 0
}

.testimonials.slick-dotted.slick-slider {
    top: 1px
}

.testimonial {
    padding-top: 37.5px;
    position: relative;
    text-align: center
}

@media screen and (min-width:979px) {
    .testimonial {
        margin-left: 1rem;
        margin-right: 1rem
    }
}

.testimonial .testimonial-details {
    border: 2px solid #c4e0f5;
    border-radius: 20px;
    padding-bottom: 60px
}

.testimonial-author,
.testimonial-quote,
.testimonial-text {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 70%
}

.testimonial-quote {
    margin-top: -37.5px;
    text-align: center
}

.testimonial-quote img {
    display: inline-block
}

.testimonial-text {
    font-family: ArgentCF, Times New Roman, sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 56px
}

.testimonial-author {
    font-size: 16px;
    line-height: 25px
}

.testimonial-image {
    margin-bottom: 4.5rem;
    min-width: 300px;
    overflow: hidden;
    padding-left: 2.5rem;
    position: relative
}

.testimonial-image img {
    border-radius: 20px;
    display: block;
    height: 280px;
    margin-bottom: 5px;
    margin-top: 5px;
    max-width: 100%;
    object-fit: cover;
    width: 300px
}

@media screen and (max-width:991px) {
    .testimonial-image img {
        margin: 5px auto
    }
}

@media screen and (max-width:480px) {
    .testimonial-image img {
        height: 15rem;
        width: 15rem
    }
}

@media screen and (min-width:1141px) {
    .testimonial-image {
        height: 320px;
        min-width: 350px;
        width: 350px
    }
}

@media screen and (max-width:991px) {
    .testimonial-image {
        margin-bottom: 0;
        padding-left: 0
    }
}

@media screen and (max-width:480px) {
    .testimonial-image {
        min-width: auto
    }
}

.testimonials-image {
    padding: 40px
}

@media screen and (max-width:480px) {
    .testimonials-image {
        padding: 2rem 0 4rem
    }
}

.testimonials-image .w-col-flex {
    align-items: stretch
}

.testimonials-image .w-col-flex .w-col-3 {
    align-items: center;
    display: inherit
}

@media screen and (min-width:979px) {
    .testimonials-image .slick-dots {
        bottom: 30px
    }
    .testimonials-image .testimonial-details {
        padding: 30px 10px
    }
}

.testimonials-image .testimonial-author {
    font-family: ArgentCF, Times New Roman, sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 18px;
    padding-left: 6.7rem;
    text-align: left
}

@media screen and (max-width:991px) {
    .testimonials-image .testimonial-author {
        padding-left: 0;
        text-align: center
    }
}

@media screen and (max-width:978px) {
    .testimonials-image .testimonial-author {
        padding-left: 0
    }
}

.testimonials-image .testimonial-text {
    font-family: Work Sans, sans-serif;
    font-size: 18px;
    line-height: 28px;
    padding-left: 6.7rem;
    padding-right: 6rem;
    text-align: left
}

@media screen and (max-width:1200px) {
    .testimonials-image .testimonial-text {
        padding-right: 0
    }
}

@media screen and (max-width:1024px) {
    .testimonials-image .testimonial-text {
        padding-right: 4rem
    }
}

@media screen and (max-width:991px) {
    .testimonials-image .testimonial-text {
        padding-left: 4rem
    }
}

@media screen and (max-width:978px) {
    .testimonials-image .testimonial-text {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:767px) {
    .testimonials-image .testimonial-text {
        text-align: center
    }
}

@media screen and (max-width:1300px) {
    .testimonial-text {
        font-size: 36px;
        line-height: 46px
    }
}

@media screen and (max-width:1200px) {
    .testimonial-text {
        font-size: 30px;
        line-height: 40px
    }
    .testimonial .w-col-9,
    .testimonial-dots .w-col-9 {
        width: 65%
    }
}

@media screen and (max-width:1024px) {
    .testimonial .w-col-9,
    .testimonial-dots .w-col-9 {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .testimonial-text {
        font-size: 24px;
        line-height: 36px
    }
}

.carousel-slider {
    margin: 40px 60px
}

.carousel-slider .slick-slide div {
    padding: 10px 8px
}

.carousel-slider .slick-slide div .slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
    padding: 60px 40px;
    position: relative
}

.carousel-slider .slick-next:before,
.carousel-slider .slick-prev:before {
    border-radius: 50%;
    box-shadow: 0 3px 6px #000;
    padding: 4px
}

.carousel-slider .slick-prev {
    left: -45px
}

.carousel-slider .slick-next {
    right: -25px
}

.carousel-slider .slick-dots {
    margin-top: 0;
    position: relative
}

.key-challenges {
    background-color: #43474f;
    border: 0 solid transparent;
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    padding-bottom: 23px
}

.key-challenges.border-top-gray {
    border-top-color: #43474f;
    border-top-width: 20px
}

.key-challenges.border-top-dark-gray {
    border-top-color: #000;
    border-top-width: 20px
}

.key-challenges.border-top-blue {
    border-top-color: #27aae1;
    border-top-width: 20px
}

.key-challenges.border-top-dark-blue {
    border-top-color: #004470;
    border-top-width: 20px
}

.key-challenges.border-top-dark-orange,
.key-challenges.border-top-orange,
.key-challenges.border-top-purple,
.key-challenges.border-top-yellow {
    border-top-color: #851556;
    border-top-width: 20px
}

.key-challenges .takeaways-column {
    border: 0 solid transparent;
    display: inherit;
    flex-flow: column wrap;
    position: relative;
    width: 100%
}

.key-challenges .takeaways-column:has(.takeaways) {
    height: 100%
}

.key-challenges .takeaways-column.border-top-dark-blue {
    border-top-color: #004470;
    border-top-width: 20px
}

.key-challenges .takeaways-column.border-top-dark-orange,
.key-challenges .takeaways-column.border-top-purple {
    border-top-color: #851556;
    border-top-width: 20px
}

.key-challenges .takeaways-column .takeaways {
    color: #fff;
    padding: 54px 75px
}

@media screen and (max-width:1141px) {
    .key-challenges .takeaways-column .takeaways {
        padding: 54px 42px
    }
}

.key-challenges .takeaways-column .takeaways .takeaway-item {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start
}

.key-challenges .takeaways-column .takeaways .takeaway-item svg {
    height: 16px;
    margin: 5px 10px 0 2px;
    width: 14px
}

.key-challenges .challenge-content {
    background-color: #f0f2f5;
    padding: 55px 42px;
    width: 100%
}

@media screen and (min-width:1028px) {
    .key-challenges {
        align-items: stretch;
        flex-flow: row nowrap;
        position: relative
    }
    .key-challenges .takeaways-column {
        display: inherit;
        position: sticky;
        top: 4.5rem;
        width: 34%
    }
    .key-challenges .challenge-content {
        width: 66%
    }
}

@media screen and (min-width:1280px) {
    .key-challenges .takeaways-column .takeaways {
        top: 6.5rem
    }
}

.full-width-video .video-wrapper {
    margin: 10px auto;
    overflow: hidden;
    position: relative
}

.full-width-video .video-wrapper,
.full-width-video .video-wrapper iframe {
    height: 168px;
    transition: all .4s ease-in-out;
    width: 320px
}

@media screen and (min-width:480px) {
    .full-width-video .video-wrapper {
        height: 222px;
        margin: 20px auto;
        width: 420px
    }
    .full-width-video .video-wrapper iframe {
        height: 222px;
        width: 420px
    }
}

@media screen and (min-width:768px) {
    .full-width-video .video-wrapper {
        height: 410px;
        margin: 40px auto;
        width: 720px
    }
    .full-width-video .video-wrapper iframe {
        height: 410px;
        width: 720px
    }
}

@media screen and (min-width:1028px) {
    .full-width-video .video-wrapper {
        height: 518px;
        margin: 60px auto;
        width: 915px
    }
    .full-width-video .video-wrapper iframe {
        height: 518px;
        width: 915px
    }
}

@media screen and (min-width:1280px) {
    .full-width-video .video-wrapper {
        height: 655px;
        margin: 80px auto;
        width: 1200px
    }
    .full-width-video .video-wrapper iframe {
        height: 655px;
        width: 1160px
    }
}

.full-width-video .video-wrapper .video-poster {
    align-items: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease-in-out;
    width: 100%
}

.full-width-video .video-wrapper .video-poster.hidden {
    height: 0;
    opacity: 0
}

.full-width-video .video-wrapper .video-poster .player-btn {
    align-items: center;
    background-color: #27aae1;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .161);
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    transition: all .4s ease-in-out;
    width: 36px
}

.full-width-video .video-wrapper .video-poster .player-btn svg {
    font-size: 14px;
    transition: all .4s ease-in-out
}

@media screen and (min-width:480px) {
    .full-width-video .video-wrapper .video-poster .player-btn {
        height: 48px;
        width: 48px
    }
    .full-width-video .video-wrapper .video-poster .player-btn svg {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    .full-width-video .video-wrapper .video-poster .player-btn {
        height: 84px;
        width: 84px
    }
    .full-width-video .video-wrapper .video-poster .player-btn svg {
        font-size: 32px;
        padding-left: 3px
    }
}

@media screen and (min-width:1028px) {
    .full-width-video .video-wrapper .video-poster .player-btn {
        height: 103px;
        width: 103px
    }
    .full-width-video .video-wrapper .video-poster .player-btn svg {
        font-size: 44px;
        padding-left: 5px
    }
}

.section-statistics {
    margin: 0 auto;
    padding: 20px 0
}

@media screen and (min-width:991px) {
    .section-statistics {
        padding: 40px 0
    }
}

@media screen and (min-width:1441px) {
    .section-statistics .row,
    .section-statistics .section-content {
        margin: auto;
        max-width: 1280px
    }
}

.section-statistics .content-before {
    margin-bottom: 46px
}

.section-statistics .content-after {
    margin-top: 46px
}

.section-statistics .statistics-heading {
    margin: 20px auto 10px;
    text-align: center
}

@media screen and (min-width:768px) {
    .section-statistics .statistics-heading {
        margin: 20px auto 0
    }
}

@media screen and (min-width:1028px) {
    .section-statistics .statistics-heading {
        margin: 30px auto 0
    }
}

.section-statistics .content-styled.content-wide {
    padding: 0
}

.section-statistics .content-styled.content-narrow {
    padding: 0 15%
}

.section-statistics .row {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 48px;
    justify-content: flex-start
}

@media screen and (max-width:991px) {
    .section-statistics .row {
        gap: 24px
    }
}

@media screen and (min-width:768px) {
    .section-statistics .row {
        align-items: stretch;
        flex-direction: row
    }
}

@media screen and (max-width:768px) {
    .section-statistics .row {
        flex-direction: column
    }
}

.section-statistics .row .statistic-box {
    border: 2px solid #000;
    border-radius: 20px;
    display: flex;
    padding: 25px
}

.section-statistics .row .statistic-box .statistic {
    align-items: center;
    color: #000;
    display: flex;
    flex-direction: row;
    font-size: 54px;
    font-weight: 600;
    justify-content: flex-start;
    line-height: 1;
    padding-bottom: 0;
    padding-top: 0;
    transition: all .4s ease-in-out
}

.section-statistics .row .statistic-box .statistic p {
    line-height: 1
}

.section-statistics .row .statistic-box .statistic .styled-heading {
    margin: 0 0 10px;
    text-align: center
}

@media screen and (max-width:767px) {
    .section-statistics .row .statistic-box .statistic .styled-heading {
        margin-bottom: 0;
        padding-left: 15px
    }
}

.section-statistics .row .statistic-box .statistic .append-icon,
.section-statistics .row .statistic-box .statistic .prepend-icon {
    align-items: center;
    display: inherit;
    padding: 0 10px
}

.section-statistics .row .statistic-box .statistic .append-icon svg,
.section-statistics .row .statistic-box .statistic .prepend-icon svg {
    fill: #000;
    color: #000;
    display: inherit;
    height: 50px
}

@media screen and (min-width:768px) {
    .section-statistics .row .statistic-box .statistic .append-icon,
    .section-statistics .row .statistic-box .statistic .prepend-icon {
        margin-bottom: 30px
    }
    .section-statistics .row .statistic-box .statistic .append-icon svg,
    .section-statistics .row .statistic-box .statistic .prepend-icon svg {
        height: auto
    }
}

@media screen and (min-width:1300px) {
    .section-statistics .row .statistic-box .statistic .append-icon svg,
    .section-statistics .row .statistic-box .statistic .prepend-icon svg {
        height: auto
    }
}

@media screen and (max-width:1300px) {
    .section-statistics .row .statistic-box .statistic {
        font-size: 6.36vw
    }
}

@media screen and (min-width:768px) {
    .section-statistics .row .statistic-box .statistic {
        flex-direction: column
    }
}

@media screen and (max-width:768px) {
    .section-statistics .row .statistic-box .statistic {
        font-size: 48px
    }
}

@media screen and (max-width:600px) {
    .section-statistics .row .statistic-box .statistic {
        flex-direction: column
    }
}

.section-statistics .row .statistic-box .statistic-caption {
    font-family: ArgentCF, Times New Roman, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    padding: 0 2%;
    text-align: center
}

@media screen and (max-width:767px) {
    .section-statistics .row .statistic-box .statistic-caption {
        margin-bottom: 0;
        padding-left: 20px
    }
}

@media screen and (max-width:600px) {
    .section-statistics .row .statistic-box {
        flex-direction: column
    }
}

@media screen and (min-width:768px) {
    .section-statistics .row .statistic-box {
        align-items: center;
        flex-basis: 25%;
        flex-flow: column nowrap
    }
    .section-statistics .row .statistic-box-one-third {
        min-width: 33%
    }
    .section-statistics .row .statistic-box .statistic-caption {
        font-size: 18px;
        margin: 0;
        padding: 0
    }
}

@media screen and (max-width:991px) {
    .section-statistics .row .statistic-box {
        flex-basis: 48%
    }
}

@media screen and (max-width:767px) {
    .section-statistics .row .statistic-box {
        align-items: center;
        width: 90%
    }
}

@media screen and (min-width:768px) {
    .section-statistics .row {
        flex-flow: row wrap;
        justify-content: space-around
    }
}

@media screen and (min-width:1140px) {
    .section-statistics .row {
        flex-flow: row nowrap
    }
}

.section-statistics.text-dark .styled-heading {
    color: #000
}

.vertical-tabs-section .section-content .content-styled.content-wide {
    padding: 0
}

.vertical-tabs-section .section-content .content-styled.content-narrow {
    padding-left: 15%;
    padding-right: 15%
}

.vertical-tabs-section .content-after,
.vertical-tabs-section .content-before {
    padding: 40px 0
}

.vertical-tabs-wrapper {
    margin: 0;
    position: relative;
    width: 100%
}

.vertical-tabs-wrapper-desktop {
    display: block
}

@media screen and (max-width:768px) {
    .vertical-tabs-wrapper-desktop {
        display: none
    }
}

.vertical-tabs-wrapper-mobile {
    display: none
}

@media screen and (max-width:768px) {
    .vertical-tabs-wrapper-mobile {
        display: block
    }
}

.vertical-tabs-wrapper .tab-accordion {
    padding-bottom: 1.4rem
}

.vertical-tabs-wrapper .vertical-tabs-left {
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    width: 50%;
    z-index: 2
}

@media screen and (max-width:768px) {
    .vertical-tabs-wrapper .vertical-tabs-left {
        width: 100%
    }
}

.vertical-tabs-wrapper .vertical-tabs-right {
    position: relative;
    z-index: 3
}

.vertical-tabs-wrapper:after {
    border-bottom: 23px solid transparent;
    bottom: 0;
    content: "";
    height: 23px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.vertical-tabs-wrapper .vertical-tabs {
    align-items: flex-start;
    display: flex
}

@media screen and (max-width:768px) {
    .vertical-tabs-wrapper .vertical-tabs {
        flex-direction: column
    }
}

.vertical-tabs-wrapper .tab-titles-wrapper {
    background-color: #fff
}

@media screen and (max-width:768px) {
    .vertical-tabs-wrapper .tab-titles-wrapper {
        width: 100%
    }
}

.vertical-tabs-wrapper .tab-title {
    align-items: center;
    background-color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    min-height: 40px;
    min-width: 300px;
    padding: 20px 20px 20px 0;
    text-align: left;
    width: 100%
}

.vertical-tabs-wrapper .tab-title.tab-title-hidden {
    min-width: 0
}

.vertical-tabs-wrapper .tab-title.tab-title-hidden .tab-title-text,
.vertical-tabs-wrapper .tab-title.tab-title-hidden svg {
    opacity: 0;
    visibility: hidden
}

.vertical-tabs-wrapper .tab-title .tab-title-text {
    display: block;
    width: 300px
}

.vertical-tabs-wrapper .tab-title svg {
    padding-right: 10px
}

@media screen and (min-width:769px) {
    .vertical-tabs-wrapper .tab-title svg {
        display: none
    }
}

.vertical-tabs-wrapper .tab-title.current,
.vertical-tabs-wrapper .tab-title:hover {
    text-decoration: none !important
}

.vertical-tabs-wrapper .tab-title.hover,
.vertical-tabs-wrapper .tab-title:hover {
    background: #f0f2f5
}

.vertical-tabs-wrapper .tab-title:not(.current) {
    color: #43474f !important
}

.vertical-tabs-wrapper .tab-title:not(.current).hover,
.vertical-tabs-wrapper .tab-title:not(.current):hover {
    background: #f0f2f5 !important
}

@media screen and (max-width:768px) {
    .vertical-tabs-wrapper .tab-title {
        margin-bottom: 1px;
        min-width: 0;
        padding: 20px
    }
    .vertical-tabs-wrapper .tab-title .tab-title-text {
        width: 100%
    }
}

.vertical-tabs-wrapper .tab-content {
    align-items: flex-start;
    display: none;
    flex-direction: column;
    font-size: 18px;
    font-weight: 300;
    justify-content: center;
    min-height: 300px;
    padding: 70px 0 70px 70px;
    text-align: left
}

@media screen and (min-width:769px) {
    .vertical-tabs-wrapper .tab-content.cols-1 .content .grid-item {
        width: 100%
    }
    .vertical-tabs-wrapper .tab-content.cols-2 .content .grid-item {
        width: 50%
    }
    .vertical-tabs-wrapper .tab-content.cols-3 .grid-item {
        width: 33%
    }
    .vertical-tabs-wrapper .tab-content.cols-4 .grid-item {
        width: 25%
    }
}

@media screen and (max-width:1024px) {
    .vertical-tabs-wrapper .tab-content {
        padding-left: 50px
    }
}

@media screen and (max-width:768px) {
    .vertical-tabs-wrapper .tab-content {
        min-height: 0;
        padding: 30px
    }
}

.vertical-tabs-wrapper .tab-content.current {
    display: flex
}

.vertical-tabs-wrapper .tab-content .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all .6s ease-in-out
}

@media screen and (min-width:1025px) {
    .vertical-tabs-wrapper .tab-content .content {
        flex-direction: row
    }
}

.vertical-tabs-wrapper .tab-content .content .tab-content-image {
    flex-shrink: 0;
    height: 380px;
    margin-right: 50px;
    width: 355px
}

.vertical-tabs-wrapper .tab-content .content .tab-content-image img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%
}

@media screen and (max-width:1140px) {
    .vertical-tabs-wrapper .tab-content .content .tab-content-image {
        height: 280px;
        width: 255px
    }
}

@media screen and (max-width:1024px) {
    .vertical-tabs-wrapper .tab-content .content .tab-content-image {
        height: 355px;
        margin: 0 0 20px;
        width: 100%
    }
}

.vertical-tabs-wrapper .tab-content .content .grid-item {
    padding: 0 10px;
    transition: all .6s ease-in-out;
    width: auto
}

.vertical-tabs-wrapper .tab-content-wrapper {
    border-bottom: 23px solid transparent;
    display: inherit;
    flex-direction: column;
    z-index: 1
}

.vertical-tabs-wrapper .tab-content-wrapper .content-wrapper {
    margin-left: 0;
    margin-right: auto
}

.vertical-tabs-wrapper .tab-content-wrapper.border-none {
    border-color: transparent;
    border-width: 0
}

.vertical-tabs-wrapper .tab-content-wrapper.border-gray {
    border-color: #43474f
}

.vertical-tabs-wrapper .tab-content-wrapper.border-dark-gray {
    border-color: #000
}

.vertical-tabs-wrapper .tab-content-wrapper.border-blue {
    border-color: #27aae1
}

.vertical-tabs-wrapper .tab-content-wrapper.border-dark-blue {
    border-color: #004470
}

.vertical-tabs-wrapper .tab-content-wrapper.border-dark-orange,
.vertical-tabs-wrapper .tab-content-wrapper.border-orange,
.vertical-tabs-wrapper .tab-content-wrapper.border-purple,
.vertical-tabs-wrapper .tab-content-wrapper.border-yellow {
    border-color: #851556
}

@media screen and (max-width:768px) {
    .vertical-tabs-wrapper .tab-content-wrapper {
        margin-left: -30px;
        margin-right: -30px
    }
}

.vertical-tabs-wrapper.bg-light-gray .tab-content.current,
.vertical-tabs-wrapper.bg-light-gray .tab-title.current,
.vertical-tabs-wrapper.bg-light-gray .tab-title.hover,
.vertical-tabs-wrapper.bg-light-gray .tab-title:hover {
    background-color: #f0f2f5
}

.vertical-tabs-wrapper.bg-gray .tab-content.current,
.vertical-tabs-wrapper.bg-gray .tab-title.current,
.vertical-tabs-wrapper.bg-gray .tab-title.hover,
.vertical-tabs-wrapper.bg-gray .tab-title:hover {
    background-color: #43474f
}

.vertical-tabs-wrapper.bg-dark-gray .tab-content.current,
.vertical-tabs-wrapper.bg-dark-gray .tab-title.current {
    background-color: #000
}

.vertical-tabs-wrapper.bg-light-blue .tab-content.current,
.vertical-tabs-wrapper.bg-light-blue .tab-title.current {
    background-color: #eaf4fc;
    color: #000
}

.vertical-tabs-wrapper.bg-light-blue .tab-title,
.vertical-tabs-wrapper.bg-light-blue .tab-titles-wrapper,
.vertical-tabs-wrapper.bg-light-blue .vertical-tabs-left {
    background-color: #f9fcfe
}

.vertical-tabs-wrapper.bg-blue .tab-content.current,
.vertical-tabs-wrapper.bg-blue .tab-title.current {
    background-color: #27aae1
}

.vertical-tabs-wrapper.bg-dark-blue .tab-content.current,
.vertical-tabs-wrapper.bg-dark-blue .tab-title.current {
    background-color: #004470
}

.vertical-tabs-wrapper.bg-dark-orange .tab-content.current,
.vertical-tabs-wrapper.bg-dark-orange .tab-title.current,
.vertical-tabs-wrapper.bg-orange .tab-content.current,
.vertical-tabs-wrapper.bg-orange .tab-title.current,
.vertical-tabs-wrapper.bg-purple .tab-content.current,
.vertical-tabs-wrapper.bg-purple .tab-title.current,
.vertical-tabs-wrapper.bg-yellow .tab-content.current,
.vertical-tabs-wrapper.bg-yellow .tab-title.current {
    background-color: #851556
}

.vertical-tabs-wrapper.border-none:after {
    border-color: transparent;
    border-width: 0
}

.vertical-tabs-wrapper.border-gray:after {
    border-color: #43474f
}

.vertical-tabs-wrapper.border-dark-gray:after {
    border-color: #000
}

.vertical-tabs-wrapper.border-blue:after {
    border-color: #27aae1
}

.vertical-tabs-wrapper.border-dark-blue:after {
    border-color: #004470
}

.vertical-tabs-wrapper.border-dark-orange:after,
.vertical-tabs-wrapper.border-orange:after,
.vertical-tabs-wrapper.border-purple:after,
.vertical-tabs-wrapper.border-yellow:after {
    border-color: #851556
}

.horizontal-tab {
    display: flex;
    flex-direction: row;
    margin-bottom: 130px
}

@media screen and (max-width:768px) {
    .horizontal-tab {
        flex-direction: column;
        flex-wrap: wrap
    }
}

.horizontal-tab .content-wrapper {
    display: flex
}

.horizontal-tab .content-wrapper .content-styled {
    padding: 0 45px
}

@media screen and (max-width:768px) {
    .horizontal-tab .content-wrapper .content-styled {
        padding: 0 25px
    }
}

@media screen and (max-width:479px) {
    .horizontal-tab .content-wrapper .content-styled {
        padding: 0
    }
}

.horizontal-tab .image-wrapper {
    align-items: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative
}

@media screen and (max-width:768px) {
    .horizontal-tab .image-wrapper {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        order: -1;
        width: 90%
    }
}

.vertical-tabs-section.has-text-color.text-light .horizontal-tab .content-wrapper p {
    color: #fff
}

.section-read-download-share {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    padding: 50px 20px
}

@media screen and (max-width:768px) {
    .section-read-download-share {
        flex-flow: column nowrap
    }
}

@media screen and (max-width:991px) {
    .section-read-download-share {
        align-items: flex-start;
        flex-flow: row wrap;
        justify-content: flex-start;
        padding: 20px
    }
    .section-read-download-share .article-share-icons,
    .section-read-download-share .download-file,
    .section-read-download-share .reading-time-wrapper {
        width: 50%
    }
}

@media screen and (min-width:1300px) {
    .section-read-download-share {
        padding: 42px 75px 12px
    }
}

.section-read-download-share .article-share-icons,
.section-read-download-share .download-file a,
.section-read-download-share .reading-time-wrapper {
    align-items: center;
    color: #43474f;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start
}

@media screen and (max-width:991px) {
    .section-read-download-share .article-share-icons,
    .section-read-download-share .download-file a,
    .section-read-download-share .reading-time-wrapper {
        padding-bottom: 0;
        padding-top: 0
    }
}

.section-read-download-share .article-share-icons .meks_ess.layout-5-1,
.section-read-download-share .download-file a .meks_ess.layout-5-1,
.section-read-download-share .reading-time-wrapper .meks_ess.layout-5-1 {
    display: inherit;
    flex-flow: row nowrap
}

.section-read-download-share .article-share-icons h4,
.section-read-download-share .download-file a h4,
.section-read-download-share .reading-time-wrapper h4 {
    line-height: 55px;
    margin: 0
}

.section-read-download-share .article-share-icons .meks_ess-item,
.section-read-download-share .download-file a .meks_ess-item,
.section-read-download-share .reading-time-wrapper .meks_ess-item {
    margin-right: 10px
}

.section-read-download-share .article-share-icons .meks_ess-item:hover:before,
.section-read-download-share .download-file a .meks_ess-item:hover:before,
.section-read-download-share .reading-time-wrapper .meks_ess-item:hover:before {
    color: #175e7d !important
}

@media screen and (max-width:767px) {
    .section-read-download-share {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .section-read-download-share .article-share-icons h4 {
        line-height: 1
    }
}

.section-read-download-share .article-share-icons {
    font-size: 24px
}

.section-read-download-share .article-share-icons h4 {
    margin-right: 14px
}

@media screen and (max-width:991px) {
    .section-read-download-share .article-share-icons h4 {
        margin-right: 8px
    }
}

.section-read-download-share .icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 55px;
    justify-content: center;
    margin-right: 14px;
    width: 55px
}

.section-read-download-share .icon svg {
    color: #fff;
    height: 26px;
    width: 26px
}

.section-read-download-share .icon.read-time-icon {
    background-color: #000
}

.section-read-download-share .icon.download-icon {
    background-color: #851556
}

.section-read-download-share .icon.download-icon svg {
    padding-bottom: 4px
}

.section-read-download-share .icon.download-icon:focus,
.section-read-download-share .icon.download-icon:hover {
    background-color: #fff;
    border: 2px solid #851556;
    color: #851556
}

.section-read-download-share .icon.download-icon:focus svg,
.section-read-download-share .icon.download-icon:hover svg {
    color: #851556
}

@media screen and (max-width:767px) {
    .section-read-download-share {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px 0 0
    }
    .section-read-download-share .article-share-icons,
    .section-read-download-share .download-file,
    .section-read-download-share .reading-time-wrapper {
        padding-bottom: 5px;
        width: 100%
    }
}

.section-icon-boxes {
    padding-bottom: 20px;
    padding-top: 20px
}

.section-icon-boxes .content-after .content-styled.content-wide,
.section-icon-boxes .content-before .content-styled.content-wide {
    padding: 0
}

.section-icon-boxes .content-after .content-styled.content-narrow,
.section-icon-boxes .content-before .content-styled.content-narrow {
    padding: 0 10%
}

.section-icon-boxes .icon-boxes-wrapper {
    padding: 40px 0
}

.section-icon-boxes .icon-boxes-wrapper .w-row {
    display: flex;
    justify-content: center
}

@media screen and (min-width:767px) {
    .section-icon-boxes .icon-boxes-wrapper .w-row {
        align-items: stretch;
        flex-flow: row wrap;
        justify-content: center
    }
}

.section-icon-boxes .icon-boxes-wrapper .w-col {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    text-align: center
}

.section-icon-boxes .icon-boxes-wrapper .w-col .icon-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 90px
}

.section-icon-boxes .icon-boxes-wrapper .w-col h4 {
    margin: 10px auto 0
}

@media screen and (max-width:1024px) {
    .section-icon-boxes .icon-boxes-wrapper .w-col {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 20px;
        text-align: center
    }
    .section-icon-boxes .icon-boxes-wrapper .w-col h4 {
        text-align: center
    }
    .section-icon-boxes .icon-boxes-wrapper .w-col img {
        margin: 10px auto
    }
}

@media screen and (max-width:767px) {
    .section-icon-boxes .icon-boxes-wrapper {
        padding: 0
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .section-icon-boxes .icon-boxes-wrapper .w-row {
        display: flex;
        flex-flow: row wrap
    }
    .section-icon-boxes .icon-boxes-wrapper .w-row .w-col-2 {
        width: 33%
    }
}

@media screen and (max-width:600px) {
    .section-icon-boxes .icon-boxes-wrapper .w-row {
        align-items: center;
        display: flex;
        flex-flow: column wrap
    }
}

.section-full-width-image {
    height: 570px;
    overflow: hidden
}

.section-full-width-image.small {
    height: 470px
}

.section-full-width-image.medium {
    height: 570px
}

.section-full-width-image.large {
    height: 670px
}

.section-full-width-image img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    overflow: visible;
    width: 100%;
    z-index: 1
}

.hero-content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 74px;
    height: 100%;
    min-height: 615px;
    padding-bottom: 42px;
    padding-top: 55px
}

@media screen and (max-width:1300px) {
    .hero-content-wrapper {
        min-height: 465px
    }
}

@media screen and (max-width:1140px) {
    .hero-content-wrapper {
        min-height: 420px
    }
}

@media screen and (max-width:991px) {
    .hero-content-wrapper {
        gap: 50px;
        min-height: 360px
    }
}

@media screen and (max-width:767px) {
    .hero-content-wrapper {
        flex-direction: column;
        gap: 20px;
        min-height: auto;
        padding-bottom: 26px;
        padding-top: 32px
    }
}

.hero-content-wrapper .hero-image {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    position: relative;
    width: 43%
}

@media screen and (max-width:767px) {
    .hero-content-wrapper .hero-image {
        align-items: center;
        width: 60%
    }
}

@media screen and (max-width:480px) {
    .hero-content-wrapper .hero-image {
        width: 50%
    }
}

.hero-content-wrapper .hero-image .main-image {
    height: auto;
    width: auto
}

.hero-content-wrapper .hero-content {
    align-content: center;
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    max-width: 674px;
    width: 57%
}

@media screen and (max-width:1300px) {
    .hero-content-wrapper .hero-content {
        max-width: 585px
    }
}

@media screen and (max-width:1140px) {
    .hero-content-wrapper .hero-content {
        max-width: 500px
    }
}

@media screen and (max-width:991px) {
    .hero-content-wrapper .hero-content {
        max-width: 500px;
        padding-right: 20px
    }
}

@media screen and (max-width:767px) {
    .hero-content-wrapper .hero-content {
        align-self: center;
        max-width: 100%;
        padding-right: 0;
        width: 100%
    }
}

.hero-content-wrapper .hero-content .hero-box-text {
    margin-bottom: 20px;
    width: 100%
}

@media screen and (max-width:767px) {
    .hero-content-wrapper .hero-content .hero-box-text {
        margin: 0 auto;
        width: 90%
    }
}

@media screen and (max-width:460px) {
    .hero-content-wrapper .hero-content .hero-box-text {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%
    }
}

.hero-content-wrapper .hero-content .hero-box-buttons {
    text-align: left
}

@media screen and (max-width:767px) {
    .hero-content-wrapper .hero-content .hero-box-buttons {
        margin: 0 auto;
        width: 90%
    }
}

@media screen and (max-width:460px) {
    .hero-content-wrapper .hero-content .hero-box-buttons {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%
    }
}

.hero-content-wrapper.wide-image {
    min-height: auto;
    padding-bottom: 0;
    padding-top: 0
}

@media screen and (max-width:991px) {
    .hero-content-wrapper.wide-image {
        flex-direction: column;
        gap: 20px;
        height: 100%;
        min-height: auto;
        padding-bottom: 20px
    }
}

.hero-content-wrapper.wide-image .hero-image {
    width: 67%
}

@media screen and (max-width:991px) {
    .hero-content-wrapper.wide-image .hero-image {
        width: 100%
    }
}

.hero-content-wrapper.wide-image .hero-content {
    max-width: 312px;
    width: 32%
}

@media screen and (max-width:1300px) {
    .hero-content-wrapper.wide-image .hero-content {
        max-width: 276px
    }
}

@media screen and (max-width:1140px) {
    .hero-content-wrapper.wide-image .hero-content {
        max-width: 230px
    }
}

@media screen and (max-width:991px) {
    .hero-content-wrapper.wide-image .hero-content {
        max-width: 100%;
        padding-right: 0;
        width: 100%
    }
    .hero-content-wrapper.wide-image .hero-content .hero-box-text {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%
    }
}

.section-articles .article {
    height: 100%
}

.article-column,
.section-articles .w-col-equal-height {
    margin-bottom: 20px
}

.article-column-no-results {
    text-align: center
}

.article {
    background-color: #eceeef;
    border-radius: 12px;
    overflow: hidden;
    transition: all .2s ease
}

.article:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .3)
}

.article-image {
    background-color: #43474f;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.article-image img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.article-image img.article-image-bg {
    z-index: 1
}

.article-image img.article-image-overlay {
    object-fit: contain;
    z-index: 2
}

.article-details {
    font-size: 16px;
    line-height: 25px;
    padding: 30px;
    text-align: left
}

.article-author-avatar,
.article-title {
    font-size: 20px;
    line-height: 26px
}

.article-author-avatar a,
.article-title a {
    color: #000;
    font-weight: 600;
    text-decoration: none
}

.article-author-avatar a:hover,
.article-title a:hover {
    color: #004470
}

.article-author-avatar a {
    align-items: center;
    display: flex;
    font-size: 18px;
    line-height: 28px;
    width: 100%
}

.article-author-avatar a .author-avatar {
    display: inline-block;
    margin-right: 10px
}

.article-author-avatar a .author-avatar img {
    border-radius: 50%;
    height: 30px;
    width: 30px
}

.article-taxonomies {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.article-exerpt {
    margin-bottom: 20px
}

.article-exerpt-short {
    min-height: 100px
}

.article-read-more {
    font-weight: 600
}

.articles-more {
    margin-top: 30px;
    text-align: center
}

.articles-filter,
.articles-top-content {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 800px
}

.articles-top-content {
    text-align: center
}

.articles-filter input,
.articles-filter select {
    background: transparent;
    border: 1px solid #d5d9df;
    color: #43474f;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 10px 15px;
    width: 100%
}

.articles-filter input::placeholder,
.articles-filter select::placeholder {
    color: #004470
}

.articles-filter input:focus,
.articles-filter select:focus {
    outline: none
}

.articles-filter select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/AXWCTIcnWwjg.svg) 98%/14px no-repeat;
    border-radius: 0;
    color: #004470;
    padding: 10px 11px !important;
    position: relative
}

.articles-filter select:focus {
    padding-bottom: 8px !important
}

.articles-filter .articles-search-input {
    margin-bottom: 20px;
    position: relative
}

.articles-filter .articles-search-input button {
    align-items: center;
    background: transparent;
    color: #004470;
    display: flex;
    font-size: 24px;
    height: 50px;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease;
    width: 50px
}

.articles-filter .articles-search-input button:hover {
    background: #004470;
    color: #fff
}

.articles-filter .articles-search-dropdowns .w-col {
    padding: 0 10px
}

.articles-filter .articles-search-dropdowns .w-col:first-child {
    padding-left: 0
}

.articles-filter .articles-search-dropdowns .w-col:last-child {
    padding-right: 0
}

.articles-featured {
    padding: 0 10px
}

.articles-wrapper {
    border-top: 1px solid #d5d9df;
    margin-top: 40px;
    padding-top: 60px
}

.articles-pagination {
    margin-top: 50px;
    text-align: right
}

.articles-pagination .nav-links,
.articles-pagination .nav-links .page-numbers {
    align-items: center;
    display: flex;
    justify-content: center
}

.articles-pagination .nav-links .page-numbers {
    background: #f0f2f5;
    border: 1px solid #f0f2f5;
    border-radius: 50%;
    color: #43474f;
    height: 50px;
    margin: 0 10px;
    width: 50px
}

.articles-pagination .nav-links .page-numbers.dots {
    color: #43474f
}

.articles-pagination .nav-links .page-numbers:first-child {
    margin-left: 0
}

.articles-pagination .nav-links .page-numbers:last-child {
    margin-right: 0
}

.articles-pagination .nav-links .page-numbers.current,
.articles-pagination .nav-links .page-numbers:active,
.articles-pagination .nav-links .page-numbers:focus,
.articles-pagination .nav-links .page-numbers:hover {
    background: #004470;
    color: #fff
}

.join-site .articles-pagination .nav-links .page-numbers.current,
.join-site .articles-pagination .nav-links .page-numbers:active,
.join-site .articles-pagination .nav-links .page-numbers:focus,
.join-site .articles-pagination .nav-links .page-numbers:hover {
    background: #b35900;
    color: #fff
}

.article-single-header {
    margin-bottom: 50px;
    margin-top: 30px
}

.article-single-title {
    margin: 0 0 10px
}

.article-single-meta {
    margin-top: 5px
}

.article-single-image {
    margin-bottom: 20px;
    min-height: 200px;
    position: relative;
    width: 100%
}

.article-single-image.not-full-width img {
    width: auto
}

.article-single-image img {
    border-radius: 12px;
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center;
    overflow: visible;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.article-single-sidebar {
    border-radius: 20px;
    padding: 50px 40px
}

.article-single-content {
    padding-right: 50px
}

.article-back-to-index {
    margin: 30px 0
}

.article-back-to-index a {
    font-weight: 600
}

.article-single-author {
    border-top: 1px solid #d5d9df;
    margin: 50px 0 0;
    padding: 50px 0 0
}

.article-single-author .article-single-author-details {
    align-items: center;
    display: flex;
    height: 100%
}

.article-single-author .article-single-author-details.centered {
    justify-content: center
}

.article-single-author .article-single-author-image {
    height: 120px;
    position: relative;
    width: 120px
}

.article-single-author .article-single-author-image img {
    border-radius: 100px;
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center;
    overflow: visible;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.article-widget {
    border-bottom: 1px solid #d5d9df;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.article-widget:last-child {
    border: 0;
    margin: 0;
    padding: 0
}

.article-terms a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px
}

.article-terms a:last-child {
    margin-bottom: 0
}

.article-share-icons .meks_ess {
    margin: 0
}

.article-share-icons a {
    display: inline-block;
    margin-right: 15px
}

.related-article {
    margin-bottom: 30px
}

.related-article:last-child {
    margin-bottom: 0
}

.related-article-title {
    margin: 0
}

.related-article-image {
    margin-bottom: 5px;
    min-height: 200px;
    overflow-y: hidden;
    position: relative;
    width: 100%
}

.related-article-image a {
    display: block;
    height: 100%;
    width: 100%
}

.related-article-image a:before {
    background: rgba(0, 0, 0, .1);
    border-radius: 12px;
    content: "";
    height: 100%;
    position: absolute;
    transition: all .2s ease;
    width: 100%;
    z-index: 2
}

.related-article-image a:hover:before {
    background: transparent
}

.related-article-image img {
    border-radius: 12px;
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.article-news .article-taxonomies,
.article-resource .article-taxonomies {
    margin: 0
}

.article-news .article-image:before {
    background: rgba(111, 126, 142, .8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease;
    z-index: 2
}

.article-news:hover .article-image:before {
    background: rgba(111, 126, 142, 0)
}

.article-lock {
    display: inline-block;
    font-size: 18px;
    margin-right: 3px
}

.article-play-button {
    align-items: center;
    display: flex;
    height: 200px;
    justify-content: center;
    position: relative;
    z-index: 5
}

.article-play-button .play-button {
    height: 50px;
    width: 50px
}

.article-play-button .play-button .fas {
    font-size: 20px;
    left: 3px;
    line-height: 20px
}

@media (max-width:979px) {
    .section-articles-single.has-padding.padding-small {
        padding: 20px 0
    }
}

.article-single-job .article-single-header {
    border-bottom: 1px solid #d5d9df;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
    text-align: center
}

.article-single-job .article-single-header .article-single-back-link {
    bottom: 10px;
    display: block;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%
}

@media (max-width:979px) {
    .article-single-job .article-single-header {
        margin-bottom: 20px;
        margin-top: 0
    }
}

.article-single-job .apply-mbl {
    display: none
}

.article-single-job .apply-mbl a {
    min-width: 250px;
    text-align: center
}

@media (max-width:979px) {
    .article-single-job .job-attributes {
        margin-bottom: 0 !important
    }
    .article-single-job .apply-mbl {
        display: block;
        text-align: center
    }
    .article-single-job .w-col-medium-12 {
        padding-bottom: 0
    }
    .article-single-job .mbl-2-col {
        float: left;
        width: 50%
    }
}

.article-single-job .article-job-id {
    font-family: Work Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 20px
}

.article-single-job .job-attribute,
.article-single-job .job-attributes {
    margin-bottom: 20px
}

.article-single-job .job-attribute h3 {
    margin-bottom: 5px
}

.article-single-job .job-opportunities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.article-single-job .job-opportunities a {
    flex-basis: 50%;
    padding-right: 10px
}

.article-single-job .job-detail {
    border-bottom: 1px solid #d5d9df;
    margin-bottom: 40px;
    padding-bottom: 40px
}

.article-single-job .job-detail h3 {
    margin-top: 30px
}

.article-single-job .job-detail ol,
.article-single-job .job-detail ul {
    margin-bottom: 20px;
    margin-left: 40px
}

.article-single-job .job-detail ol ol,
.article-single-job .job-detail ol ul,
.article-single-job .job-detail ul ol,
.article-single-job .job-detail ul ul {
    margin-left: 20px
}

.article-single-job .job-detail ol li,
.article-single-job .job-detail ul li {
    margin-bottom: 10px
}

.article-single-job .job-detail ol li p,
.article-single-job .job-detail ul li p {
    display: inline
}

.article-single-job .job-detail ul {
    list-style: disc
}

.article-single-job .job-detail:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.article-single-job .job-detail video {
    max-width: 100%
}

.article-single-job .job-detail-overview p:first-child>span>strong {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px
}

.article-job-widget .apply-now-button {
    margin-bottom: 20px
}

.article-job-widget .apply-now-button .button,
.article-job-widget .apply-now-button .liveops-hubspot-form input[type=submit],
.article-job-widget .apply-now-button .menu ul li.nav-button a,
.article-job-widget .apply-now-button .search-form input[type=submit],
.article-job-widget .apply-now-button .searchform input[type=submit],
.article-job-widget .apply-now-button body .gform_wrapper .gform_footer input[type=submit],
.liveops-hubspot-form .article-job-widget .apply-now-button input[type=submit],
.menu ul li.nav-button .article-job-widget .apply-now-button a,
.search-form .article-job-widget .apply-now-button input[type=submit],
.searchform .article-job-widget .apply-now-button input[type=submit],
body .gform_wrapper .gform_footer .article-job-widget .apply-now-button input[type=submit] {
    display: block;
    text-align: center
}

.article-job-widget .share-social {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px
}

.article-job-widget .share-social .share-social-links,
.article-job-widget .share-social .share-social-text {
    display: inline-block;
    font-weight: 600
}

.article-job-widget .share-social .share-social-text {
    margin-right: 15px
}

.article-job-widget .share-social a {
    display: inline-block;
    margin-right: 15px
}

.article-job-widget h4 {
    margin-bottom: 0
}

.sticky-sidebar-inner {
    transform: translate(0);
    transform: translateZ(0);
    will-change: position, transform
}

.article-single-agent-story .hero-box-text {
    padding: 0;
    text-align: center;
    width: 100%
}

.article-single-agent-story .article-single-title {
    text-align: center
}

.article-single-agent-story .section-articles-single {
    margin-top: 50px
}

.article-single-author-agent {
    border: 0;
    margin: 0 0 50px;
    padding: 0
}

.article-single-author-category {
    margin-bottom: 20px
}

#sidebar.loading {
    position: relative
}

#sidebar.loading a {
    pointer-events: none
}

#sidebar.loading:after,
#sidebar.loading:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000
}

#sidebar.loading:before {
    background: hsla(0, 0%, 100%, .4)
}

#sidebar.loading:after {
    align-items: center;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    color: rgba(71, 90, 110, .4);
    content: "\f110";
    display: flex;
    font-family: Font Awesome\ 5 Free;
    font-size: 60px;
    font-weight: 900;
    justify-content: center;
    line-height: 60px;
    z-index: 10001
}

@media screen and (max-width:991px) {
    .section-articles .w-col-equal-height {
        display: block;
        width: 100%
    }
    .section-articles .w-col-equal-height .w-col {
        width: 100%
    }
    .section-articles .w-col-equal-height .article {
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .article-single-sidebar {
        margin-top: 50px
    }
    .article-single-content {
        padding-right: 0
    }
    .articles-search-dropdowns .w-col,
    .articles-search-dropdowns .w-col:first-child,
    .articles-search-dropdowns .w-col:last-child {
        padding: 0
    }
    .articles-search-dropdowns .w-col select {
        margin-bottom: 20px
    }
    .articles-search-dropdowns .w-col:last-child select {
        margin-bottom: 0
    }
}

.article-single-content h1 {
    font-size: 40px
}

.article-single-content h2 {
    font-size: 32px
}

@media (max-width:991px) {
    .h1,
    h1 {
        font-size: calc(19px + 3vw)
    }
    .h1,
    .h2,
    h1,
    h2 {
        line-height: 1.1
    }
    .h2,
    h2 {
        font-size: calc(17px + 3vw)
    }
}

.hubspot-signup-form {
    margin-bottom: 42px;
    margin-top: 42px;
    padding: 45px 40px;
    text-align: center
}

.hubspot-signup-form.text-light,
.hubspot-signup-form.text-light h2,
.hubspot-signup-form.text-light label,
.hubspot-signup-form.text-light ol,
.hubspot-signup-form.text-light p,
.hubspot-signup-form.text-light ul {
    color: #fff
}

.hubspot-signup-form.text-dark,
.hubspot-signup-form.text-dark h2,
.hubspot-signup-form.text-dark label,
.hubspot-signup-form.text-dark ol,
.hubspot-signup-form.text-dark p,
.hubspot-signup-form.text-dark ul {
    color: #000
}

.hubspot-signup-form.margin-none {
    margin-bottom: 0;
    margin-top: 0
}

.hubspot-signup-form.margin-small {
    margin-bottom: 24px;
    margin-top: 24px
}

.hubspot-signup-form.margin-medium {
    margin-bottom: 42px;
    margin-top: 42px
}

.hubspot-signup-form.margin-large {
    margin-bottom: 62px;
    margin-top: 62px
}

.hubspot-signup-form .w-container .gform_wrapper .gform_fields {
    grid-column-gap: unset;
    align-items: flex-start;
    display: flex;
    grid-template-columns: unset;
    grid-template-rows: unset;
    justify-content: flex-start;
    width: 100%
}

@media screen and (max-width:767px) {
    .hubspot-signup-form .w-container .gform_wrapper .gform_fields {
        grid-row-gap: 0;
        align-items: center;
        flex-flow: column nowrap
    }
}

.hubspot-signup-form .w-container .gform_wrapper .gform_fields .gfield {
    width: 33%
}

@media screen and (max-width:767px) {
    .hubspot-signup-form .w-container .gform_wrapper .gform_fields .gfield {
        margin: 0;
        width: 90%
    }
}

.hubspot-signup-form .w-container .gform_wrapper .gform_fields .gfield input {
    border: 0;
    color: #004470;
    font-family: Work Sans, sans-serif;
    font-size: 18px;
    height: 60px;
    padding-left: 18px
}

@media screen and (max-width:767px) {
    .hubspot-signup-form .w-container .gform_wrapper .gform_fields .gfield input {
        margin-top: 10px
    }
}

.hubspot-signup-form .w-container .gform_wrapper .gform_fields .gfield input::placeholder,
.hubspot-signup-form .w-container .gform_wrapper .gform_fields .gfield input:placeholder {
    color: #004470;
    font-family: Work Sans, sans-serif;
    font-size: 18px
}

.hubspot-signup-form .w-container .gform_wrapper .gform_fields .gfield .gfield_label,
.hubspot-signup-form .w-container .gform_wrapper .gform_fields .gfield label {
    color: #f0f2f5;
    display: block;
    font-weight: 400;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0
}

.hubspot-signup-form .w-container .gform_wrapper .gform_fields fieldset.gfield {
    display: flex;
    width: 66%
}

@media screen and (max-width:767px) {
    .hubspot-signup-form .w-container .gform_wrapper .gform_fields fieldset.gfield {
        align-items: center;
        justify-content: center;
        width: 100%
    }
}

.hubspot-signup-form .w-container .gform_wrapper .gform_fields fieldset.gfield .ginput_complex {
    width: 96%
}

@media screen and (max-width:767px) {
    .hubspot-signup-form .w-container .gform_wrapper .gform_fields fieldset.gfield .ginput_complex {
        flex-flow: column nowrap;
        width: 90%
    }
    .hubspot-signup-form .w-container .gform_wrapper .gform_fields fieldset.gfield .ginput_complex span {
        padding-left: 0;
        width: 100%
    }
}

@media screen and (min-width:641px) and (max-width:767px) {
    .hubspot-signup-form .w-container .gform_wrapper .gform_fields fieldset.gfield .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
    .hubspot-signup-form .w-container .gform_wrapper .gform_fields fieldset.gfield .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full),
    .hubspot-signup-form .w-container .gform_wrapper .gform_fields fieldset.gfield .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
        padding-left: 0;
        padding-right: 0
    }
}

.hubspot-signup-form .w-container .gform_wrapper .gfield_required {
    opacity: 0
}

.hubspot-signup-form .w-container .gform_wrapper .gform_heading .gform_required_legend {
    height: 0;
    opacity: 0;
    text-align: left
}

.hubspot-signup-form .w-container .gform_wrapper .gform_footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
    padding-right: 10px;
    padding-top: 0
}

.hubspot-signup-form .signup-form-wrapper .gform_footer input[type=submit],
.hubspot-signup-form .signup-form-wrapper .gform_footer input[type=submit]:hover {
    border: 0
}

.hubspot-signup-form .signup-form-wrapper.button-bg-yellow .gform_footer input[type=submit] {
    background-color: #851556
}

.hubspot-signup-form .signup-form-wrapper.button-bg-light-gray .gform_footer input[type=submit] {
    background-color: #f0f2f5
}

.hubspot-signup-form .signup-form-wrapper.button-bg-gray .gform_footer input[type=submit] {
    background-color: #43474f
}

.hubspot-signup-form .signup-form-wrapper.button-bg-blue .gform_footer input[type=submit] {
    background-color: #27aae1
}

.hubspot-signup-form .signup-form-wrapper.button-bg-dark-blue .gform_footer input[type=submit] {
    background-color: #004470
}

.hubspot-signup-form .signup-form-wrapper.button-bg-dark-orange .gform_footer input[type=submit],
.hubspot-signup-form .signup-form-wrapper.button-bg-orange .gform_footer input[type=submit] {
    background-color: #851556
}

body .gform_wrapper {
    margin: 0 0 20px;
    padding: 0
}

body .gform_wrapper .gform_heading {
    margin: 0;
    text-align: center
}

body .gform_wrapper .gform_heading .gform_title {
    font-family: Work Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    margin: 0 0 20px;
    text-transform: none
}

body .gform_wrapper .gform_heading .gform_description {
    display: none
}

body .gform_wrapper .gform_body ul li.gfield {
    margin: 0 0 20px
}

body .gform_wrapper .gform_body ul li.gfield:before {
    display: none
}

body .gform_wrapper .gform_body ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_body ul li.gfield select,
body .gform_wrapper .gform_body ul li.gfield textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d5d9df;
    color: #43474f;
    font-size: 18px;
    line-height: 28px;
    margin: 0 !important;
    padding: 10px 15px !important;
    width: 100%
}

body .gform_wrapper .gform_body ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
body .gform_wrapper .gform_body ul li.gfield select::placeholder,
body .gform_wrapper .gform_body ul li.gfield textarea::placeholder {
    color: #004470
}

body .gform_wrapper .gform_body ul li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper .gform_body ul li.gfield select:focus,
body .gform_wrapper .gform_body ul li.gfield textarea:focus {
    border-bottom-width: 2px;
    outline: none !important;
    padding-bottom: 9px !important
}

body .gform_wrapper .gform_body ul li.gfield select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/AXWCTIcnWwjg.svg) 98%/14px no-repeat;
    border-radius: 0;
    color: #004470;
    padding: 10px 11px !important;
    position: relative
}

body .gform_wrapper .gform_body ul li.gfield select:focus {
    padding-bottom: 8px !important
}

body .gform_wrapper .gform_body ul li.gfield textarea {
    border: 1px solid #d5d9df
}

body .gform_wrapper .gform_body ul li.gfield .ginput_container_textarea {
    margin-top: 20px
}

body .gform_wrapper .gform_body ul li.gfield.gfield_error {
    background-color: transparent;
    border: 0;
    margin-bottom: 0 !important;
    padding: 0 !important
}

body .gform_wrapper .gform_body ul li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_body ul li.gfield.gfield_error select,
body .gform_wrapper .gform_body ul li.gfield.gfield_error textarea {
    border-color: red
}

body .gform_wrapper .gform_body ul li.gfield.gfield_error .validation_message {
    padding: 0
}

body .gform_wrapper .gform_body .top_label div.ginput_container {
    margin: 0;
    padding: 0
}

body .gform_wrapper .gform_body .gfield_description,
body .gform_wrapper .gform_body .instruction,
body .gform_wrapper .gform_body .validation_message {
    color: red;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
    margin-top: 5px;
    padding: 0;
    text-align: right
}

body .gform_wrapper .gform_footer {
    margin: 30px 0 0;
    padding: 0;
    text-align: left
}

body .gform_wrapper .gform_footer input[type=submit] {
    margin: 0
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    cursor: pointer
}

body .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: none
}

body .gform_wrapper div.validation_error {
    background-color: red;
    border: 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px
}

.gform_confirmation_message,
body .gform_wrapper div.validation_error {
    clear: both;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%
}

.gform_confirmation_message {
    background-color: transparent;
    border: 0;
    border-radius: 20px;
    font-size: 1.25em;
    font-style: italic;
    font-weight: 600
}

.search-form input[type=search],
.search-form input[type=text],
.searchform input[type=search],
.searchform input[type=text] {
    background: transparent;
    border: 1px solid #d5d9df;
    color: #43474f;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 10px 15px;
    width: 100%
}

.search-form input[type=search]::placeholder,
.search-form input[type=text]::placeholder,
.searchform input[type=search]::placeholder,
.searchform input[type=text]::placeholder {
    color: #004470
}

.search-form input[type=search]:focus,
.search-form input[type=text]:focus,
.searchform input[type=search]:focus,
.searchform input[type=text]:focus {
    outline: none
}

.search-form input[type=submit],
.searchform input[type=submit] {
    margin-top: 20px
}

.search-form input[type=submit]:active,
.search-form input[type=submit]:focus,
.search-form input[type=submit]:hover,
.searchform input[type=submit]:active,
.searchform input[type=submit]:focus,
.searchform input[type=submit]:hover {
    cursor: pointer
}

.quiz-results-cont {
    margin: 0 auto;
    max-width: 80%
}

.quiz-results-cont h2,
.quiz-results-cont h4 {
    color: #1f7fa8
}

.quiz-results-cont h4 {
    font-weight: 400;
    margin-bottom: 0
}

.quiz-results {
    text-align: center
}

.learn-more-arrow-link {
    display: inline-block;
    font-weight: 600;
    margin: 3px 0 6px
}

.learn-more-arrow-link:after {
    content: "\f061";
    font-family: Font Awesome\ 5 Free;
    font-size: 14px
}

@media (max-width:500px) {
    .nav-links {
        flex-wrap: wrap
    }
    .articles-pagination {
        margin-top: 30px
    }
    .articles-pagination .nav-links .page-numbers {
        margin-top: 10px
    }
}

.section ul.slick-dots li:before {
    display: none
}

.liveops-cta-bar .w-col {
    padding-left: 0;
    padding-right: 0
}

.liveops-cta-bar a {
    background: #851556;
    color: #fff;
    display: block;
    padding: 20px;
    text-align: center;
    transition: .3s ease-in-out
}

.liveops-cta-bar a:hover {
    background: #f3b022
}

.liveops-cta-bar .cta-link-2 a {
    background: #1f7fa8;
    color: #fff
}

.liveops-cta-bar .cta-link-2 a:hover {
    background: #1b6f92
}

.liveops-hubspot-form .hbspt-form .hs-form {
    column-gap: 18px;
    display: grid;
    row-gap: 18px
}

@media screen and (min-width:500px) {
    .liveops-hubspot-form .hbspt-form .hs-form {
        column-gap: 36px;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 36px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .liveops-hubspot-form .hbspt-form .hs-form {
        column-gap: 18px;
        row-gap: 18px
    }
}

@media screen and (min-width:991px) {
    .liveops-hubspot-form .hbspt-form .hs-form {
        column-gap: 36px;
        row-gap: 36px
    }
}

.liveops-hubspot-form .hbspt-form .hs-form .field {
    margin-bottom: 0
}

@media screen and (min-width:500px) {
    .liveops-hubspot-form .hbspt-form .hs-form .field.hs-fieldtype-select,
    .liveops-hubspot-form .hbspt-form .hs-form .field.hs-fieldtype-textarea,
    .liveops-hubspot-form .hbspt-form .hs-form .hs-submit {
        grid-column: span 2;
        grid-column-end: auto;
        grid-column-start: span 2
    }
}

.liveops-hubspot-form .field {
    margin-bottom: 30px
}

.liveops-hubspot-form .field label {
    color: #004470;
    display: none;
    padding-left: 10px
}

.liveops-hubspot-form .field .hs-form-required {
    color: red;
    display: inline-block;
    margin-left: 5px
}

.liveops-hubspot-form .field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.liveops-hubspot-form .field select,
.liveops-hubspot-form .field textarea {
    background: transparent;
    border: 2px solid #2495c6;
    border-radius: 10px;
    color: #43474f;
    font-size: 18px;
    line-height: 28px;
    margin: 0 !important;
    padding: 10px 15px !important;
    width: 100%
}

.liveops-hubspot-form .field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.liveops-hubspot-form .field select::placeholder,
.liveops-hubspot-form .field textarea::placeholder {
    color: #43474f
}

.liveops-hubspot-form .field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.liveops-hubspot-form .field select:focus,
.liveops-hubspot-form .field textarea:focus {
    border-bottom-width: 2px;
    outline: none !important;
    padding-bottom: 9px !important
}

.liveops-hubspot-form .field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).error,
.liveops-hubspot-form .field select.error,
.liveops-hubspot-form .field textarea.error {
    border-color: #851556;
    border-width: 4px
}

.liveops-hubspot-form .field select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/AXWCTIcnWwjg.svg) 98%/14px no-repeat;
    border-radius: 10px;
    color: #43474f;
    padding: 10px 11px !important;
    position: relative
}

.liveops-hubspot-form .field select:focus {
    padding-bottom: 8px !important
}

.liveops-hubspot-form .field textarea {
    border: 2px solid #2495c6;
    border-radius: 10px;
    min-height: 200px
}

.liveops-hubspot-form input[type=submit] {
    margin: 0
}

.liveops-hubspot-form input[type=submit]:hover {
    cursor: pointer
}

.liveops-hubspot-form input[type=submit]:focus {
    outline: none
}

.liveops-hubspot-form .hs-error-msgs {
    list-style: none;
    margin: 10px 0 0
}

.liveops-hubspot-form .hs-error-msgs li {
    margin-bottom: 0
}

.liveops-hubspot-form .hs-error-msgs li label {
    color: #851556;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.liveops-hubspot-form .hs-error-msgs li:before {
    display: none
}

.liveops-hubspot-form .hs_error_rollup {
    background-color: red;
    border: 0;
    border-radius: 3px;
    clear: both;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    width: 100%
}

.liveops-hubspot-form .hs_error_rollup .hs-error-msgs {
    margin-top: 0
}

.liveops-hubspot-form .hs_error_rollup .hs-error-msgs li {
    margin-bottom: 0
}

.liveops-hubspot-form .hs_error_rollup .hs-error-msgs li label {
    color: #fff
}

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0
}

.aligncenter {
    float: none;
    margin: .5em auto 1em
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0
}

.wp-caption {
    border: 1px solid #d5d9df;
    padding: 5px 0;
    text-align: center
}

.wp-caption img {
    display: inline
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center
}

.screen-reader-text {
    display: none
}

.inline-video-wrapper {
    margin: 20px 5%
}

.inline-video-wrapper iframe {
    display: block;
    height: auto;
    max-width: 100%;
    width: 640px
}

@media screen and (min-width:767px) {
    .inline-video-wrapper iframe {
        height: 360px
    }
}

.key-challenges .inline-video-wrapper {
    margin: 0 auto 40px;
    width: calc(100% - 82px)
}

.key-challenges .inline-video-wrapper iframe {
    display: block;
    height: auto;
    margin: 10px auto;
    transition: all .4s ease-in-out;
    width: 640px
}

@media screen and (min-width:767px) {
    .key-challenges .inline-video-wrapper iframe {
        height: 360px
    }
}

@media screen and (min-width:1350px) {
    .key-challenges .inline-video-wrapper iframe {
        height: 448px;
        width: 800px
    }
}

@media screen and (min-width:1540px) {
    .key-challenges .inline-video-wrapper iframe {
        height: 504px;
        width: 900px
    }
}

@media screen and (min-width:1660px) {
    .key-challenges .inline-video-wrapper iframe {
        height: 560px;
        width: 1000px
    }
}

@media screen and (min-width:1890px) {
    .key-challenges .inline-video-wrapper iframe {
        height: 616px;
        width: 1100px
    }
}

@media screen and (min-width:2400px) {
    .key-challenges .inline-video-wrapper iframe {
        height: 784px;
        width: 1400px
    }
}

.inline-carousel .slide {
    height: 320px
}

.inline-carousel .slide img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.inline-carousel .slick-dots {
    bottom: -30px
}